diff --git a/e2e/package.json b/e2e/package.json index d18c6d0..174f422 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -18,7 +18,7 @@ "author": "João Esperancinha", "license": "ISC", "devDependencies": { - "cypress": "13.15.2", + "cypress": "13.16.0", "ts-node": "10.9.2", "typescript": "5.6.3" }, diff --git a/e2e/yarn.lock b/e2e/yarn.lock index d64d228..2f44e24 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -360,10 +360,10 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" -cypress@13.15.2: - version "13.15.2" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.15.2.tgz#ef19554c274bc4ff23802aeb5c52951677fa67f1" - integrity sha512-ARbnUorjcCM3XiPwgHKuqsyr5W9Qn+pIIBPaoilnoBkLdSC2oLQjV1BUpnmc7KR+b7Avah3Ly2RMFnfxr96E/A== +cypress@13.16.0: + version "13.16.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.16.0.tgz#7674ca33941f9da58f15fd4e3456856d87730970" + integrity sha512-g6XcwqnvzXrqiBQR/5gN+QsyRmKRhls1y5E42fyOvsmU7JuY+wM6uHJWj4ZPttjabzbnRvxcik2WemR8+xT6FA== dependencies: "@cypress/request" "^3.0.6" "@cypress/xvfb" "^1.2.4"