Bump eslint-plugin-flowtype from 3.5.0 to 3.6.1 (#5495)

Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases)
- [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v3.5.0...v3.6.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-04-15 11:51:26 +00:00
committed by peril-parse-community[bot]
parent 1f109de7a9
commit 2998b2a1ca
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2872,9 +2872,9 @@
}
},
"eslint-plugin-flowtype": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.5.0.tgz",
"integrity": "sha512-MjReILZxs40ip9SZwg3BjrJ3qh9UyYUxqvweHvN8CxBw1dPeGul9CjjGrwi7md9tyuHyPg3cEG4xKmYb8q+yLg==",
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.6.1.tgz",
"integrity": "sha512-VVuPKb5kgWFhxCkAMpL5wi44AK+4nkxa3XXZVa2PKf00n4INNbdKmZC0tT8qeNTHoDPYMXbqak4tGC9YtIOqGw==",
"dev": true,
"requires": {
"lodash": "^4.17.11"

View File

@@ -56,7 +56,7 @@
"cross-env": "5.2.0",
"deep-diff": "1.0.2",
"eslint": "5.16.0",
"eslint-plugin-flowtype": "3.5.0",
"eslint-plugin-flowtype": "3.6.1",
"flow-bin": "0.97.0",
"gaze": "1.1.3",
"husky": "1.0.0-rc.13",