Skip to content

Commit e453195

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

File tree

2 files changed

+87
-86
lines changed

2 files changed

+87
-86
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
48+
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5

yarn.lock

Lines changed: 84 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -175,20 +175,20 @@
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.4"
190+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
191+
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
192192
dependencies:
193193
"@eslint/core" "^0.15.1"
194194
levn "^0.4.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.38.0"
405+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.38.0.tgz#6e5220d16f2691ab6d983c1737dd5b36e17641b7"
406+
integrity sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==
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.38.0"
410+
"@typescript-eslint/type-utils" "8.38.0"
411+
"@typescript-eslint/utils" "8.38.0"
412+
"@typescript-eslint/visitor-keys" "8.38.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.38.0"
420+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.38.0.tgz#6723a5ea881e1777956b1045cba30be5ea838293"
421+
integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==
422+
dependencies:
423+
"@typescript-eslint/scope-manager" "8.38.0"
424+
"@typescript-eslint/types" "8.38.0"
425+
"@typescript-eslint/typescript-estree" "8.38.0"
426+
"@typescript-eslint/visitor-keys" "8.38.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.38.0":
430+
version "8.38.0"
431+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f"
432+
integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==
433433
dependencies:
434-
"@typescript-eslint/tsconfig-utils" "^8.36.0"
435-
"@typescript-eslint/types" "^8.36.0"
434+
"@typescript-eslint/tsconfig-utils" "^8.38.0"
435+
"@typescript-eslint/types" "^8.38.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.38.0":
439+
version "8.38.0"
440+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226"
441+
integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==
442442
dependencies:
443-
"@typescript-eslint/types" "8.36.0"
444-
"@typescript-eslint/visitor-keys" "8.36.0"
443+
"@typescript-eslint/types" "8.38.0"
444+
"@typescript-eslint/visitor-keys" "8.38.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.38.0", "@typescript-eslint/tsconfig-utils@^8.38.0":
447+
version "8.38.0"
448+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0"
449+
integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==
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.38.0":
452+
version "8.38.0"
453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz#a56cd84765fa6ec135fe252b5db61e304403a85b"
454+
integrity sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==
455455
dependencies:
456-
"@typescript-eslint/typescript-estree" "8.36.0"
457-
"@typescript-eslint/utils" "8.36.0"
456+
"@typescript-eslint/types" "8.38.0"
457+
"@typescript-eslint/typescript-estree" "8.38.0"
458+
"@typescript-eslint/utils" "8.38.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.38.0", "@typescript-eslint/types@^8.38.0":
463+
version "8.38.0"
464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529"
465+
integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==
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.38.0":
468+
version "8.38.0"
469+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df"
470+
integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==
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.38.0"
473+
"@typescript-eslint/tsconfig-utils" "8.38.0"
474+
"@typescript-eslint/types" "8.38.0"
475+
"@typescript-eslint/visitor-keys" "8.38.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.38.0":
484+
version "8.38.0"
485+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.38.0.tgz#5f10159899d30eb92ba70e642ca6f754bddbf15a"
486+
integrity sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==
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.38.0"
490+
"@typescript-eslint/types" "8.38.0"
491+
"@typescript-eslint/typescript-estree" "8.38.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.38.0":
494+
version "8.38.0"
495+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5"
496+
integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==
496497
dependencies:
497-
"@typescript-eslint/types" "8.36.0"
498+
"@typescript-eslint/types" "8.38.0"
498499
eslint-visitor-keys "^4.2.1"
499500

500501
"@typescript/vfs@^1.5.0":
@@ -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"
@@ -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"

0 commit comments

Comments
 (0)