From 5d319ac06e4ae32f3d0a1ddf6bd1044709a29fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:03:00 +0000 Subject: [PATCH] Bump cypress from 9.7.0 to 10.7.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 10.7.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v9.7.0...v10.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 00df843..f1d43a7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/qs": "^6.9", "axios": "^0.26", "core-js": "^3.21", - "cypress": "^9.4", + "cypress": "^10.7", "jest": "^27.5", "lodash-es": "^4.17", "qs": "^6.10",