From 5dcbe24aa7c637ae06514c133ec8163343755a95 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Aug 2024 20:44:56 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.34.1 to 7.34.4 Snyk has created this PR to upgrade eslint-plugin-react from 7.34.1 to 7.34.4. See this package in npm: eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/patooworld/project/b68e2b89-2bcc-460b-95b0-0ea2b62ce916?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 2db1fda..543195f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-react": "^7.28.0", + "eslint-plugin-react": "^7.34.4", "eslint-plugin-react-hooks": "^4.3.0", "prettier": "^2.5.1", "typescript": "^4.5.4"