diff --git a/playground/package-lock.json b/playground/package-lock.json index 24249dc43e..e25adea80b 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -22,7 +22,7 @@ "@typescript-eslint/parser": "^8.15.0", "@vitejs/plugin-react-swc": "^3.7.2", "eslint": "^9.16.0", - "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "typescript": "^5.7.2", "vite": "^6.0.2" @@ -3516,11 +3516,10 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz", - "integrity": "sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz", + "integrity": "sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, diff --git a/playground/package.json b/playground/package.json index 70abd4a314..78be820204 100644 --- a/playground/package.json +++ b/playground/package.json @@ -24,7 +24,7 @@ "@typescript-eslint/parser": "^8.15.0", "@vitejs/plugin-react-swc": "^3.7.2", "eslint": "^9.16.0", - "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "typescript": "^5.7.2", "vite": "^6.0.2"