From 7dd924c6115d0265c9071c265c8cee18c8787fb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 19:06:17 +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 8e1d416..6200ac1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "cypress-runner": "./cypress-runner-cli.js" }, "dependencies": { - "cypress": "8.0.0", + "cypress": "8.1.0", "node-cleanup": "^2.1.2", "portfinder": "^1.0.28", "serve": "12.0.0", diff --git a/yarn.lock b/yarn.lock index a41e763..56725f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -815,10 +815,10 @@ currently-unhandled@^0.4.1: dependencies: array-find-index "^1.0.1" -cypress@8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.0.0.tgz#bd68f4cff9ffb0c1176e9dd87d020cbdd0001ab8" - integrity sha512-Hhbc7FtbeCSg5Ui2zxXQLynk7IYGIygG8NqTauS4EtCWyp2k6s4g8P4KUZXwRbhuryN/+/dCd1kPtFbhBx8MuQ== +cypress@8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.1.0.tgz#9aaed7fb2a4d1876528b72d437f97bc824db0735" + integrity sha512-GXjlqPjY/6HPbQwAp3AvlA1Mk/NoJTAmqVSUhQsuM/1xDpd/FQHkxVuq5h6O6RrAoCXSgpZPXFsVtdqE+FwEJw== dependencies: "@cypress/request" "^2.88.5" "@cypress/xvfb" "^1.2.4"