From 808a711aea5c38aee1176d3a353683a19860aca7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Dec 2021 23:32:30 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.4.0 to 7.27.0 Snyk has created this PR to upgrade eslint-plugin-react from 7.4.0 to 7.27.0. See this package in npm: https://www.npmjs.com/package/eslint-plugin-react 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..a7ac5ea 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-flowtype": "2.39.1", "eslint-plugin-import": "2.8.0", "eslint-plugin-jsx-a11y": "5.1.1", - "eslint-plugin-react": "7.4.0", + "eslint-plugin-react": "7.27.0", "extract-text-webpack-plugin": "3.0.2", "file-loader": "^1.1.5", "file-saver": "^1.3.8",