From 08920ea8db49842ef2f77c566885c8af5b80aa6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:31:21 +0000 Subject: [PATCH] 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 70c4f976..5cd05bb2 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@typescript-eslint/parser": "^8.57.0", "autoprefixer": "^10.4.27", "babel-eslint": "^10.1.0", - "cypress": "^15.11.0", + "cypress": "^15.12.0", "eslint": "^9.39.2", "eslint-config-next": "^16.1.6", "eslint-config-prettier": "^10.1.8", diff --git a/yarn.lock b/yarn.lock index 28f4c8e6..1c800059 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5744,10 +5744,10 @@ csstype@^3.1.3, csstype@^3.2.2: 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"