From 516989575708a5c5f1cbdc22c5217fef8f073018 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 16 May 2020 00:00:42 +0000 Subject: [PATCH 1/2] chore(package): update eslint-plugin-flowtype to version 5.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f07ed84..a112bcb 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "enzyme-to-json": "^3.4.3", "eslint": "^6.7.2", "eslint-config-react-app": "^5.1.0", - "eslint-plugin-flowtype": "^4.5.2", + "eslint-plugin-flowtype": "^5.0.1", "eslint-plugin-import": "^2.19.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.17.0", From 796dcd5a32e25496dbaa5a308b8c2740f81635eb Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 16 May 2020 00:00:46 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 8099f52..bb76651 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1638,12 +1638,13 @@ eslint-plugin-eslint-plugin@^2.1.0: resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-2.1.0.tgz#a7a00f15a886957d855feacaafee264f039e62d5" integrity sha512-kT3A/ZJftt28gbl/Cv04qezb/NQ1dwYIbi8lyf806XMxkus7DvOVCLIfTXMrorp322Pnoez7+zabXH29tADIDg== -eslint-plugin-flowtype@^4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.5.2.tgz#5353449692663ef70e8fc8c2386cebdecac7e86b" - integrity sha512-ByV0EtEQOqiCl6bsrtXtTGnXlIXoyvDrvUq3Nz28huODAhnRDuMotyTrwP+TjAKZMPWbtaNGFHMoUxW3DktGOw== +eslint-plugin-flowtype@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.0.1.tgz#69cdc2977031c4537a5998560d5fc5343b26021b" + integrity sha512-eysvSQUPyunLDKEM6uo6zLHMMLMpme+MZGsb/z3etE0lox0VJFwpg929GpkOEz2ALY3qYL3hd+XtmGnM/3SX/w== dependencies: lodash "^4.17.15" + string-natural-compare "^3.0.1" eslint-plugin-import@^2.19.1: version "2.19.1" @@ -4777,6 +4778,11 @@ string-length@^2.0.0: astral-regex "^1.0.0" strip-ansi "^4.0.0" +string-natural-compare@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4" + integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw== + string-width@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"