Skip to content

Commit 1be2f9d

Browse files
chore(deps): update all dependencies
1 parent be2b032 commit 1be2f9d

File tree

2 files changed

+109
-108
lines changed

2 files changed

+109
-108
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
cache: 'yarn'
3838

3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
40+
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
4141
with:
4242
languages: ${{ matrix.language }}
4343

4444
- name: Autobuild
45-
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
45+
uses: github/codeql-action/autobuild@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
48+
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8

yarn.lock

Lines changed: 106 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@
149149
minimatch "^3.1.2"
150150

151151
"@eslint/config-helpers@^0.3.0":
152-
version "0.3.0"
153-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz#3e09a90dfb87e0005c7694791e58e97077271286"
154-
integrity sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==
152+
version "0.3.1"
153+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.1.tgz#d316e47905bd0a1a931fa50e669b9af4104d1617"
154+
integrity sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==
155155

156-
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
157-
version "0.15.1"
158-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
159-
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
156+
"@eslint/core@^0.15.0", "@eslint/core@^0.15.2":
157+
version "0.15.2"
158+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
159+
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
160160
dependencies:
161161
"@types/json-schema" "^7.0.15"
162162

@@ -175,22 +175,22 @@
175175
minimatch "^3.1.2"
176176
strip-json-comments "^3.1.1"
177177

178-
"@eslint/js@9.31.0":
179-
version "9.31.0"
180-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.31.0.tgz#adb1f39953d8c475c4384b67b67541b0d7206ed8"
181-
integrity sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==
178+
"@eslint/js@9.32.0":
179+
version "9.32.0"
180+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
181+
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
182182

183183
"@eslint/object-schema@^2.1.6":
184184
version "2.1.6"
185185
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
186186
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
187187

188-
"@eslint/plugin-kit@^0.3.1":
189-
version "0.3.3"
190-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.3.tgz#32926b59bd407d58d817941e48b2a7049359b1fd"
191-
integrity sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==
188+
"@eslint/plugin-kit@^0.3.4":
189+
version "0.3.5"
190+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
191+
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
192192
dependencies:
193-
"@eslint/core" "^0.15.1"
193+
"@eslint/core" "^0.15.2"
194194
levn "^0.4.1"
195195

196196
"@humanfs/core@^0.19.1":
@@ -394,107 +394,108 @@
394394
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
395395

396396
"@types/node@^22.7.5":
397-
version "22.16.3"
398-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.3.tgz#006f83d80e6f05f65768acc77f4a57bfac1d545f"
399-
integrity sha512-sr4Xz74KOUeYadexo1r8imhRtlVXcs+j3XK3TcoiYk7B1t3YRVJgtaD3cwX73NYb71pmVuMLNRhJ9XKdoDB74g==
397+
version "22.17.0"
398+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.0.tgz#e8c9090e957bd4d9860efb323eb92d297347eac7"
399+
integrity sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==
400400
dependencies:
401401
undici-types "~6.21.0"
402402

403403
"@typescript-eslint/eslint-plugin@^8.0.0":
404-
version "8.36.0"
405-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.36.0.tgz#880ce277f8a30ccf539ec027acac157088f131ae"
406-
integrity sha512-lZNihHUVB6ZZiPBNgOQGSxUASI7UJWhT8nHyUGCnaQ28XFCw98IfrMCG3rUl1uwUWoAvodJQby2KTs79UTcrAg==
404+
version "8.39.0"
405+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz#c9afec1866ee1a6ea3d768b5f8e92201efbbba06"
406+
integrity sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==
407407
dependencies:
408408
"@eslint-community/regexpp" "^4.10.0"
409-
"@typescript-eslint/scope-manager" "8.36.0"
410-
"@typescript-eslint/type-utils" "8.36.0"
411-
"@typescript-eslint/utils" "8.36.0"
412-
"@typescript-eslint/visitor-keys" "8.36.0"
409+
"@typescript-eslint/scope-manager" "8.39.0"
410+
"@typescript-eslint/type-utils" "8.39.0"
411+
"@typescript-eslint/utils" "8.39.0"
412+
"@typescript-eslint/visitor-keys" "8.39.0"
413413
graphemer "^1.4.0"
414414
ignore "^7.0.0"
415415
natural-compare "^1.4.0"
416416
ts-api-utils "^2.1.0"
417417

