From 8e9af90289953c3a72a902114c54250175f5241f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 01:30:57 +0000 Subject: [PATCH] :arrow_up: Bump cypress from 3.5.0 to 3.6.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Commits](https://github.com/cypress-io/cypress/compare/v3.5.0...v3.6.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 426e95159..3e3fdded9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3656,9 +3656,9 @@ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, "cypress": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-3.5.0.tgz", - "integrity": "sha512-I1iSReD2C8CTP6s4BvQky4gEqHBnKLmhBIqFyCUZdj6BQ6ZDxGnmIbQPM5g79E2iP60KTIbTK99ZPSDVtsNUUg==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-3.6.0.tgz", + "integrity": "sha512-ODhbOrH1XZx0DUoYmJSvOSbEQjycNOpFYe7jOnHkT1+sdsn2+uqwAjZ1x982q3H4R/5iZjpSd50gd/iw2bofzg==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "0.4.1", diff --git a/package.json b/package.json index 01657171b..154f84087 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "yargs-parser": "^15.0.0" }, "devDependencies": { - "cypress": "^3.5.0", + "cypress": "^3.6.0", "node-sass": "^4.13.0", "sass-loader": "^7.3.1", "start-server-and-test": "^1.10.6"