From 7f367cf8c87a34ba0e0464cb97d767d5661c28e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 01:27:50 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 15.5.0 to 15.6.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.5.0 to 15.6.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/v15.5.0...v15.6.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.6.0 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 6edaec12ef7..02f0ff38417 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@vue/tsconfig": "^0.8.1", "@zip.js/zip.js": "^2.8.8", "concurrently": "^9.2.1", - "cypress": "^15.5.0", + "cypress": "^15.6.0", "cypress-axe": "^1.7.0", "cypress-if": "^1.13.2", "cypress-split": "^1.24.25", @@ -6452,12 +6452,11 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.5.0.tgz", - "integrity": "sha512-7jXBsh5hTfjxr9QQONC2IbdTj0nxSyU8x4eiarMZBzXzCj3pedKviUx8JnLcE4vL8e0TsOzp70WSLRORjEssRA==", + "version": "15.6.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.6.0.tgz", + "integrity": "sha512-Vqo66GG1vpxZ7H1oDX9umfmzA3nF7Wy80QAc3VjwPREO5zTY4d1xfQFNPpOWleQl9vpdmR2z1liliOcYlRX6rQ==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { "@cypress/request": "^3.0.9", "@cypress/xvfb": "^1.2.4", diff --git a/package.json b/package.json index 4b007ede32e..1190701557b 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@vue/tsconfig": "^0.8.1", "@zip.js/zip.js": "^2.8.8", "concurrently": "^9.2.1", - "cypress": "^15.5.0", + "cypress": "^15.6.0", "cypress-axe": "^1.7.0", "cypress-if": "^1.13.2", "cypress-split": "^1.24.25",