Skip to content

Commit

Permalink
deps:chore - update dependency cypress to v7.7.0 (#476)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Bruno <lucas.bruno@zup.com.br>
  • Loading branch information
3 people authored Dec 14, 2021
1 parent 90f3531 commit d0ece7f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions e2e/cypress/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "ZupIT",
"license": "ISC",
"devDependencies": {
"cypress": "7.6.0",
"cypress": "7.7.0",
"tslint": "6.1.3",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"chokidar": "3.5.2",
"cypress": "7.6.0",
"cypress": "7.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-cypress": "2.12.1",
Expand Down
8 changes: 4 additions & 4 deletions manager/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4945,10 +4945,10 @@ cypress@*:
url "^0.11.0"
yauzl "^2.10.0"

cypress@7.6.0:
version "7.6.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.6.0.tgz#80fe7496cd4165a0fa06e25fc11413dda4544463"
integrity sha512-tTwQExY28CKt6cY85/2V1uLExcMfpBEBWXt/EcE2ht/Onl9k4lxUS7ul1UnUO5MrYwMIHMdGVh13DxdzXj4Z5w==
cypress@7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.7.0.tgz#0839ae28e5520536f9667d6c9ae81496b3836e64"
integrity sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==
dependencies:
"@cypress/request" "^2.88.5"
"@cypress/xvfb" "^1.2.4"
Expand Down

0 comments on commit d0ece7f

Please sign in to comment.