Bump cypress from 10.3.1 to 10.4.0

Bumps [cypress](https://github.com/cypress-io/cypress) from 10.3.1 to 10.4.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/v10.3.1...v10.4.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-08-08 04:05:53 +00:00 committed by Jon Koops
parent 562f322af6
commit 0ca2165053
2 changed files with 8 additions and 9 deletions

15
package-lock.json generated
View file

@ -54,7 +54,7 @@
"@typescript-eslint/parser": "^5.31.0",
"@vitejs/plugin-react": "^2.0.0",
"babel-loader": "^8.2.5",
"cypress": "^10.3.1",
"cypress": "^10.4.0",
"decompress": "^4.2.1",
"del": "^7.0.0",
"eslint": "^8.21.0",
@ -5460,12 +5460,11 @@
"license": "MIT"
},
"node_modules/cypress": {
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.1.tgz",
"integrity": "sha512-As9HrExjAgpgjCnbiQCuPdw5sWKx5HUJcK2EOKziu642akwufr/GUeqL5UnCPYXTyyibvEdWT/pSC2qnGW/e5w==",
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.4.0.tgz",
"integrity": "sha512-OM7F8MRE01SHQRVVzunid1ZK1m90XTxYnl+7uZfIrB4CYqUDCrZEeSyCXzIbsS6qcaijVCAhqDL60SxG8N6hew==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@cypress/request": "^2.88.10",
"@cypress/xvfb": "^1.2.4",
@ -17892,9 +17891,9 @@
"dev": true
},
"cypress": {
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.1.tgz",
"integrity": "sha512-As9HrExjAgpgjCnbiQCuPdw5sWKx5HUJcK2EOKziu642akwufr/GUeqL5UnCPYXTyyibvEdWT/pSC2qnGW/e5w==",
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.4.0.tgz",
"integrity": "sha512-OM7F8MRE01SHQRVVzunid1ZK1m90XTxYnl+7uZfIrB4CYqUDCrZEeSyCXzIbsS6qcaijVCAhqDL60SxG8N6hew==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",

View file

@ -72,7 +72,7 @@
"@typescript-eslint/parser": "^5.31.0",
"@vitejs/plugin-react": "^2.0.0",
"babel-loader": "^8.2.5",
"cypress": "^10.3.1",
"cypress": "^10.4.0",
"decompress": "^4.2.1",
"del": "^7.0.0",
"eslint": "^8.21.0",