From 31b876c699378e53f699ca9b812b9feb50342466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:03:23 +0000 Subject: [PATCH] Bump cypress from 13.6.5 to 13.6.6 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.5 to 13.6.6. - [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.5...v13.6.6) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 853f02fbe..62058f6c4 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.5", + "cypress": "^13.6.6", "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.5", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.5.tgz", - "integrity": "sha512-2NxSDcO2zHw5kTcosc6dzv2zppEqiXrFFhZw5cx/EWrSNZABTzpr/EyvYzGgrWm46o5173JUfuJfDQcaiZZPVQ==", + "version": "13.6.6", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.6.tgz", + "integrity": "sha512-S+2S9S94611hXimH9a3EAYt81QM913ZVA03pUmGDfLTFa5gyp85NJ8dJGSlEAEmyRsYkioS1TtnWtbv/Fzt11A==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index b356fbb39..64ffa5310 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.5", + "cypress": "^13.6.6", "cypress-each": "^1.14.0", "mermaid": "^10.8.0", "reveal.js": "^5.0.4",