Skip to content

Commit b9e04b7

Browse files
Update typescript-eslint monorepo to v8
1 parent 2bde74e commit b9e04b7

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.7",
4646
"@types/node": "22.10.7",
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.21.0",
49+
"@typescript-eslint/parser": "8.21.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"
@@ -415,37 +410,30 @@
415410
dependencies:
416411
types-ramda "^0.30.1"
417412

418-
"@types/semver@^7.5.0":
419-
version "7.5.0"
420-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
421-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
422-
423-
"@typescript-eslint/eslint-plugin@7.2.0":
424-
version "7.2.0"
425-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz#5a5fcad1a7baed85c10080d71ad901f98c38d5b7"
426-
integrity sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==
427-
dependencies:
428-
"@eslint-community/regexpp" "^4.5.1"
429-
"@typescript-eslint/scope-manager" "7.2.0"
430-
"@typescript-eslint/type-utils" "7.2.0"
431-
"@typescript-eslint/utils" "7.2.0"
432-
"@typescript-eslint/visitor-keys" "7.2.0"
433-
debug "^4.3.4"
413+
"@typescript-eslint/eslint-plugin@8.21.0":
414+
version "8.21.0"
415+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.21.0.tgz#395014a75112ecdb81142b866ab6bb62e3be0f2a"
416+
integrity sha512-eTH+UOR4I7WbdQnG4Z48ebIA6Bgi7WO8HvFEneeYBxG8qCOYgTOFPSg6ek9ITIDvGjDQzWHcoWHCDO2biByNzA==
417+
dependencies:
418+
"@eslint-community/regexpp" "^4.10.0"
419+
"@typescript-eslint/scope-manager" "8.21.0"
420+
"@typescript-eslint/type-utils" "8.21.0"
421+
"@typescript-eslint/utils" "8.21.0"
422+
"@typescript-eslint/visitor-keys" "8.21.0"
434423
graphemer "^1.4.0"
435-
ignore "^5.2.4"
424+
ignore "^5.3.1"
436425
natural-compare "^1.4.0"
437-
semver "^7.5.4"
438-
ts-api-utils "^1.0.1"
426+
ts-api-utils "^2.0.0"
439427

440-
"@typescript-eslint/parser@7.2.0":
441-
version "7.2.0"
442-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.2.0.tgz#44356312aea8852a3a82deebdacd52ba614ec07a"
443-
integrity sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==
428+
"@typescript-eslint/parser@8.21.0":
429+
version "8.21.0"
430+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.21.0.tgz#312c638aaba4f640d45bfde7c6795a9d75deb088"
431+
integrity sha512-Wy+/sdEH9kI3w9civgACwabHbKl+qIOu0uFZ9IMKzX3Jpv9og0ZBJrZExGrPpFAY7rWsXuxs5e7CPPP17A4eYA==
444432
dependencies:
445-
"@typescript-eslint/scope-manager" "7.2.0"
446-
"@typescript-eslint/types" "7.2.0"
447-
"@typescript-eslint/typescript-estree" "7.2.0"
448-
"@typescript-eslint/visitor-keys" "7.2.0"
433+
"@typescript-eslint/scope-manager" "8.21.0"
434+
"@typescript-eslint/types" "8.21.0"
435+
"@typescript-eslint/typescript-estree" "8.21.0"
436+
"@typescript-eslint/visitor-keys" "8.21.0"
449437
debug "^4.3.4"
450438

451439
"@typescript-eslint/scope-manager@5.18.0":
@@ -456,33 +444,33 @@
456444
"@typescript-eslint/types" "5.18.0"
457445
"@typescript-eslint/visitor-keys" "5.18.0"
458446

459-
"@typescript-eslint/scope-manager@7.2.0":
460-
version "7.2.0"
461-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
462-
integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==
447+
"@typescript-eslint/scope-manager@8.21.0":
448+
version "8.21.0"
449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.21.0.tgz#d08d94e2a34b4ccdcc975543c25bb62917437500"
450+
integrity sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==
463451
dependencies:
464-
"@typescript-eslint/types" "7.2.0"
465-
"@typescript-eslint/visitor-keys" "7.2.0"
452+
"@typescript-eslint/types" "8.21.0"
453+
"@typescript-eslint/visitor-keys" "8.21.0"
466454

467-
"@typescript-eslint/type-utils@7.2.0":
468-
version "7.2.0"
469-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz#7be5c30e9b4d49971b79095a1181324ef6089a19"
470-
integrity sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==
455+
"@typescript-eslint/type-utils@8.21.0":
456+
version "8.21.0"
457+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.21.0.tgz#2e69d1a93cdbedc73fe694cd6ae4dfedd00430a0"
458+
integrity sha512-95OsL6J2BtzoBxHicoXHxgk3z+9P3BEcQTpBKriqiYzLKnM2DeSqs+sndMKdamU8FosiadQFT3D+BSL9EKnAJQ==
471459
dependencies:
472-
"@typescript-eslint/typescript-estree" "7.2.0"
473-
"@typescript-eslint/utils" "7.2.0"
460+
"@typescript-eslint/typescript-estree" "8.21.0"
461+
"@typescript-eslint/utils" "8.21.0"
474462
debug "^4.3.4"
475-
ts-api-utils "^1.0.1"
463+
ts-api-utils "^2.0.0"
476464

