Skip to content

Commit

Permalink
Merge pull request #3410 from pgentile/renovate/cypress-14.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency cypress to v14
  • Loading branch information
pgentile authored Jan 21, 2025
2 parents 4693413 + 72a5ffe commit d584c1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion zucchini-ui-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@testing-library/cypress": "10.0.2",
"cypress": "13.17.0"
"cypress": "14.0.0"
},
"devDependencies": {
"@tsconfig/recommended": "1.0.8",
Expand Down
8 changes: 4 additions & 4 deletions zucchini-ui-e2e-tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -700,10 +700,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
shebang-command "^2.0.0"
which "^2.0.1"

cypress@13.17.0:
version "13.17.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.17.0.tgz#34c3d68080c4497eace0f353bd1629587a5f600d"
integrity sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==
cypress@14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.0.0.tgz#a71cb0a243a0bfeb97b6973ab9c5291ca5288e93"
integrity sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw==
dependencies:
"@cypress/request" "^3.0.6"
"@cypress/xvfb" "^1.2.4"
Expand Down

0 comments on commit d584c1d

Please sign in to comment.