From a8360ffda66c746312d41d67adfdef363eb871a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 May 2020 16:39:32 +0000 Subject: [PATCH] Build(deps-dev): bump cypress from 4.6.0 to 4.7.0 (#5143) 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44307ba362..dc33cee165 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9249,9 +9249,9 @@ "dev": true }, "cypress": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-4.6.0.tgz", - "integrity": "sha512-vIPXAceRP+Nxvnm/O9ruY9EQaRGmVVybtk9F1sfC9mH3067YbitrdBTynaaLuHFj90p9e0U2ZCV7OkX4x4V/Wg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-4.7.0.tgz", + "integrity": "sha512-Vav6wUFhPRlImIND/2lOQlUnAWzgCC/iXyJlJjX9nJOJul5LC1vUpf/m8Oiae870PFPyT0ZLLwPHKTXZNdXmHw==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "0.4.1", diff --git a/package.json b/package.json index 39bc2ff8f5..bedb4b1190 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "child-process-promise": "^2.2.1", "clipboard-copy": "^3.1.0", "concurrently": "^5.2.0", - "cypress": "^4.6.0", + "cypress": "^4.7.0", "danger": "^10.2.0", "danger-plugin-no-test-shortcuts": "^2.0.0", "deepmerge": "^4.2.2",