From 81cadd64d73c6f618d57590dd018f24bd5baed52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 02:22:05 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.19.0 to 7.37.1 Snyk has created this PR to upgrade eslint-plugin-react from 7.19.0 to 7.37.1. 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..9840d34 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.37.1", "eslint-plugin-react-hooks": "^1.6.1", "ethereumjs-tx": "^2.1.2", "ethers": "^5.6.2",