From 9a6e285a8f2c2acf01eae481988477a79fcf3631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 14:14:40 +0000 Subject: [PATCH] Bump cypress from 10.10.0 to 11.1.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 10.10.0 to 11.1.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.1.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..bea0cd2b 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.1.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.1.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-11.1.0.tgz", + "integrity": "sha512-kzizbG9s3p3ahWqxUwG/21NqLWEGtScMevMyUPeYlcmMX9RzVxWM18MkA3B4Cb3jKx72hSyIE2mHgHymfCM1bg==", "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.1.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-11.1.0.tgz", + "integrity": "sha512-kzizbG9s3p3ahWqxUwG/21NqLWEGtScMevMyUPeYlcmMX9RzVxWM18MkA3B4Cb3jKx72hSyIE2mHgHymfCM1bg==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index f4f380a7..ede7e6b4 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.1.0", "eslint": "^8.26.0", "jest": "^29.2.2", "jest-preset-angular": "^12.2.2",