From feedeeb448e7906d26e4d48c29c531569458b943 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Aug 2022 03:37:40 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.12.4 to 7.30.1 Snyk has created this PR to upgrade eslint-plugin-react from 7.12.4 to 7.30.1. See this package in npm: https://www.npmjs.com/package/eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/881648f9-26c6-4ada-9b82-c883fd2c850c?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 fb2aba1b..62d24dd4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-import-resolver-typescript": "1.1.1", "eslint-plugin-import": "2.16.0", "eslint-plugin-jsx-a11y": "6.2.1", - "eslint-plugin-react": "7.12.4", + "eslint-plugin-react": "7.30.1", "mocha": "^6.2.2", "proxy": "1", "rimraf": "^3.0.0",