⬆️ Bump cypress from 3.5.0 to 3.6.0 (#239)

⬆️ Bump cypress from 3.5.0 to 3.6.0

Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
Liyas Thomas
2019-11-02 08:11:58 +05:30
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3656,9 +3656,9 @@
"integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk="
}, },
"cypress": { "cypress": {
"version": "3.5.0", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-3.5.0.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-3.6.0.tgz",
"integrity": "sha512-I1iSReD2C8CTP6s4BvQky4gEqHBnKLmhBIqFyCUZdj6BQ6ZDxGnmIbQPM5g79E2iP60KTIbTK99ZPSDVtsNUUg==", "integrity": "sha512-ODhbOrH1XZx0DUoYmJSvOSbEQjycNOpFYe7jOnHkT1+sdsn2+uqwAjZ1x982q3H4R/5iZjpSd50gd/iw2bofzg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@cypress/listr-verbose-renderer": "0.4.1", "@cypress/listr-verbose-renderer": "0.4.1",

View File

@@ -33,7 +33,7 @@
"yargs-parser": "^15.0.0" "yargs-parser": "^15.0.0"
}, },
"devDependencies": { "devDependencies": {
"cypress": "^3.5.0", "cypress": "^3.6.0",
"node-sass": "^4.13.0", "node-sass": "^4.13.0",
"sass-loader": "^7.3.1", "sass-loader": "^7.3.1",
"start-server-and-test": "^1.10.6" "start-server-and-test": "^1.10.6"