Bump cypress from 10.0.1 to 10.3.0 in /src-ui

Bumps [cypress](https://github.com/cypress-io/cypress) from 10.0.1 to 10.3.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/v10.0.1...v10.3.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-07-01 20:41:20 +00:00 committed by GitHub
parent c913fa65b2
commit a617eda321
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.5",
"bootstrap": "^5.1.3",
"cypress": "~10.3.0",
"file-saver": "^2.0.5",
"ng2-pdf-viewer": "^9.0.0",
"ngx-color": "^7.3.3",
@ -50,7 +51,7 @@
},
"optionalDependencies": {
"@cypress/schematic": "^2.0.0",
"cypress": "~10.0.1"
"cypress": "~10.3.0"
}
},
"node_modules/@ampproject/remapping": {
@ -8237,9 +8238,9 @@
"dev": true
},
"node_modules/cypress": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.0.1.tgz",
"integrity": "sha512-04vefCc6LrrgBS7Qhqn+9lqXTneLYZZwOokBaCJToI9DHu7/ywhywYNUg/Qy4xWOxlKvbvnELGCa7HZbSgeLfQ==",
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz",
"integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==",
"hasInstallScript": true,
"optional": true,
"dependencies": {
@ -25938,9 +25939,9 @@
}
},
"cypress": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.0.1.tgz",
"integrity": "sha512-04vefCc6LrrgBS7Qhqn+9lqXTneLYZZwOokBaCJToI9DHu7/ywhywYNUg/Qy4xWOxlKvbvnELGCa7HZbSgeLfQ==",
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz",
"integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==",
"optional": true,
"requires": {
"@cypress/request": "^2.88.10",

View File

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