Update eslint-plugin-flowtype to the latest version 🚀 (#6209)

* chore(package): update eslint-plugin-flowtype to version 4.3.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-11-21 19:30:29 +00:00
committed by peril-parse-community[bot]
parent e8b584b758
commit 1a82a35a00
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3827,9 +3827,9 @@
}
},
"eslint-plugin-flowtype": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.3.0.tgz",
"integrity": "sha512-elvqoadMHnYqSYN1YXn02DR7SFW8Kc2CLe8na3m2GdQPQhIY+BgCd2quVJ1AbW3aO0zcyE9loVJ7Szy8A/xlMA==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.3.1.tgz",
"integrity": "sha512-iLZ67gvqA681WU3+pc/r9nvrzgFThYBrKGbCkMD4xKW5NrDO7EPme6T3hlBAm1B97YoiRuZIA4jLKeZhlpRp1w==",
"dev": true,
"requires": {
"lodash": "^4.17.15"

View File

@@ -74,7 +74,7 @@
"cross-env": "6.0.3",
"deep-diff": "1.0.2",
"eslint": "6.6.0",
"eslint-plugin-flowtype": "4.3.0",
"eslint-plugin-flowtype": "4.3.1",
"flow-bin": "0.112.0",
"form-data": "3.0.0",
"gaze": "1.1.3",