From 469e47d2fa79a4c5e4d66e966350e45d43ece850 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jul 2024 16:25:01 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.34.1 to 7.34.3 Snyk has created this PR to upgrade eslint-plugin-react from 7.34.1 to 7.34.3. 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..c6e8773 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.3", "eslint-plugin-react-hooks": "^4.3.0", "prettier": "^2.5.1", "typescript": "^4.5.4"