Bump cypress from 10.8.0 to 10.9.0 (#3461)
Bumps [cypress](https://github.com/cypress-io/cypress) from 10.8.0 to 10.9.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.8.0...v10.9.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:
parent
92ea10012c
commit
ba0738af30
2 changed files with 9 additions and 9 deletions
|
@ -92,7 +92,7 @@
|
|||
"@types/tar-fs": "^2.0.1",
|
||||
"@vitejs/plugin-react": "^2.1.0",
|
||||
"babel-loader": "^8.2.5",
|
||||
"cypress": "^10.8.0",
|
||||
"cypress": "^10.9.0",
|
||||
"decompress": "^4.2.1",
|
||||
"del": "^7.0.0",
|
||||
"gunzip-maybe": "^1.4.2",
|
||||
|
|
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -76,7 +76,7 @@
|
|||
"@types/tar-fs": "^2.0.1",
|
||||
"@vitejs/plugin-react": "^2.1.0",
|
||||
"babel-loader": "^8.2.5",
|
||||
"cypress": "^10.8.0",
|
||||
"cypress": "^10.9.0",
|
||||
"decompress": "^4.2.1",
|
||||
"del": "^7.0.0",
|
||||
"gunzip-maybe": "^1.4.2",
|
||||
|
@ -6388,9 +6388,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "10.8.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.8.0.tgz",
|
||||
"integrity": "sha512-QVse0dnLm018hgti2enKMVZR9qbIO488YGX06nH5j3Dg1isL38DwrBtyrax02CANU6y8F4EJUuyW6HJKw1jsFA==",
|
||||
"version": "10.9.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.9.0.tgz",
|
||||
"integrity": "sha512-MjIWrRpc+bQM9U4kSSdATZWZ2hUqHGFEQTF7dfeZRa4MnalMtc88FIE49USWP2ZVtfy5WPBcgfBX+YorFqGElA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
@ -19602,7 +19602,7 @@
|
|||
"@types/tar-fs": "^2.0.1",
|
||||
"@vitejs/plugin-react": "^2.1.0",
|
||||
"babel-loader": "^8.2.5",
|
||||
"cypress": "^10.8.0",
|
||||
"cypress": "^10.9.0",
|
||||
"dagre": "^0.8.5",
|
||||
"decompress": "^4.2.1",
|
||||
"del": "^7.0.0",
|
||||
|
@ -21010,9 +21010,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"cypress": {
|
||||
"version": "10.8.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.8.0.tgz",
|
||||
"integrity": "sha512-QVse0dnLm018hgti2enKMVZR9qbIO488YGX06nH5j3Dg1isL38DwrBtyrax02CANU6y8F4EJUuyW6HJKw1jsFA==",
|
||||
"version": "10.9.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.9.0.tgz",
|
||||
"integrity": "sha512-MjIWrRpc+bQM9U4kSSdATZWZ2hUqHGFEQTF7dfeZRa4MnalMtc88FIE49USWP2ZVtfy5WPBcgfBX+YorFqGElA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@cypress/request": "^2.88.10",
|
||||
|
|
Loading…
Reference in a new issue