Bump cypress from 9.5.3 to 9.5.4
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.5.3 to 9.5.4. - [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.3...v9.5.4) --- 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
6a2b2e94f0
commit
d18d598862
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -55,7 +55,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
||||
"@typescript-eslint/parser": "^5.18.0",
|
||||
"cli-progress": "^3.10.0",
|
||||
"cypress": "^9.5.3",
|
||||
"cypress": "^9.5.4",
|
||||
"cypress-file-upload": "^5.0.8",
|
||||
"decompress": "^4.2.1",
|
||||
"del": "^6.0.0",
|
||||
|
@ -8281,9 +8281,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "9.5.3",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.3.tgz",
|
||||
"integrity": "sha512-ItelIVmqMTnKYbo1JrErhsGgQGjWOxCpHT1TfMvwnIXKXN/OSlPjEK7rbCLYDZhejQL99PmUqul7XORI24Ik0A==",
|
||||
"version": "9.5.4",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.4.tgz",
|
||||
"integrity": "sha512-6AyJAD8phe7IMvOL4oBsI9puRNOWxZjl8z1lgixJMcgJ85JJmyKeP6uqNA0dI1z14lmJ7Qklf2MOgP/xdAqJ/Q==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
@ -28712,9 +28712,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"cypress": {
|
||||
"version": "9.5.3",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.3.tgz",
|
||||
"integrity": "sha512-ItelIVmqMTnKYbo1JrErhsGgQGjWOxCpHT1TfMvwnIXKXN/OSlPjEK7rbCLYDZhejQL99PmUqul7XORI24Ik0A==",
|
||||
"version": "9.5.4",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.4.tgz",
|
||||
"integrity": "sha512-6AyJAD8phe7IMvOL4oBsI9puRNOWxZjl8z1lgixJMcgJ85JJmyKeP6uqNA0dI1z14lmJ7Qklf2MOgP/xdAqJ/Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@cypress/request": "^2.88.10",
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
||||
"@typescript-eslint/parser": "^5.18.0",
|
||||
"cli-progress": "^3.10.0",
|
||||
"cypress": "^9.5.3",
|
||||
"cypress": "^9.5.4",
|
||||
"cypress-file-upload": "^5.0.8",
|
||||
"decompress": "^4.2.1",
|
||||
"del": "^6.0.0",
|
||||
|
|
Loading…
Reference in a new issue