Update cross-env to the latest version 🚀 (#279)

* fix(package): update cross-env to version 5.1.5

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
This commit is contained in:
greenkeeper[bot] 2018-05-12 13:05:31 -07:00 committed by Nolan Lawson
parent 494905b6bb
commit a0eae273ac
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2416,9 +2416,9 @@
}
},
"cross-env": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-5.1.4.tgz",
"integrity": "sha512-Mx8mw6JWhfpYoEk7PGvHxJMLQwQHORAs8+2bX+C1lGQ4h3GkDb1zbzC2Nw85YH9ZQMlO0BHZxMacgrfPmMFxbg==",
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-5.1.5.tgz",
"integrity": "sha512-GSiNTbvTU3pXzewRKGP0Y+rVP2CzifY2pqSEdtHzLLj41pRdkrgY7e4uSnBoR/pmYaqZr/lwwjg/Q4kNX30hWQ==",
"requires": {
"cross-spawn": "5.1.0",
"is-windows": "1.0.2"

View File

@ -45,7 +45,7 @@
"cheerio": "1.0.0-rc.2",
"child-process-promise": "2.2.1",
"chokidar": "2.0.3",
"cross-env": "5.1.4",
"cross-env": "5.1.5",
"css-loader": "0.28.11",
"escape-html": "1.0.3",
"esm": "3.0.28",