Skip to content

Commit 2d2dce5

Browse files
Update typescript-eslint monorepo to v8
1 parent 334fabb commit 2d2dce5

File tree

2 files changed

+132
-109
lines changed

2 files changed

+132
-109
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@types/jsonwebtoken": "9.0.9",
4646
"@types/node": "22.13.5",
4747
"@types/ramda": "0.30.2",
48-
"@typescript-eslint/eslint-plugin": "7.2.0",
49-
"@typescript-eslint/parser": "7.2.0",
48+
"@typescript-eslint/eslint-plugin": "8.31.0",
49+
"@typescript-eslint/parser": "8.31.0",
5050
"ava": "5.3.1",
5151
"dotenv": "16.4.7",
5252
"eslint": "8.57.1",

yarn.lock

Lines changed: 130 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
dependencies:
6969
eslint-visitor-keys "^3.3.0"
7070

71-
"@eslint-community/regexpp@^4.5.1":
72-
version "4.5.1"
73-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
74-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
71+
"@eslint-community/regexpp@^4.10.0":
72+
version "4.12.1"
73+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
74+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
7575

7676
"@eslint-community/regexpp@^4.6.1":
7777
version "4.6.2"
@@ -379,11 +379,6 @@
379379
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
380380
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
381381

382-
"@types/json-schema@^7.0.12":
383-
version "7.0.12"
384-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
385-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
386-
387382
"@types/json-schema@^7.0.9":
388383
version "7.0.9"
389384
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -421,37 +416,30 @@
421416
dependencies:
422417
types-ramda "^0.30.1"
423418

424-
"@types/semver@^7.5.0":
425-
version "7.5.0"
426-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
427-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
428-
429-
"@typescript-eslint/eslint-plugin@7.2.0":
430-
version "7.2.0"
431-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz#5a5fcad1a7baed85c10080d71ad901f98c38d5b7"
432-
integrity sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==
433-
dependencies:
434-
"@eslint-community/regexpp" "^4.5.1"
435-
"@typescript-eslint/scope-manager" "7.2.0"
436-
"@typescript-eslint/type-utils" "7.2.0"
437-
"@typescript-eslint/utils" "7.2.0"
438-
"@typescript-eslint/visitor-keys" "7.2.0"
439-
debug "^4.3.4"
419+
"@typescript-eslint/eslint-plugin@8.31.0":
420+
version "8.31.0"
421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.0.tgz#ef3ece95406a80026f82a19a2984c1e375981711"
422+
integrity sha512-evaQJZ/J/S4wisevDvC1KFZkPzRetH8kYZbkgcTRyql3mcKsf+ZFDV1BVWUGTCAW5pQHoqn5gK5b8kn7ou9aFQ==
423+
dependencies:
424+
"@eslint-community/regexpp" "^4.10.0"
425+
"@typescript-eslint/scope-manager" "8.31.0"
426+
"@typescript-eslint/type-utils" "8.31.0"
427+
"@typescript-eslint/utils" "8.31.0"
428+
"@typescript-eslint/visitor-keys" "8.31.0"
440429
graphemer "^1.4.0"
441-
ignore "^5.2.4"
430+
ignore "^5.3.1"
442431
natural-compare "^1.4.0"
443-
semver "^7.5.4"
444-
ts-api-utils "^1.0.1"
432+
ts-api-utils "^2.0.1"
445433

