Skip to content

Commit fdd0a99

Browse files
Dependabot collection (#99)
* Bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from 83923549f688e42b34d0b90ee94725f7c30532fc to b2e6519679e446e7bb7c3466d70f13a6b5461fcd. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8392354...b2e6519) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump type-fest from 4.36.0 to 4.37.0 Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 4.36.0 to 4.37.0. - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](sindresorhus/type-fest@v4.36.0...v4.37.0) --- updated-dependencies: - dependency-name: type-fest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump typescript-eslint from 8.25.0 to 8.26.0 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.25.0 to 8.26.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump eslint from 9.21.0 to 9.22.0 Bumps [eslint](https://github.com/eslint/eslint) from 9.21.0 to 9.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.21.0...v9.22.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * bump @typescript-eslint/eslint-plugin to 8.26.0 * bump @typescript-eslint/eslint-parser to 8.26.0 * bump typescript-eslint deps to 8.26.1 * bump @types/vscode to 1.98.0 (yarn.lock only to keep engine check happy) --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jens Reinecke <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af63e5e commit fdd0a99

File tree

3 files changed

+92
-86
lines changed

3 files changed

+92
-86
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ jobs:
3030

3131
- name: Initialize CodeQL
3232
id: initialize
33-
uses: github/codeql-action/init@83923549f688e42b34d0b90ee94725f7c30532fc # v3.28.9
33+
uses: github/codeql-action/init@b2e6519679e446e7bb7c3466d70f13a6b5461fcd # v3.28.11
3434
with:
3535
queries: security-extended
3636
languages: TypeScript
3737
source-root: src
3838

3939
- name: Autobuild
4040
id: autobuild
41-
uses: github/codeql-action/autobuild@83923549f688e42b34d0b90ee94725f7c30532fc # v3.28.9
41+
uses: github/codeql-action/autobuild@b2e6519679e446e7bb7c3466d70f13a6b5461fcd # v3.28.11
4242

4343
- name: Perform CodeQL Analysis
4444
id: analyze
45-
uses: github/codeql-action/analyze@83923549f688e42b34d0b90ee94725f7c30532fc # v3.28.9
45+
uses: github/codeql-action/analyze@b2e6519679e446e7bb7c3466d70f13a6b5461fcd # v3.28.11

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@
228228
"@types/vscode": "^1.63.0",
229229
"@types/yargs": "^17.0.33",
230230
"@types/yarnpkg__lockfile": "^1.1.9",
231-
"@typescript-eslint/eslint-plugin": "^8.25.0",
232-
"@typescript-eslint/parser": "^8.25.0",
231+
"@typescript-eslint/eslint-plugin": "^8.26.1",
232+
"@typescript-eslint/parser": "^8.26.1",
233233
"@vscode/vsce": "^3.2.2",
234234
"@yarnpkg/lockfile": "^1.1.0",
235-
"eslint": "^9.21.0",
235+
"eslint": "^9.22.0",
236236
"extract-zip": "^2.0.1",
237237
"jest": "^29.7.0",
238238
"node-fetch": "^3.3.2",
@@ -242,9 +242,9 @@
242242
"ts-jest": "29.2.6",
243243
"ts-loader": "^9.5.2",
244244
"ts-node": "^10.9.2",
245-
"type-fest": "^4.36.0",
245+
"type-fest": "^4.37.0",
246246
"typescript": "^5.4.5",
247-
"typescript-eslint": "8.25.0",
247+
"typescript-eslint": "8.26.1",
248248
"vscode-uri": "^3.1.0",
249249
"webpack": "^5.98.0",
250250
"webpack-cli": "^6.0.1",

yarn.lock

Lines changed: 84 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,11 @@
417417
debug "^4.3.1"
418418
minimatch "^3.1.2"
419419

420+
"@eslint/config-helpers@^0.1.0":
421+
version "0.1.0"
422+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
423+
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
424+
420425
"@eslint/core@^0.12.0":
421426
version "0.12.0"
422427
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
@@ -439,10 +444,10 @@
439444
minimatch "^3.1.2"
440445
strip-json-comments "^3.1.1"
441446

442-
"@eslint/js@9.21.0":
443-
version "9.21.0"
444-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
445-
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
447+
"@eslint/js@9.22.0":
448+
version "9.22.0"
449+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
450+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
446451

447452
"@eslint/object-schema@^2.1.6":
448453
version "2.1.6"
@@ -1148,9 +1153,9 @@
11481153
integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==
11491154

11501155
"@types/vscode@^1.63.0":
1151-
version "1.97.0"
1152-
resolved "https://registry.npmjs.org/@types/vscode/-/vscode-1.97.0.tgz"
1153-
integrity sha512-ueE73loeOTe7olaVyqP9mrRI54kVPJifUPjblZo9fYcv1CuVLPOEKEkqW0GkqPC454+nCEoigLWnC2Pp7prZ9w==
1156+
version "1.98.0"
1157+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.98.0.tgz#5b6fa5bd99ba15313567d3847fb1177832fee08c"
1158+
integrity sha512-+KuiWhpbKBaG2egF+51KjbGWatTH5BbmWQjSLMDCssb4xF8FJnW4nGH4nuAdOOfMbpD0QlHtI+C3tPq+DoKElg==
11541159

11551160
"@types/yargs-parser@*":
11561161
version "21.0.3"
@@ -1176,85 +1181,85 @@
11761181
dependencies:
11771182
"@types/node" "*"
11781183

1179-
"@typescript-eslint/eslint-plugin@8.25.0", "@typescript-eslint/eslint-plugin@^8.25.0":
1180-
version "8.25.0"
1181-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz#5e1d56f067e5808fa82d1b75bced82396e868a14"
1182-
integrity sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==
1184+
"@typescript-eslint/eslint-plugin@8.26.1", "@typescript-eslint/eslint-plugin@^8.26.1":
1185+
version "8.26.1"
1186+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz#3e48eb847924161843b092c87a9b65176b53782f"
1187+
integrity sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==
11831188
dependencies:
11841189
"@eslint-community/regexpp" "^4.10.0"
1185-
"@typescript-eslint/scope-manager" "8.25.0"
1186-
"@typescript-eslint/type-utils" "8.25.0"
1187-
"@typescript-eslint/utils" "8.25.0"
1188-
"@typescript-eslint/visitor-keys" "8.25.0"
1190+
"@typescript-eslint/scope-manager" "8.26.1"
1191+
"@typescript-eslint/type-utils" "8.26.1"
1192+
"@typescript-eslint/utils" "8.26.1"
1193+
"@typescript-eslint/visitor-keys" "8.26.1"
11891194
graphemer "^1.4.0"
11901195
ignore "^5.3.1"
11911196
natural-compare "^1.4.0"
11921197
ts-api-utils "^2.0.1"
11931198

1194-
"@typescript-eslint/parser@8.25.0", "@typescript-eslint/parser@^8.25.0":
1195-
version "8.25.0"
1196-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8"
1197-
integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==
1199+
"@typescript-eslint/parser@8.26.1", "@typescript-eslint/parser@^8.26.1":
1200+
version "8.26.1"
1201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.1.tgz#0e2f915a497519fc43f52cf2ecbfa607ff56f72e"
1202+
integrity sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==
11981203
dependencies:
1199-
"@typescript-eslint/scope-manager" "8.25.0"
1200-
"@typescript-eslint/types" "8.25.0"
1201-
"@typescript-eslint/typescript-estree" "8.25.0"
1202-
"@typescript-eslint/visitor-keys" "8.25.0"
1204+
"@typescript-eslint/scope-manager" "8.26.1"
1205+
"@typescript-eslint/types" "8.26.1"
1206+
"@typescript-eslint/typescript-estree" "8.26.1"
1207+
"@typescript-eslint/visitor-keys" "8.26.1"
12031208
debug "^4.3.4"
12041209

1205-
"@typescript-eslint/scope-manager@8.25.0":
1206-
version "8.25.0"
1207-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
1208-
integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==
1210+
"@typescript-eslint/scope-manager@8.26.1":
1211+
version "8.26.1"
1212+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc"
1213+
integrity sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==
12091214
dependencies:
1210-
"@typescript-eslint/types" "8.25.0"
1211-
"@typescript-eslint/visitor-keys" "8.25.0"
1215+
"@typescript-eslint/types" "8.26.1"
1216+
"@typescript-eslint/visitor-keys" "8.26.1"
12121217

1213-
"@typescript-eslint/type-utils@8.25.0":
1214-
version "8.25.0"
1215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677"
1216-
integrity sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==
1218+
"@typescript-eslint/type-utils@8.26.1":
1219+
version "8.26.1"
1220+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz#462f0bae09de72ac6e8e1af2ebe588c23224d7f8"
1221+
integrity sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==
12171222
dependencies:
1218-
"@typescript-eslint/typescript-estree" "8.25.0"
1219-
"@typescript-eslint/utils" "8.25.0"
1223+
"@typescript-eslint/typescript-estree" "8.26.1"
1224+
"@typescript-eslint/utils" "8.26.1"
12201225
debug "^4.3.4"
12211226
ts-api-utils "^2.0.1"
12221227

1223-
"@typescript-eslint/types@8.25.0":
1224-
version "8.25.0"
1225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
1226-
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
1228+
"@typescript-eslint/types@8.26.1":
1229+
version "8.26.1"
1230+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
1231+
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
12271232

1228-
"@typescript-eslint/typescript-estree@8.25.0":
1229-
version "8.25.0"
1230-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
1231-
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
1233+
"@typescript-eslint/typescript-estree@8.26.1":
1234+
version "8.26.1"
1235+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz#eb0e4ce31753683d83be53441a409fd5f0b34afd"
1236+
integrity sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==
12321237
dependencies:
1233-
"@typescript-eslint/types" "8.25.0"
1234-
"@typescript-eslint/visitor-keys" "8.25.0"
1238+
"@typescript-eslint/types" "8.26.1"
1239+
"@typescript-eslint/visitor-keys" "8.26.1"
12351240
debug "^4.3.4"
12361241
fast-glob "^3.3.2"
12371242
is-glob "^4.0.3"
12381243
minimatch "^9.0.4"
12391244
semver "^7.6.0"
12401245
ts-api-utils "^2.0.1"
12411246

1242-
"@typescript-eslint/utils@8.25.0":
1243-
version "8.25.0"
1244-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
1245-
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
1247+
"@typescript-eslint/utils@8.26.1":
1248+
version "8.26.1"
1249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.1.tgz#54cc58469955f25577f659753b71a0e117a0539f"
1250+
integrity sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==
12461251
dependencies:
12471252
"@eslint-community/eslint-utils" "^4.4.0"
1248-
"@typescript-eslint/scope-manager" "8.25.0"
1249-
"@typescript-eslint/types" "8.25.0"
1250-
"@typescript-eslint/typescript-estree" "8.25.0"
1253+
"@typescript-eslint/scope-manager" "8.26.1"
1254+
"@typescript-eslint/types" "8.26.1"
1255+
"@typescript-eslint/typescript-estree" "8.26.1"
12511256

1252-
"@typescript-eslint/visitor-keys@8.25.0":
1253-
version "8.25.0"
1254-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
1255-
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
1257+
"@typescript-eslint/visitor-keys@8.26.1":
1258+
version "8.26.1"
1259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz#c5267fcc82795cf10280363023837deacad2647c"
1260+
integrity sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==
12561261
dependencies:
1257-
"@typescript-eslint/types" "8.25.0"
1262+
"@typescript-eslint/types" "8.26.1"
12581263
eslint-visitor-keys "^4.2.0"
12591264

12601265
@@ -2312,10 +2317,10 @@ [email protected]:
23122317
esrecurse "^4.3.0"
23132318
estraverse "^4.1.1"
23142319

2315-
eslint-scope@^8.2.0:
2316-
version "8.2.0"
2317-
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz"
2318-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
2320+
eslint-scope@^8.3.0:
2321+
version "8.3.0"
2322+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
2323+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
23192324
dependencies:
23202325
esrecurse "^4.3.0"
23212326
estraverse "^5.2.0"
@@ -2330,17 +2335,18 @@ eslint-visitor-keys@^4.2.0:
23302335
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz"
23312336
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
23322337

2333-
eslint@^9.21.0:
2334-
version "9.21.0"
2335-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
2336-
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
2338+
eslint@^9.22.0:
2339+
version "9.22.0"
2340+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
2341+
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
23372342
dependencies:
23382343
"@eslint-community/eslint-utils" "^4.2.0"
23392344
"@eslint-community/regexpp" "^4.12.1"
23402345
"@eslint/config-array" "^0.19.2"
2346+
"@eslint/config-helpers" "^0.1.0"
23412347
"@eslint/core" "^0.12.0"
23422348
"@eslint/eslintrc" "^3.3.0"
2343-
"@eslint/js" "9.21.0"
2349+
"@eslint/js" "9.22.0"
23442350
"@eslint/plugin-kit" "^0.2.7"
23452351
"@humanfs/node" "^0.16.6"
23462352
"@humanwhocodes/module-importer" "^1.0.1"
@@ -2352,7 +2358,7 @@ eslint@^9.21.0:
23522358
cross-spawn "^7.0.6"
23532359
debug "^4.3.2"
23542360
escape-string-regexp "^4.0.0"
2355-
eslint-scope "^8.2.0"
2361+
eslint-scope "^8.3.0"
23562362
eslint-visitor-keys "^4.2.0"
23572363
espree "^10.3.0"
23582364
esquery "^1.5.0"
@@ -4722,10 +4728,10 @@ type-fest@^0.21.3:
47224728
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
47234729
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
47244730

4725-
type-fest@^4.36.0:
4726-
version "4.36.0"
4727-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.36.0.tgz#e656de02aa880aa01b4d3a71188bb6adb18668a2"
4728-
integrity sha512-3T/PUdKTCnkUmhQU6FFJEHsLwadsRegktX3TNHk+2JJB9HlA8gp1/VXblXVDI93kSnXF2rdPx0GMbHtJIV2LPg==
4731+
type-fest@^4.37.0:
4732+
version "4.37.0"
4733+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.37.0.tgz#7cf008bf77b63a33f7ca014fa2a3f09fd69e8937"
4734+
integrity sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==
47294735

47304736
typed-rest-client@^1.8.4:
47314737
version "1.8.11"
@@ -4736,14 +4742,14 @@ typed-rest-client@^1.8.4:
47364742
tunnel "0.0.6"
47374743
underscore "^1.12.1"
47384744

4739-
typescript-eslint@8.25.0:
4740-
version "8.25.0"
4741-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.25.0.tgz#73047c157cd70ee93cf2f9243f1599d21cf60239"
4742-
integrity sha512-TxRdQQLH4g7JkoFlYG3caW5v1S6kEkz8rqt80iQJZUYPq1zD1Ra7HfQBJJ88ABRaMvHAXnwRvRB4V+6sQ9xN5Q==
4745+
typescript-eslint@8.26.1:
4746+
version "8.26.1"
4747+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.26.1.tgz#d17a638a7543bc535157b83cdf5876513c71493b"
4748+
integrity sha512-t/oIs9mYyrwZGRpDv3g+3K6nZ5uhKEMt2oNmAPwaY4/ye0+EH4nXIPYNtkYFS6QHm+1DFg34DbglYBz5P9Xysg==
47434749
dependencies:
4744-
"@typescript-eslint/eslint-plugin" "8.25.0"
4745-
"@typescript-eslint/parser" "8.25.0"
4746-
"@typescript-eslint/utils" "8.25.0"
4750+
"@typescript-eslint/eslint-plugin" "8.26.1"
4751+
"@typescript-eslint/parser" "8.26.1"
4752+
"@typescript-eslint/utils" "8.26.1"
47474753

47484754
typescript@^5.4.5:
47494755
version "5.7.3"

0 commit comments

Comments
 (0)