Bump cypress from 7.6.0 to 7.7.0 in /packages/website
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.6.0 to 7.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/v7.6.0...v7.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:
parent
8183130806
commit
541d853be7
|
@ -68,7 +68,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^7.6.0",
|
||||
"cypress": "^7.7.0",
|
||||
"cypress-file-upload": "^5.0.8",
|
||||
"prettier": "^2.3.2"
|
||||
}
|
||||
|
@ -7621,9 +7621,9 @@
|
|||
"integrity": "sha1-PPY5FIemYppiR+sMoM4ACBt+Nho="
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "7.6.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.6.0.tgz",
|
||||
"integrity": "sha512-tTwQExY28CKt6cY85/2V1uLExcMfpBEBWXt/EcE2ht/Onl9k4lxUS7ul1UnUO5MrYwMIHMdGVh13DxdzXj4Z5w==",
|
||||
"version": "7.7.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.7.0.tgz",
|
||||
"integrity": "sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
@ -33970,9 +33970,9 @@
|
|||
"integrity": "sha1-PPY5FIemYppiR+sMoM4ACBt+Nho="
|
||||
},
|
||||
"cypress": {
|
||||
"version": "7.6.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.6.0.tgz",
|
||||
"integrity": "sha512-tTwQExY28CKt6cY85/2V1uLExcMfpBEBWXt/EcE2ht/Onl9k4lxUS7ul1UnUO5MrYwMIHMdGVh13DxdzXj4Z5w==",
|
||||
"version": "7.7.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.7.0.tgz",
|
||||
"integrity": "sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@cypress/request": "^2.88.5",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^7.6.0",
|
||||
"cypress": "^7.7.0",
|
||||
"cypress-file-upload": "^5.0.8",
|
||||
"prettier": "^2.3.2"
|
||||
},
|
||||
|
|
Reference in New Issue