From 07c9c3405ee1df20b25f0e689cd27cda527528c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:06:33 +0000 Subject: [PATCH] deps(deps-dev): update cypress requirement Updates the requirements on [cypress](https://github.com/cypress-io/cypress) to permit the latest version. Updates `cypress` to 15.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/v15.16.0...v15.17.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.17.0 dependency-type: direct:development dependency-group: cypress ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b32e193..3064495 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@babel/core": "^7.29.7", "@babel/preset-env": "^7.29.7", "babel-jest": "^30.4.1", - "cypress": "^15.16.0", + "cypress": "^15.17.0", "jest": "^30.4.2", "jest-environment-jsdom": "^30.4.1", "start-server-and-test": "^3.0.11"