From 11ff85c56c4b190c6147cd9b92533f7f38a21e30 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 00:14:39 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 4.0.1 to 4.0.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Commits](https://github.com/cypress-io/cypress/compare/v4.0.1...v4.0.2) 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 4c7813e8a..6f73daeea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4078,9 +4078,9 @@ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, "cypress": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-4.0.1.tgz", - "integrity": "sha512-P+cSwc5yE+1hIkWwJzpsiSQthKmzkFeFz2ySejSrJJ6FiXoL8pp0vr1cyWp+75KT4nqL9IYt1GMrHp+mVmvocA==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-4.0.2.tgz", + "integrity": "sha512-WRzxOoSd+TxyXKa7Zi9orz3ii5VW7yhhVYstCU+EpOKfPan9x5Ww2Clucmy4H/W0GHUYAo7GYFZRD33ZCSNBQA==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "0.4.1", diff --git a/package.json b/package.json index 784123fa4..99a54424b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "yargs-parser": "^17.0.0" }, "devDependencies": { - "cypress": "^4.0.1", + "cypress": "^4.0.2", "node-sass": "^4.13.1", "sass-loader": "^8.0.2", "start-server-and-test": "^1.10.8"