From ea512c13c2f1dad63f01d991463ad49b5ece623b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Apr 2020 04:54:42 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-flowtype from 2.21.0 to 2.50.3 Snyk has created this PR to upgrade eslint-plugin-flowtype from 2.21.0 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/bertrand/project/c76f4954-aee4-4b75-94cf-f869aa265ed9?utm_source=github&utm_medium=upgrade-pr --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 1c56f4cf583..ce2b701d2b0 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -40,7 +40,7 @@ "eslint": "3.16.1", "eslint-config-react-app": "^0.6.1", "eslint-loader": "1.6.3", - "eslint-plugin-flowtype": "2.21.0", + "eslint-plugin-flowtype": "2.50.3", "eslint-plugin-import": "2.0.1", "eslint-plugin-jsx-a11y": "4.0.0", "eslint-plugin-react": "6.4.1",