418418
"@typescript-eslint/parser@^8.0.0":
419-
version "8.36.0"
420-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.36.0.tgz#003007fe2030013936b6634b9cf52c457d36ed42"
421-
integrity sha512-FuYgkHwZLuPbZjQHzJXrtXreJdFMKl16BFYyRrLxDhWr6Qr7Kbcu2s1Yhu8tsiMXw1S0W1pjfFfYEt+R604s+Q==
422-
dependencies:
423-
"@typescript-eslint/scope-manager" "8.36.0"
424-
"@typescript-eslint/types" "8.36.0"
425-
"@typescript-eslint/typescript-estree" "8.36.0"
426-
"@typescript-eslint/visitor-keys" "8.36.0"
419+
version "8.39.0"
420+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.0.tgz#c4b895d7a47f4cd5ee6ee77ea30e61d58b802008"
421+
integrity sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==
422+
dependencies:
423+
"@typescript-eslint/scope-manager" "8.39.0"
424+
"@typescript-eslint/types" "8.39.0"
425+
"@typescript-eslint/typescript-estree" "8.39.0"
426+
"@typescript-eslint/visitor-keys" "8.39.0"
427427
debug "^4.3.4"
428428

429-
"@typescript-eslint/project-service@8.36.0":
430-
version "8.36.0"
431-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.36.0.tgz#0c4acdcbe56476a43cdabaac1f08819424a379fd"
432-
integrity sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==
429+
"@typescript-eslint/project-service@8.39.0":
430+
version "8.39.0"
431+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz#71cb29c3f8139f99a905b8705127bffc2ae84759"
432+
integrity sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==
433433
dependencies:
434-
"@typescript-eslint/tsconfig-utils" "^8.36.0"
435-
"@typescript-eslint/types" "^8.36.0"
434+
"@typescript-eslint/tsconfig-utils" "^8.39.0"
435+
"@typescript-eslint/types" "^8.39.0"
436436
debug "^4.3.4"
437437

438-
"@typescript-eslint/scope-manager@8.36.0":
439-
version "8.36.0"
440-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.36.0.tgz#23e4196ed07d7ea3737a584fbebc9a79c3835168"
441-
integrity sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==
438+
"@typescript-eslint/scope-manager@8.39.0":
439+
version "8.39.0"
440+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz#ba4bf6d8257bbc172c298febf16bc22df4856570"
441+
integrity sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==
442442
dependencies:
443-
"@typescript-eslint/types" "8.36.0"
444-
"@typescript-eslint/visitor-keys" "8.36.0"
443+
"@typescript-eslint/types" "8.39.0"
444+
"@typescript-eslint/visitor-keys" "8.39.0"
445445

446-
"@typescript-eslint/tsconfig-utils@8.36.0", "@typescript-eslint/tsconfig-utils@^8.36.0":
447-
version "8.36.0"
448-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz#63ef8a20ae9b5754c6ceacbe87b2fe1aab12ba13"
449-
integrity sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==
446+
"@typescript-eslint/tsconfig-utils@8.39.0", "@typescript-eslint/tsconfig-utils@^8.39.0":
447+
version "8.39.0"
448+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13"
449+
integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==
450450

451-
"@typescript-eslint/type-utils@8.36.0":
452-
version "8.36.0"
453-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.36.0.tgz#16b092c2cbbb5549f6a4df1382a481586850502f"
454-
integrity sha512-5aaGYG8cVDd6cxfk/ynpYzxBRZJk7w/ymto6uiyUFtdCozQIsQWh7M28/6r57Fwkbweng8qAzoMCPwSJfWlmsg==
451+
"@typescript-eslint/type-utils@8.39.0":
452+
version "8.39.0"
453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz#310ec781ae5e7bb0f5940bfd652573587f22786b"
454+
integrity sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==
455455
dependencies:
456-
"@typescript-eslint/typescript-estree" "8.36.0"
457-
"@typescript-eslint/utils" "8.36.0"
456+
"@typescript-eslint/types" "8.39.0"
457+
"@typescript-eslint/typescript-estree" "8.39.0"
458+
"@typescript-eslint/utils" "8.39.0"
458459
debug "^4.3.4"
459460
ts-api-utils "^2.1.0"
460461

