From c306249b16aa088b0c11b66c4f79d429274952db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 12:53:02 +0000 Subject: [PATCH] Bump eslint-plugin-flowtype from 3.13.0 to 4.7.0 Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 3.13.0 to 4.7.0. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v3.13.0...v4.7.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 af772578..2b77f7d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5917,9 +5917,9 @@ } }, "eslint-plugin-flowtype": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.13.0.tgz", - "integrity": "sha512-bhewp36P+t7cEV0b6OdmoRWJCBYRiHFlqPZAG1oS3SF+Y0LQkeDvFSM4oxoxvczD1OdONCXMlJfQFiWLcV9urw==", + "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==", "dev": true, "requires": { "lodash": "^4.17.15" diff --git a/package.json b/package.json index c526dac3..3f8753fa 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint": "^6.8.0", "eslint-config-react-app": "^5.0.1", "eslint-loader": "4.0.2", - "eslint-plugin-flowtype": "3.13.0", + "eslint-plugin-flowtype": "4.7.0", "eslint-plugin-import": "2.20.2", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-react": "7.20.0",