This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-js.git


The following commit(s) were added to refs/heads/main by this push:
     new d9bd755  chore: bump typescript-eslint from 8.51.0 to 8.54.0 (#375)
d9bd755 is described below

commit d9bd7557e3e32d0a0a5a61d7bc7f73f3b1903b3c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 6 09:59:13 2026 +0900

    chore: bump typescript-eslint from 8.51.0 to 8.54.0 (#375)
    
    Bumps
    
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
    from 8.51.0 to 8.54.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    
href="https://github.com/typescript-eslint/typescript-eslint/releases";>typescript-eslint's
    releases</a>.</em></p>
    <blockquote>
    <h2>v8.54.0</h2>
    <h2>8.54.0 (2026-01-26)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>eslint-plugin-internal:</strong> add prefer-tsutils-methods
    rule (<a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11974";>#11974</a>,
    <a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11625";>#11625</a>)</li>
    <li><strong>scope-manager:</strong> support ScopeManager#addGlobals (<a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11914";>#11914</a>)</li>
    <li><strong>typescript-estree:</strong> add shortcut methods to
    ParserServicesWithTypeInformation (<a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11965";>#11965</a>,
    <a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11955";>#11955</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [no-unused-private-class-members]
    private destructured class member is defined but used (<a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11785";>#11785</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
    check both base constraint and actual type for non-null assertions (<a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11967";>#11967</a>,
    <a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11559";>#11559</a>)</li>
    <li><strong>scope-manager:</strong> fix catch clause scopes
    <code>def.name</code> (<a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11982";>#11982</a>)</li>
    <li><strong>scope-manager:</strong> prevent misidentification of
    <code>&quot;use strict&quot;</code> directives (<a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11995";>#11995</a>)</li>
    <li><strong>utils:</strong> handle missing <code>FlatESLint</code> and
    <code>LegacyESLint</code> (<a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11958";>#11958</a>)</li>
    </ul>
    <h3>❤️ Thank You</h3>
    <ul>
    <li>Brad Zacher <a
    href="https://github.com/bradzacher";><code>@​bradzacher</code></a></li>
    <li>fnx <a
    href="https://github.com/DMartens";><code>@​DMartens</code></a></li>
    <li>Francesco Trotta</li>
    <li>Josh Goldberg</li>
    <li>MinJae <a
    href="https://github.com/Ju-MINJAE";><code>@​Ju-MINJAE</code></a></li>
    <li>Minyeong Kim <a
    href="https://github.com/minyeong981";><code>@​minyeong981</code></a></li>
    <li>overlookmotel</li>
    <li>Yuya Yoshioka <a
    href="https://github.com/YuyaYoshioka";><code>@​YuyaYoshioka</code></a></li>
    <li>김현수 <a
    href="https://github.com/Kimsoo0119";><code>@​Kimsoo0119</code></a></li>
    </ul>
    <p>You can read about our <a
    href="https://typescript-eslint.io/users/versioning";>versioning
    strategy</a> and <a
    href="https://typescript-eslint.io/users/releases";>releases</a> on our
    website.</p>
    <h2>v8.53.1</h2>
    <h2>8.53.1 (2026-01-19)</h2>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [consistent-indexed-object-style]
    skip fixer if interface is a default export (<a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11951";>#11951</a>)</li>
    <li><strong>utils:</strong> make RuleCreator root defaultOptions
    optional (<a
    
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11956";>#11956</a>)</li>
    </ul>
    <h3>❤️ Thank You</h3>
    <ul>
    <li>Cameron</li>
    <li>Yukihiro Hasegawa <a
    href="https://github.com/y-hsgw";><code>@​y-hsgw</code></a></li>
    </ul>
    <p>You can read about our <a
    href="https://typescript-eslint.io/users/versioning";>versioning
    strategy</a> and <a
    href="https://typescript-eslint.io/users/releases";>releases</a> on our
    website.</p>
    <h2>v8.53.0</h2>
    <h2>8.53.0 (2026-01-12)</h2>
    <h3>🚀 Features</h3>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md";>typescript-eslint's
    changelog</a>.</em></p>
    <blockquote>
    <h2>8.54.0 (2026-01-26)</h2>
    <p>This was a version bump only for typescript-eslint to align it with
    other projects, there were no code changes.</p>
    <p>You can read about our <a
    href="https://typescript-eslint.io/users/versioning";>versioning
    strategy</a> and <a
    href="https://typescript-eslint.io/users/releases";>releases</a> on our
    website.</p>
    <h2>8.53.1 (2026-01-19)</h2>
    <p>This was a version bump only for typescript-eslint to align it with
    other projects, there were no code changes.</p>
    <p>You can read about our <a
    href="https://typescript-eslint.io/users/versioning";>versioning
    strategy</a> and <a
    href="https://typescript-eslint.io/users/releases";>releases</a> on our
    website.</p>
    <h2>8.53.0 (2026-01-12)</h2>
    <p>This was a version bump only for typescript-eslint to align it with
    other projects, there were no code changes.</p>
    <p>You can read about our <a
    href="https://typescript-eslint.io/users/versioning";>versioning
    strategy</a> and <a
    href="https://typescript-eslint.io/users/releases";>releases</a> on our
    website.</p>
    <h2>8.52.0 (2026-01-05)</h2>
    <p>This was a version bump only for typescript-eslint to align it with
    other projects, there were no code changes.</p>
    <p>You can read about our <a
    href="https://typescript-eslint.io/users/versioning";>versioning
    strategy</a> and <a
    href="https://typescript-eslint.io/users/releases";>releases</a> on our
    website.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/typescript-eslint/typescript-eslint/commit/d423e57622e1c8e789a1b84109d1ab2c15497507";><code>d423e57</code></a>
    chore(release): publish 8.54.0</li>
    <li><a
    
href="https://github.com/typescript-eslint/typescript-eslint/commit/9940e53a156ec75b2e2910a63310650b4d19a6c6";><code>9940e53</code></a>
    chore(release): publish 8.53.1</li>
    <li><a
    
href="https://github.com/typescript-eslint/typescript-eslint/commit/3021ede961732e66b1daca804759aa0cf4143b97";><code>3021ede</code></a>
    chore(release): publish 8.53.0</li>
    <li><a
    
href="https://github.com/typescript-eslint/typescript-eslint/commit/9ddd5712687140a68352978fb76428de53ab789e";><code>9ddd571</code></a>
    chore(release): publish 8.52.0</li>
    <li><a
    
href="https://github.com/typescript-eslint/typescript-eslint/commit/95c7c730c254ef5e51843e2f3280977eec53f5b8";><code>95c7c73</code></a>
    chore: update deps to latest minor/patch (<a
    
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11921";>#11921</a>)</li>
    <li>See full diff in <a
    
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript-eslint&package-manager=npm_and_yarn&previous-version=8.51.0&new-version=8.54.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 package.json |   2 +-
 yarn.lock    | 242 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 134 insertions(+), 110 deletions(-)

diff --git a/package.json b/package.json
index f639728..d3f1b45 100644
--- a/package.json
+++ b/package.json
@@ -102,7 +102,7 @@
     "ts-jest": "29.1.4",
     "typedoc": "0.28.13",
     "typescript": "5.4.5",
-    "typescript-eslint": "8.51.0",
+    "typescript-eslint": "8.54.0",
     "vinyl-buffer": "1.0.1",
     "vinyl-source-stream": "2.0.0",
     "web-streams-polyfill": "3.2.1",
diff --git a/yarn.lock b/yarn.lock
index 613165f..12f347e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -504,18 +504,30 @@
   resolved 
"https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.27.0.tgz#64995295227e001f2940258617c6674efb3ac48d";
   integrity 
sha512-aIitBcjQeyOhMTImhLZmtxfdOcuNRpwlPNmlFKPcHQYPhEssw75Cl1TSXJXpMkzaua9FUetx/4OQKq7eJul5Cg==
 
-"@eslint-community/eslint-utils@^4.5.1", 
"@eslint-community/eslint-utils@^4.7.0", 
"@eslint-community/eslint-utils@^4.8.0":
+"@eslint-community/eslint-utils@^4.5.1", 
"@eslint-community/eslint-utils@^4.8.0":
   version "4.9.0"
   resolved 
"https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3";
   integrity 
sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
   dependencies:
     eslint-visitor-keys "^3.4.3"
 
-"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
+"@eslint-community/eslint-utils@^4.9.1":
+  version "4.9.1"
+  resolved 
"https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595";
+  integrity 
sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
+  dependencies:
+    eslint-visitor-keys "^3.4.3"
+
+"@eslint-community/regexpp@^4.12.1":
   version "4.12.1"
   resolved 
"https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0";
   integrity 
sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
 
+"@eslint-community/regexpp@^4.12.2":
+  version "4.12.2"
+  resolved 
"https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b";
+  integrity 
sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
+
 "@eslint/config-array@^0.21.1":
   version "0.21.1"
   resolved 
"https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713";
@@ -1617,100 +1629,100 @@
   dependencies:
     "@types/yargs-parser" "*"
 
-"@typescript-eslint/[email protected]":
-  version "8.51.0"
-  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.51.0.tgz#8985230730c0d955bf6aa0aed98c5c2c95102e1a";
-  integrity 
sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==
-  dependencies:
-    "@eslint-community/regexpp" "^4.10.0"
-    "@typescript-eslint/scope-manager" "8.51.0"
-    "@typescript-eslint/type-utils" "8.51.0"
-    "@typescript-eslint/utils" "8.51.0"
-    "@typescript-eslint/visitor-keys" "8.51.0"
-    ignore "^7.0.0"
+"@typescript-eslint/[email protected]":
+  version "8.54.0"
+  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.54.0.tgz#d8899e5c2eccf5c4a20d01c036a193753748454d";
+  integrity 
sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ==
+  dependencies:
+    "@eslint-community/regexpp" "^4.12.2"
+    "@typescript-eslint/scope-manager" "8.54.0"
+    "@typescript-eslint/type-utils" "8.54.0"
+    "@typescript-eslint/utils" "8.54.0"
+    "@typescript-eslint/visitor-keys" "8.54.0"
+    ignore "^7.0.5"
     natural-compare "^1.4.0"
-    ts-api-utils "^2.2.0"
-
-"@typescript-eslint/[email protected]":
-  version "8.51.0"
-  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.51.0.tgz#584fb8be3a867cbf980917aabed5f7528f615d6b";
-  integrity 
sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==
-  dependencies:
-    "@typescript-eslint/scope-manager" "8.51.0"
-    "@typescript-eslint/types" "8.51.0"
-    "@typescript-eslint/typescript-estree" "8.51.0"
-    "@typescript-eslint/visitor-keys" "8.51.0"
-    debug "^4.3.4"
-
-"@typescript-eslint/[email protected]":
-  version "8.51.0"
-  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.51.0.tgz#3cfef313d8bebbf4b2442675a4dd463cef4c8369";
-  integrity 
sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==
-  dependencies:
-    "@typescript-eslint/tsconfig-utils" "^8.51.0"
-    "@typescript-eslint/types" "^8.51.0"
-    debug "^4.3.4"
-
-"@typescript-eslint/[email protected]":
-  version "8.51.0"
-  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz#19b42f65680c21f7b6f40fe9024327f6bb1893c1";
-  integrity 
sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==
-  dependencies:
-    "@typescript-eslint/types" "8.51.0"
-    "@typescript-eslint/visitor-keys" "8.51.0"
-
-"@typescript-eslint/[email protected]", 
"@typescript-eslint/tsconfig-utils@^8.51.0":
-  version "8.51.0"
-  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.51.0.tgz#a575e9885e62dbd260fb64474eff1dae6e317515";
-  integrity 
sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==
-
-"@typescript-eslint/[email protected]":
-  version "8.51.0"
-  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.51.0.tgz#ec165b0312a6025c2a2a3f39641e46ab4f049564";
-  integrity 
sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==
-  dependencies:
-    "@typescript-eslint/types" "8.51.0"
-    "@typescript-eslint/typescript-estree" "8.51.0"
-    "@typescript-eslint/utils" "8.51.0"
-    debug "^4.3.4"
-    ts-api-utils "^2.2.0"
-
-"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.51.0":
-  version "8.51.0"
-  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.51.0.tgz#6996e59d49e92fb893531bdc249f0d92a7bebdbb";
-  integrity 
sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==
-
-"@typescript-eslint/[email protected]":
-  version "8.51.0"
-  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz#b57f5157d1ac2127bd7c2c9ad8060fa017df4a1a";
-  integrity 
sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==
-  dependencies:
-    "@typescript-eslint/project-service" "8.51.0"
-    "@typescript-eslint/tsconfig-utils" "8.51.0"
-    "@typescript-eslint/types" "8.51.0"
-    "@typescript-eslint/visitor-keys" "8.51.0"
-    debug "^4.3.4"
-    minimatch "^9.0.4"
-    semver "^7.6.0"
+    ts-api-utils "^2.4.0"
+
+"@typescript-eslint/[email protected]":
+  version "8.54.0"
+  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.54.0.tgz#3d01a6f54ed247deb9982621f70e7abf1810bd97";
+  integrity 
sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA==
+  dependencies:
+    "@typescript-eslint/scope-manager" "8.54.0"
+    "@typescript-eslint/types" "8.54.0"
+    "@typescript-eslint/typescript-estree" "8.54.0"
+    "@typescript-eslint/visitor-keys" "8.54.0"
+    debug "^4.4.3"
+
+"@typescript-eslint/[email protected]":
+  version "8.54.0"
+  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.54.0.tgz#f582aceb3d752544c8e1b11fea8d95d00cf9adc6";
+  integrity 
sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g==
+  dependencies:
+    "@typescript-eslint/tsconfig-utils" "^8.54.0"
+    "@typescript-eslint/types" "^8.54.0"
+    debug "^4.4.3"
+
+"@typescript-eslint/[email protected]":
+  version "8.54.0"
+  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.54.0.tgz#307dc8cbd80157e2772c2d36216857415a71ab33";
+  integrity 
sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg==
+  dependencies:
+    "@typescript-eslint/types" "8.54.0"
+    "@typescript-eslint/visitor-keys" "8.54.0"
+
+"@typescript-eslint/[email protected]", 
"@typescript-eslint/tsconfig-utils@^8.54.0":
+  version "8.54.0"
+  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.54.0.tgz#71dd7ba1674bd48b172fc4c85b2f734b0eae3dbc";
+  integrity 
sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==
+
+"@typescript-eslint/[email protected]":
+  version "8.54.0"
+  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.54.0.tgz#64965317dd4118346c2fa5ee94492892200e9fb9";
+  integrity 
sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA==
+  dependencies:
+    "@typescript-eslint/types" "8.54.0"
+    "@typescript-eslint/typescript-estree" "8.54.0"
+    "@typescript-eslint/utils" "8.54.0"
+    debug "^4.4.3"
+    ts-api-utils "^2.4.0"
+
+"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.54.0":
+  version "8.54.0"
+  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.54.0.tgz#c12d41f67a2e15a8a96fbc5f2d07b17331130889";
+  integrity 
sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==
+
+"@typescript-eslint/[email protected]":
+  version "8.54.0"
+  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.54.0.tgz#3c7716905b2b811fadbd2114804047d1bfc86527";
+  integrity 
sha512-BUwcskRaPvTk6fzVWgDPdUndLjB87KYDrN5EYGetnktoeAvPtO4ONHlAZDnj5VFnUANg0Sjm7j4usBlnoVMHwA==
+  dependencies:
+    "@typescript-eslint/project-service" "8.54.0"
+    "@typescript-eslint/tsconfig-utils" "8.54.0"
+    "@typescript-eslint/types" "8.54.0"
+    "@typescript-eslint/visitor-keys" "8.54.0"
+    debug "^4.4.3"
+    minimatch "^9.0.5"
+    semver "^7.7.3"
     tinyglobby "^0.2.15"
-    ts-api-utils "^2.2.0"
+    ts-api-utils "^2.4.0"
 
-"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
-  version "8.51.0"
-  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.51.0.tgz#b9a071cd210647f860a38873acf9bc5157bea56a";
-  integrity 
sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==
+"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
+  version "8.54.0"
+  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.54.0.tgz#c79a4bcbeebb4f571278c0183ed1cb601d84c6c8";
+  integrity 
sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==
   dependencies:
-    "@eslint-community/eslint-utils" "^4.7.0"
-    "@typescript-eslint/scope-manager" "8.51.0"
-    "@typescript-eslint/types" "8.51.0"
-    "@typescript-eslint/typescript-estree" "8.51.0"
+    "@eslint-community/eslint-utils" "^4.9.1"
+    "@typescript-eslint/scope-manager" "8.54.0"
+    "@typescript-eslint/types" "8.54.0"
+    "@typescript-eslint/typescript-estree" "8.54.0"
 
-"@typescript-eslint/[email protected]":
-  version "8.51.0"
-  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.51.0.tgz#d37f5c82b9bece2c8aeb3ba7bb836bbba0f92bb8";
-  integrity 
sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==
+"@typescript-eslint/[email protected]":
+  version "8.54.0"
+  resolved 
"https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.54.0.tgz#0e4b50124b210b8600b245dd66cbad52deb15590";
+  integrity 
sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA==
   dependencies:
-    "@typescript-eslint/types" "8.51.0"
+    "@typescript-eslint/types" "8.54.0"
     eslint-visitor-keys "^4.2.1"
 
 "@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.14.1":
@@ -2603,13 +2615,20 @@ [email protected]:
   dependencies:
     ms "^2.1.1"
 
-debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, 
debug@^4.4.1:
+debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.4.1:
   version "4.4.1"
   resolved 
"https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b";
   integrity 
sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
   dependencies:
     ms "^2.1.3"
 
+debug@^4.4.3:
+  version "4.4.3"
+  resolved 
"https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a";
+  integrity 
sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
+  dependencies:
+    ms "^2.1.3"
+
 decode-uri-component@^0.2.0:
   version "0.2.2"
   resolved 
"https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9";
@@ -3770,10 +3789,10 @@ ignore@^5.2.0, ignore@^5.2.4:
   resolved 
"https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef";
   integrity 
sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
 
-ignore@^7.0.0:
-  version "7.0.4"
-  resolved 
"https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078";
-  integrity 
sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
+ignore@^7.0.5:
+  version "7.0.5"
+  resolved 
"https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9";
+  integrity 
sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
 
 import-fresh@^3.2.1:
   version "3.3.0"
@@ -4852,7 +4871,7 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
   dependencies:
     brace-expansion "^1.1.7"
 
-minimatch@^9.0.4, minimatch@^9.0.5:
+minimatch@^9.0.5:
   version "9.0.5"
   resolved 
"https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5";
   integrity 
sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -5600,11 +5619,16 @@ semver@^6.3.0, semver@^6.3.1:
   resolved 
"https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4";
   integrity 
sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
 
-semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.1:
+semver@^7.5.3, semver@^7.5.4, semver@^7.7.1:
   version "7.7.2"
   resolved 
"https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58";
   integrity 
sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
 
+semver@^7.7.3:
+  version "7.7.3"
+  resolved 
"https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946";
+  integrity 
sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
+
 serialize-javascript@^6.0.2:
   version "6.0.2"
   resolved 
"https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2";
@@ -6048,10 +6072,10 @@ tree-dump@^1.0.3:
   resolved 
"https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.3.tgz#2f0e42e77354714418ed7ab44291e435ccdb0f80";
   integrity 
sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==
 
-ts-api-utils@^2.2.0:
-  version "2.3.0"
-  resolved 
"https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.3.0.tgz#9f397ac9d88ac76e8dd6e8bc4af0dbf98af99f73";
-  integrity 
sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==
+ts-api-utils@^2.4.0:
+  version "2.4.0"
+  resolved 
"https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8";
+  integrity 
sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
 
 [email protected]:
   version "29.1.4"
@@ -6105,15 +6129,15 @@ [email protected]:
     minimatch "^9.0.5"
     yaml "^2.8.1"
 
[email protected]:
-  version "8.51.0"
-  resolved 
"https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.51.0.tgz#3cf2ead3d7c5adf940fbac213c043370c0c000b2";
-  integrity 
sha512-jh8ZuM5oEh2PSdyQG9YAEM1TCGuWenLSuSUhf/irbVUNW9O5FhbFVONviN2TgMTBnUmyHv7E56rYnfLZK6TkiA==
[email protected]:
+  version "8.54.0"
+  resolved 
"https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.54.0.tgz#f4ef3b8882a5ddc2a41968e014194c178ab23f6a";
+  integrity 
sha512-CKsJ+g53QpsNPqbzUsfKVgd3Lny4yKZ1pP4qN3jdMOg/sisIDLGyDMezycquXLE5JsEU0wp3dGNdzig0/fmSVQ==
   dependencies:
-    "@typescript-eslint/eslint-plugin" "8.51.0"
-    "@typescript-eslint/parser" "8.51.0"
-    "@typescript-eslint/typescript-estree" "8.51.0"
-    "@typescript-eslint/utils" "8.51.0"
+    "@typescript-eslint/eslint-plugin" "8.54.0"
+    "@typescript-eslint/parser" "8.54.0"
+    "@typescript-eslint/typescript-estree" "8.54.0"
+    "@typescript-eslint/utils" "8.54.0"
 
 [email protected]:
   version "5.4.5"

Reply via email to