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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-03-03 22:22:57 +00:00
committed by GitHub
parent b9742b6fb9
commit 9f1af72363
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4300,9 +4300,9 @@
} }
}, },
"cross-env": { "cross-env": {
"version": "7.0.0", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.0.tgz", "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.1.tgz",
"integrity": "sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==", "integrity": "sha512-1+DmLosu38kC4s1H4HzNkcolwdANifu9+5bE6uKQCV4L6jvVdV9qdRAk8vV3GoWRe0x4z+K2fFhgoDMqwNsPqQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"cross-spawn": "^7.0.1" "cross-spawn": "^7.0.1"

View File

@@ -73,7 +73,7 @@
"apollo-utilities": "1.3.3", "apollo-utilities": "1.3.3",
"babel-eslint": "10.1.0", "babel-eslint": "10.1.0",
"bcrypt-nodejs": "0.0.3", "bcrypt-nodejs": "0.0.3",
"cross-env": "7.0.0", "cross-env": "7.0.1",
"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",