From 81ee7c4e1ff7fb707c3c464abfdce4d469a76855 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Jul 2021 19:06:33 +0000 Subject: [PATCH] chore(package): Update 1 dependencies to latest --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"