446-
"@typescript-eslint/parser@7.2.0":
447-
version "7.2.0"
448-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.2.0.tgz#44356312aea8852a3a82deebdacd52ba614ec07a"
449-
integrity sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==
434+
"@typescript-eslint/parser@8.31.0":
435+
version "8.31.0"
436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.0.tgz#5ec28823d06dd20ed5f67b61224823f12ccde095"
437+
integrity sha512-67kYYShjBR0jNI5vsf/c3WG4u+zDnCTHTPqVMQguffaWWFs7artgwKmfwdifl+r6XyM5LYLas/dInj2T0SgJyw==
450438
dependencies:
451-
"@typescript-eslint/scope-manager" "7.2.0"
452-
"@typescript-eslint/types" "7.2.0"
453-
"@typescript-eslint/typescript-estree" "7.2.0"
454-
"@typescript-eslint/visitor-keys" "7.2.0"
439+
"@typescript-eslint/scope-manager" "8.31.0"
440+
"@typescript-eslint/types" "8.31.0"
441+
"@typescript-eslint/typescript-estree" "8.31.0"
442+
"@typescript-eslint/visitor-keys" "8.31.0"
455443
debug "^4.3.4"
456444

457445
"@typescript-eslint/scope-manager@5.18.0":
@@ -462,33 +450,33 @@
462450
"@typescript-eslint/types" "5.18.0"
463451
"@typescript-eslint/visitor-keys" "5.18.0"
464452

465-
"@typescript-eslint/scope-manager@7.2.0":
466-
version "7.2.0"
467-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
468-
integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==
453+
"@typescript-eslint/scope-manager@8.31.0":
454+
version "8.31.0"
455+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.0.tgz#48c7f7d729ea038e36cae0ff511e48c2412fb11c"
456+
integrity sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==
469457
dependencies:
470-
"@typescript-eslint/types" "7.2.0"
471-
"@typescript-eslint/visitor-keys" "7.2.0"
458+
"@typescript-eslint/types" "8.31.0"
459+
"@typescript-eslint/visitor-keys" "8.31.0"
472460

473-
"@typescript-eslint/type-utils@7.2.0":
474-
version "7.2.0"
475-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz#7be5c30e9b4d49971b79095a1181324ef6089a19"
476-
integrity sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==
461+
"@typescript-eslint/type-utils@8.31.0":
462+
version "8.31.0"
463+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.0.tgz#01536a993fae23e2def885b006aaa991cbfbe9e7"
464+
integrity sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg==
477465
dependencies:
478-
"@typescript-eslint/typescript-estree" "7.2.0"
479-
"@typescript-eslint/utils" "7.2.0"
466+
"@typescript-eslint/typescript-estree" "8.31.0"
467+
"@typescript-eslint/utils" "8.31.0"
480468
debug "^4.3.4"
481-
ts-api-utils "^1.0.1"
469+
ts-api-utils "^2.0.1"
482470

483471
"@typescript-eslint/types@5.18.0":
484472
version "5.18.0"
485473
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
486474
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
487475

488-
"@typescript-eslint/types@7.2.0":
489-
version "7.2.0"
490-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
491-
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
476+
"@typescript-eslint/types@8.31.0":
477+
version "8.31.0"
478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.0.tgz#c48e20ec47a43b72747714f49ea9f7b38a4fa6c1"
479+
integrity sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==
492480

493481
"@typescript-eslint/typescript-estree@5.18.0":
494482
version "5.18.0"
@@ -503,32 +491,29 @@
503491
semver "^7.3.5"
504492
tsutils "^3.21.0"
505493

506-
"@typescript-eslint/typescript-estree@7.2.0":
507-
version "7.2.0"
508-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
509-
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
494+
"@typescript-eslint/typescript-estree@8.31.0":
495+
version "8.31.0"
496+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.0.tgz#9c7f84eff6ad23d63cf086c6e93af571cd561270"
497+
integrity sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ==
510498
dependencies:
511-
"@typescript-eslint/types" "7.2.0"
512-
"@typescript-eslint/visitor-keys" "7.2.0"
499+
"@typescript-eslint/types" "8.31.0"
500+
"@typescript-eslint/visitor-keys" "8.31.0"
513501
debug "^4.3.4"
514-
globby "^11.1.0"
502+
fast-glob "^3.3.2"
515503
is-glob "^4.0.3"
516-
minimatch "9.0.3"
517-
semver "^7.5.4"
518-
ts-api-utils "^1.0.1"
504+
minimatch "^9.0.4"
505+
semver "^7.6.0"
506+
ts-api-utils "^2.0.1"
519507

