From a83d7ee2fb376d2b15cc08b5e72cd2beeb21ad86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 03:02:37 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 15.12.0 to 15.13.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.12.0 to 15.13.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.12.0...v15.13.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.13.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 79b5a86b..ea4e0ca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "chalk": "^4.1.2", "command-line-args": "^6.0.1", - "cypress": "^15.12.0", + "cypress": "^15.13.0", "esbuild": "^0.27.4", "glob-stream": "^7.0.0", "micro-fs": "^1.0.3", @@ -1154,9 +1154,9 @@ } }, "node_modules/cypress": { - "version": "15.12.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.12.0.tgz", - "integrity": "sha512-B2BRcudLfA4NZZP5QpA45J70bu1heCH59V1yKRLHAtiC49r7RV03X5ifUh7Nfbk8QNg93RAsc6oAmodm/+j0pA==", + "version": "15.13.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.13.0.tgz", + "integrity": "sha512-hJ9sY++TUC/HlUzHVJpIrDyqKMjlhx5PTXl/A7eA91JNEtUWkJAqefQR5mo9AtLra/9+m+JJaMg2U5Qd0a74Fw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index dbb5c108..fe633c10 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "chalk": "^4.1.2", "command-line-args": "^6.0.1", - "cypress": "^15.12.0", + "cypress": "^15.13.0", "esbuild": "^0.27.4", "glob-stream": "^7.0.0", "micro-fs": "^1.0.3",