Update eslint to the latest version 🚀 (#6247)

* chore(package): update eslint to version 6.7.2

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-12-02 06:20:32 +00:00
committed by peril-parse-community[bot]
parent a9066e20dc
commit ca277be0b8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3703,9 +3703,9 @@
}
},
"eslint": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.7.1.tgz",
"integrity": "sha512-UWzBS79pNcsDSxgxbdjkmzn/B6BhsXMfUaOHnNwyE8nD+Q6pyT96ow2MccVayUTV4yMid4qLhMiQaywctRkBLA==",
"version": "6.7.2",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.7.2.tgz",
"integrity": "sha512-qMlSWJaCSxDFr8fBPvJM9kJwbazrhNcBU3+DszDW1OlEwKBBRWsJc7NJFelvwQpanHCR14cOLD41x8Eqvo3Nng==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@@ -75,7 +75,7 @@
"bcrypt-nodejs": "0.0.3",
"cross-env": "6.0.3",
"deep-diff": "1.0.2",
"eslint": "6.7.1",
"eslint": "6.7.2",
"eslint-plugin-flowtype": "4.5.0",
"flow-bin": "0.112.0",
"form-data": "3.0.0",