Bump cypress from 9.5.3 to 9.6.0 in /src-ui

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

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-25 19:14:24 +00:00 committed by GitHub
parent c5f70b4401
commit 268715711f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View File

@ -21,6 +21,7 @@
"@ngneat/dirty-check-forms": "^3.0.2",
"@popperjs/core": "^2.11.4",
"bootstrap": "^5.1.3",
"cypress": "~9.6.0",
"file-saver": "^2.0.5",
"ng2-pdf-viewer": "^9.0.0",
"ngx-color": "^7.3.3",
@ -48,7 +49,7 @@
},
"optionalDependencies": {
"@cypress/schematic": "^1.6.0",
"cypress": "~9.5.3"
"cypress": "~9.6.0"
}
},
"node_modules/@ampproject/remapping": {
@ -6314,9 +6315,9 @@
"dev": true
},
"node_modules/cypress": {
"version": "9.5.4",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.4.tgz",
"integrity": "sha512-6AyJAD8phe7IMvOL4oBsI9puRNOWxZjl8z1lgixJMcgJ85JJmyKeP6uqNA0dI1z14lmJ7Qklf2MOgP/xdAqJ/Q==",
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.0.tgz",
"integrity": "sha512-nNwt9eBQmSENamwa8LxvggXksfyzpyYaQ7lNBLgks3XZ6dPE/6BCQFBzeAyAPt/bNXfH3tKPkAyhiAZPYkWoEg==",
"hasInstallScript": true,
"optional": true,
"dependencies": {
@ -21673,9 +21674,9 @@
}
},
"cypress": {
"version": "9.5.4",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.4.tgz",
"integrity": "sha512-6AyJAD8phe7IMvOL4oBsI9puRNOWxZjl8z1lgixJMcgJ85JJmyKeP6uqNA0dI1z14lmJ7Qklf2MOgP/xdAqJ/Q==",
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.0.tgz",
"integrity": "sha512-nNwt9eBQmSENamwa8LxvggXksfyzpyYaQ7lNBLgks3XZ6dPE/6BCQFBzeAyAPt/bNXfH3tKPkAyhiAZPYkWoEg==",
"optional": true,
"requires": {
"@cypress/request": "^2.88.10",

View File

@ -52,7 +52,7 @@
"wait-on": "~6.0.1"
},
"optionalDependencies": {
"cypress": "~9.5.3",
"cypress": "~9.6.0",
"@cypress/schematic": "^1.6.0"
}
}