diff --git a/package-lock.json b/package-lock.json index b0583d7..c518972 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@vitest/ui": "^4.0.17", "eslint": "^9.39.2", "eslint-plugin-react": "^7.35.0", - "eslint-plugin-react-hooks": "^7.0.1", + "eslint-plugin-react-hooks": "^7.1.0", "jsdom": "^27.3.0", "terser": "^5.46.0", "vite": "^7.3.0", @@ -3002,9 +3002,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz", - "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.0.tgz", + "integrity": "sha512-LDicyhrRFrIaheDYryeM2W8gWyZXnAs4zIr2WVPiOSeTmIu2RjR4x/9N0xLaRWZ+9hssBDGo3AadcohuzAvSvg==", "dev": true, "license": "MIT", "dependencies": { @@ -3018,7 +3018,7 @@ "node": ">=18" }, "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0" } }, "node_modules/eslint-plugin-react/node_modules/doctrine": { diff --git a/package.json b/package.json index e34382d..232b480 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@vitest/ui": "^4.0.17", "eslint": "^9.39.2", "eslint-plugin-react": "^7.35.0", - "eslint-plugin-react-hooks": "^7.0.1", + "eslint-plugin-react-hooks": "^7.1.0", "jsdom": "^27.3.0", "terser": "^5.46.0", "vite": "^7.3.0",