From a484203c017384d95d60d3dea2cf02c535c2195b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 14:08:27 +0000 Subject: [PATCH] Bump cypress from 10.10.0 to 11.0.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 10.10.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/v10.10.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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7afc3006..a5256024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@types/node": "^18.11.4", "@typescript-eslint/eslint-plugin": "5.41.0", "@typescript-eslint/parser": "5.41.0", - "cypress": "^10.10.0", + "cypress": "^11.0.0", "eslint": "^8.26.0", "jest": "^29.2.2", "jest-preset-angular": "^12.2.2", @@ -8126,9 +8126,9 @@ "dev": true }, "node_modules/cypress": { - "version": "10.10.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.10.0.tgz", - "integrity": "sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-11.0.0.tgz", + "integrity": "sha512-mYXGi2Wjmy9shRjAUDugSMOr4uuzE2nl7hXQi3oQkIQsnwwBx2HNB8Vbfsix3A0zyPXlL5jTcbb6rCVWKRaXbg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -27713,9 +27713,9 @@ } }, "cypress": { - "version": "10.10.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.10.0.tgz", - "integrity": "sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-11.0.0.tgz", + "integrity": "sha512-mYXGi2Wjmy9shRjAUDugSMOr4uuzE2nl7hXQi3oQkIQsnwwBx2HNB8Vbfsix3A0zyPXlL5jTcbb6rCVWKRaXbg==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index f4f380a7..6a27312c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/node": "^18.11.4", "@typescript-eslint/eslint-plugin": "5.41.0", "@typescript-eslint/parser": "5.41.0", - "cypress": "^10.10.0", + "cypress": "^11.0.0", "eslint": "^8.26.0", "jest": "^29.2.2", "jest-preset-angular": "^12.2.2",