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": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.0.tgz",
"integrity": "sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.1.tgz",
"integrity": "sha512-1+DmLosu38kC4s1H4HzNkcolwdANifu9+5bE6uKQCV4L6jvVdV9qdRAk8vV3GoWRe0x4z+K2fFhgoDMqwNsPqQ==",
"dev": true,
"requires": {
"cross-spawn": "^7.0.1"

View File

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