From 56748344b299f16baa7333eb3236e9bc71e675a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 08:56:20 -0700 Subject: [PATCH] Bump eslint-plugin-flowtype from 4.6.0 to 4.7.0 (#234) Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 16bd29c..dc28285 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5146,9 +5146,9 @@ } }, "eslint-plugin-flowtype": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.6.0.tgz", - "integrity": "sha512-W5hLjpFfZyZsXfo5anlu7HM970JBDqbEshAJUkeczP6BFCIfJXuiIBQXyberLRtOStT0OGPF8efeTbxlHk4LpQ==", + "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 d7a4f70..78b1b99 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cpy-cli": "^3.1.1", "eslint": "^6.8.0", "eslint-config-prettier": "^6.3.0", - "eslint-plugin-flowtype": "^4.6.0", + "eslint-plugin-flowtype": "^4.7.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-security": "^1.4.0",