From 3f5f08124d9bd6c5aa245ac68f01f89e80cbfd7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:45:04 +0000 Subject: [PATCH] Bump cypress from 13.16.1 to 13.17.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.16.1 to 13.17.0. - [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.16.1...v13.17.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f4cc9e..521c7a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@vuepress/bundler-vite": "^2.0.0-rc.17", "@vuepress/bundler-webpack": "^2.0.0-rc.19", "@vuepress/client": "2.0.0-rc.2", - "cypress": "^13.16.1", + "cypress": "^13.17.0", "cypress-each": "^1.13.3", "mermaid": "^11.4.1", "reveal.js": "^5.0.4", @@ -5390,12 +5390,11 @@ "dev": true }, "node_modules/cypress": { - "version": "13.16.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.1.tgz", - "integrity": "sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", + "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", diff --git a/package.json b/package.json index c268454..6950d91 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@vuepress/bundler-vite": "^2.0.0-rc.17", "@vuepress/bundler-webpack": "^2.0.0-rc.19", "@vuepress/client": "2.0.0-rc.2", - "cypress": "^13.16.1", + "cypress": "^13.17.0", "cypress-each": "^1.13.3", "mermaid": "^11.4.1", "reveal.js": "^5.0.4",