diff --git a/package.json b/package.json index d575069..8e1d416 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "cypress-runner": "./cypress-runner-cli.js" }, "dependencies": { - "cypress": "7.7.0", + "cypress": "8.0.0", "node-cleanup": "^2.1.2", "portfinder": "^1.0.28", "serve": "12.0.0", diff --git a/yarn.lock b/yarn.lock index 8d9da8b..a41e763 100644 --- a/yarn.lock +++ b/yarn.lock @@ -815,10 +815,10 @@ currently-unhandled@^0.4.1: dependencies: array-find-index "^1.0.1" -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== +cypress@8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.0.0.tgz#bd68f4cff9ffb0c1176e9dd87d020cbdd0001ab8" + integrity sha512-Hhbc7FtbeCSg5Ui2zxXQLynk7IYGIygG8NqTauS4EtCWyp2k6s4g8P4KUZXwRbhuryN/+/dCd1kPtFbhBx8MuQ== dependencies: "@cypress/request" "^2.88.5" "@cypress/xvfb" "^1.2.4"