From 0e886dd34f7e6b564907a2af099393a0502d8cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:03:06 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 15.11.0 to 15.12.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.11.0 to 15.12.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.11.0...v15.12.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed04058e..c63227eb 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vue/vue3-jest": "^29.2.6", "babel-jest": "^30.3.0", "babel-loader": "^10.1.1", - "cypress": "^15.11.0", + "cypress": "^15.12.0", "eslint": "^9.39.2", "eslint-plugin-cypress": "^6.2.0", "eslint-plugin-import": "^2.32.0", diff --git a/yarn.lock b/yarn.lock index 370bf424..8a1b993a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4431,10 +4431,10 @@ csstype@^3.2.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a" integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ== -cypress@^15.11.0: - version "15.11.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.11.0.tgz#7402d0a2bb4573b6c6655191ad170cff1985ff3f" - integrity sha512-NXDE6/fqZuzh1Zr53nyhCCa4lcANNTYWQNP9fJO+tzD3qVTDaTUni5xXMuigYjMujQ7CRiT9RkJJONmPQSsDFw== +cypress@^15.12.0: + version "15.12.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.12.0.tgz#84be43a9d85cb390ca404e5b1d030568a06ab4eb" + integrity sha512-B2BRcudLfA4NZZP5QpA45J70bu1heCH59V1yKRLHAtiC49r7RV03X5ifUh7Nfbk8QNg93RAsc6oAmodm/+j0pA== dependencies: "@cypress/request" "^3.0.10" "@cypress/xvfb" "^1.2.4"