From 60bf2fc79633d674c2524a17638861ec3aecd5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 10:08:52 +0000 Subject: [PATCH] Bump cypress from 6.7.1 to 6.8.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 6.7.1 to 6.8.0. - [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.7.1...v6.8.0) 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 08a39857..3c29292b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/styled-components": "5.1.9", "@xstate/graph": "1.3.0", "commitizen": "4.2.3", - "cypress": "6.7.1", + "cypress": "6.8.0", "cz-conventional-changelog": "3.3.0", "husky": "5.1.3", "is-ci-cli": "2.2.0", diff --git a/yarn.lock b/yarn.lock index 4e580c60..3ce6364f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4991,10 +4991,10 @@ cyclist@~0.2.2: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640" integrity sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA= -cypress@6.7.1: - version "6.7.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.7.1.tgz#6b8e1ba9badbded284ddc8575873b64211250ea6" - integrity sha512-MC9yt1GqpL4WVDQ0STI89K+PdLeC3T3NuAb2N61d6vYGR9pJy8w3Fqe0OWZwaRTJtg9eAyHXPGmFsyKeNQ3tmg== +cypress@6.8.0: + version "6.8.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.8.0.tgz#8338f39212a8f71e91ff8c017a1b6e22d823d8c1" + integrity sha512-W2e9Oqi7DmF48QtOD0LfsOLVq6ef2hcXZvJXI/E3PgFNmZXEVwBefhAxVCW9yTPortjYA2XkM20KyC4HRkOm9w== dependencies: "@cypress/listr-verbose-renderer" "^0.4.1" "@cypress/request" "^2.88.5"