From 7e702bb64c742f606d044ccf2377f8688f343663 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Oct 2025 06:48:32 +0000 Subject: [PATCH] feat: upgrade eslint-plugin-react-hooks from 4.6.2 to 6.1.1 Snyk has created this PR to upgrade eslint-plugin-react-hooks from 4.6.2 to 6.1.1. See this package in npm: eslint-plugin-react-hooks See this project in Snyk: https://app.snyk.io/org/nerds-github/project/56d9cbbf-dc0e-4c17-a985-b8b7a6fc41a7?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/user-management/refine-user-management/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/user-management/refine-user-management/package.json b/examples/user-management/refine-user-management/package.json index f91969089ae21..9af96c3998267 100644 --- a/examples/user-management/refine-user-management/package.json +++ b/examples/user-management/refine-user-management/package.json @@ -24,7 +24,7 @@ "@typescript-eslint/parser": "^5.57.1", "@vitejs/plugin-react": "^4.0.0", "eslint": "^8.38.0", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^6.1.1", "eslint-plugin-react-refresh": "^0.3.4", "typescript": "^4.7.4", "vite": "^4.3.1"