From 9b7eb9292105ba60ef24b36e6d474ea4d50d5d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 09:08:59 +0000 Subject: [PATCH] build(deps-dev): 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 15ea9d7f..e7c9ba58 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "ci-info": "^3.1.1", - "cypress": "^6.6.0", + "cypress": "^6.7.1", "eslint": "^7.22.0", "eslint-config-prettier": "8.1.0", "eslint-plugin-cypress": "^2.10.3", diff --git a/yarn.lock b/yarn.lock index 8ab9bbfe..1157b5b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7256,10 +7256,10 @@ cyclist@^1.0.1: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= -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"