From 0b508150076cb0c31e1eb443517434607511051f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 21:14:29 +0000 Subject: [PATCH] Bump cypress from 9.7.0 to 12.0.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 12.0.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.7.0...v12.0.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1523b75248..1a25c03800 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "clean-css-cli": "^5.0.1", "core-js": "^3.1.4", "cross-env": "^7.0.2", - "cypress": "^9.0.0", + "cypress": "^12.0.2", "eslint": "^8.0.1", "esm": "^3.2.25", "foreach-cli": "^1.8.1",