Skip to content

Commit 54a6c57

Browse files
fix(deps): update dependency cypress to v14
1 parent 4693413 commit 54a6c57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

zucchini-ui-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@testing-library/cypress": "10.0.2",
15-
"cypress": "13.17.0"
15+
"cypress": "14.0.0"
1616
},
1717
"devDependencies": {
1818
"@tsconfig/recommended": "1.0.8",

zucchini-ui-e2e-tests/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,10 +700,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
700700
shebang-command "^2.0.0"
701701
which "^2.0.1"
702702

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

0 commit comments

Comments
 (0)