From 48b49a6001ea327f14bb126ccdc0e0d3e5e90b53 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Feb 2020 23:19:59 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-flowtype from 2.35.0 to 2.50.3 Snyk has created this PR to upgrade eslint-plugin-flowtype from 2.35.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/davidkindler/project/6865432e-9ae7-40aa-ab6d-807d59d4dccc?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4170c4a..ef952e7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint": "4.18.2", "eslint-config-react-app": "^2.0.0", "eslint-loader": "1.9.0", - "eslint-plugin-flowtype": "2.35.0", + "eslint-plugin-flowtype": "2.50.3", "eslint-plugin-import": "2.7.0", "eslint-plugin-jsx-a11y": "5.1.1", "eslint-plugin-react": "7.1.0",