From 6e2b7db4ea302c706899cbaf159391de29e206cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 05:18:36 +0000 Subject: [PATCH] [DEPENDABOT]: Bump cypress from 6.6.0 to 6.7.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 6.6.0 to 6.7.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v6.6.0...v6.7.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5995d49d..86a4abc1 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "babelify": "^10.0.0", "browserify": "^17.0.0", "budo": "^11.6.4", - "cypress": "^6.6.0", + "cypress": "^6.7.1", "cypress-plugin-tab": "^1.0.5", "eslint": "^7.21.0", "eslint-config-prettier": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index 322603ce..76386b1c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3170,10 +3170,10 @@ cypress-plugin-tab@^1.0.5: dependencies: ally.js "^1.4.1" -cypress@^6.6.0: - version "6.6.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.6.0.tgz#659c64cdb06e51b6be18fdac39d8f192deb54fa0" - integrity sha512-+Xx3Zn653LJHUsCb9h1Keql2jlazbr1ROmbY6DFJMmXKLgXP4ez9cE403W93JNGRbZK0Tng3R/oP8mvd9XAPVg== +cypress@^6.7.1: + version "6.7.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.7.1.tgz#6b8e1ba9badbded284ddc8575873b64211250ea6" + integrity sha512-MC9yt1GqpL4WVDQ0STI89K+PdLeC3T3NuAb2N61d6vYGR9pJy8w3Fqe0OWZwaRTJtg9eAyHXPGmFsyKeNQ3tmg== dependencies: "@cypress/listr-verbose-renderer" "^0.4.1" "@cypress/request" "^2.88.5"