From 143db3b5bc4cc425743ec0ac41684d8ff77f23bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 14:03:22 +0000 Subject: [PATCH] Bump eslint-plugin-flowtype from 4.2.0 to 4.3.0 Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v4.2.0...v4.3.0) 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 3b6774b..3d37594 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5343,9 +5343,9 @@ } }, "eslint-plugin-flowtype": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.2.0.tgz", - "integrity": "sha512-mqf6AbQCP6N8Bk+ryXYwxt6sj3RT7i3kt8JOOx7WOQNlZtsLxqvnkXRRrToFHcN52E5W9c/p3UfNxCMsfENIJA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.3.0.tgz", + "integrity": "sha512-elvqoadMHnYqSYN1YXn02DR7SFW8Kc2CLe8na3m2GdQPQhIY+BgCd2quVJ1AbW3aO0zcyE9loVJ7Szy8A/xlMA==", "dev": true, "requires": { "lodash": "^4.17.15" diff --git a/package.json b/package.json index d9ac032..5d65864 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-config-airbnb": "^18.0.1", "eslint-config-prettier": "^6.1.0", "eslint-config-react-app": "^5.0.1", - "eslint-plugin-flowtype": "^4.2.0", + "eslint-plugin-flowtype": "^4.3.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.0",