From 8faddef00926fb31cca7a3d4ded5674939a3c338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 20:10:37 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 9.7.0 to 11.0.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 11.0.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...v11.0.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 80ee3ea..24f3736 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@types/node": "18.7.15", "@typescript-eslint/eslint-plugin": "~5.15.0", "@typescript-eslint/parser": "~5.10.0", - "cypress": "^9.1.0", + "cypress": "^11.0.0", "eslint": "~8.23.0", "eslint-config-prettier": "8.4.0", "eslint-plugin-cypress": "^2.10.3",