From fab8246448a5604f03bfce989aec5a9fc5716d9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Oct 2025 05:33:38 +0000 Subject: [PATCH] feat: upgrade eslint-plugin-react-hooks from 4.6.2 to 5.2.0 Snyk has created this PR to upgrade eslint-plugin-react-hooks from 4.6.2 to 5.2.0. See this package in npm: eslint-plugin-react-hooks See this project in Snyk: https://app.snyk.io/org/dustin4444/project/5bb01855-7bcf-496e-b417-279d2dee5359?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 0d7a1e6..c5d1011 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.6", "typescript": "^5.2.2", "vite": "^5.2.0"