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 b38b967  chore: bump eslint from 9.36.0 to 9.39.1 (#331)
b38b967 is described below

commit b38b96715e9b52ea1d2c3211db0c446b91c6a501
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 11 06:59:50 2025 +0900

    chore: bump eslint from 9.36.0 to 9.39.1 (#331)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 9.36.0 to 9.39.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/eslint/eslint/releases";>eslint's
    releases</a>.</em></p>
    <blockquote>
    <h2>v9.39.1</h2>
    <h2>Bug Fixes</h2>
    <ul>
    <li><a
    
href="https://github.com/eslint/eslint/commit/650753ee3976784343ceb40170619dab1aa9fe0d";><code>650753e</code></a>
    fix: Only pass node to JS lang visitor methods (<a
    href="https://redirect.github.com/eslint/eslint/issues/20283";>#20283</a>)
    (Nicholas C. Zakas)</li>
    </ul>
    <h2>Documentation</h2>
    <ul>
    <li><a
    
href="https://github.com/eslint/eslint/commit/51b51f4f1ce82ef63264c4e45d9ef579bcd73f8e";><code>51b51f4</code></a>
    docs: add a section on when to use extends vs cascading (<a
    href="https://redirect.github.com/eslint/eslint/issues/20268";>#20268</a>)
    (Tanuj Kanti)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/b44d42699dcd1729b7ecb50ca70e4c1c17f551f1";><code>b44d426</code></a>
    docs: Update README (GitHub Actions Bot)</li>
    </ul>
    <h2>Chores</h2>
    <ul>
    <li><a
    
href="https://github.com/eslint/eslint/commit/92db329211c8da5ce8340a4d4c05ce9c12845381";><code>92db329</code></a>
    chore: update <code>@eslint/js</code> version to 9.39.1 (<a
    href="https://redirect.github.com/eslint/eslint/issues/20284";>#20284</a>)
    (Francesco Trotta)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/c7ebefc9eaf99b76b30b0d3cf9960807a47367c4";><code>c7ebefc</code></a>
    chore: package.json update for <code>@​eslint/js</code> release
    (Jenkins)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/61778f6ca33c0f63962a91d6a75a4fa5db9f47d2";><code>61778f6</code></a>
    chore: update eslint-config-eslint dependency <code>@​eslint/js</code>
    to ^9.39.0 (<a
    href="https://redirect.github.com/eslint/eslint/issues/20275";>#20275</a>)
    (renovate[bot])</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/d9ca2fcd9ad63331bfd329a69534e1ff04f231e8";><code>d9ca2fc</code></a>
    ci: Add rangeStrategy to eslint group in renovate config (<a
    href="https://redirect.github.com/eslint/eslint/issues/20266";>#20266</a>)
    (唯然)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/009e5076ff5a4bd845f55e17676e3bb88f47c280";><code>009e507</code></a>
    test: fix version tests for ESLint v10 (<a
    href="https://redirect.github.com/eslint/eslint/issues/20274";>#20274</a>)
    (Milos Djermanovic)</li>
    </ul>
    <h2>v9.39.0</h2>
    <h2>Features</h2>
    <ul>
    <li><a
    
href="https://github.com/eslint/eslint/commit/cc57d87a3f119e9d39c55e044e526ae067fa31ce";><code>cc57d87</code></a>
    feat: update error loc to key in <code>no-dupe-class-members</code> (<a
    href="https://redirect.github.com/eslint/eslint/issues/20259";>#20259</a>)
    (Tanuj Kanti)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/126552fcf35da3ddcefa527db06dabc54c04041c";><code>126552f</code></a>
    feat: update error location in <code>for-direction</code> and
    <code>no-dupe-args</code> (<a
    href="https://redirect.github.com/eslint/eslint/issues/20258";>#20258</a>)
    (Tanuj Kanti)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/167d0970d3802a66910e9820f31dcd717fab0b2a";><code>167d097</code></a>
    feat: update <code>complexity</code> rule to highlight only static block
    header (<a
    href="https://redirect.github.com/eslint/eslint/issues/20245";>#20245</a>)
    (jaymarvelz)</li>
    </ul>
    <h2>Bug Fixes</h2>
    <ul>
    <li><a
    
href="https://github.com/eslint/eslint/commit/15f5c7c168d0698683943f51dd617f14a5e6815c";><code>15f5c7c</code></a>
    fix: forward traversal <code>step.args</code> to visitors (<a
    href="https://redirect.github.com/eslint/eslint/issues/20253";>#20253</a>)
    (jaymarvelz)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/5a1a534e877f7c4c992885867f923df307c3929d";><code>5a1a534</code></a>
    fix: allow JSDoc comments in object-shorthand rule (<a
    href="https://redirect.github.com/eslint/eslint/issues/20167";>#20167</a>)
    (Nitin Kumar)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/e86b813eb660f1a5adc8e143a70d9b683cd12362";><code>e86b813</code></a>
    fix: Use more types from <code>@​eslint/core</code> (<a
    href="https://redirect.github.com/eslint/eslint/issues/20257";>#20257</a>)
    (Nicholas C. Zakas)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/927272d1f0d5683b029b729d368a96527f283323";><code>927272d</code></a>
    fix: correct <code>Scope</code> typings (<a
    href="https://redirect.github.com/eslint/eslint/issues/20198";>#20198</a>)
    (jaymarvelz)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/37f76d9c539bb6fc816fedb7be4486b71a58620a";><code>37f76d9</code></a>
    fix: use <code>AST.Program</code> type for Program node (<a
    href="https://redirect.github.com/eslint/eslint/issues/20244";>#20244</a>)
    (Francesco Trotta)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/ae07f0b3334ebd22ae2e7b09bca5973b96aa9768";><code>ae07f0b</code></a>
    fix: unify timing report for concurrent linting (<a
    href="https://redirect.github.com/eslint/eslint/issues/20188";>#20188</a>)
    (jaymarvelz)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/b165d471be6062f4475b972155b02654a974a0e9";><code>b165d47</code></a>
    fix: correct <code>Rule</code> typings (<a
    href="https://redirect.github.com/eslint/eslint/issues/20199";>#20199</a>)
    (jaymarvelz)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/fb97cda70d87286a7dbd2457f578ef578d6905e8";><code>fb97cda</code></a>
    fix: improve error message for missing fix function in suggestions (<a
    href="https://redirect.github.com/eslint/eslint/issues/20218";>#20218</a>)
    (jaymarvelz)</li>
    </ul>
    <h2>Documentation</h2>
    <ul>
    <li><a
    
href="https://github.com/eslint/eslint/commit/d3e81e30ee6be5a21151b7a17ef10a714b6059c0";><code>d3e81e3</code></a>
    docs: Always recommend to include a files property (<a
    href="https://redirect.github.com/eslint/eslint/issues/20158";>#20158</a>)
    (Percy Ma)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/0f0385f1404dcadaba4812120b1ad02334dbd66a";><code>0f0385f</code></a>
    docs: use consistent naming recommendation (<a
    href="https://redirect.github.com/eslint/eslint/issues/20250";>#20250</a>)
    (Alex M. Spieslechner)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/a3b145609ac649fac837c8c0515cbb2a9321ca40";><code>a3b1456</code></a>
    docs: Update README (GitHub Actions Bot)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/cf5f2dd58dd98084a21da04fe7b9054b9478d552";><code>cf5f2dd</code></a>
    docs: fix correct tag of <code>no-useless-constructor</code> (<a
    href="https://redirect.github.com/eslint/eslint/issues/20255";>#20255</a>)
    (Tanuj Kanti)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/10b995c8e5473de8d66d3cd99d816e046f35e3ec";><code>10b995c</code></a>
    docs: add TS options and examples for <code>nofunc</code> in
    <code>no-use-before-define</code> (<a
    href="https://redirect.github.com/eslint/eslint/issues/20249";>#20249</a>)
    (Tanuj Kanti)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/2584187e4a305ea7a98e1a5bd4dca2a60ad132f8";><code>2584187</code></a>
    docs: remove repetitive word in comment (<a
    href="https://redirect.github.com/eslint/eslint/issues/20242";>#20242</a>)
    (reddaisyy)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/637216bd4f2aae7c928ad04a4e40eecffb50c9e5";><code>637216b</code></a>
    docs: update CLI flags migration instructions (<a
    href="https://redirect.github.com/eslint/eslint/issues/20238";>#20238</a>)
    (jaymarvelz)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/e7cda3bdf1bdd664e6033503a3315ad81736b200";><code>e7cda3b</code></a>
    docs: Update README (GitHub Actions Bot)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/7b9446f7cc2054aa2cdf8e6225f4ac15a03671a8";><code>7b9446f</code></a>
    docs: handle empty flags sections on the feature flags page (<a
    href="https://redirect.github.com/eslint/eslint/issues/20222";>#20222</a>)
    (sethamus)</li>
    </ul>
    <h2>Chores</h2>
    <ul>
    <li><a
    
href="https://github.com/eslint/eslint/commit/dfe3c1b2034228765c48c8a445554223767dd16d";><code>dfe3c1b</code></a>
    chore: update <code>@eslint/js</code> version to 9.39.0 (<a
    href="https://redirect.github.com/eslint/eslint/issues/20270";>#20270</a>)
    (Francesco Trotta)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/2375a6de8263393c129d41cac1b407b40111a73c";><code>2375a6d</code></a>
    chore: package.json update for <code>@​eslint/js</code> release
    (Jenkins)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/a1f4e52d67c94bef61edd1607dcd130047c1baf0";><code>a1f4e52</code></a>
    chore: update <code>@eslint</code> dependencies (<a
    href="https://redirect.github.com/eslint/eslint/issues/20265";>#20265</a>)
    (Francesco Trotta)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/c7d32298482752eeac9fb46378d4f1ea095f3836";><code>c7d3229</code></a>
    chore: update dependency <code>@​eslint/core</code> to ^0.17.0 (<a
    href="https://redirect.github.com/eslint/eslint/issues/20256";>#20256</a>)
    (renovate[bot])</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/27549bc774c7c2dc5c569070a3e87c62f602bf7d";><code>27549bc</code></a>
    chore: update fuzz testing to not error if code sample minimizer fails
    (<a
    href="https://redirect.github.com/eslint/eslint/issues/20252";>#20252</a>)
    (Milos Djermanovic)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/a1370ee40e9d8e0e41843f3278cd745fc1ad543f";><code>a1370ee</code></a>
    ci: bump actions/setup-node from 5 to 6 (<a
    href="https://redirect.github.com/eslint/eslint/issues/20230";>#20230</a>)
    (dependabot[bot])</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/9e7fad4a1867709060686d03e0ec1d0d69671cfb";><code>9e7fad4</code></a>
    chore: add script to auto-generate eslint:recommended configuration (<a
    href="https://redirect.github.com/eslint/eslint/issues/20208";>#20208</a>)
    (唯然)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/eslint/eslint/commit/e2772811a8595d161870835ff04822b25a2cdf45";><code>e277281</code></a>
    9.39.1</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/4cdf397b30b2b749865ea0fcf4d30eb8ba458896";><code>4cdf397</code></a>
    Build: changelog update for 9.39.1</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/92db329211c8da5ce8340a4d4c05ce9c12845381";><code>92db329</code></a>
    chore: update <code>@eslint/js</code> version to 9.39.1 (<a
    
href="https://redirect.github.com/eslint/eslint/issues/20284";>#20284</a>)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/c7ebefc9eaf99b76b30b0d3cf9960807a47367c4";><code>c7ebefc</code></a>
    chore: package.json update for <code>@​eslint/js</code> release</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/650753ee3976784343ceb40170619dab1aa9fe0d";><code>650753e</code></a>
    fix: Only pass node to JS lang visitor methods (<a
    
href="https://redirect.github.com/eslint/eslint/issues/20283";>#20283</a>)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/51b51f4f1ce82ef63264c4e45d9ef579bcd73f8e";><code>51b51f4</code></a>
    docs: add a section on when to use extends vs cascading (<a
    
href="https://redirect.github.com/eslint/eslint/issues/20268";>#20268</a>)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/61778f6ca33c0f63962a91d6a75a4fa5db9f47d2";><code>61778f6</code></a>
    chore: update eslint-config-eslint dependency <code>@​eslint/js</code>
    to ^9.39.0 (<a
    
href="https://redirect.github.com/eslint/eslint/issues/20275";>#20275</a>)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/d9ca2fcd9ad63331bfd329a69534e1ff04f231e8";><code>d9ca2fc</code></a>
    ci: Add rangeStrategy to eslint group in renovate config (<a
    
href="https://redirect.github.com/eslint/eslint/issues/20266";>#20266</a>)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/009e5076ff5a4bd845f55e17676e3bb88f47c280";><code>009e507</code></a>
    test: fix version tests for ESLint v10 (<a
    
href="https://redirect.github.com/eslint/eslint/issues/20274";>#20274</a>)</li>
    <li><a
    
href="https://github.com/eslint/eslint/commit/b44d42699dcd1729b7ecb50ca70e4c1c17f551f1";><code>b44d426</code></a>
    docs: Update README</li>
    <li>Additional commits viewable in <a
    href="https://github.com/eslint/eslint/compare/v9.36.0...v9.39.1";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=9.36.0&new-version=9.39.1)](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    | 73 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 38 insertions(+), 37 deletions(-)

diff --git a/package.json b/package.json
index e4fa1b4..a1c41a9 100644
--- a/package.json
+++ b/package.json
@@ -75,7 +75,7 @@
     "del-cli": "7.0.0",
     "esbuild": "0.25.10",
     "esbuild-plugin-alias": "0.2.1",
-    "eslint": "9.36.0",
+    "eslint": "9.39.1",
     "eslint-plugin-jest": "29.0.1",
     "eslint-plugin-unicorn": "59.0.1",
     "glob": "11.0.3",
diff --git a/yarn.lock b/yarn.lock
index ae225ab..e768568 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -516,19 +516,21 @@
   resolved 
"https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0";
   integrity 
sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
 
-"@eslint/config-array@^0.21.0":
-  version "0.21.0"
-  resolved 
"https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.0.tgz#abdbcbd16b124c638081766392a4d6b509f72636";
-  integrity 
sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==
+"@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";
+  integrity 
sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
   dependencies:
-    "@eslint/object-schema" "^2.1.6"
+    "@eslint/object-schema" "^2.1.7"
     debug "^4.3.1"
     minimatch "^3.1.2"
 
-"@eslint/config-helpers@^0.3.1":
-  version "0.3.1"
-  resolved 
"https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.1.tgz#d316e47905bd0a1a931fa50e669b9af4104d1617";
-  integrity 
sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==
+"@eslint/config-helpers@^0.4.2":
+  version "0.4.2"
+  resolved 
"https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda";
+  integrity 
sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
+  dependencies:
+    "@eslint/core" "^0.17.0"
 
 "@eslint/core@^0.13.0":
   version "0.13.0"
@@ -537,10 +539,10 @@
   dependencies:
     "@types/json-schema" "^7.0.15"
 
-"@eslint/core@^0.15.2":
-  version "0.15.2"
-  resolved 
"https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f";
-  integrity 
sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
+"@eslint/core@^0.17.0":
+  version "0.17.0"
+  resolved 
"https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c";
+  integrity 
sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
   dependencies:
     "@types/json-schema" "^7.0.15"
 
@@ -559,15 +561,15 @@
     minimatch "^3.1.2"
     strip-json-comments "^3.1.1"
 
-"@eslint/[email protected]":
-  version "9.36.0"
-  resolved 
"https://registry.yarnpkg.com/@eslint/js/-/js-9.36.0.tgz#b1a3893dd6ce2defed5fd49de805ba40368e8fef";
-  integrity 
sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==
+"@eslint/[email protected]":
+  version "9.39.1"
+  resolved 
"https://registry.yarnpkg.com/@eslint/js/-/js-9.39.1.tgz#0dd59c3a9f40e3f1882975c321470969243e0164";
+  integrity 
sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==
 
-"@eslint/object-schema@^2.1.6":
-  version "2.1.6"
-  resolved 
"https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f";
-  integrity 
sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
+"@eslint/object-schema@^2.1.7":
+  version "2.1.7"
+  resolved 
"https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad";
+  integrity 
sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
 
 "@eslint/plugin-kit@^0.2.7":
   version "0.2.8"
@@ -577,12 +579,12 @@
     "@eslint/core" "^0.13.0"
     levn "^0.4.1"
 
-"@eslint/plugin-kit@^0.3.5":
-  version "0.3.5"
-  resolved 
"https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5";
-  integrity 
sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
+"@eslint/plugin-kit@^0.4.1":
+  version "0.4.1"
+  resolved 
"https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2";
+  integrity 
sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
   dependencies:
-    "@eslint/core" "^0.15.2"
+    "@eslint/core" "^0.17.0"
     levn "^0.4.1"
 
 "@gerrit0/mini-shiki@^3.12.0":
@@ -2966,24 +2968,23 @@ eslint-visitor-keys@^4.2.1:
   resolved 
"https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1";
   integrity 
sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
 
[email protected]:
-  version "9.36.0"
-  resolved 
"https://registry.yarnpkg.com/eslint/-/eslint-9.36.0.tgz#9cc5cbbfb9c01070425d9bfed81b4e79a1c09088";
-  integrity 
sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==
[email protected]:
+  version "9.39.1"
+  resolved 
"https://registry.yarnpkg.com/eslint/-/eslint-9.39.1.tgz#be8bf7c6de77dcc4252b5a8dcb31c2efff74a6e5";
+  integrity 
sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==
   dependencies:
     "@eslint-community/eslint-utils" "^4.8.0"
     "@eslint-community/regexpp" "^4.12.1"
-    "@eslint/config-array" "^0.21.0"
-    "@eslint/config-helpers" "^0.3.1"
-    "@eslint/core" "^0.15.2"
+    "@eslint/config-array" "^0.21.1"
+    "@eslint/config-helpers" "^0.4.2"
+    "@eslint/core" "^0.17.0"
     "@eslint/eslintrc" "^3.3.1"
-    "@eslint/js" "9.36.0"
-    "@eslint/plugin-kit" "^0.3.5"
+    "@eslint/js" "9.39.1"
+    "@eslint/plugin-kit" "^0.4.1"
     "@humanfs/node" "^0.16.6"
     "@humanwhocodes/module-importer" "^1.0.1"
     "@humanwhocodes/retry" "^0.4.2"
     "@types/estree" "^1.0.6"
-    "@types/json-schema" "^7.0.15"
     ajv "^6.12.4"
     chalk "^4.0.0"
     cross-spawn "^7.0.6"

Reply via email to