diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2a5a19067..0cdaee660 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1765,8 +1765,8 @@ importers: specifier: ^7.37.2 version: 7.37.2(eslint@9.16.0) eslint-plugin-react-hooks: - specifier: ^5.0.0 - version: 5.0.0(eslint@9.16.0) + specifier: ^5.1.0 + version: 5.1.0(eslint@9.16.0) typescript-eslint: specifier: ^8.17.0 version: 8.17.0(eslint@9.16.0)(typescript@5.7.2) @@ -5164,8 +5164,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - eslint-plugin-react-hooks@5.0.0: - resolution: {integrity: sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==} + eslint-plugin-react-hooks@5.1.0: + resolution: {integrity: sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==} 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 @@ -11987,7 +11987,7 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.1 - eslint-plugin-react-hooks@5.0.0(eslint@9.16.0): + eslint-plugin-react-hooks@5.1.0(eslint@9.16.0): dependencies: eslint: 9.16.0 diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 3599b4f29..02c23bbe1 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.2", - "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-hooks": "^5.1.0", "typescript-eslint": "^8.17.0" }, "devDependencies": {