diff --git a/package.json b/package.json index d9b804da..6d1c2ea2 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "babel-plugin-dynamic-import-node": "2.3.3", "eslint": "7.3.1", "eslint-config-react-app": "5.2.1", - "eslint-plugin-flowtype": "5.1.3", + "eslint-plugin-flowtype": "5.1.4", "eslint-plugin-import": "2.22.0", "eslint-plugin-jsx-a11y": "6.3.1", "eslint-plugin-react": "7.20.2", diff --git a/yarn.lock b/yarn.lock index 9be14897..d55d9811 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7187,10 +7187,10 @@ eslint-module-utils@^2.6.0: debug "^2.6.9" pkg-dir "^2.0.0" -eslint-plugin-flowtype@5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.1.3.tgz#0c63694463b0e8b296975649d637dd39fdf9e877" - integrity sha512-UU+BbIxBflqJ171yxbd/HcOktCmOdhXbchIVIq/yBvKpLZXvfzNDOyJGcnuQYLaH840hdoIdU/bqxhoW6I0rIQ== +eslint-plugin-flowtype@5.1.4: + version "5.1.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.1.4.tgz#fa81ff23d55dc0e41183290885b8e64b7f2cb001" + integrity sha512-1XAWPRSQFGJ3AC2ZquL29fjGrFpKAhD2hWplS42NuAw5sLorTLxnX7zlnvpUHey4lCM3sMWMr8jEwDF6FXUktQ== dependencies: lodash "^4.17.15" string-natural-compare "^3.0.1"