From 2290fe35984e45f4e5ce53a7e5451f36f4fc40d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:16:45 +0000 Subject: [PATCH] deps(deps-dev): update cypress requirement in the cypress group Updates the requirements on [cypress](https://github.com/cypress-io/cypress) to permit the latest version. Updates `cypress` to 15.20.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.19.0...v15.20.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.20.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 fca42b9..6bdd587 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@babel/core": "^8.0.1", "@babel/preset-env": "^8.0.2", "babel-jest": "^30.4.1", - "cypress": "^15.19.0", + "cypress": "^15.20.0", "jest": "^30.4.2", "jest-environment-jsdom": "^30.4.1", "start-server-and-test": "^3.0.11"