From ce06f60f799378b829c8cf70cfb19e41dec922e0 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 16 May 2020 00:17:59 +0000 Subject: [PATCH] =?UTF-8?q?Update=20eslint-plugin-flowtype=20to=20the=20la?= =?UTF-8?q?test=20version=20=F0=9F=9A=80=20(#6688)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update eslint-plugin-flowtype to version 5.0.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce8d51a4..43078d39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5414,12 +5414,13 @@ } }, "eslint-plugin-flowtype": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.7.0.tgz", - "integrity": "sha512-M+hxhSCk5QBEValO5/UqrS4UunT+MgplIJK5wA1sCtXjzBcZkpTGRwxmLHhGpbHcrmQecgt6ZL/KDdXWqGB7VA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.0.0.tgz", + "integrity": "sha512-dzGsIRj8FCYJwpBsUhR76ULsjdTxxDqWDbi6pryB0qnbyTeB1aJKKpHCu5Kr9RoGDkiM10tOH5F113JlOsHi1g==", "dev": true, "requires": { - "lodash": "^4.17.15" + "lodash": "^4.17.15", + "string-natural-compare": "^3.0.1" } }, "eslint-scope": { @@ -11668,6 +11669,12 @@ "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", "dev": true }, + "string-natural-compare": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", + "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==", + "dev": true + }, "string-width": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", diff --git a/package.json b/package.json index 3e9bd7ce..aafaee14 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "cross-env": "7.0.2", "deep-diff": "1.0.2", "eslint": "6.8.0", - "eslint-plugin-flowtype": "4.7.0", + "eslint-plugin-flowtype": "5.0.0", "flow-bin": "0.119.1", "form-data": "3.0.0", "gaze": "1.1.3",