461-
"@typescript-eslint/types@8.36.0", "@typescript-eslint/types@^8.36.0":
462-
version "8.36.0"
463-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.36.0.tgz#d3d184adc2899e2912c13b17c1590486ef37c7ac"
464-
integrity sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==
462+
"@typescript-eslint/types@8.39.0", "@typescript-eslint/types@^8.39.0":
463+
version "8.39.0"
464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
465+
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
465466

466-
"@typescript-eslint/typescript-estree@8.36.0":
467-
version "8.36.0"
468-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.36.0.tgz#344857fa79f71715369554a3cbb6b4ff8695a7bc"
469-
integrity sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==
467+
"@typescript-eslint/typescript-estree@8.39.0":
468+
version "8.39.0"
469+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz#b9477a5c47a0feceffe91adf553ad9a3cd4cb3d6"
470+
integrity sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==
470471
dependencies:
471-
"@typescript-eslint/project-service" "8.36.0"
472-
"@typescript-eslint/tsconfig-utils" "8.36.0"
473-
"@typescript-eslint/types" "8.36.0"
474-
"@typescript-eslint/visitor-keys" "8.36.0"
472+
"@typescript-eslint/project-service" "8.39.0"
473+
"@typescript-eslint/tsconfig-utils" "8.39.0"
474+
"@typescript-eslint/types" "8.39.0"
475+
"@typescript-eslint/visitor-keys" "8.39.0"
475476
debug "^4.3.4"
476477
fast-glob "^3.3.2"
477478
is-glob "^4.0.3"
478479
minimatch "^9.0.4"
479480
semver "^7.6.0"
480481
ts-api-utils "^2.1.0"
481482

482-
"@typescript-eslint/utils@8.36.0":
483-
version "8.36.0"
484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.36.0.tgz#2c9af5292f14e0aa4b0e9c7ac0406afafb299acf"
485-
integrity sha512-VOqmHu42aEMT+P2qYjylw6zP/3E/HvptRwdn/PZxyV27KhZg2IOszXod4NcXisWzPAGSS4trE/g4moNj6XmH2g==
483+
"@typescript-eslint/utils@8.39.0":
484+
version "8.39.0"
485+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
486+
integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==
486487
dependencies:
487488
"@eslint-community/eslint-utils" "^4.7.0"
488-
"@typescript-eslint/scope-manager" "8.36.0"
489-
"@typescript-eslint/types" "8.36.0"
490-
"@typescript-eslint/typescript-estree" "8.36.0"
489+
"@typescript-eslint/scope-manager" "8.39.0"
490+
"@typescript-eslint/types" "8.39.0"
491+
"@typescript-eslint/typescript-estree" "8.39.0"
491492

492-
"@typescript-eslint/visitor-keys@8.36.0":
493-
version "8.36.0"
494-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.36.0.tgz#7dc6ba4dd037979eb3a3bdd2093aa3604bb73674"
495-
integrity sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==
493+
"@typescript-eslint/visitor-keys@8.39.0":
494+
version "8.39.0"
495+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz#5d619a6e810cdd3fd1913632719cbccab08bf875"
496+
integrity sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==
496497
dependencies:
497-
"@typescript-eslint/types" "8.36.0"
498+
"@typescript-eslint/types" "8.39.0"
498499
eslint-visitor-keys "^4.2.1"
499500

500501
"@typescript/vfs@^1.5.0":
@@ -681,9 +682,9 @@ chalk@^4.0.0:
681682
supports-color "^7.1.0"
682683

683684
chalk@^5.4.1:
684-
version "5.4.1"
685-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
686-
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
685+
version "5.5.0"
686+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428"
687+
integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
687688

688689
check-error@^2.1.1:
689690
version "2.1.1"
@@ -825,9 +826,9 @@ escape-string-regexp@^4.0.0:
825826
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
826827

827828
eslint-config-prettier@^10.1.2:
828-
version "10.1.5"
829-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz#00c18d7225043b6fbce6a665697377998d453782"
830-
integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==
829+
version "10.1.8"
830+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
831+
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
831832

