Skip to content

Commit 891dd80

Browse files
authoredMar 15, 2025··
chore(dev-deps): bump eslint-config-oclif from 6.0.20 to 6.0.28 (#1092)
Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 6.0.20 to 6.0.28. - [Release notes](https://github.com/oclif/eslint-config-oclif/releases) - [Changelog](https://github.com/oclif/eslint-config-oclif/blob/main/CHANGELOG.md) - [Commits](oclif/eslint-config-oclif@6.0.20...6.0.28) --- updated-dependencies: - dependency-name: eslint-config-oclif dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1bd75c6 commit 891dd80

File tree

1 file changed

+196
-87
lines changed

1 file changed

+196
-87
lines changed
 

‎yarn.lock

+196-87
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,28 @@
808808
dependencies:
809809
"@jridgewell/trace-mapping" "0.3.9"
810810

811+
"@emnapi/core@^1.3.1":
812+
version "1.3.1"
813+
resolved "https://registry.yarnpkg.com/@emnapi/core/-/core-1.3.1.tgz#9c62d185372d1bddc94682b87f376e03dfac3f16"
814+
integrity sha512-pVGjBIt1Y6gg3EJN8jTcfpP/+uuRksIo055oE/OBkDNcjZqVbfkWCksG1Jp4yZnj3iKWyWX8fdG/j6UDYPbFog==
815+
dependencies:
816+
"@emnapi/wasi-threads" "1.0.1"
817+
tslib "^2.4.0"
818+
819+
"@emnapi/runtime@^1.3.1":
820+
version "1.3.1"
821+
resolved "https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-1.3.1.tgz#0fcaa575afc31f455fd33534c19381cfce6c6f60"
822+
integrity sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==
823+
dependencies:
824+
tslib "^2.4.0"
825+
826+
"@emnapi/wasi-threads@1.0.1":
827+
version "1.0.1"
828+
resolved "https://registry.yarnpkg.com/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz#d7ae71fd2166b1c916c6cd2d0df2ef565a2e1a5b"
829+
integrity sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==
830+
dependencies:
831+
tslib "^2.4.0"
832+
811833
"@es-joy/jsdoccomment@~0.49.0":
812834
version "0.49.0"
813835
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.49.0.tgz#e5ec1eda837c802eca67d3b29e577197f14ba1db"
@@ -829,7 +851,7 @@
829851
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
830852
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
831853

832-
"@eslint/compat@^1.2.6", "@eslint/compat@^1.2.7":
854+
"@eslint/compat@^1.2.7":
833855
version "1.2.7"
834856
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.7.tgz#f1a890281631ad27530479420b743dd92626e819"
835857
integrity sha512-xvv7hJE32yhegJ8xNAnb62ggiAwTYHBpUCWhRxEj/ksvgDJuSXfoDkBcRYaYNFiJ+jH0IE3K16hd+xXzhBgNbg==
@@ -1193,6 +1215,15 @@
11931215
"@jridgewell/resolve-uri" "^3.0.3"
11941216
"@jridgewell/sourcemap-codec" "^1.4.10"
11951217

1218+
"@napi-rs/wasm-runtime@^0.2.7":
1219+
version "0.2.7"
1220+
resolved "https://registry.yarnpkg.com/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.7.tgz#288f03812a408bc53c2c3686c65f38fe90f295eb"
1221+
integrity sha512-5yximcFK5FNompXfJFoWanu5l8v1hNGqNHh9du1xETp9HWk/B/PzvchX55WYOPaIeNglG8++68AAiauBAtbnzw==
1222+
dependencies:
1223+
"@emnapi/core" "^1.3.1"
1224+
"@emnapi/runtime" "^1.3.1"
1225+
"@tybys/wasm-util" "^0.9.0"
1226+
11961227
"@nodelib/fs.scandir@2.1.5":
11971228
version "2.1.5"
11981229
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
@@ -1474,6 +1505,63 @@
14741505
ansis "^3.16.0"
14751506
debug "^4.4.0"
14761507

1508+
"@oxc-resolver/binding-darwin-arm64@5.0.0":
1509+
version "5.0.0"
1510+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-darwin-arm64/-/binding-darwin-arm64-5.0.0.tgz#c99057f297954f197217e75d63ff92d4514e354a"
1511+
integrity sha512-zwHAf+owoxSWTDD4dFuwW+FkpaDzbaL30H5Ltocb+RmLyg4WKuteusRLKh5Y8b/cyu7UzhxM0haIqQjyqA1iuA==
1512+
1513+
"@oxc-resolver/binding-darwin-x64@5.0.0":
1514+
version "5.0.0"
1515+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-darwin-x64/-/binding-darwin-x64-5.0.0.tgz#530cf02f3a3833a3932fc22d732d757cdc7e3cbf"
1516+
integrity sha512-1lS3aBNVjVQKBvZdHm13+8tSjvu2Tl1Cv4FnUyMYxqx6+rsom2YaOylS5LhDUwfZu0zAgpLMwK6kGpF/UPncNg==
1517+
1518+
"@oxc-resolver/binding-freebsd-x64@5.0.0":
1519+
version "5.0.0"
1520+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-freebsd-x64/-/binding-freebsd-x64-5.0.0.tgz#4a10430b9375f17ea5c5f8a4439aa2901dcaa5c2"
1521+
integrity sha512-q9sRd68wC1/AJ0eu6ClhxlklVfe8gH4wrUkSyEbIYTZ8zY5yjsLY3fpqqsaCvWJUx65nW+XtnAxCGCi5AXr1Mw==
1522+
1523+
"@oxc-resolver/binding-linux-arm-gnueabihf@5.0.0":
1524+
version "5.0.0"
1525+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-5.0.0.tgz#f082550d0ff62e772657ebccea8d2f7751d2130b"
1526+
integrity sha512-catYavWsvqViYnCveQjhrK6yVYDEPFvIOgGLxnz5r2dcgrjpmquzREoyss0L2QG/J5HTTbwqwZ1kk+g56hE/1A==
1527+
1528+
"@oxc-resolver/binding-linux-arm64-gnu@5.0.0":
1529+
version "5.0.0"
1530+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-5.0.0.tgz#d016b164f46548759454e58a42289d4e45030e69"
1531+
integrity sha512-l/0pWoQM5kVmJLg4frQ1mKZOXgi0ex/hzvFt8E4WK2ifXr5JgKFUokxsb/oat7f5YzdJJh5r9p+qS/t3dA26Aw==
1532+
1533+
"@oxc-resolver/binding-linux-arm64-musl@5.0.0":
1534+
version "5.0.0"
1535+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-5.0.0.tgz#c9ce09343c877e1000a8e2b2b04694d94ae5a918"
1536+
integrity sha512-bx0oz/oaAW4FGYqpIIxJCnmgb906YfMhTEWCJvYkxjpEI8VKLJEL3PQevYiqDq36SA0yRLJ/sQK2fqry8AFBfA==
1537+
1538+
"@oxc-resolver/binding-linux-x64-gnu@5.0.0":
1539+
version "5.0.0"
1540+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-5.0.0.tgz#10476acfa3e8e46331820a629914d351df0ccf8c"
1541+
integrity sha512-4PH++qbSIhlRsFYdN1P9neDov4OGhTGo5nbQ1D7AL6gWFLo3gdZTc00FM2y8JjeTcPWEXkViZuwpuc0w5i6qHg==
1542+
1543+
"@oxc-resolver/binding-linux-x64-musl@5.0.0":
1544+
version "5.0.0"
1545+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-5.0.0.tgz#5b9383bc12c2c394f228b7771469c8aac3cb7bff"
1546+
integrity sha512-mLfQFpX3/5y9oWi0b+9FbWDkL2hM0Y29653beCHiHxAdGyVgb2DsJbK74WkMTwtSz9by8vyBh8jGPZcg1yLZbQ==
1547+
1548+
"@oxc-resolver/binding-wasm32-wasi@5.0.0":
1549+
version "5.0.0"
1550+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-wasm32-wasi/-/binding-wasm32-wasi-5.0.0.tgz#cb7ad0e966b3d746f2c8ea98660a2558d2db9057"
1551+
integrity sha512-uEhsAZSo65qsRi6+IfBTEUUFbjg7T2yruJeLYpFfEATpm3ory5Mgo5vx3L0c2/Cz1OUZXBgp3A8x6VMUB2jT2A==
1552+
dependencies:
1553+
"@napi-rs/wasm-runtime" "^0.2.7"
1554+
1555+
"@oxc-resolver/binding-win32-arm64-msvc@5.0.0":
1556+
version "5.0.0"
1557+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-5.0.0.tgz#44422b316f744dbd904254ee4fbdd2cd0444f613"
1558+
integrity sha512-8DbSso9Jp1ns8AYuZFXdRfAcdJrzZwkFm/RjPuvAPTENsm685dosBF8G6gTHQlHvULnk6o3sa9ygZaTGC/UoEw==
1559+
1560+
"@oxc-resolver/binding-win32-x64-msvc@5.0.0":
1561+
version "5.0.0"
1562+
resolved "https://registry.yarnpkg.com/@oxc-resolver/binding-win32-x64-msvc/-/binding-win32-x64-msvc-5.0.0.tgz#1575b4aaf6f46faf5b95003be2a5dfd8ea1e10e0"
1563+
integrity sha512-ylppfPEg63NuRXOPNsXFlgyl37JrtRn0QMO26X3K3Ytp5HtLrMreQMGVtgr30e1l2YmAWqhvmKlCryOqzGPD/g==
1564+
14771565
"@pkgjs/parseargs@^0.11.0":
14781566
version "0.11.0"
14791567
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
@@ -2155,6 +2243,13 @@
21552243
"@tufjs/canonical-json" "2.0.0"
21562244
minimatch "^9.0.5"
21572245

2246+
"@tybys/wasm-util@^0.9.0":
2247+
version "0.9.0"
2248+
resolved "https://registry.yarnpkg.com/@tybys/wasm-util/-/wasm-util-0.9.0.tgz#3e75eb00604c8d6db470bf18c37b7d984a0e3355"
2249+
integrity sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==
2250+
dependencies:
2251+
tslib "^2.4.0"
2252+
21582253
"@types/chai@^4.3.16":
21592254
version "4.3.16"
21602255
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.16.tgz#b1572967f0b8b60bf3f87fe1d854a5604ea70c82"
@@ -2267,30 +2362,30 @@
22672362
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
22682363
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
22692364

2270-
"@typescript-eslint/eslint-plugin@8.25.0", "@typescript-eslint/eslint-plugin@^8":
2271-
version "8.25.0"
2272-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz#5e1d56f067e5808fa82d1b75bced82396e868a14"
2273-
integrity sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==
2365+
"@typescript-eslint/eslint-plugin@8.26.1", "@typescript-eslint/eslint-plugin@^8":
2366+
version "8.26.1"
2367+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz#3e48eb847924161843b092c87a9b65176b53782f"
2368+
integrity sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==
22742369
dependencies:
22752370
"@eslint-community/regexpp" "^4.10.0"
2276-
"@typescript-eslint/scope-manager" "8.25.0"
2277-
"@typescript-eslint/type-utils" "8.25.0"
2278-
"@typescript-eslint/utils" "8.25.0"
2279-
"@typescript-eslint/visitor-keys" "8.25.0"
2371+
"@typescript-eslint/scope-manager" "8.26.1"
2372+
"@typescript-eslint/type-utils" "8.26.1"
2373+
"@typescript-eslint/utils" "8.26.1"
2374+
"@typescript-eslint/visitor-keys" "8.26.1"
22802375
graphemer "^1.4.0"
22812376
ignore "^5.3.1"
22822377
natural-compare "^1.4.0"
22832378
ts-api-utils "^2.0.1"
22842379

2285-
"@typescript-eslint/parser@8.25.0", "@typescript-eslint/parser@^8":
2286-
version "8.25.0"
2287-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8"
2288-
integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==
2380+
"@typescript-eslint/parser@8.26.1", "@typescript-eslint/parser@^8":
2381+
version "8.26.1"
2382+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.1.tgz#0e2f915a497519fc43f52cf2ecbfa607ff56f72e"
2383+
integrity sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==
22892384
dependencies:
2290-
"@typescript-eslint/scope-manager" "8.25.0"
2291-
"@typescript-eslint/types" "8.25.0"
2292-
"@typescript-eslint/typescript-estree" "8.25.0"
2293-
"@typescript-eslint/visitor-keys" "8.25.0"
2385+
"@typescript-eslint/scope-manager" "8.26.1"
2386+
"@typescript-eslint/types" "8.26.1"
2387+
"@typescript-eslint/typescript-estree" "8.26.1"
2388+
"@typescript-eslint/visitor-keys" "8.26.1"
22942389
debug "^4.3.4"
22952390

22962391
"@typescript-eslint/scope-manager@8.22.0":
@@ -2301,21 +2396,21 @@
23012396
"@typescript-eslint/types" "8.22.0"
23022397
"@typescript-eslint/visitor-keys" "8.22.0"
23032398

2304-
"@typescript-eslint/scope-manager@8.25.0":
2305-
version "8.25.0"
2306-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
2307-
integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==
2399+
"@typescript-eslint/scope-manager@8.26.1":
2400+
version "8.26.1"
2401+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc"
2402+
integrity sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==
23082403
dependencies:
2309-
"@typescript-eslint/types" "8.25.0"
2310-
"@typescript-eslint/visitor-keys" "8.25.0"
2404+
"@typescript-eslint/types" "8.26.1"
2405+
"@typescript-eslint/visitor-keys" "8.26.1"
23112406

2312-
"@typescript-eslint/type-utils@8.25.0":
2313-
version "8.25.0"
2314-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677"
2315-
integrity sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==
2407+
"@typescript-eslint/type-utils@8.26.1":
2408+
version "8.26.1"
2409+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz#462f0bae09de72ac6e8e1af2ebe588c23224d7f8"
2410+
integrity sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==
23162411
dependencies:
2317-
"@typescript-eslint/typescript-estree" "8.25.0"
2318-
"@typescript-eslint/utils" "8.25.0"
2412+
"@typescript-eslint/typescript-estree" "8.26.1"
2413+
"@typescript-eslint/utils" "8.26.1"
23192414
debug "^4.3.4"
23202415
ts-api-utils "^2.0.1"
23212416

@@ -2324,10 +2419,10 @@
23242419
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360"
23252420
integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==
23262421

2327-
"@typescript-eslint/types@8.25.0":
2328-
version "8.25.0"
2329-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
2330-
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
2422+
"@typescript-eslint/types@8.26.1":
2423+
version "8.26.1"
2424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
2425+
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
23312426

23322427
"@typescript-eslint/typescript-estree@8.22.0":
23332428
version "8.22.0"
@@ -2343,29 +2438,29 @@
23432438
semver "^7.6.0"
23442439
ts-api-utils "^2.0.0"
23452440

2346-
"@typescript-eslint/typescript-estree@8.25.0":
2347-
version "8.25.0"
2348-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
2349-
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
2441+
"@typescript-eslint/typescript-estree@8.26.1":
2442+
version "8.26.1"
2443+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz#eb0e4ce31753683d83be53441a409fd5f0b34afd"
2444+
integrity sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==
23502445
dependencies:
2351-
"@typescript-eslint/types" "8.25.0"
2352-
"@typescript-eslint/visitor-keys" "8.25.0"
2446+
"@typescript-eslint/types" "8.26.1"
2447+
"@typescript-eslint/visitor-keys" "8.26.1"
23532448
debug "^4.3.4"
23542449
fast-glob "^3.3.2"
23552450
is-glob "^4.0.3"
23562451
minimatch "^9.0.4"
23572452
semver "^7.6.0"
23582453
ts-api-utils "^2.0.1"
23592454

2360-
"@typescript-eslint/utils@8.25.0":
2361-
version "8.25.0"
2362-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
2363-
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
2455+
"@typescript-eslint/utils@8.26.1":
2456+
version "8.26.1"
2457+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.1.tgz#54cc58469955f25577f659753b71a0e117a0539f"
2458+
integrity sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==
23642459
dependencies:
23652460
"@eslint-community/eslint-utils" "^4.4.0"
2366-
"@typescript-eslint/scope-manager" "8.25.0"
2367-
"@typescript-eslint/types" "8.25.0"
2368-
"@typescript-eslint/typescript-estree" "8.25.0"
2461+
"@typescript-eslint/scope-manager" "8.26.1"
2462+
"@typescript-eslint/types" "8.26.1"
2463+
"@typescript-eslint/typescript-estree" "8.26.1"
23692464

23702465
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.21.0":
23712466
version "8.22.0"
@@ -2385,12 +2480,12 @@
23852480
"@typescript-eslint/types" "8.22.0"
23862481
eslint-visitor-keys "^4.2.0"
23872482

2388-
"@typescript-eslint/visitor-keys@8.25.0":
2389-
version "8.25.0"
2390-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
2391-
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
2483+
"@typescript-eslint/visitor-keys@8.26.1":
2484+
version "8.26.1"
2485+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz#c5267fcc82795cf10280363023837deacad2647c"
2486+
integrity sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==
23922487
dependencies:
2393-
"@typescript-eslint/types" "8.25.0"
2488+
"@typescript-eslint/types" "8.26.1"
23942489
eslint-visitor-keys "^4.2.0"
23952490

23962491
JSONStream@^1.3.5:
@@ -3358,14 +3453,6 @@ encoding@^0.1.13:
33583453
dependencies:
33593454
iconv-lite "^0.6.2"
33603455

3361-
enhanced-resolve@^5.15.0:
3362-
version "5.17.1"
3363-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15"
3364-
integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==
3365-
dependencies:
3366-
graceful-fs "^4.2.4"
3367-
tapable "^2.2.0"
3368-
33693456
enhanced-resolve@^5.17.1:
33703457
version "5.18.0"
33713458
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.0.tgz#91eb1db193896b9801251eeff1c6980278b1e404"
@@ -3582,11 +3669,11 @@ eslint-config-oclif@^5.2.2:
35823669
eslint-plugin-unicorn "^48.0.1"
35833670

35843671
eslint-config-oclif@^6:
3585-
version "6.0.20"
3586-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.20.tgz#4fa4fc058ef940c3859e081689f85873fa8ea4b3"
3587-
integrity sha512-+SIxu+IJHo+gNWz6mmEIU6UiGUj4vAleIXg7DGa+FbEa4vuMDy0ic7l+BDjzBRH8LSCDW+DaYSJrmo4X6WvmwA==
3672+
version "6.0.28"
3673+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.28.tgz#8c85fb3fe93dd81b59f7a6066c94338452fa76bf"
3674+
integrity sha512-oPTZ2+q448Wl1gS0KChgN/VsUlnuVUArVhNdkB1G0H/4wzjbrPXljzhYPKsKtKW3AQMLS+/drZyfJqfCmfysmQ==
35883675
dependencies:
3589-
"@eslint/compat" "^1.2.6"
3676+
"@eslint/compat" "^1.2.7"
35903677
"@eslint/eslintrc" "^3.3.0"
35913678
"@eslint/js" "^9.21.0"
35923679
"@stylistic/eslint-plugin" "^3.1.0"
@@ -3595,14 +3682,14 @@ eslint-config-oclif@^6:
35953682
eslint-config-oclif "^5.2.2"
35963683
eslint-config-xo "^0.46.0"
35973684
eslint-config-xo-space "^0.35.0"
3598-
eslint-import-resolver-typescript "^3.8.0"
3685+
eslint-import-resolver-typescript "^3.8.3"
35993686
eslint-plugin-import "^2.31.0"
36003687
eslint-plugin-jsdoc "^50.6.3"
36013688
eslint-plugin-mocha "^10.5.0"
3602-
eslint-plugin-n "^17.15.1"
3689+
eslint-plugin-n "^17.16.2"
36033690
eslint-plugin-perfectionist "^4"
36043691
eslint-plugin-unicorn "^56.0.1"
3605-
typescript-eslint "^8.24.1"
3692+
typescript-eslint "^8.26.0"
36063693

36073694
eslint-config-prettier@^10:
36083695
version "10.1.1"
@@ -3641,17 +3728,17 @@ eslint-import-resolver-node@^0.3.9:
36413728
is-core-module "^2.13.0"
36423729
resolve "^1.22.4"
36433730

3644-
eslint-import-resolver-typescript@^3.8.0:
3645-
version "3.8.3"
3646-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.3.tgz#1721a1e4417e57a8fe6bf9463d0db8e220285eef"
3647-
integrity sha512-A0bu4Ks2QqDWNpeEgTQMPTngaMhuDu4yv6xpftBMAf+1ziXnpx+eSR1WRfoPTe2BAiAjHFZ7kSNx1fvr5g5pmQ==
3731+
eslint-import-resolver-typescript@^3.8.3:
3732+
version "3.9.0"
3733+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.9.0.tgz#e94219827696f7d17139c343642859d60e277e78"
3734+
integrity sha512-EUcFmaz0zAa6P2C9jAb5XDymRld8S6TURvWcIW7y+czOW+K8hrjgQgbhBsNE0J/dDZ6HLfcn70LqnIil9W+ICw==
36483735
dependencies:
36493736
"@nolyfill/is-core-module" "1.0.39"
36503737
debug "^4.3.7"
3651-
enhanced-resolve "^5.15.0"
36523738
get-tsconfig "^4.10.0"
36533739
is-bun-module "^1.0.2"
3654-
stable-hash "^0.0.4"
3740+
oxc-resolver "^5.0.0"
3741+
stable-hash "^0.0.5"
36553742
tinyglobby "^0.2.12"
36563743

36573744
eslint-module-utils@^2.12.0:
@@ -3743,10 +3830,10 @@ eslint-plugin-n@^15.1.0:
37433830
resolve "^1.22.1"
37443831
semver "^7.3.8"
37453832

3746-
eslint-plugin-n@^17.15.1:
3747-
version "17.15.1"
3748-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.15.1.tgz#2129bbc7b11466c3bfec57876a15aadfad3a83f2"
3749-
integrity sha512-KFw7x02hZZkBdbZEFQduRGH4VkIH4MW97ClsbAM4Y4E6KguBJWGfWG1P4HEIpZk2bkoWf0bojpnjNAhYQP8beA==
3833+
eslint-plugin-n@^17.16.2:
3834+
version "17.16.2"
3835+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.16.2.tgz#042eae252b1f4201c77596fc28ee9a391dc07c83"
3836+
integrity sha512-iQM5Oj+9o0KaeLoObJC/uxNGpktZCkYiTTBo8PkRWq3HwNcRxwpvSDFjBhQ5+HLJzBTy+CLDC5+bw0Z5GyhlOQ==
37503837
dependencies:
37513838
"@eslint-community/eslint-utils" "^4.4.1"
37523839
enhanced-resolve "^5.17.1"
@@ -5958,6 +6045,23 @@ os-tmpdir@~1.0.2:
59586045
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
59596046
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
59606047

6048+
oxc-resolver@^5.0.0:
6049+
version "5.0.0"
6050+
resolved "https://registry.yarnpkg.com/oxc-resolver/-/oxc-resolver-5.0.0.tgz#8aac10775e45f8656393bf9b90dda0f1b2f507cd"
6051+
integrity sha512-66fopyAqCN8Mx4tzNiBXWbk8asCSuxUWN62gwTc3yfRs7JfWhX/eVJCf+fUrfbNOdQVOWn+o8pAKllp76ysMXA==
6052+
optionalDependencies:
6053+
"@oxc-resolver/binding-darwin-arm64" "5.0.0"
6054+
"@oxc-resolver/binding-darwin-x64" "5.0.0"
6055+
"@oxc-resolver/binding-freebsd-x64" "5.0.0"
6056+
"@oxc-resolver/binding-linux-arm-gnueabihf" "5.0.0"
6057+
"@oxc-resolver/binding-linux-arm64-gnu" "5.0.0"
6058+
"@oxc-resolver/binding-linux-arm64-musl" "5.0.0"
6059+
"@oxc-resolver/binding-linux-x64-gnu" "5.0.0"
6060+
"@oxc-resolver/binding-linux-x64-musl" "5.0.0"
6061+
"@oxc-resolver/binding-wasm32-wasi" "5.0.0"
6062+
"@oxc-resolver/binding-win32-arm64-msvc" "5.0.0"
6063+
"@oxc-resolver/binding-win32-x64-msvc" "5.0.0"
6064+
59616065
p-cancelable@^3.0.0:
59626066
version "3.0.0"
59636067
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-3.0.0.tgz#63826694b54d61ca1c20ebcb6d3ecf5e14cd8050"
@@ -6774,10 +6878,10 @@ ssri@^12.0.0:
67746878
dependencies:
67756879
minipass "^7.0.3"
67766880

6777-
stable-hash@^0.0.4:
6778-
version "0.0.4"
6779-
resolved "https://registry.yarnpkg.com/stable-hash/-/stable-hash-0.0.4.tgz#55ae7dadc13e4b3faed13601587cec41859b42f7"
6780-
integrity sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==
6881+
stable-hash@^0.0.5:
6882+
version "0.0.5"
6883+
resolved "https://registry.yarnpkg.com/stable-hash/-/stable-hash-0.0.5.tgz#94e8837aaeac5b4d0f631d2972adef2924b40269"
6884+
integrity sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==
67816885

67826886
string-argv@^0.3.2:
67836887
version "0.3.2"
@@ -7100,6 +7204,11 @@ tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2:
71007204
resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz"
71017205
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
71027206

7207+
tslib@^2.4.0:
7208+
version "2.8.1"
7209+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
7210+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
7211+
71037212
tuf-js@^3.0.1:
71047213
version "3.0.1"
71057214
resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-3.0.1.tgz#e3f07ed3d8e87afaa70607bd1ef801d5c1f57177"
@@ -7209,14 +7318,14 @@ typed-array-length@^1.0.6:
72097318
is-typed-array "^1.1.13"
72107319
possible-typed-array-names "^1.0.0"
72117320

7212-
typescript-eslint@^8.24.1:
7213-
version "8.25.0"
7214-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.25.0.tgz#73047c157cd70ee93cf2f9243f1599d21cf60239"
7215-
integrity sha512-TxRdQQLH4g7JkoFlYG3caW5v1S6kEkz8rqt80iQJZUYPq1zD1Ra7HfQBJJ88ABRaMvHAXnwRvRB4V+6sQ9xN5Q==
7321+
typescript-eslint@^8.26.0:
7322+
version "8.26.1"
7323+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.26.1.tgz#d17a638a7543bc535157b83cdf5876513c71493b"
7324+
integrity sha512-t/oIs9mYyrwZGRpDv3g+3K6nZ5uhKEMt2oNmAPwaY4/ye0+EH4nXIPYNtkYFS6QHm+1DFg34DbglYBz5P9Xysg==
72167325
dependencies:
7217-
"@typescript-eslint/eslint-plugin" "8.25.0"
7218-
"@typescript-eslint/parser" "8.25.0"
7219-
"@typescript-eslint/utils" "8.25.0"
7326+
"@typescript-eslint/eslint-plugin" "8.26.1"
7327+
"@typescript-eslint/parser" "8.26.1"
7328+
"@typescript-eslint/utils" "8.26.1"
72207329

72217330
typescript@^5.7.3:
72227331
version "5.7.3"

0 commit comments

Comments
 (0)
Please sign in to comment.