From 2e136417602e8f50764ee18d835056e12a047e3d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 12:22:57 +0000 Subject: [PATCH] Bump eslint-plugin-flowtype from 5.2.0 to 5.8.2 Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 5.2.0 to 5.8.2. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v5.2.0...v5.8.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e2eb93..bbe1e0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6460,9 +6460,9 @@ } }, "eslint-plugin-flowtype": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.2.0.tgz", - "integrity": "sha512-z7ULdTxuhlRJcEe1MVljePXricuPOrsWfScRXFhNzVD5dmTHWjIF57AxD0e7AbEoLSbjSsaA5S+hCg43WvpXJQ==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.8.2.tgz", + "integrity": "sha512-/aPTnNKNAYJbEU07HwvohnXp0itBT+P0r+7s80IG5eqfsrx4NLN+0rXNztJBc56u1RJegSn0GMt1cZnGZpCThw==", "requires": { "lodash": "^4.17.15", "string-natural-compare": "^3.0.1" diff --git a/package.json b/package.json index 9306425..79611e2 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint": "^7.12.1", "eslint-config-airbnb": "^18.1.0", "eslint-config-prettier": "^6.15.0", - "eslint-plugin-flowtype": "^5.1.3", + "eslint-plugin-flowtype": "^5.8.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-promise": "^4.2.1",