From 1a2a5c2ef170342e927ba45b175204faf602c714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:51:42 +0000 Subject: [PATCH] Bump cypress from 13.8.0 to 13.8.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.8.0 to 13.8.1. - [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.8.0...v13.8.1) --- 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 e3ab5565b..015740731 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.8.0", + "cypress": "^13.8.1", "cypress-each": "^1.14.0", "mermaid": "^10.9.0", "reveal.js": "^5.1.0", @@ -4576,9 +4576,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.0.tgz", - "integrity": "sha512-Qau//mtrwEGOU9cn2YjavECKyDUwBh8J2tit+y9s1wsv6C3BX+rlv6I9afmQnL8PmEEzJ6be7nppMHacFzZkTw==", + "version": "13.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.1.tgz", + "integrity": "sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 2c5229039..f77e5e931 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.8.0", + "cypress": "^13.8.1", "cypress-each": "^1.14.0", "mermaid": "^10.9.0", "reveal.js": "^5.1.0",