Bump cypress from 7.2.0 to 7.3.0 in /packages/website

Bumps [cypress](https://github.com/cypress-io/cypress) from 7.2.0 to 7.3.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.2.0...v7.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-11 14:13:45 +00:00 committed by GitHub
parent 020eab2e12
commit 0864d8e0d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -68,7 +68,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"cypress": "^7.2.0",
"cypress": "^7.3.0",
"cypress-file-upload": "^5.0.7",
"prettier": "^2.3.0"
}
@ -7711,9 +7711,9 @@
}
},
"node_modules/cypress": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.2.0.tgz",
"integrity": "sha512-lHHGay+YsffDn4M0bkkwezylBVHUpwwhtqte4LNPrFRCHy77X38+1PUe3neFb3glVTM+rbILtTN6FhO2djcOuQ==",
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.3.0.tgz",
"integrity": "sha512-aseRCH1tRVCrM6oEfja6fR/bo5l6e4SkHRRSATh27UeN4f/ANC8U7tGIulmrISJVy9xuOkOdbYKbUb2MNM+nrw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -35952,9 +35952,9 @@
}
},
"cypress": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.2.0.tgz",
"integrity": "sha512-lHHGay+YsffDn4M0bkkwezylBVHUpwwhtqte4LNPrFRCHy77X38+1PUe3neFb3glVTM+rbILtTN6FhO2djcOuQ==",
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.3.0.tgz",
"integrity": "sha512-aseRCH1tRVCrM6oEfja6fR/bo5l6e4SkHRRSATh27UeN4f/ANC8U7tGIulmrISJVy9xuOkOdbYKbUb2MNM+nrw==",
"dev": true,
"requires": {
"@cypress/listr-verbose-renderer": "^0.4.1",

View File

@ -65,7 +65,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"cypress": "^7.2.0",
"cypress": "^7.3.0",
"cypress-file-upload": "^5.0.7",
"prettier": "^2.3.0"
},