From 9927239ec9c7f261fbb11fd6f300d63e7c9f6980 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2019 00:14:41 +0000 Subject: [PATCH] Bump cypress from 3.6.1 to 3.7.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 3.6.1 to 3.7.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Commits](https://github.com/cypress-io/cypress/compare/v3.6.1...v3.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 8f051b90f..615c47961 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3682,9 +3682,9 @@ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, "cypress": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-3.6.1.tgz", - "integrity": "sha512-6n0oqENdz/oQ7EJ6IgESNb2M7Bo/70qX9jSJsAziJTC3kICfEMmJUlrAnP9bn+ut24MlXQST5nRXhUP5nRIx6A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-3.7.0.tgz", + "integrity": "sha512-o+vfRxqAba8TduelzfZQ4WHmj2yNEjaoO2EuZ8dZ9pJpuW+WGtBGheKIp6zkoQsp8ZgFe8OoHh1i2mY8BDnMAw==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "0.4.1", diff --git a/package.json b/package.json index 5a8d5e802..2be715a0f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "yargs-parser": "^16.1.0" }, "devDependencies": { - "cypress": "^3.6.1", + "cypress": "^3.7.0", "node-sass": "^4.13.0", "sass-loader": "^7.3.1", "start-server-and-test": "^1.10.6"