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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
peril-parse-community[bot]
2020-03-05 21:21:51 +00:00
committed by GitHub
parent 8f4f7d97db
commit 0407ee45c1
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.1",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.1.tgz",
"integrity": "sha512-1+DmLosu38kC4s1H4HzNkcolwdANifu9+5bE6uKQCV4L6jvVdV9qdRAk8vV3GoWRe0x4z+K2fFhgoDMqwNsPqQ==",
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.2.tgz",
"integrity": "sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==",
"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.1",
"cross-env": "7.0.2",
"deep-diff": "1.0.2",
"eslint": "6.8.0",
"eslint-plugin-flowtype": "4.5.0",