From a97b597535be4aab0f54a9e2565da009f736e848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:15:32 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 15.7.0 to 15.7.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.7.0 to 15.7.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/v15.7.0...v15.7.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.7.1 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 fae650353ec7d..b022db81c27d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "@vue/tsconfig": "^0.8.1", "@zip.js/zip.js": "^2.8.11", "concurrently": "^9.2.1", - "cypress": "^15.7.0", + "cypress": "^15.7.1", "cypress-axe": "^1.7.0", "cypress-if": "^1.13.2", "cypress-split": "^1.24.25", @@ -6428,9 +6428,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "15.7.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.7.0.tgz", - "integrity": "sha512-1C81zKxnQckYm2XGi37rPV4rN0bzUoWhydhKdOyshJn5gJKszEx5as9VLSZI0jp0ye49QxmnbU4TtMpcD+OmGQ==", + "version": "15.7.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.7.1.tgz", + "integrity": "sha512-U3sYnJ+Cnpgr6IPycxsznTg//mGVXfPGeGV+om7VQCyp5XyVkhG4oPr3X3hTq1+OB0Om0O5DxusYmt7cbvwqMQ==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index f109ca7b7d803..3f06219b5b0b4 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@vue/tsconfig": "^0.8.1", "@zip.js/zip.js": "^2.8.11", "concurrently": "^9.2.1", - "cypress": "^15.7.0", + "cypress": "^15.7.1", "cypress-axe": "^1.7.0", "cypress-if": "^1.13.2", "cypress-split": "^1.24.25",