Bump cypress from 10.2.0 to 10.3.0

Bumps [cypress](https://github.com/cypress-io/cypress) from 10.2.0 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.2.0...v10.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-04 04:20:21 +00:00 committed by Jon Koops
parent 926185acdb
commit d6f7203f6d
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -53,7 +53,7 @@
"@types/tar-fs": "^2.0.1", "@types/tar-fs": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0", "@typescript-eslint/parser": "^5.29.0",
"cypress": "^10.2.0", "cypress": "^10.3.0",
"decompress": "^4.2.1", "decompress": "^4.2.1",
"del": "^6.1.1", "del": "^6.1.1",
"eslint": "^8.19.0", "eslint": "^8.19.0",
@ -6424,9 +6424,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/cypress": { "node_modules/cypress": {
"version": "10.2.0", "version": "10.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.2.0.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz",
"integrity": "sha512-+i9lY5ENlfi2mJwsggzR+XASOIgMd7S/Gd3/13NCpv596n3YSplMAueBTIxNLcxDpTcIksp+9pM3UaDrJDpFqA==", "integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@ -22946,9 +22946,9 @@
"version": "3.0.9" "version": "3.0.9"
}, },
"cypress": { "cypress": {
"version": "10.2.0", "version": "10.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.2.0.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz",
"integrity": "sha512-+i9lY5ENlfi2mJwsggzR+XASOIgMd7S/Gd3/13NCpv596n3YSplMAueBTIxNLcxDpTcIksp+9pM3UaDrJDpFqA==", "integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==",
"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.29.0", "@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0", "@typescript-eslint/parser": "^5.29.0",
"cypress": "^10.2.0", "cypress": "^10.3.0",
"decompress": "^4.2.1", "decompress": "^4.2.1",
"del": "^6.1.1", "del": "^6.1.1",
"eslint": "^8.19.0", "eslint": "^8.19.0",