477465
"@typescript-eslint/types@5.18.0":
478466
version "5.18.0"
479467
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
480468
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
481469

482-
"@typescript-eslint/types@7.2.0":
483-
version "7.2.0"
484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
485-
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
470+
"@typescript-eslint/types@8.21.0":
471+
version "8.21.0"
472+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.21.0.tgz#58f30aec8db8212fd886835dc5969cdf47cb29f5"
473+
integrity sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==
486474

487475
"@typescript-eslint/typescript-estree@5.18.0":
488476
version "5.18.0"
@@ -497,32 +485,29 @@
497485
semver "^7.3.5"
498486
tsutils "^3.21.0"
499487

500-
"@typescript-eslint/typescript-estree@7.2.0":
501-
version "7.2.0"
502-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
503-
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
488+
"@typescript-eslint/typescript-estree@8.21.0":
489+
version "8.21.0"
490+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz#5ce71acdbed3b97b959f6168afba5a03c88f69a9"
491+
integrity sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==
504492
dependencies:
505-
"@typescript-eslint/types" "7.2.0"
506-
"@typescript-eslint/visitor-keys" "7.2.0"
493+
"@typescript-eslint/types" "8.21.0"
494+
"@typescript-eslint/visitor-keys" "8.21.0"
507495
debug "^4.3.4"
508-
globby "^11.1.0"
496+
fast-glob "^3.3.2"
509497
is-glob "^4.0.3"
510-
minimatch "9.0.3"
511-
semver "^7.5.4"
512-
ts-api-utils "^1.0.1"
498+
minimatch "^9.0.4"
499+
semver "^7.6.0"
500+
ts-api-utils "^2.0.0"
513501

514-
"@typescript-eslint/utils@7.2.0":
515-
version "7.2.0"
516-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a"
517-
integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==
502+
"@typescript-eslint/utils@8.21.0":
503+
version "8.21.0"
504+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.21.0.tgz#bc4874fbc30feb3298b926e3b03d94570b3999c5"
505+
integrity sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==
518506
dependencies:
519507
"@eslint-community/eslint-utils" "^4.4.0"
520-
"@types/json-schema" "^7.0.12"
521-
"@types/semver" "^7.5.0"
522-
"@typescript-eslint/scope-manager" "7.2.0"
523-
"@typescript-eslint/types" "7.2.0"
524-
"@typescript-eslint/typescript-estree" "7.2.0"
525-
semver "^7.5.4"
508+
"@typescript-eslint/scope-manager" "8.21.0"
509+
"@typescript-eslint/types" "8.21.0"
510+
"@typescript-eslint/typescript-estree" "8.21.0"
526511

527512
"@typescript-eslint/utils@^5.10.2":
528513
version "5.18.0"
@@ -544,13 +529,13 @@
544529
"@typescript-eslint/types" "5.18.0"
545530
eslint-visitor-keys "^3.0.0"
546531

547-
"@typescript-eslint/visitor-keys@7.2.0":
548-
version "7.2.0"
549-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
550-
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
532+
"@typescript-eslint/visitor-keys@8.21.0":
533+
version "8.21.0"
534+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz#a89744c4cdc83b5c761eb5878befe6c33d1481b2"
535+
integrity sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==
551536
dependencies:
552-
"@typescript-eslint/types" "7.2.0"
553-
eslint-visitor-keys "^3.4.1"
537+
"@typescript-eslint/types" "8.21.0"
538+
eslint-visitor-keys "^4.2.0"
554539

555540
"@ungap/structured-clone@^1.2.0":
556541
version "1.2.0"
@@ -765,6 +750,13 @@ braces@^3.0.1, braces@~3.0.2:
765750
dependencies:
766751
fill-range "^7.0.1"
767752

753+
braces@^3.0.3:
754+
version "3.0.3"
755+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
756+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
757+
dependencies:
758+
fill-range "^7.1.1"
759+
768760
brorand@^1.1.0:
769761
version "1.1.0"
770762
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
@@ -1134,6 +1126,11 @@ eslint-visitor-keys@^3.4.3:
11341126
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
11351127
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
11361128

1129+
eslint-visitor-keys@^4.2.0:
1130+
version "4.2.0"
1131+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
1132+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
1133+
11371134
eslint@8.57.1:
11381135
version "8.57.1"
11391136
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -1271,7 +1268,7 @@ fast-glob@^3.1.1:
12711268
merge2 "^1.3.0"
12721269
micromatch "^4.0.4"
12731270

