Skip to content

Commit

Permalink
Upgraded cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
verheyenkoen committed Feb 12, 2025
1 parent d3b5422 commit 88349ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"precommit.silent": true,
"dependencies": {
"cypress": "^14.0.0",
"cypress": "^14.0.3",
"cypress-common": "ugent-library/cypress-common.git",
"escape-string-regexp": "^5.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
dependencies:
regenerator-runtime "^0.13.4"

"@cypress/request@^3.0.6":
"@cypress/request@^3.0.7":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.7.tgz#6a74a4da98d9e5ae9121d6e2d9c14780c9b5cf1a"
integrity sha512-LzxlLEMbBOPYB85uXrDqvD4MgcenjRBLIns3zyhx7vTPj/0u2eQhzXvPiGcaJrV38Q9dbkExWp6cOHPJ+EtFYg==
Expand Down Expand Up @@ -351,12 +351,12 @@ cypress-common@ugent-library/cypress-common.git:
version "3.17.1"
resolved "https://codeload.github.com/ugent-library/cypress-common/tar.gz/4154cc7f2012e180c94d8379b85e94d4e2d54c19"

cypress@^14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.0.0.tgz#a71cb0a243a0bfeb97b6973ab9c5291ca5288e93"
integrity sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw==
cypress@^14.0.3:
version "14.0.3"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.0.3.tgz#7873d21f61d0559edb9c041316d450cf7ef9d5fa"
integrity sha512-yIdvobANw3kS+KF/t5vwjjPNufBA8ux7iQHaWxPTkUw2yCKI72m9mKM24eOwE84Wk4ALPsSvEcGbDrwgmhr4RA==
dependencies:
"@cypress/request" "^3.0.6"
"@cypress/request" "^3.0.7"
"@cypress/xvfb" "^1.2.4"
"@types/sinonjs__fake-timers" "8.1.1"
"@types/sizzle" "^2.3.2"
Expand Down

0 comments on commit 88349ff

Please sign in to comment.