From 487a64df4d99b5b27c381b5d563a4f2cf6761e7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 05:12:12 +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.21.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.1...v15.21.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.21.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 cfd75511..00a4ae3a 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.1", + "cypress": "^15.21.1", "jest": "^30.4.2", "jest-environment-jsdom": "^30.4.1", "start-server-and-test": "^3.0.12"