diff --git a/package-lock.json b/package-lock.json index 0aa02a0..cfa0bd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint": "^9.0.0", "eslint-config-next": "^16.2.3", "eslint-plugin-react": "^7.37.0", - "eslint-plugin-react-hooks": "^7.1.0", + "eslint-plugin-react-hooks": "^7.1.1", "jest": "^30.3.0", "jest-environment-jsdom": "^30.3.0", "postcss": "^8.5.10", @@ -5725,9 +5725,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "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==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz", + "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ece5927..e4885bf 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "^9.0.0", "eslint-config-next": "^16.2.3", "eslint-plugin-react": "^7.37.0", - "eslint-plugin-react-hooks": "^7.1.0", + "eslint-plugin-react-hooks": "^7.1.1", "jest": "^30.3.0", "jest-environment-jsdom": "^30.3.0", "postcss": "^8.5.10",