From 9b863a840662f5932e64455d429bac0cf13cfe51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:33:26 +0000 Subject: [PATCH] Bump cypress from 13.13.0 to 13.13.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.0 to 13.13.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.13.0...v13.13.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 2091c51..c34b158 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@vuepress/bundler-vite": "^2.0.0-rc.13", "@vuepress/bundler-webpack": "^2.0.0-rc.14", "@vuepress/client": "2.0.0-rc.2", - "cypress": "^13.13.0", + "cypress": "^13.13.1", "cypress-each": "^1.13.3", "mermaid": "^10.9.1", "reveal.js": "^5.0.4", @@ -4969,9 +4969,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.0.tgz", - "integrity": "sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==", + "version": "13.13.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.1.tgz", + "integrity": "sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 909d57c..ea38380 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@vuepress/bundler-vite": "^2.0.0-rc.13", "@vuepress/bundler-webpack": "^2.0.0-rc.14", "@vuepress/client": "2.0.0-rc.2", - "cypress": "^13.13.0", + "cypress": "^13.13.1", "cypress-each": "^1.13.3", "mermaid": "^10.9.1", "reveal.js": "^5.0.4",