From 5237e2bd84708ee9ea4cd6c5742780a627eb376a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 05:37:25 +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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7789289..baf6dfa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5475,9 +5475,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 1a8f8f5b..76c9db6a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "autoprefixer": "^9.8.0", "babel-loader": "^8.1.0", "babel-preset-react-app": "^9.1.2", - "cypress": "^4.6.0", + "cypress": "^4.7.0", "postcss-nested": "^4.2.1", "prettier": "2.0.5", "prop-types": "^15.7.2",