From 3e305e864529dbe7065ede221656a69c7df49e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:58:53 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 15.18.0 to 15.18.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.18.0 to 15.18.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.18.0...v15.18.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.18.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 d3776d6c3f73f..7772a9957fe12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@vue/tsconfig": "^0.9.1", "@zip.js/zip.js": "^2.8.26", "concurrently": "^9.2.4", - "cypress": "^15.18.0", + "cypress": "^15.18.1", "cypress-axe": "^1.7.0", "cypress-if": "^1.16.1", "cypress-split": "^1.25.0", @@ -6826,9 +6826,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "15.18.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.18.0.tgz", - "integrity": "sha512-aLfOYSLlVt1b6QSoVUjbCY27taZlYAT8ST47xQbwd9pvQrY/g5gXi12yItZTB+kxkkj+ZcvUYmRLUC95SlCJsw==", + "version": "15.18.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.18.1.tgz", + "integrity": "sha512-JtkTVtUE2lvLYgZCaug+Uai0H9IqsJirlBO49c87QwG0bJUGvAUVBz1EJve0b0oaYP244Ew9M0BkrHpcqkYxmw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index c448d4de8324e..91d7af218e625 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@vue/tsconfig": "^0.9.1", "@zip.js/zip.js": "^2.8.26", "concurrently": "^9.2.4", - "cypress": "^15.18.0", + "cypress": "^15.18.1", "cypress-axe": "^1.7.0", "cypress-if": "^1.16.1", "cypress-split": "^1.25.0",