From 09ae48e906c7b89224db4d6403fcf3dd429bc9f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 01:04:11 +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 9645782fcd319..2cf0476bc8ec0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "@vue/tsconfig": "^0.9.0", "@zip.js/zip.js": "^2.8.26", "concurrently": "^10.0.3", - "cypress": "^15.18.0", + "cypress": "^15.18.1", "cypress-axe": "^1.7.0", "cypress-if": "^1.16.1", "cypress-split": "^1.25.0", @@ -7112,9 +7112,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 d9483b97637c5..7bc430ba49ca8 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@vue/tsconfig": "^0.9.0", "@zip.js/zip.js": "^2.8.26", "concurrently": "^10.0.3", - "cypress": "^15.18.0", + "cypress": "^15.18.1", "cypress-axe": "^1.7.0", "cypress-if": "^1.16.1", "cypress-split": "^1.25.0",