1274-
fast-glob@^3.2.11, fast-glob@^3.2.9:
1271+
fast-glob@^3.2.11:
12751272
version "3.2.11"
12761273
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
12771274
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -1282,6 +1279,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9:
12821279
merge2 "^1.3.0"
12831280
micromatch "^4.0.4"
12841281

1282+
fast-glob@^3.3.2:
1283+
version "3.3.3"
1284+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
1285+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
1286+
dependencies:
1287+
"@nodelib/fs.stat" "^2.0.2"
1288+
"@nodelib/fs.walk" "^1.2.3"
1289+
glob-parent "^5.1.2"
1290+
merge2 "^1.3.0"
1291+
micromatch "^4.0.8"
1292+
12851293
fast-json-stable-stringify@^2.0.0:
12861294
version "2.1.0"
12871295
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -1321,6 +1329,13 @@ fill-range@^7.0.1:
13211329
dependencies:
13221330
to-regex-range "^5.0.1"
13231331

1332+
fill-range@^7.1.1:
1333+
version "7.1.1"
1334+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
1335+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
1336+
dependencies:
1337+
to-regex-range "^5.0.1"
1338+
13241339
find-up@^5.0.0:
13251340
version "5.0.0"
13261341
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
@@ -1439,18 +1454,6 @@ globby@^11.0.4:
14391454
merge2 "^1.3.0"
14401455
slash "^3.0.0"
14411456

1442-
globby@^11.1.0:
1443-
version "11.1.0"
1444-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
1445-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
1446-
dependencies:
1447-
array-union "^2.1.0"
1448-
dir-glob "^3.0.1"
1449-
fast-glob "^3.2.9"
1450-
ignore "^5.2.0"
1451-
merge2 "^1.4.1"
1452-
slash "^3.0.0"
1453-
14541457
globby@^13.1.4:
14551458
version "13.1.4"
14561459
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.4.tgz#2f91c116066bcec152465ba36e5caa4a13c01317"
@@ -1528,10 +1531,10 @@ ignore@^5.1.4, ignore@^5.2.0:
15281531
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
15291532
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
15301533

1531-
ignore@^5.2.4:
1532-
version "5.2.4"
1533-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
1534-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
1534+
ignore@^5.3.1:
1535+
version "5.3.2"
1536+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
1537+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
15351538

15361539
import-fresh@^3.2.1:
15371540
version "3.3.0"
@@ -1878,6 +1881,14 @@ micromatch@^4.0.4:
18781881
braces "^3.0.1"
18791882
picomatch "^2.2.3"
18801883

1884+
micromatch@^4.0.8:
1885+
version "4.0.8"
1886+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
1887+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
1888+
dependencies:
1889+
braces "^3.0.3"
1890+
picomatch "^2.3.1"
1891+
18811892
mimic-fn@^4.0.0:
18821893
version "4.0.0"
18831894
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
@@ -1893,13 +1904,6 @@ minimalistic-crypto-utils@^1.0.1:
18931904
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
18941905
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
18951906

1896-
minimatch@9.0.3, minimatch@^9.0.1:
1897-
version "9.0.3"
1898-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1899-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1900-
dependencies:
1901-
brace-expansion "^2.0.1"
1902-
19031907
minimatch@^3.0.4:
19041908
version "3.0.4"
19051909
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -1914,6 +1918,20 @@ minimatch@^3.0.5, minimatch@^3.1.2:
19141918
dependencies:
19151919
brace-expansion "^1.1.7"
19161920

1921+
minimatch@^9.0.1:
1922+
version "9.0.3"
1923+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1924+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1925+
dependencies:
1926+
brace-expansion "^2.0.1"
1927+
1928+
minimatch@^9.0.4:
1929+
version "9.0.5"
1930+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1931+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
1932+
dependencies:
1933+
brace-expansion "^2.0.1"
1934+
19171935
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
19181936
version "7.0.3"
19191937
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
@@ -2257,6 +2275,11 @@ semver@^7.5.4:
22572275
dependencies:
22582276
lru-cache "^6.0.0"
22592277

2278+
semver@^7.6.0:
2279+
version "7.6.3"
2280+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
2281+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
2282+
22602283
serialize-error@^7.0.1:
22612284
version "7.0.1"
22622285
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz#f1360b0447f61ffb483ec4157c737fab7d778e18"
@@ -2434,10 +2457,10 @@ to-regex-range@^5.0.1:
24342457
dependencies:
24352458
is-number "^7.0.0"
24362459

2437-
ts-api-utils@^1.0.1:
2438-
version "1.0.1"
2439-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
2440-
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
2460+
ts-api-utils@^2.0.0:
2461+
version "2.0.0"
2462+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
2463+
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
24412464

24422465
ts-toolbelt@^9.6.0:
24432466
version "9.6.0"

0 commit comments

Comments
 (0)