From 10494bc8e9ca415034a66afd8fd5bb1b8c990f06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Mar 2020 05:08:48 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.1.0 to 7.18.3 Snyk has created this PR to upgrade eslint-plugin-react from 7.1.0 to 7.18.3. See this package in NPM: https://www.npmjs.com/package/eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/dmytroskrypnyk/project/6b8c43f8-ce44-4bfc-ada4-62244927ce2a?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 d6dff1b..88898ed 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-flowtype": "2.35.0", "eslint-plugin-import": "2.7.0", "eslint-plugin-jsx-a11y": "5.1.1", - "eslint-plugin-react": "7.1.0", + "eslint-plugin-react": "7.18.3", "extract-text-webpack-plugin": "3.0.0", "faker": "^4.1.0", "file-loader": "2.0.0",