Bump cypress from 9.6.1 to 10.0.1 in /src-ui

Bumps [cypress](https://github.com/cypress-io/cypress) from 9.6.1 to 10.0.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.1...v10.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-02 21:36:01 +00:00 committed by GitHub
parent 8d5fad72bf
commit 7978f3f0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -16,12 +16,12 @@
"@angular/platform-browser": "~13.3.11", "@angular/platform-browser": "~13.3.11",
"@angular/platform-browser-dynamic": "~13.3.11", "@angular/platform-browser-dynamic": "~13.3.11",
"@angular/router": "~13.3.11", "@angular/router": "~13.3.11",
"@cypress/schematic": "^2.0.0",
"@ng-bootstrap/ng-bootstrap": "^12.1.2", "@ng-bootstrap/ng-bootstrap": "^12.1.2",
"@ng-select/ng-select": "^8.1.1", "@ng-select/ng-select": "^8.1.1",
"@ngneat/dirty-check-forms": "^3.0.2", "@ngneat/dirty-check-forms": "^3.0.2",
"@popperjs/core": "^2.11.5", "@popperjs/core": "^2.11.5",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
"cypress": "~10.0.1",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"ng2-pdf-viewer": "^9.0.0", "ng2-pdf-viewer": "^9.0.0",
"ngx-color": "^7.3.3", "ngx-color": "^7.3.3",
@ -51,7 +51,7 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"@cypress/schematic": "^2.0.0", "@cypress/schematic": "^2.0.0",
"cypress": "~9.6.0" "cypress": "~10.0.1"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@ -8101,9 +8101,9 @@
"dev": true "dev": true
}, },
"node_modules/cypress": { "node_modules/cypress": {
"version": "9.6.1", "version": "10.0.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.1.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.0.1.tgz",
"integrity": "sha512-ECzmV7pJSkk+NuAhEw6C3D+RIRATkSb2VAHXDY6qGZbca/F9mv5pPsj2LO6Ty6oIFVBTrwCyL9agl28MtJMe2g==", "integrity": "sha512-04vefCc6LrrgBS7Qhqn+9lqXTneLYZZwOokBaCJToI9DHu7/ywhywYNUg/Qy4xWOxlKvbvnELGCa7HZbSgeLfQ==",
"hasInstallScript": true, "hasInstallScript": true,
"optional": true, "optional": true,
"dependencies": { "dependencies": {
@ -25674,9 +25674,9 @@
} }
}, },
"cypress": { "cypress": {
"version": "9.6.1", "version": "10.0.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.1.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.0.1.tgz",
"integrity": "sha512-ECzmV7pJSkk+NuAhEw6C3D+RIRATkSb2VAHXDY6qGZbca/F9mv5pPsj2LO6Ty6oIFVBTrwCyL9agl28MtJMe2g==", "integrity": "sha512-04vefCc6LrrgBS7Qhqn+9lqXTneLYZZwOokBaCJToI9DHu7/ywhywYNUg/Qy4xWOxlKvbvnELGCa7HZbSgeLfQ==",
"optional": true, "optional": true,
"requires": { "requires": {
"@cypress/request": "^2.88.10", "@cypress/request": "^2.88.10",

View File

@ -55,6 +55,6 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"@cypress/schematic": "^2.0.0", "@cypress/schematic": "^2.0.0",
"cypress": "~9.6.0" "cypress": "~10.0.1"
} }
} }