From 3d611cdd2b425e3bb31fdac1bb8daafd98f39257 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 22:11:10 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.34.1 to 7.34.2 Snyk has created this PR to upgrade eslint-plugin-react from 7.34.1 to 7.34.2. 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 4d87850..6cd02d4 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.2", "eslint-plugin-react-hooks": "^4.3.0", "prettier": "^2.5.1", "typescript": "^4.5.4"