Bump cypress from 10.9.0 to 10.10.0 (#3585)

Bumps [cypress](https://github.com/cypress-io/cypress) from 10.9.0 to 10.10.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v10.9.0...v10.10.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-17 10:39:29 +02:00 committed by GitHub
parent aa4e97ac41
commit 3b82999d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View file

@ -93,7 +93,7 @@
"@types/tar-fs": "^2.0.1",
"@vitejs/plugin-react": "^2.1.0",
"babel-loader": "^8.2.5",
"cypress": "^10.9.0",
"cypress": "^10.10.0",
"decompress": "^4.2.1",
"del": "^7.0.0",
"gunzip-maybe": "^1.4.2",

13
package-lock.json generated
View file

@ -129,7 +129,7 @@
"@types/tar-fs": "^2.0.1",
"@vitejs/plugin-react": "^2.1.0",
"babel-loader": "^8.2.5",
"cypress": "^10.9.0",
"cypress": "^10.10.0",
"decompress": "^4.2.1",
"del": "^7.0.0",
"gunzip-maybe": "^1.4.2",
@ -6090,10 +6090,11 @@
"license": "MIT"
},
"node_modules/cypress": {
"version": "10.9.0",
"version": "10.10.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.10.0.tgz",
"integrity": "sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@cypress/request": "^2.88.10",
"@cypress/xvfb": "^1.2.4",
@ -17868,7 +17869,7 @@
"@types/tar-fs": "^2.0.1",
"@vitejs/plugin-react": "^2.1.0",
"babel-loader": "^8.2.5",
"cypress": "^10.9.0",
"cypress": "^10.10.0",
"dagre": "^0.8.5",
"decompress": "^4.2.1",
"del": "^7.0.0",
@ -18980,7 +18981,9 @@
"dev": true
},
"cypress": {
"version": "10.9.0",
"version": "10.10.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.10.0.tgz",
"integrity": "sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",