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

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

* chore(package): update lockfile package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
greenkeeper[bot]
2020-05-27 17:08:34 +00:00
committed by GitHub
parent 1a0554fc28
commit ff12b31f0a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5505,9 +5505,9 @@
}
},
"eslint-plugin-flowtype": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.0.0.tgz",
"integrity": "sha512-dzGsIRj8FCYJwpBsUhR76ULsjdTxxDqWDbi6pryB0qnbyTeB1aJKKpHCu5Kr9RoGDkiM10tOH5F113JlOsHi1g==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.0.3.tgz",
"integrity": "sha512-QtfUeODs6B7/girI8t/FeZ9FKb0vl7hRkWty/L4Ae3Shwfb79P/rf/S8pzjOxz0Bv0R0VHDN2ATubJfo1fXNcg==",
"dev": true,
"requires": {
"lodash": "^4.17.15",

View File

@@ -77,7 +77,7 @@
"cross-env": "7.0.2",
"deep-diff": "1.0.2",
"eslint": "6.8.0",
"eslint-plugin-flowtype": "5.0.0",
"eslint-plugin-flowtype": "5.0.3",
"flow-bin": "0.119.1",
"form-data": "3.0.0",
"gaze": "1.1.3",