520-
"@typescript-eslint/utils@7.2.0":
521-
version "7.2.0"
522-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a"
523-
integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==
508+
"@typescript-eslint/utils@8.31.0":
509+
version "8.31.0"
510+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.0.tgz#6fb52471a29fdd16fc253d568c5ad4b048f78ba4"
511+
integrity sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==
524512
dependencies:
525513
"@eslint-community/eslint-utils" "^4.4.0"
526-
"@types/json-schema" "^7.0.12"
527-
"@types/semver" "^7.5.0"
528-
"@typescript-eslint/scope-manager" "7.2.0"
529-
"@typescript-eslint/types" "7.2.0"
530-
"@typescript-eslint/typescript-estree" "7.2.0"
531-
semver "^7.5.4"
514+
"@typescript-eslint/scope-manager" "8.31.0"
515+
"@typescript-eslint/types" "8.31.0"
516+
"@typescript-eslint/typescript-estree" "8.31.0"
532517

533518
"@typescript-eslint/utils@^5.10.2":
534519
version "5.18.0"
@@ -550,13 +535,13 @@
550535
"@typescript-eslint/types" "5.18.0"
551536
eslint-visitor-keys "^3.0.0"
552537

553-
"@typescript-eslint/visitor-keys@7.2.0":
554-
version "7.2.0"
555-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
556-
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
538+
"@typescript-eslint/visitor-keys@8.31.0":
539+
version "8.31.0"
540+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.0.tgz#9a1a97ed16c60d4d1e7399b41c11a6d94ebc1ce5"
541+
integrity sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==
557542
dependencies:
558-
"@typescript-eslint/types" "7.2.0"
559-
eslint-visitor-keys "^3.4.1"
543+
"@typescript-eslint/types" "8.31.0"
544+
eslint-visitor-keys "^4.2.0"
560545

561546
"@ungap/structured-clone@^1.2.0":
562547
version "1.2.0"
@@ -771,6 +756,13 @@ braces@^3.0.1, braces@~3.0.2:
771756
dependencies:
772757
fill-range "^7.0.1"
773758

759+
braces@^3.0.3:
760+
version "3.0.3"
761+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
762+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
763+
dependencies:
764+
fill-range "^7.1.1"
765+
774766
brorand@^1.1.0:
775767
version "1.1.0"
776768
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
@@ -1140,6 +1132,11 @@ eslint-visitor-keys@^3.4.3:
11401132
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
11411133
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
11421134

1135+
eslint-visitor-keys@^4.2.0:
1136+
version "4.2.0"
1137+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
1138+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
1139+
11431140
eslint@8.57.1:
11441141
version "8.57.1"
11451142
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -1277,7 +1274,7 @@ fast-glob@^3.1.1:
12771274
merge2 "^1.3.0"
12781275
micromatch "^4.0.4"
12791276

1280-
fast-glob@^3.2.11, fast-glob@^3.2.9:
1277+
fast-glob@^3.2.11:
12811278
version "3.2.11"
12821279
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
12831280
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -1288,6 +1285,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9:
12881285
merge2 "^1.3.0"
12891286
micromatch "^4.0.4"
12901287

1288+
fast-glob@^3.3.2:
1289+
version "3.3.3"
1290+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
1291+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
1292+
dependencies:
1293+
"@nodelib/fs.stat" "^2.0.2"
1294+
"@nodelib/fs.walk" "^1.2.3"
1295+
glob-parent "^5.1.2"
1296+
merge2 "^1.3.0"
1297+
micromatch "^4.0.8"
1298+
12911299
fast-json-stable-stringify@^2.0.0:
12921300
version "2.1.0"
12931301
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1327,6 +1335,13 @@ fill-range@^7.0.1:
13271335
dependencies:
13281336
to-regex-range "^5.0.1"
13291337