832833
eslint-plugin-unused-imports@^4.0.0:
833834
version "4.1.4"
@@ -853,18 +854,18 @@ eslint-visitor-keys@^4.2.1:
853854
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
854855

855856
eslint@^9.3.0:
856-
version "9.31.0"
857-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.31.0.tgz#9a488e6da75bbe05785cd62e43c5ea99356d21ba"
858-
integrity sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==
857+
version "9.32.0"
858+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.32.0.tgz#4ea28df4a8dbc454e1251e0f3aed4bcf4ce50a47"
859+
integrity sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==
859860
dependencies:
860861
"@eslint-community/eslint-utils" "^4.2.0"
861862
"@eslint-community/regexpp" "^4.12.1"
862863
"@eslint/config-array" "^0.21.0"
863864
"@eslint/config-helpers" "^0.3.0"
864865
"@eslint/core" "^0.15.0"
865866
"@eslint/eslintrc" "^3.3.1"
866-
"@eslint/js" "9.31.0"
867-
"@eslint/plugin-kit" "^0.3.1"
867+
"@eslint/js" "9.32.0"
868+
"@eslint/plugin-kit" "^0.3.4"
868869
"@humanfs/node" "^0.16.6"
869870
"@humanwhocodes/module-importer" "^1.0.1"
870871
"@humanwhocodes/retry" "^0.4.2"
@@ -1197,25 +1198,25 @@ lilconfig@^3.1.3:
11971198
integrity sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==
11981199

11991200
lint-staged@>=15.2.5:
1200-
version "16.1.2"
1201-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.1.2.tgz#8cb84daa844f39c7a9790dd2c0caa327125ef059"
1202-
integrity sha512-sQKw2Si2g9KUZNY3XNvRuDq4UJqpHwF0/FQzZR2M7I5MvtpWvibikCjUVJzZdGE0ByurEl3KQNvsGetd1ty1/Q==
1201+
version "16.1.4"
1202+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.1.4.tgz#f6ff3f23b87369da6184f165abc56553b70bb988"
1203+
integrity sha512-xy7rnzQrhTVGKMpv6+bmIA3C0yET31x8OhKBYfvGo0/byeZ6E0BjGARrir3Kg/RhhYHutpsi01+2J5IpfVoueA==
12031204
dependencies:
12041205
chalk "^5.4.1"
12051206
commander "^14.0.0"
12061207
debug "^4.4.1"
12071208
lilconfig "^3.1.3"
1208-
listr2 "^8.3.3"
1209+
listr2 "^9.0.1"
12091210
micromatch "^4.0.8"
12101211
nano-spawn "^1.0.2"
12111212
pidtree "^0.6.0"
12121213
string-argv "^0.3.2"
12131214
yaml "^2.8.0"
12141215

1215-
listr2@^8.3.3:
1216-
version "8.3.3"
1217-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.3.3.tgz#815fc8f738260ff220981bf9e866b3e11e8121bf"
1218-
integrity sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==
1216+
listr2@^9.0.1:
1217+
version "9.0.1"
1218+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-9.0.1.tgz#3cad12d81d998f8024621d9b35c969dba5da4103"
1219+
integrity sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==
12191220
dependencies:
12201221
cli-truncate "^4.0.0"
12211222
colorette "^2.0.20"
@@ -1714,9 +1715,9 @@ type-check@^0.4.0, type-check@~0.4.0:
17141715
prelude-ls "^1.2.1"
17151716

17161717
typescript@^5.4.5:
1717-
version "5.8.3"
1718-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
1719-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
1718+
version "5.9.2"
1719+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
1720+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
17201721

17211722
undici-types@~6.21.0:
17221723
version "6.21.0"
@@ -1832,9 +1833,9 @@ wrap-ansi@^9.0.0:
18321833
strip-ansi "^7.1.0"
18331834

18341835
yaml@^2.8.0:
1835-
version "2.8.0"
1836-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.0.tgz#15f8c9866211bdc2d3781a0890e44d4fa1a5fff6"
1837-
integrity sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==
1836+
version "2.8.1"
1837+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz#1870aa02b631f7e8328b93f8bc574fac5d6c4d79"
1838+
integrity sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==
18381839

18391840
yocto-queue@^0.1.0:
18401841
version "0.1.0"

0 commit comments

Comments
 (0)