From 55b53bc0b7735b85d791d4970b001e026ca348a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2019 04:17:25 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 3.7.0 to 3.8.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Commits](https://github.com/cypress-io/cypress/compare/v3.7.0...v3.8.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 8d8c53f71..2b9358632 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "codecov": "^3.6.1", "cross-env": "^6.0.3", "cucumber": "^6.0.5", - "cypress": "^3.7.0", + "cypress": "^3.8.0", "cypress-cucumber-preprocessor": "^1.18.0", "cypress-file-upload": "^3.5.1", "cypress-plugin-retries": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index 11838b6f3..2bcb7250a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2240,10 +2240,10 @@ cypress-plugin-retries@^1.5.0: dependencies: chalk "^3.0.0" -cypress@^3.7.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.7.0.tgz#e2cd71b87b6ce0d4c72c6ea25da1005d75c1f231" - integrity sha512-o+vfRxqAba8TduelzfZQ4WHmj2yNEjaoO2EuZ8dZ9pJpuW+WGtBGheKIp6zkoQsp8ZgFe8OoHh1i2mY8BDnMAw== +cypress@^3.8.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.8.0.tgz#7d4cd08f81f9048ee36760cc9ee3b9014f9e84ab" + integrity sha512-gtEbqCgKETRc3pQFMsELRgIBNgiQg7vbOWTrCi7WE7bgOwNCaW9PEX8Jb3UN8z/maIp9WwzoFfeySfelYY7nRA== dependencies: "@cypress/listr-verbose-renderer" "0.4.1" "@cypress/xvfb" "1.2.4"