From 2b4c3c76bacb749d919e937ab8a8bd3ba1688e61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 23:27:22 +0200 Subject: [PATCH] Update dependency eslint-plugin-flowtype to v5.1.3 (#138) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d65524d18..4e9ffa5e1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "bootstrap": "4.5.0", "eslint-config-react-app": "5.2.1", "eslint-config-standard": "14.1.1", - "eslint-plugin-flowtype": "5.1.0", + "eslint-plugin-flowtype": "5.1.3", "eslint-plugin-import": "2.20.2", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-node": "11.1.0", diff --git a/yarn.lock b/yarn.lock index db92020ea..d31b49357 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4296,10 +4296,10 @@ eslint-plugin-flowtype@4.6.0: dependencies: lodash "^4.17.15" -eslint-plugin-flowtype@5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.1.0.tgz#0209f06e68b1cdc8f2bd44034753379aafcddb76" - integrity sha512-avZ1nHs0vadDTPvgGbggLWvktqI7urjZ1fcK8P+AXJkTuOSBmNje/vMtbfXgs85d32nMYioD7LoLNZiEULZ8lA== +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== dependencies: lodash "^4.17.15" string-natural-compare "^3.0.1"