From 7b745aefe53f8ca90dbe53df4d0fb2beb6c7bf18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:55:43 +0000 Subject: [PATCH] Bump cypress from 13.6.4 to 13.6.5 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.4 to 13.6.5. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.6.4...v13.6.5) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa59eab95..853f02fbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@vuepress/bundler-vite": "^2.0.0-rc.7", "@vuepress/bundler-webpack": "^2.0.0-rc.6", "@vuepress/client": "2.0.0-rc.2", - "cypress": "^13.6.3", + "cypress": "^13.6.5", "cypress-each": "^1.14.0", "mermaid": "^10.8.0", "reveal.js": "^5.0.4", @@ -4298,9 +4298,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.6.4", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.4.tgz", - "integrity": "sha512-pYJjCfDYB+hoOoZuhysbbYhEmNW7DEDsqn+ToCLwuVowxUXppIWRr7qk4TVRIU471ksfzyZcH+mkoF0CQUKnpw==", + "version": "13.6.5", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.5.tgz", + "integrity": "sha512-2NxSDcO2zHw5kTcosc6dzv2zppEqiXrFFhZw5cx/EWrSNZABTzpr/EyvYzGgrWm46o5173JUfuJfDQcaiZZPVQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -4311,7 +4311,7 @@ "arch": "^2.2.0", "blob-util": "^2.0.2", "bluebird": "^3.7.2", - "buffer": "^5.6.0", + "buffer": "^5.7.1", "cachedir": "^2.3.0", "chalk": "^4.1.0", "check-more-types": "^2.24.0", @@ -4329,7 +4329,7 @@ "figures": "^3.2.0", "fs-extra": "^9.1.0", "getos": "^3.2.1", - "is-ci": "^3.0.0", + "is-ci": "^3.0.1", "is-installed-globally": "~0.4.0", "lazy-ass": "^1.6.0", "listr2": "^3.8.3", diff --git a/package.json b/package.json index 292a57e32..b356fbb39 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@vuepress/bundler-vite": "^2.0.0-rc.7", "@vuepress/bundler-webpack": "^2.0.0-rc.6", "@vuepress/client": "2.0.0-rc.2", - "cypress": "^13.6.3", + "cypress": "^13.6.5", "cypress-each": "^1.14.0", "mermaid": "^10.8.0", "reveal.js": "^5.0.4",