diff --git a/package-lock.json b/package-lock.json index d8923d00..c5ab59aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,7 +98,7 @@ "cypress-plugin-tab": "^2.0.0", "eslint": "^10.2.1", "eslint-plugin-react": "^7.37.5", - "eslint-plugin-react-hooks": "^7.1.0", + "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "i18next-cli": "^1.53.2", "istanbul": "^0.4.5", @@ -6516,9 +6516,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 3a902462..8a9dcbfe 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "cypress-plugin-tab": "^2.0.0", "eslint": "^10.2.1", "eslint-plugin-react": "^7.37.5", - "eslint-plugin-react-hooks": "^7.1.0", + "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "i18next-cli": "^1.53.2", "istanbul": "^0.4.5",