diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 935dc3938..700e17e5b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1561,8 +1561,8 @@ importers: specifier: ^6.10.0 version: 6.10.0(eslint@9.10.0) eslint-plugin-react: - specifier: ^7.36.0 - version: 7.36.0(eslint@9.10.0) + specifier: ^7.36.1 + version: 7.36.1(eslint@9.10.0) eslint-plugin-react-hooks: specifier: ^4.6.2 version: 4.6.2(eslint@9.10.0) @@ -4541,8 +4541,8 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - eslint-plugin-react@7.36.0: - resolution: {integrity: sha512-c+RvVxBH0JE2kHt/8p043nPPhIohSnyQOZApIzGJqM2tXnjEzcZzyKIAg72gymLtuwuKfgGxW2H2aqTJqRgTfQ==} + eslint-plugin-react@7.36.1: + resolution: {integrity: sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 @@ -11013,7 +11013,7 @@ snapshots: dependencies: eslint: 9.10.0 - eslint-plugin-react@7.36.0(eslint@9.10.0): + eslint-plugin-react@7.36.1(eslint@9.10.0): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index e0d99b2a2..45b841205 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -21,7 +21,7 @@ "eslint-config-turbo": "^2.1.1", "eslint-plugin-import": "^2.30.0", "eslint-plugin-jsx-a11y": "^6.10.0", - "eslint-plugin-react": "^7.36.0", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", "typescript-eslint": "^8.5.0" },