From ec0756561fd04dc5cd5c114a1325dece618a2445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 20:45:35 +0000 Subject: [PATCH] Bump cypress in /generators/client/templates/common Bumps [cypress](https://github.com/cypress-io/cypress) from 5.3.0 to 12.17.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/@cypress/react-v5.3.0...v12.17.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 2f4bc35af3..3cfa203aec 100644 --- a/generators/client/templates/common/package.json +++ b/generators/client/templates/common/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "concurrently": "5.3.0", - "cypress": "5.3.0", + "cypress": "12.17.2", "typescript": "4.0.3", "wait-on": "5.2.0" }