Merge pull request #569 from liyasthomas/dependabot/npm_and_yarn/cypress-4.0.2

chore(deps-dev): bump cypress from 4.0.1 to 4.0.2
This commit is contained in:
Liyas Thomas
2020-02-15 06:52:32 +05:30
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4078,9 +4078,9 @@
"integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk="
},
"cypress": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-4.0.1.tgz",
"integrity": "sha512-P+cSwc5yE+1hIkWwJzpsiSQthKmzkFeFz2ySejSrJJ6FiXoL8pp0vr1cyWp+75KT4nqL9IYt1GMrHp+mVmvocA==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-4.0.2.tgz",
"integrity": "sha512-WRzxOoSd+TxyXKa7Zi9orz3ii5VW7yhhVYstCU+EpOKfPan9x5Ww2Clucmy4H/W0GHUYAo7GYFZRD33ZCSNBQA==",
"dev": true,
"requires": {
"@cypress/listr-verbose-renderer": "0.4.1",

View File

@@ -38,7 +38,7 @@
"yargs-parser": "^17.0.0"
},
"devDependencies": {
"cypress": "^4.0.1",
"cypress": "^4.0.2",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"start-server-and-test": "^1.10.8"