From 08eba27aa7130c5e4617d30628ceabff7aebee5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:03:14 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 9.7.0 to 12.7.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 12.7.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/v9.7.0...v12.7.0) --- 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 cbf08ea..2a437ba 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@tsconfig/svelte": "^3.0.0", "@wetix/utils": "^1.0.0-alpha.0", "core-js": "^3.12.1", - "cypress": "^9.0.0", + "cypress": "^12.7.0", "rimraf": "^3.0.2", "rollup": "^2.49.0", "rollup-plugin-bundle-size": "^1.0.3",