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

* chore(package): update cross-env to version 7.0.0

* Update package-lock.json

Co-authored-by: Diamond Lewis <findlewis@gmail.com>
This commit is contained in:
greenkeeper[bot]
2020-02-07 05:30:05 +00:00
committed by GitHub
parent ed58c7c0f5
commit 0a65331fcb
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -4298,12 +4298,12 @@
} }
}, },
"cross-env": { "cross-env": {
"version": "6.0.3", "version": "7.0.0",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-6.0.3.tgz", "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.0.tgz",
"integrity": "sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==", "integrity": "sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"cross-spawn": "^7.0.0" "cross-spawn": "^7.0.1"
} }
}, },
"cross-spawn": { "cross-spawn": {

View File

@@ -73,7 +73,7 @@
"apollo-utilities": "1.3.3", "apollo-utilities": "1.3.3",
"babel-eslint": "10.0.3", "babel-eslint": "10.0.3",
"bcrypt-nodejs": "0.0.3", "bcrypt-nodejs": "0.0.3",
"cross-env": "6.0.3", "cross-env": "7.0.0",
"deep-diff": "1.0.2", "deep-diff": "1.0.2",
"eslint": "6.8.0", "eslint": "6.8.0",
"eslint-plugin-flowtype": "4.5.0", "eslint-plugin-flowtype": "4.5.0",