From 90fbbfc7a3e7f0e95e2a37e6863c180f488cea2c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 05:24:51 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 4.6.0 to 4.7.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Commits](https://github.com/cypress-io/cypress/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ca742828..9803c71e 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", "bundlesize": "^0.18.0", - "cypress": "4.6.0", + "cypress": "4.7.0", "dotenv": "^8.2.0", "husky": "^4.2.5", "jsdom": "^16.2.2", diff --git a/yarn.lock b/yarn.lock index b496de35..559b13bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2515,10 +2515,10 @@ csstype@^2.2.0: resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b" integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w== -cypress@4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-4.6.0.tgz#ac76786500580df1347a0a50be63e5c59ffbef59" - integrity sha512-vIPXAceRP+Nxvnm/O9ruY9EQaRGmVVybtk9F1sfC9mH3067YbitrdBTynaaLuHFj90p9e0U2ZCV7OkX4x4V/Wg== +cypress@4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-4.7.0.tgz#3ea29bddaf9a1faeaa5b8d54b60a84ed1cafa83d" + integrity sha512-Vav6wUFhPRlImIND/2lOQlUnAWzgCC/iXyJlJjX9nJOJul5LC1vUpf/m8Oiae870PFPyT0ZLLwPHKTXZNdXmHw== dependencies: "@cypress/listr-verbose-renderer" "0.4.1" "@cypress/request" "2.88.5"