diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a107574f9..286950b98 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2179,8 +2179,8 @@ importers: specifier: ^7.37.4 version: 7.37.4(eslint@9.21.0) eslint-plugin-react-hooks: - specifier: ^5.1.0 - version: 5.1.0(eslint@9.21.0) + specifier: ^5.2.0 + version: 5.2.0(eslint@9.21.0) typescript-eslint: specifier: ^8.25.0 version: 8.25.0(eslint@9.21.0)(typescript@5.7.3) @@ -6226,8 +6226,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - eslint-plugin-react-hooks@5.1.0: - resolution: {integrity: sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==} + eslint-plugin-react-hooks@5.2.0: + resolution: {integrity: sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 @@ -14673,7 +14673,7 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.1 - eslint-plugin-react-hooks@5.1.0(eslint@9.21.0): + eslint-plugin-react-hooks@5.2.0(eslint@9.21.0): dependencies: eslint: 9.21.0 diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index a27a69f18..eab6a5927 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -23,7 +23,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.4", - "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-hooks": "^5.2.0", "typescript-eslint": "^8.25.0" }, "devDependencies": {