1338+
fill-range@^7.1.1:
1339+
version "7.1.1"
1340+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
1341+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
1342+
dependencies:
1343+
to-regex-range "^5.0.1"
1344+
13301345
find-up@^5.0.0:
13311346
version "5.0.0"
13321347
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
@@ -1445,18 +1460,6 @@ globby@^11.0.4:
14451460
merge2 "^1.3.0"
14461461
slash "^3.0.0"
14471462

1448-
globby@^11.1.0:
1449-
version "11.1.0"
1450-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
1451-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
1452-
dependencies:
1453-
array-union "^2.1.0"
1454-
dir-glob "^3.0.1"
1455-
fast-glob "^3.2.9"
1456-
ignore "^5.2.0"
1457-
merge2 "^1.4.1"
1458-
slash "^3.0.0"
1459-
14601463
globby@^13.1.4:
14611464
version "13.1.4"
14621465
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.4.tgz#2f91c116066bcec152465ba36e5caa4a13c01317"
@@ -1534,10 +1537,10 @@ ignore@^5.1.4, ignore@^5.2.0:
15341537
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
15351538
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
15361539

1537-
ignore@^5.2.4:
1538-
version "5.2.4"
1539-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
1540-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
1540+
ignore@^5.3.1:
1541+
version "5.3.2"
1542+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
1543+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
15411544

15421545
import-fresh@^3.2.1:
15431546
version "3.3.0"
@@ -1884,6 +1887,14 @@ micromatch@^4.0.4:
18841887
braces "^3.0.1"
18851888
picomatch "^2.2.3"
18861889

1890+
micromatch@^4.0.8:
1891+
version "4.0.8"
1892+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
1893+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
1894+
dependencies:
1895+
braces "^3.0.3"
1896+
picomatch "^2.3.1"
1897+
18871898
mimic-fn@^4.0.0:
18881899
version "4.0.0"
18891900
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
@@ -1899,13 +1910,6 @@ minimalistic-crypto-utils@^1.0.1:
18991910
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
19001911
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
19011912

1902-
minimatch@9.0.3, minimatch@^9.0.1:
1903-
version "9.0.3"
1904-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1905-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1906-
dependencies:
1907-
brace-expansion "^2.0.1"
1908-
19091913
minimatch@^3.0.4:
19101914
version "3.0.4"
19111915
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -1920,6 +1924,20 @@ minimatch@^3.0.5, minimatch@^3.1.2:
19201924
dependencies:
19211925
brace-expansion "^1.1.7"
19221926

1927+
minimatch@^9.0.1:
1928+
version "9.0.3"
1929+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1930+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1931+
dependencies:
1932+
brace-expansion "^2.0.1"
1933+
1934+
minimatch@^9.0.4:
1935+
version "9.0.5"
1936+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1937+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
1938+
dependencies:
1939+
brace-expansion "^2.0.1"
1940+
19231941
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
19241942
version "7.0.3"
19251943
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
@@ -2263,6 +2281,11 @@ semver@^7.5.4:
22632281
dependencies:
22642282
lru-cache "^6.0.0"
22652283

2284+
semver@^7.6.0:
2285+
version "7.7.1"
2286+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
2287+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
2288+
22662289
serialize-error@^7.0.1:
22672290
version "7.0.1"
22682291
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz#f1360b0447f61ffb483ec4157c737fab7d778e18"
@@ -2440,10 +2463,10 @@ to-regex-range@^5.0.1:
24402463
dependencies:
24412464
is-number "^7.0.0"
24422465

2443-
ts-api-utils@^1.0.1:
2444-
version "1.0.1"
2445-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
2446-
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
2466+
ts-api-utils@^2.0.1:
2467+
version "2.1.0"
2468+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
2469+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
24472470

24482471
ts-toolbelt@^9.6.0:
24492472
version "9.6.0"

0 commit comments

Comments
 (0)