Bump cypress from 7.7.0 to 8.0.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.7.0 to 8.0.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/v7.7.0...v8.0.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:
parent
41a0923bad
commit
242e6f7b98
2 changed files with 8 additions and 6 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -42,7 +42,7 @@
|
|||
"@types/snowpack-env": "^2.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.4",
|
||||
"@typescript-eslint/parser": "^4.28.4",
|
||||
"cypress": "7.7.0",
|
||||
"cypress": "8.0.0",
|
||||
"decompress": "^4.2.1",
|
||||
"decompress-targz": "^4.1.1",
|
||||
"eslint": "^7.31.0",
|
||||
|
@ -5679,8 +5679,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "7.7.0",
|
||||
"integrity": "sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==",
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-8.0.0.tgz",
|
||||
"integrity": "sha512-Hhbc7FtbeCSg5Ui2zxXQLynk7IYGIygG8NqTauS4EtCWyp2k6s4g8P4KUZXwRbhuryN/+/dCd1kPtFbhBx8MuQ==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
@ -21208,8 +21209,9 @@
|
|||
}
|
||||
},
|
||||
"cypress": {
|
||||
"version": "7.7.0",
|
||||
"integrity": "sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==",
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-8.0.0.tgz",
|
||||
"integrity": "sha512-Hhbc7FtbeCSg5Ui2zxXQLynk7IYGIygG8NqTauS4EtCWyp2k6s4g8P4KUZXwRbhuryN/+/dCd1kPtFbhBx8MuQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@cypress/request": "^2.88.5",
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"@types/snowpack-env": "^2.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.4",
|
||||
"@typescript-eslint/parser": "^4.28.4",
|
||||
"cypress": "7.7.0",
|
||||
"cypress": "8.0.0",
|
||||
"decompress": "^4.2.1",
|
||||
"decompress-targz": "^4.1.1",
|
||||
"eslint": "^7.31.0",
|
||||
|
|
Loading…
Reference in a new issue