Skip to content

Commit 0f1b320

Browse files
chore(deps): update all dependencies
1 parent 5a4f3fd commit 0f1b320

File tree

3 files changed

+69
-69
lines changed

3 files changed

+69
-69
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
37+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
3838
with:
3939
languages: ${{ matrix.language }}
4040
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -48,7 +48,7 @@ jobs:
4848
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4949
# If this step fails, then you should remove it and run the build manually (see below)
5050
- name: Autobuild
51-
uses: github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
51+
uses: github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
5252

5353
# ℹ️ Command-line programs to run using the OS shell.
5454
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -61,4 +61,4 @@ jobs:
6161
# ./location_of_script_within_repo/buildscript.sh
6262

6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
64+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- name: Setup Node.JS ${{ matrix.node }}
24-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
24+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
2525
with:
2626
node-version: ${{ matrix.node }}
2727
cache: 'yarn'

yarn.lock

+65-65
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,9 @@
388388
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
389389

390390
"@types/node@^22.10.1":
391-
version "22.10.10"
392-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.10.tgz#85fe89f8bf459dc57dfef1689bd5b52ad1af07e6"
393-
integrity sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==
391+
version "22.13.0"
392+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.0.tgz#d376dd9a0ee2f9382d86c2d5d7beb4d198b4ea8c"
393+
integrity sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==
394394
dependencies:
395395
undici-types "~6.20.0"
396396

@@ -417,84 +417,84 @@
417417
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
418418

419419
"@typescript-eslint/eslint-plugin@^8.17.0":
420-
version "8.21.0"
421-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.21.0.tgz#395014a75112ecdb81142b866ab6bb62e3be0f2a"
422-
integrity sha512-eTH+UOR4I7WbdQnG4Z48ebIA6Bgi7WO8HvFEneeYBxG8qCOYgTOFPSg6ek9ITIDvGjDQzWHcoWHCDO2biByNzA==
420+
version "8.23.0"
421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz#7745f4e3e4a7ae5f6f73fefcd856fd6a074189b7"
422+
integrity sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==
423423
dependencies:
424424
"@eslint-community/regexpp" "^4.10.0"
425-
"@typescript-eslint/scope-manager" "8.21.0"
426-
"@typescript-eslint/type-utils" "8.21.0"
427-
"@typescript-eslint/utils" "8.21.0"
428-
"@typescript-eslint/visitor-keys" "8.21.0"
425+
"@typescript-eslint/scope-manager" "8.23.0"
426+
"@typescript-eslint/type-utils" "8.23.0"
427+
"@typescript-eslint/utils" "8.23.0"
428+
"@typescript-eslint/visitor-keys" "8.23.0"
429429
graphemer "^1.4.0"
430430
ignore "^5.3.1"
431431
natural-compare "^1.4.0"
432-
ts-api-utils "^2.0.0"
432+
ts-api-utils "^2.0.1"
433433

434434
"@typescript-eslint/parser@^8.17.0":
435-
version "8.21.0"
436-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.21.0.tgz#312c638aaba4f640d45bfde7c6795a9d75deb088"
437-
integrity sha512-Wy+/sdEH9kI3w9civgACwabHbKl+qIOu0uFZ9IMKzX3Jpv9og0ZBJrZExGrPpFAY7rWsXuxs5e7CPPP17A4eYA==
438-
dependencies:
439-
"@typescript-eslint/scope-manager" "8.21.0"
440-
"@typescript-eslint/types" "8.21.0"
441-
"@typescript-eslint/typescript-estree" "8.21.0"
442-
"@typescript-eslint/visitor-keys" "8.21.0"
435+
version "8.23.0"
436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.23.0.tgz#57acb3b65fce48d12b70d119436e145842a30081"
437+
integrity sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q==
438+
dependencies:
439+
"@typescript-eslint/scope-manager" "8.23.0"
440+
"@typescript-eslint/types" "8.23.0"
441+
"@typescript-eslint/typescript-estree" "8.23.0"
442+
"@typescript-eslint/visitor-keys" "8.23.0"
443443
debug "^4.3.4"
444444

445-
"@typescript-eslint/scope-manager@8.21.0":
446-
version "8.21.0"
447-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.21.0.tgz#d08d94e2a34b4ccdcc975543c25bb62917437500"
448-
integrity sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==
445+
"@typescript-eslint/scope-manager@8.23.0":
446+
version "8.23.0"
447+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz#ee3bb7546421ca924b9b7a8b62a77d388193ddec"
448+
integrity sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw==
449449
dependencies:
450-
"@typescript-eslint/types" "8.21.0"
451-
"@typescript-eslint/visitor-keys" "8.21.0"
450+
"@typescript-eslint/types" "8.23.0"
451+
"@typescript-eslint/visitor-keys" "8.23.0"
452452

