Bump cypress from 7.1.0 to 7.2.0 in /packages/website
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.1.0 to 7.2.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.1.0...v7.2.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
23d5af32c8
commit
ab088c1893
|
@ -68,7 +68,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^7.1.0",
|
||||
"cypress": "^7.2.0",
|
||||
"cypress-file-upload": "^5.0.7",
|
||||
"prettier": "^2.2.1"
|
||||
}
|
||||
|
@ -7711,9 +7711,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.1.0.tgz",
|
||||
"integrity": "sha512-AptQP9fVtN/FfOv8rJ9hTGJE2XQFc8saLHT38r/EeyWhzp0q/+P/DYRTDtjGZHeLTCNznAUrT4lal8jm+ouS7Q==",
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.2.0.tgz",
|
||||
"integrity": "sha512-lHHGay+YsffDn4M0bkkwezylBVHUpwwhtqte4LNPrFRCHy77X38+1PUe3neFb3glVTM+rbILtTN6FhO2djcOuQ==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
@ -35913,9 +35913,9 @@
|
|||
}
|
||||
},
|
||||
"cypress": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.1.0.tgz",
|
||||
"integrity": "sha512-AptQP9fVtN/FfOv8rJ9hTGJE2XQFc8saLHT38r/EeyWhzp0q/+P/DYRTDtjGZHeLTCNznAUrT4lal8jm+ouS7Q==",
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.2.0.tgz",
|
||||
"integrity": "sha512-lHHGay+YsffDn4M0bkkwezylBVHUpwwhtqte4LNPrFRCHy77X38+1PUe3neFb3glVTM+rbILtTN6FhO2djcOuQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@cypress/listr-verbose-renderer": "^0.4.1",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^7.1.0",
|
||||
"cypress": "^7.2.0",
|
||||
"cypress-file-upload": "^5.0.7",
|
||||
"prettier": "^2.2.1"
|
||||
},
|
||||
|
|
Reference in New Issue