Bump cypress from 9.5.1 to 9.5.2
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.5.1 to 9.5.2. - [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/v9.5.1...v9.5.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f336e0c074
commit
d316278a84
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -52,7 +52,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
||||
"@typescript-eslint/parser": "^5.14.0",
|
||||
"cli-progress": "^3.10.0",
|
||||
"cypress": "^9.5.1",
|
||||
"cypress": "^9.5.2",
|
||||
"cypress-file-upload": "^5.0.8",
|
||||
"decompress": "^4.2.1",
|
||||
"eslint": "^8.11.0",
|
||||
|
@ -8206,9 +8206,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "9.5.1",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.1.tgz",
|
||||
"integrity": "sha512-H7lUWB3Svr44gz1rNnj941xmdsCljXoJa2cDneAltjI9leKLMQLm30x6jLlpQ730tiVtIbW5HdUmBzPzwzfUQg==",
|
||||
"version": "9.5.2",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.2.tgz",
|
||||
"integrity": "sha512-gYiQYvJozMzDOriUV1rCt6CeRM/pRK4nhwGJj3nJQyX2BoUdTCVwp30xDMKc771HiNVhBtgj5o5/iBdVDVXQUg==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
@ -28343,9 +28343,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"cypress": {
|
||||
"version": "9.5.1",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.1.tgz",
|
||||
"integrity": "sha512-H7lUWB3Svr44gz1rNnj941xmdsCljXoJa2cDneAltjI9leKLMQLm30x6jLlpQ730tiVtIbW5HdUmBzPzwzfUQg==",
|
||||
"version": "9.5.2",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.2.tgz",
|
||||
"integrity": "sha512-gYiQYvJozMzDOriUV1rCt6CeRM/pRK4nhwGJj3nJQyX2BoUdTCVwp30xDMKc771HiNVhBtgj5o5/iBdVDVXQUg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@cypress/request": "^2.88.10",
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
||||
"@typescript-eslint/parser": "^5.14.0",
|
||||
"cli-progress": "^3.10.0",
|
||||
"cypress": "^9.5.1",
|
||||
"cypress": "^9.5.2",
|
||||
"cypress-file-upload": "^5.0.8",
|
||||
"decompress": "^4.2.1",
|
||||
"eslint": "^8.11.0",
|
||||
|
|
Loading…
Reference in a new issue