From 3ad70a2df72b6d3949b2a93299bc0ccd2c033b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:44:05 +0000 Subject: [PATCH] chore(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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ab62767..95545e3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "@vitejs/plugin-react": "^5.1.4", "@vitest/coverage-v8": "^4.1.0", "cors": "^2.8.6", - "cypress": "^15.11.0", + "cypress": "^15.12.0", "cypress-plugin-tab": "^2.0.0", "eslint": "^10.0.3", "eslint-plugin-react": "^7.37.5", @@ -5672,9 +5672,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "15.11.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.11.0.tgz", - "integrity": "sha512-NXDE6/fqZuzh1Zr53nyhCCa4lcANNTYWQNP9fJO+tzD3qVTDaTUni5xXMuigYjMujQ7CRiT9RkJJONmPQSsDFw==", + "version": "15.12.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.12.0.tgz", + "integrity": "sha512-B2BRcudLfA4NZZP5QpA45J70bu1heCH59V1yKRLHAtiC49r7RV03X5ifUh7Nfbk8QNg93RAsc6oAmodm/+j0pA==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 227072c0..a0094bad 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "@vitejs/plugin-react": "^5.1.4", "@vitest/coverage-v8": "^4.1.0", "cors": "^2.8.6", - "cypress": "^15.11.0", + "cypress": "^15.12.0", "cypress-plugin-tab": "^2.0.0", "eslint": "^10.0.3", "eslint-plugin-react": "^7.37.5",