From 77e3c3970c34728406b1be4fda44f6deba9f2d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 08:32:24 +0000 Subject: [PATCH] chore: bump eslint-plugin-flowtype from 4.7.0 to 5.2.0 in /web3.js (#12326) Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 4.7.0 to 5.2.0. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v4.7.0...v5.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web3.js/package-lock.json | 15 +++++++++++---- web3.js/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index fe8f9d2ccc..288a164df4 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -9530,12 +9530,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.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.2.0.tgz", + "integrity": "sha512-z7ULdTxuhlRJcEe1MVljePXricuPOrsWfScRXFhNzVD5dmTHWjIF57AxD0e7AbEoLSbjSsaA5S+hCg43WvpXJQ==", "dev": true, "requires": { - "lodash": "^4.17.15" + "lodash": "^4.17.15", + "string-natural-compare": "^3.0.1" } }, "eslint-plugin-import": { @@ -21769,6 +21770,12 @@ } } }, + "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-range": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/string-range/-/string-range-1.2.2.tgz", diff --git a/web3.js/package.json b/web3.js/package.json index 7243e3bc03..5729f44454 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -114,7 +114,7 @@ "esdoc-standard-plugin": "^1.0.0", "eslint": "7.9.0", "eslint-config-prettier": "^6.0.0", - "eslint-plugin-flowtype": "^4.6.0", + "eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-import": "2.22.0", "eslint-plugin-jest": "22.19.0", "eslint-plugin-prettier": "^3.0.0",