From 2f8f21c0353560251c31e05da47ae7adf05265e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:06:20 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.15.2 to 13.17.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.15.2 to 13.17.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/v13.15.2...v13.17.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 13.17.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 317dff13..824cf3c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "babel-polyfill": "6.26.0", "chokidar": "^3.6.0", "concurrently": "^8.2.2", - "cypress": "^13.15.2", + "cypress": "^13.17.0", "eslint": "^8.57.0", "eslint-config-prettier": "8.10.0", "eslint-config-standard-with-typescript": "^23.0.0", @@ -10863,7 +10863,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "13.15.2", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", + "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 8c64cc55..c52a5a6b 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "babel-polyfill": "6.26.0", "chokidar": "^3.6.0", "concurrently": "^8.2.2", - "cypress": "^13.15.2", + "cypress": "^13.17.0", "eslint": "^8.57.0", "eslint-config-prettier": "8.10.0", "eslint-config-standard-with-typescript": "^23.0.0",