From 013c6b880fb350685c5525c20e090a6809e0e569 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Jun 2021 01:41:20 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.14.3 to 7.23.2 Snyk has created this PR to upgrade eslint-plugin-react from 7.14.3 to 7.23.2. See this package in npm: https://www.npmjs.com/package/eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/cadamsapptio.com/project/704d0619-0000-4b7e-adf0-e84ef368e7ca?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 96dec45cfd..64b7a4dfbd 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-import-resolver-webpack": "0.11.1", "eslint-plugin-import": "2.18.2", "eslint-plugin-jsx-a11y": "6.2.3", - "eslint-plugin-react": "7.14.3", + "eslint-plugin-react": "7.23.2", "eslint-plugin-react-hooks": "1.7.0" } }