⬆️ 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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-12-14 00:14:17 +00:00
committed by GitHub
parent 1104f22f19
commit 6da9beb273
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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"