From a734dad421f7060adbb995b54f793871d828a1a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 20:58:36 +0000 Subject: [PATCH] chore(deps-dev): bump cypress in /generators/client/templates/common Bumps [cypress](https://github.com/cypress-io/cypress) from 9.1.1 to 13.13.2. - [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/v9.1.1...v13.13.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- generators/client/templates/common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/client/templates/common/package.json b/generators/client/templates/common/package.json index 1493c9eea015..ea0b42714afc 100644 --- a/generators/client/templates/common/package.json +++ b/generators/client/templates/common/package.json @@ -3,7 +3,7 @@ "@cypress/code-coverage": "3.9.12", "babel-loader": "8.2.3", "babel-plugin-istanbul": "6.1.1", - "cypress": "9.1.1", + "cypress": "13.13.2", "eslint-plugin-cypress": "2.12.1", "cypress-audit": "1.1.0", "lighthouse": "9.1.0",