From 4c0a70f63f109cf8ae8f14f34438a84c0eb824b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Jul 2021 19:06:50 +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 3b7958b..d575069 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "cypress-runner": "./cypress-runner-cli.js" }, "dependencies": { - "cypress": "7.6.0", + "cypress": "7.7.0", "node-cleanup": "^2.1.2", "portfinder": "^1.0.28", "serve": "12.0.0", diff --git a/yarn.lock b/yarn.lock index 4193501..8d9da8b 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.6.0: - version "7.6.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.6.0.tgz#80fe7496cd4165a0fa06e25fc11413dda4544463" - integrity sha512-tTwQExY28CKt6cY85/2V1uLExcMfpBEBWXt/EcE2ht/Onl9k4lxUS7ul1UnUO5MrYwMIHMdGVh13DxdzXj4Z5w== +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== dependencies: "@cypress/request" "^2.88.5" "@cypress/xvfb" "^1.2.4"