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-30 11:08:54 +00:00 committed by Jon Koops
parent 5a8e388704
commit 73df18ac92
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View file

@ -54,7 +54,7 @@
"@types/tar-fs": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"cypress": "^9.6.1",
"cypress": "^9.7.0",
"cypress-file-upload": "^5.0.8",
"decompress": "^4.2.1",
"del": "^6.1.1",
@ -7800,10 +7800,11 @@
"license": "MIT"
},
"node_modules/cypress": {
"version": "9.6.1",
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.7.0.tgz",
"integrity": "sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@cypress/request": "^2.88.10",
"@cypress/xvfb": "^1.2.4",
@ -26249,7 +26250,9 @@
"dev": true
},
"cypress": {
"version": "9.6.1",
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.7.0.tgz",
"integrity": "sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",

View file

@ -72,7 +72,7 @@
"@types/tar-fs": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"cypress": "^9.6.1",
"cypress": "^9.7.0",
"cypress-file-upload": "^5.0.8",
"decompress": "^4.2.1",
"del": "^6.1.1",