From 60bc7ffd0cd84835002b63f448d5b8107085ef11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 02:06:33 +0000 Subject: [PATCH] chore(deps-dev): Bump cypress from 15.10.0 to 15.11.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.10.0 to 15.11.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.10.0...v15.11.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c55838323f90b..2ea99e84a1273 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "@vue/tsconfig": "^0.8.1", "@zip.js/zip.js": "^2.8.21", "concurrently": "^9.2.1", - "cypress": "^15.10.0", + "cypress": "^15.11.0", "cypress-axe": "^1.7.0", "cypress-if": "^1.13.2", "cypress-split": "^1.24.28", @@ -6915,9 +6915,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "15.10.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.10.0.tgz", - "integrity": "sha512-OtUh7OMrfEjKoXydlAD1CfG2BvKxIqgWGY4/RMjrqQ3BKGBo5JFKoYNH+Tpcj4xKxWH4XK0Xri+9y8WkxhYbqQ==", + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.11.0.tgz", + "integrity": "sha512-NXDE6/fqZuzh1Zr53nyhCCa4lcANNTYWQNP9fJO+tzD3qVTDaTUni5xXMuigYjMujQ7CRiT9RkJJONmPQSsDFw==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -6959,9 +6959,10 @@ "proxy-from-env": "1.0.0", "request-progress": "^3.0.0", "supports-color": "^8.1.1", - "systeminformation": "^5.27.14", + "systeminformation": "^5.31.1", "tmp": "~0.2.4", "tree-kill": "1.2.2", + "tslib": "1.14.1", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, @@ -7045,6 +7046,13 @@ "dev": true, "license": "MIT" }, + "node_modules/cypress/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, "node_modules/dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", diff --git a/package.json b/package.json index 09683bae7bef5..721b18f6fb114 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@vue/tsconfig": "^0.8.1", "@zip.js/zip.js": "^2.8.21", "concurrently": "^9.2.1", - "cypress": "^15.10.0", + "cypress": "^15.11.0", "cypress-axe": "^1.7.0", "cypress-if": "^1.13.2", "cypress-split": "^1.24.28",