Bump cypress from 10.11.0 to 11.1.0

Bumps [cypress](https://github.com/cypress-io/cypress) from 10.11.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.11.0...v11.1.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-18 17:29:36 +00:00
committed by GitHub
parent a42f0a9b26
commit cbb9269920
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -52,7 +52,7 @@
"@nextcloud/webpack-vue-config": "^5.4.0",
"@relative-ci/agent": "^4.1.1",
"@vue/test-utils": "^1.3.3",
"cypress": "^10.11.0",
"cypress": "^11.1.0",
"eslint-webpack-plugin": "^3.2.0",
"jest": "^29.3.1",
"jest-serializer-vue": "^2.0.2",
@@ -6680,9 +6680,9 @@
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
},
"node_modules/cypress": {
"version": "10.11.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.11.0.tgz",
"integrity": "sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==",
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-11.1.0.tgz",
"integrity": "sha512-kzizbG9s3p3ahWqxUwG/21NqLWEGtScMevMyUPeYlcmMX9RzVxWM18MkA3B4Cb3jKx72hSyIE2mHgHymfCM1bg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -23449,9 +23449,9 @@
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
},
"cypress": {
"version": "10.11.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.11.0.tgz",
"integrity": "sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==",
"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",

View File

@@ -78,7 +78,7 @@
"@nextcloud/webpack-vue-config": "^5.4.0",
"@relative-ci/agent": "^4.1.1",
"@vue/test-utils": "^1.3.3",
"cypress": "^10.11.0",
"cypress": "^11.1.0",
"eslint-webpack-plugin": "^3.2.0",
"jest": "^29.3.1",
"jest-serializer-vue": "^2.0.2",