From 5620c4677f029bfec19250318f85857eb0ce80ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 05:12:31 +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.1 - [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.20.0...v15.20.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.20.1 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 cbe84f3..cfd7551 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.20.0", + "cypress": "^15.20.1", "jest": "^30.4.2", "jest-environment-jsdom": "^30.4.1", "start-server-and-test": "^3.0.12"