453-
"@typescript-eslint/type-utils@8.21.0":
454-
version "8.21.0"
455-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.21.0.tgz#2e69d1a93cdbedc73fe694cd6ae4dfedd00430a0"
456-
integrity sha512-95OsL6J2BtzoBxHicoXHxgk3z+9P3BEcQTpBKriqiYzLKnM2DeSqs+sndMKdamU8FosiadQFT3D+BSL9EKnAJQ==
453+
"@typescript-eslint/type-utils@8.23.0":
454+
version "8.23.0"
455+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz#271e1eecece072d92679dfda5ccfceac3faa9f76"
456+
integrity sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==
457457
dependencies:
458-
"@typescript-eslint/typescript-estree" "8.21.0"
459-
"@typescript-eslint/utils" "8.21.0"
458+
"@typescript-eslint/typescript-estree" "8.23.0"
459+
"@typescript-eslint/utils" "8.23.0"
460460
debug "^4.3.4"
461-
ts-api-utils "^2.0.0"
461+
ts-api-utils "^2.0.1"
462462

463-
"@typescript-eslint/types@8.21.0":
464-
version "8.21.0"
465-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.21.0.tgz#58f30aec8db8212fd886835dc5969cdf47cb29f5"
466-
integrity sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==
463+
"@typescript-eslint/types@8.23.0":
464+
version "8.23.0"
465+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.23.0.tgz#3355f6bcc5ebab77ef6dcbbd1113ec0a683a234a"
466+
integrity sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==
467467

468-
"@typescript-eslint/typescript-estree@8.21.0":
469-
version "8.21.0"
470-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz#5ce71acdbed3b97b959f6168afba5a03c88f69a9"
471-
integrity sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==
468+
"@typescript-eslint/typescript-estree@8.23.0":
469+
version "8.23.0"
470+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz#f633ef08efa656e386bc44b045ffcf9537cc6924"
471+
integrity sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ==
472472
dependencies:
473-
"@typescript-eslint/types" "8.21.0"
474-
"@typescript-eslint/visitor-keys" "8.21.0"
473+
"@typescript-eslint/types" "8.23.0"
474+
"@typescript-eslint/visitor-keys" "8.23.0"
475475
debug "^4.3.4"
476476
fast-glob "^3.3.2"
477477
is-glob "^4.0.3"
478478
minimatch "^9.0.4"
479479
semver "^7.6.0"
480-
ts-api-utils "^2.0.0"
480+
ts-api-utils "^2.0.1"
481481

482-
"@typescript-eslint/utils@8.21.0":
483-
version "8.21.0"
484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.21.0.tgz#bc4874fbc30feb3298b926e3b03d94570b3999c5"
485-
integrity sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==
482+
"@typescript-eslint/utils@8.23.0":
483+
version "8.23.0"
484+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.23.0.tgz#b269cbdc77129fd6e0e600b168b5ef740a625554"
485+
integrity sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==
486486
dependencies:
487487
"@eslint-community/eslint-utils" "^4.4.0"
488-
"@typescript-eslint/scope-manager" "8.21.0"
489-
"@typescript-eslint/types" "8.21.0"
490-
"@typescript-eslint/typescript-estree" "8.21.0"
488+
"@typescript-eslint/scope-manager" "8.23.0"
489+
"@typescript-eslint/types" "8.23.0"
490+
"@typescript-eslint/typescript-estree" "8.23.0"
491491

492-
"@typescript-eslint/visitor-keys@8.21.0":
493-
version "8.21.0"
494-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz#a89744c4cdc83b5c761eb5878befe6c33d1481b2"
495-
integrity sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==
492+
"@typescript-eslint/visitor-keys@8.23.0":
493+
version "8.23.0"
494+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz#40405fd26a61d23f5f4c2ed0f016a47074781df8"
495+
integrity sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ==
496496
dependencies:
497-
"@typescript-eslint/types" "8.21.0"
497+
"@typescript-eslint/types" "8.23.0"
498498
eslint-visitor-keys "^4.2.0"
499499

500500
acorn-jsx@^5.3.2:
@@ -1141,9 +1141,9 @@ fast-levenshtein@^2.0.6:
11411141
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
11421142

11431143
fastq@^1.6.0:
1144-
version "1.18.0"
1145-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.18.0.tgz#d631d7e25faffea81887fe5ea8c9010e1b36fee0"
1146-
integrity sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==
1144+
version "1.19.0"
1145+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.19.0.tgz#a82c6b7c2bb4e44766d865f07997785fecfdcb89"
1146+
integrity sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==
11471147
dependencies:
11481148
reusify "^1.0.4"
11491149

@@ -2063,9 +2063,9 @@ semver@^6.3.1:
20632063
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
20642064

20652065
semver@^7.6.0:
2066-
version "7.6.3"
2067-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
2068-
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
2066+
version "7.7.0"
2067+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.0.tgz#9c6fe61d0c6f9fa9e26575162ee5a9180361b09c"
2068+
integrity sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==
20692069

20702070
set-function-length@^1.2.2:
20712071
version "1.2.2"
@@ -2291,10 +2291,10 @@ to-regex-range@^5.0.1:
22912291
dependencies:
22922292
is-number "^7.0.0"
22932293

2294-
ts-api-utils@^2.0.0:
2295-
version "2.0.0"
2296-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
2297-
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
2294+
ts-api-utils@^2.0.1:
2295+
version "2.0.1"
2296+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
2297+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
22982298

22992299
type-check@^0.4.0, type-check@~0.4.0:
23002300
version "0.4.0"

0 commit comments

Comments
 (0)