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

* chore(package): update eslint-plugin-flowtype to version 5.1.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-06-24 15:35:17 +00:00
committed by GitHub
parent d70d0d8734
commit 63b506c61e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5607,9 +5607,9 @@
}
},
"eslint-plugin-flowtype": {
"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==",
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.1.3.tgz",
"integrity": "sha512-UU+BbIxBflqJ171yxbd/HcOktCmOdhXbchIVIq/yBvKpLZXvfzNDOyJGcnuQYLaH840hdoIdU/bqxhoW6I0rIQ==",
"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.3",
"eslint-plugin-flowtype": "5.1.3",
"flow-bin": "0.119.1",
"form-data": "3.0.0",
"gaze": "1.1.3",