Update eslint to the latest version 🚀 (#6005)

* chore(package): update eslint to version 6.3.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-30 21:16:15 +00:00
committed by peril-parse-community[bot]
parent 50afe19de6
commit 194f548464
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3972,9 +3972,9 @@
}
},
"eslint": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.2.2.tgz",
"integrity": "sha512-mf0elOkxHbdyGX1IJEUsNBzCDdyoUgljF3rRlgfyYh0pwGnreLc0jjD6ZuleOibjmnUWZLY2eXwSooeOgGJ2jw==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.3.0.tgz",
"integrity": "sha512-ZvZTKaqDue+N8Y9g0kp6UPZtS4FSY3qARxBs7p4f0H0iof381XHduqVerFWtK8DPtKmemqbqCFENWSQgPR/Gow==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@@ -73,7 +73,7 @@
"bcrypt-nodejs": "0.0.3",
"cross-env": "5.2.0",
"deep-diff": "1.0.2",
"eslint": "6.2.2",
"eslint": "6.3.0",
"eslint-plugin-flowtype": "4.2.0",
"flow-bin": "0.106.3",
"form-data": "2.5.1",