Bump cypress from 10.1.0 to 10.2.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 10.1.0 to 10.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/v10.1.0...v10.2.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:
parent
1c40ae97fb
commit
c0af2fe82d
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -54,7 +54,7 @@
|
|||
"@types/tar-fs": "^2.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||||
"@typescript-eslint/parser": "^5.28.0",
|
||||
"cypress": "^10.1.0",
|
||||
"cypress": "^10.2.0",
|
||||
"decompress": "^4.2.1",
|
||||
"del": "^6.1.1",
|
||||
"eslint": "^8.18.0",
|
||||
|
@ -7991,9 +7991,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.1.0.tgz",
|
||||
"integrity": "sha512-aQ4JVZVib4Xd9FZW8IRZfKelUvqF4y5A+oUbNvn8TlsBmEfIg3m5Xd6Mt6PVU/jHiVJ9Psl905B3ZPnrDcmyuQ==",
|
||||
"version": "10.2.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.2.0.tgz",
|
||||
"integrity": "sha512-+i9lY5ENlfi2mJwsggzR+XASOIgMd7S/Gd3/13NCpv596n3YSplMAueBTIxNLcxDpTcIksp+9pM3UaDrJDpFqA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
@ -26997,9 +26997,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"cypress": {
|
||||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.1.0.tgz",
|
||||
"integrity": "sha512-aQ4JVZVib4Xd9FZW8IRZfKelUvqF4y5A+oUbNvn8TlsBmEfIg3m5Xd6Mt6PVU/jHiVJ9Psl905B3ZPnrDcmyuQ==",
|
||||
"version": "10.2.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.2.0.tgz",
|
||||
"integrity": "sha512-+i9lY5ENlfi2mJwsggzR+XASOIgMd7S/Gd3/13NCpv596n3YSplMAueBTIxNLcxDpTcIksp+9pM3UaDrJDpFqA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@cypress/request": "^2.88.10",
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
"@types/tar-fs": "^2.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||||
"@typescript-eslint/parser": "^5.28.0",
|
||||
"cypress": "^10.1.0",
|
||||
"cypress": "^10.2.0",
|
||||
"decompress": "^4.2.1",
|
||||
"del": "^6.1.1",
|
||||
"eslint": "^8.18.0",
|
||||
|
|
Loading…
Reference in a new issue