From 7fe07afbf86b444cd25b746c9c259b800aec2803 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Dec 2021 23:32:38 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-flowtype from 2.39.1 to 2.50.3 Snyk has created this PR to upgrade eslint-plugin-flowtype from 2.39.1 to 2.50.3. See this package in npm: https://www.npmjs.com/package/eslint-plugin-flowtype See this project in Snyk: https://app.snyk.io/org/jswheeler/project/c2791e48-9463-4013-aa41-aa8e432d118b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cce6606..92317c7 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dotenv": "4.0.0", "eslint-config-react-app": "^2.0.1", "eslint-loader": "1.9.0", - "eslint-plugin-flowtype": "2.39.1", + "eslint-plugin-flowtype": "2.50.3", "eslint-plugin-import": "2.8.0", "eslint-plugin-jsx-a11y": "5.1.1", "eslint-plugin-react": "7.4.0",