From 9f6c0cf104764f38dff084e40a833b19e6093c08 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 00:28:44 +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 0f4fd3438..50049a1dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4899,9 +4899,9 @@ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, "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 040f8c530..4727761da 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nuxtjs/dotenv": "^1.4.1", "@nuxtjs/google-analytics": "^2.3.0", "@nuxtjs/pwa": "^3.0.0-beta.20", - "cypress": "^4.6.0", + "cypress": "^4.7.0", "eslint": "^6.8.0", "eslint-plugin-vue": "^6.2.2", "husky": "^4.2.5",