From 6da9beb2739f1f1cc10beeaecf908e6772c32bf8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2019 00:14:17 +0000 Subject: [PATCH] :arrow_up: 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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 888e71c64..0418b4c56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3682,9 +3682,9 @@ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, "cypress": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-3.7.0.tgz", - "integrity": "sha512-o+vfRxqAba8TduelzfZQ4WHmj2yNEjaoO2EuZ8dZ9pJpuW+WGtBGheKIp6zkoQsp8ZgFe8OoHh1i2mY8BDnMAw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-3.8.0.tgz", + "integrity": "sha512-gtEbqCgKETRc3pQFMsELRgIBNgiQg7vbOWTrCi7WE7bgOwNCaW9PEX8Jb3UN8z/maIp9WwzoFfeySfelYY7nRA==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "0.4.1", diff --git a/package.json b/package.json index 53320f6d0..2f45f5c3b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "yargs-parser": "^16.1.0" }, "devDependencies": { - "cypress": "^3.7.0", + "cypress": "^3.8.0", "node-sass": "^4.13.0", "sass-loader": "^7.3.1", "start-server-and-test": "^1.10.6"