From e418560db14f0aed66427bc68bd0b67526793b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 20:22:57 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 9.7.0 to 11.2.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 11.2.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.2.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 b696dc5..366be81 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@types/node": "17.0.21", "@typescript-eslint/eslint-plugin": "5.44.0", "@typescript-eslint/parser": "5.44.0", - "cypress": "^9.1.0", + "cypress": "^11.2.0", "eslint": "8.15.0", "eslint-config-prettier": "8.4.0", "eslint-plugin-cypress": "^2.10.3",