From d2120d79483a2d5e27ac27d32af9217a208c460c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 19:54:27 +0000 Subject: [PATCH] chore(deps-dev): Bump cypress from 15.12.0 to 15.13.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.12.0 to 15.13.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.12.0...v15.13.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.13.1 dependency-type: direct:development update-type: version-update:semver-minor ... 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 8cac865b4a0..a2da69dcc67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "@vue/tsconfig": "^0.9.0", "@zip.js/zip.js": "^2.8.26", "concurrently": "^9.2.1", - "cypress": "^15.12.0", + "cypress": "^15.14.0", "cypress-axe": "^1.7.0", "cypress-if": "^1.13.2", "cypress-split": "^1.24.28", @@ -6854,9 +6854,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "15.12.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.12.0.tgz", - "integrity": "sha512-B2BRcudLfA4NZZP5QpA45J70bu1heCH59V1yKRLHAtiC49r7RV03X5ifUh7Nfbk8QNg93RAsc6oAmodm/+j0pA==", + "version": "15.14.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", + "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 210c816242d..7b01710c160 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@vue/tsconfig": "^0.9.0", "@zip.js/zip.js": "^2.8.26", "concurrently": "^9.2.1", - "cypress": "^15.12.0", + "cypress": "^15.14.0", "cypress-axe": "^1.7.0", "cypress-if": "^1.13.2", "cypress-split": "^1.24.28",