build(deps-dev): Bump cypress from 9.6.1 to 9.7.0

Bumps [cypress](https://github.com/cypress-io/cypress) from 9.6.1 to 9.7.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v9.6.1...v9.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-05-28 03:00:55 +00:00
committed by GitHub
parent 3b19b4212b
commit 27644bd032
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -51,7 +51,7 @@
"@nextcloud/webpack-vue-config": "^5.1.0", "@nextcloud/webpack-vue-config": "^5.1.0",
"@relative-ci/agent": "^3.1.3", "@relative-ci/agent": "^3.1.3",
"@vue/test-utils": "^1.3.0", "@vue/test-utils": "^1.3.0",
"cypress": "^9.6.1", "cypress": "^9.7.0",
"jest": "^28.1.0", "jest": "^28.1.0",
"jest-serializer-vue": "^2.0.2", "jest-serializer-vue": "^2.0.2",
"vue-jest": "^3.0.7" "vue-jest": "^3.0.7"
@@ -6632,9 +6632,9 @@
} }
}, },
"node_modules/cypress": { "node_modules/cypress": {
"version": "9.6.1", "version": "9.7.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.1.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.7.0.tgz",
"integrity": "sha512-ECzmV7pJSkk+NuAhEw6C3D+RIRATkSb2VAHXDY6qGZbca/F9mv5pPsj2LO6Ty6oIFVBTrwCyL9agl28MtJMe2g==", "integrity": "sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@@ -23582,9 +23582,9 @@
"peer": true "peer": true
}, },
"cypress": { "cypress": {
"version": "9.6.1", "version": "9.7.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.1.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.7.0.tgz",
"integrity": "sha512-ECzmV7pJSkk+NuAhEw6C3D+RIRATkSb2VAHXDY6qGZbca/F9mv5pPsj2LO6Ty6oIFVBTrwCyL9agl28MtJMe2g==", "integrity": "sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@cypress/request": "^2.88.10", "@cypress/request": "^2.88.10",

View File

@@ -77,7 +77,7 @@
"@nextcloud/webpack-vue-config": "^5.1.0", "@nextcloud/webpack-vue-config": "^5.1.0",
"@relative-ci/agent": "^3.1.3", "@relative-ci/agent": "^3.1.3",
"@vue/test-utils": "^1.3.0", "@vue/test-utils": "^1.3.0",
"cypress": "^9.6.1", "cypress": "^9.7.0",
"jest": "^28.1.0", "jest": "^28.1.0",
"jest-serializer-vue": "^2.0.2", "jest-serializer-vue": "^2.0.2",
"vue-jest": "^3.0.7" "vue-jest": "^3.0.7"