From c0762ef550960f409b376164683e0279a6ae5460 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jun 2024 18:27:02 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.19.0 to 7.34.2 Snyk has created this PR to upgrade eslint-plugin-react from 7.19.0 to 7.34.2. See this package in npm: eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/companykobiimports/project/f61677fb-b822-4a26-aef2-0b8da46bf43a?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 dcb2e48..1d0a38a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-flowtype": "4.6.0", "eslint-plugin-import": "2.20.1", "eslint-plugin-jsx-a11y": "6.2.3", - "eslint-plugin-react": "7.19.0", + "eslint-plugin-react": "7.34.2", "eslint-plugin-react-hooks": "^1.6.1", "ethereumjs-tx": "^2.1.2", "ethers": "^5.6.2",