From 95488743e3a6c0f1f32f176cd5b53633a4dceb1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:12:01 +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.18.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.17.0...v15.18.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.18.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 07a46a1..9a00545 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.17.0", + "cypress": "^15.18.0", "jest": "^30.4.2", "jest-environment-jsdom": "^30.4.1", "start-server-and-test": "^3.0.11"