From dfd8e9b7643787a01fe5e4b7a9bb0b8a605f7e15 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:24:26 +0000 Subject: [PATCH 1/2] chore(package): update eslint-plugin-flowtype to version 4.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 742381d..0e712d9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "clean-webpack-plugin": "^2.0.0", "css-loader": "^3.0.0", "eslint": "^6.1.0", - "eslint-plugin-flowtype": "^4.0.0", + "eslint-plugin-flowtype": "^4.7.0", "eslint-plugin-fp": "^2.3.0", "eslint-plugin-react": "^7.14.3", "file-loader": "^5.0.0", From c20e58138f1ddfbd79b21a16af6f00dd3ff04afd Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:24:31 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 7b0345e..277e6aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2586,10 +2586,10 @@ eslint-ast-utils@^1.0.0: lodash.get "^4.4.2" lodash.zip "^4.2.0" -eslint-plugin-flowtype@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.1.0.tgz#3509c1826157bf1a8a60fa67064adb675eacebd0" - integrity sha512-Hswk3614J3Tk78stSJ6eAH6JoQOIdJckImMKkkzbbaWwvvN05QMulmhFdP5bwt2iApmUq/0ZWPaKsk/czmacSQ== +eslint-plugin-flowtype@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.7.0.tgz#903a6ea3eb5cbf4c7ba7fa73cc43fc39ab7e4a70" + integrity sha512-M+hxhSCk5QBEValO5/UqrS4UunT+MgplIJK5wA1sCtXjzBcZkpTGRwxmLHhGpbHcrmQecgt6ZL/KDdXWqGB7VA== dependencies: lodash "^4.17.15"