Bump cypress from 9.6.0 to 9.6.1

Bumps [cypress](https://github.com/cypress-io/cypress) from 9.6.0 to 9.6.1.
- [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.6.0...v9.6.1)

---
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:
dependabot[bot] 2022-05-10 09:52:46 +00:00 committed by Jon Koops
parent 9e6b8dcf4d
commit 1f72eb4ef4
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -54,7 +54,7 @@
"@types/tar-fs": "^2.0.1", "@types/tar-fs": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.21.0", "@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0", "@typescript-eslint/parser": "^5.21.0",
"cypress": "^9.6.0", "cypress": "^9.6.1",
"cypress-file-upload": "^5.0.8", "cypress-file-upload": "^5.0.8",
"decompress": "^4.2.1", "decompress": "^4.2.1",
"del": "^6.0.0", "del": "^6.0.0",
@ -8474,9 +8474,9 @@
"dev": true "dev": true
}, },
"node_modules/cypress": { "node_modules/cypress": {
"version": "9.6.0", "version": "9.6.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.0.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.1.tgz",
"integrity": "sha512-nNwt9eBQmSENamwa8LxvggXksfyzpyYaQ7lNBLgks3XZ6dPE/6BCQFBzeAyAPt/bNXfH3tKPkAyhiAZPYkWoEg==", "integrity": "sha512-ECzmV7pJSkk+NuAhEw6C3D+RIRATkSb2VAHXDY6qGZbca/F9mv5pPsj2LO6Ty6oIFVBTrwCyL9agl28MtJMe2g==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@ -29477,9 +29477,9 @@
"dev": true "dev": true
}, },
"cypress": { "cypress": {
"version": "9.6.0", "version": "9.6.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.0.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.1.tgz",
"integrity": "sha512-nNwt9eBQmSENamwa8LxvggXksfyzpyYaQ7lNBLgks3XZ6dPE/6BCQFBzeAyAPt/bNXfH3tKPkAyhiAZPYkWoEg==", "integrity": "sha512-ECzmV7pJSkk+NuAhEw6C3D+RIRATkSb2VAHXDY6qGZbca/F9mv5pPsj2LO6Ty6oIFVBTrwCyL9agl28MtJMe2g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@cypress/request": "^2.88.10", "@cypress/request": "^2.88.10",

View file

@ -72,7 +72,7 @@
"@types/tar-fs": "^2.0.1", "@types/tar-fs": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.21.0", "@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0", "@typescript-eslint/parser": "^5.21.0",
"cypress": "^9.6.0", "cypress": "^9.6.1",
"cypress-file-upload": "^5.0.8", "cypress-file-upload": "^5.0.8",
"decompress": "^4.2.1", "decompress": "^4.2.1",
"del": "^6.0.0", "del": "^6.0.0",