Skip to content

Commit 6c0120d

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent b33078c commit 6c0120d

2 files changed

Lines changed: 137 additions & 80 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"devDependencies": {
2626
"@types/jest": "^29.2.4",
2727
"@types/node": "^20.0.0",
28-
"@typescript-eslint/eslint-plugin": "^7.0.0",
29-
"@typescript-eslint/parser": "^7.0.0",
28+
"@typescript-eslint/eslint-plugin": "^8.0.0",
29+
"@typescript-eslint/parser": "^8.0.0",
3030
"eslint": "^8.30.0",
3131
"eslint-config-airbnb": "^19.0.4",
3232
"eslint-config-airbnb-typescript": "^18.0.0",

yarn.lock

Lines changed: 135 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,17 @@
335335
dependencies:
336336
eslint-visitor-keys "^3.3.0"
337337

338-
"@eslint-community/regexpp@^4.10.0":
339-
version "4.11.0"
340-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
341-
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
338+
"@eslint-community/eslint-utils@^4.9.1":
339+
version "4.9.1"
340+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
341+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
342+
dependencies:
343+
eslint-visitor-keys "^3.4.3"
344+
345+
"@eslint-community/regexpp@^4.12.2":
346+
version "4.12.2"
347+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
348+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
342349

343350
"@eslint-community/regexpp@^4.6.1":
344351
version "4.11.1"
@@ -815,31 +822,39 @@
815822
dependencies:
816823
"@types/yargs-parser" "*"
817824

818-
"@typescript-eslint/eslint-plugin@^7.0.0":
819-
version "7.18.0"
820-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
821-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
822-
dependencies:
823-
"@eslint-community/regexpp" "^4.10.0"
824-
"@typescript-eslint/scope-manager" "7.18.0"
825-
"@typescript-eslint/type-utils" "7.18.0"
826-
"@typescript-eslint/utils" "7.18.0"
827-
"@typescript-eslint/visitor-keys" "7.18.0"
828-
graphemer "^1.4.0"
829-
ignore "^5.3.1"
825+
"@typescript-eslint/eslint-plugin@^8.0.0":
826+
version "8.53.1"
827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.53.1.tgz#f6640f6f8749b71d9ab457263939e8932a3c6b46"
828+
integrity sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==
829+
dependencies:
830+
"@eslint-community/regexpp" "^4.12.2"
831+
"@typescript-eslint/scope-manager" "8.53.1"
832+
"@typescript-eslint/type-utils" "8.53.1"
833+
"@typescript-eslint/utils" "8.53.1"
834+
"@typescript-eslint/visitor-keys" "8.53.1"
835+
ignore "^7.0.5"
830836
natural-compare "^1.4.0"
831-
ts-api-utils "^1.3.0"
837+
ts-api-utils "^2.4.0"
832838

833-
"@typescript-eslint/parser@^7.0.0":
834-
version "7.18.0"
835-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
836-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
839+
"@typescript-eslint/parser@^8.0.0":
840+
version "8.53.1"
841+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.53.1.tgz#58d4a70cc2daee2becf7d4521d65ea1782d6ec68"
842+
integrity sha512-nm3cvFN9SqZGXjmw5bZ6cGmvJSyJPn0wU9gHAZZHDnZl2wF9PhHv78Xf06E0MaNk4zLVHL8hb2/c32XvyJOLQg==
837843
dependencies:
838-
"@typescript-eslint/scope-manager" "7.18.0"
839-
"@typescript-eslint/types" "7.18.0"
840-
"@typescript-eslint/typescript-estree" "7.18.0"
841-
"@typescript-eslint/visitor-keys" "7.18.0"
842-
debug "^4.3.4"
844+
"@typescript-eslint/scope-manager" "8.53.1"
845+
"@typescript-eslint/types" "8.53.1"
846+
"@typescript-eslint/typescript-estree" "8.53.1"
847+
"@typescript-eslint/visitor-keys" "8.53.1"
848+
debug "^4.4.3"
849+
850+
"@typescript-eslint/project-service@8.53.1":
851+
version "8.53.1"
852+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.53.1.tgz#4e47856a0b14a1ceb28b0294b4badef3be1e9734"
853+
integrity sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==
854+
dependencies:
855+
"@typescript-eslint/tsconfig-utils" "^8.53.1"
856+
"@typescript-eslint/types" "^8.53.1"
857+
debug "^4.4.3"
843858

844859
"@typescript-eslint/scope-manager@6.21.0":
845860
version "6.21.0"
@@ -849,33 +864,39 @@
849864
"@typescript-eslint/types" "6.21.0"
850865
"@typescript-eslint/visitor-keys" "6.21.0"
851866

852-
"@typescript-eslint/scope-manager@7.18.0":
853-
version "7.18.0"
854-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
855-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
867+
"@typescript-eslint/scope-manager@8.53.1":
868+
version "8.53.1"
869+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.53.1.tgz#6c4b8c82cd45ae3b365afc2373636e166743a8fa"
870+
integrity sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==
856871
dependencies:
857-
"@typescript-eslint/types" "7.18.0"
858-
"@typescript-eslint/visitor-keys" "7.18.0"
872+
"@typescript-eslint/types" "8.53.1"
873+
"@typescript-eslint/visitor-keys" "8.53.1"
874+
875+
"@typescript-eslint/tsconfig-utils@8.53.1", "@typescript-eslint/tsconfig-utils@^8.53.1":
876+
version "8.53.1"
877+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.1.tgz#efe80b8d019cd49e5a1cf46c2eb0cd2733076424"
878+
integrity sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==
859879

860-
"@typescript-eslint/type-utils@7.18.0":
861-
version "7.18.0"
862-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
863-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
880+
"@typescript-eslint/type-utils@8.53.1":
881+
version "8.53.1"
882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.53.1.tgz#95de2651a96d580bf5c6c6089ddd694284d558ad"
883+
integrity sha512-MOrdtNvyhy0rHyv0ENzub1d4wQYKb2NmIqG7qEqPWFW7Mpy2jzFC3pQ2yKDvirZB7jypm5uGjF2Qqs6OIqu47w==
864884
dependencies:
865-
"@typescript-eslint/typescript-estree" "7.18.0"
866-
"@typescript-eslint/utils" "7.18.0"
867-
debug "^4.3.4"
868-
ts-api-utils "^1.3.0"
885+
"@typescript-eslint/types" "8.53.1"
886+
"@typescript-eslint/typescript-estree" "8.53.1"
887+
"@typescript-eslint/utils" "8.53.1"
888+
debug "^4.4.3"
889+
ts-api-utils "^2.4.0"
869890

870891
"@typescript-eslint/types@6.21.0":
871892
version "6.21.0"
872893
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
873894
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
874895

875-
"@typescript-eslint/types@7.18.0":
876-
version "7.18.0"
877-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
878-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
896+
"@typescript-eslint/types@8.53.1", "@typescript-eslint/types@^8.53.1":
897+
version "8.53.1"
898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.1.tgz#101f203f0807a63216cceceedb815fabe21d5793"
899+
integrity sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==
879900

880901
"@typescript-eslint/typescript-estree@6.21.0":
881902
version "6.21.0"
@@ -891,29 +912,30 @@
891912
semver "^7.5.4"
892913
ts-api-utils "^1.0.1"
893914

894-
"@typescript-eslint/typescript-estree@7.18.0":
895-
version "7.18.0"
896-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
897-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
898-
dependencies:
899-
"@typescript-eslint/types" "7.18.0"
900-
"@typescript-eslint/visitor-keys" "7.18.0"
901-
debug "^4.3.4"
902-
globby "^11.1.0"
903-
is-glob "^4.0.3"
904-
minimatch "^9.0.4"
905-
semver "^7.6.0"
906-
ts-api-utils "^1.3.0"
915+
"@typescript-eslint/typescript-estree@8.53.1":
916+
version "8.53.1"
917+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.1.tgz#b6dce2303c9e27e95b8dcd8c325868fff53e488f"
918+
integrity sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==
919+
dependencies:
920+
"@typescript-eslint/project-service" "8.53.1"
921+
"@typescript-eslint/tsconfig-utils" "8.53.1"
922+
"@typescript-eslint/types" "8.53.1"
923+
"@typescript-eslint/visitor-keys" "8.53.1"
924+
debug "^4.4.3"
925+
minimatch "^9.0.5"
926+
semver "^7.7.3"
927+
tinyglobby "^0.2.15"
928+
ts-api-utils "^2.4.0"
907929

908-
"@typescript-eslint/utils@7.18.0":
909-
version "7.18.0"
910-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
911-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
930+
"@typescript-eslint/utils@8.53.1":
931+
version "8.53.1"
932+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.53.1.tgz#81fe6c343de288701b774f4d078382f567e6edaa"
933+
integrity sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==
912934
dependencies:
913-
"@eslint-community/eslint-utils" "^4.4.0"
914-
"@typescript-eslint/scope-manager" "7.18.0"
915-
"@typescript-eslint/types" "7.18.0"
916-
"@typescript-eslint/typescript-estree" "7.18.0"
935+
"@eslint-community/eslint-utils" "^4.9.1"
936+
"@typescript-eslint/scope-manager" "8.53.1"
937+
"@typescript-eslint/types" "8.53.1"
938+
"@typescript-eslint/typescript-estree" "8.53.1"
917939

918940
"@typescript-eslint/utils@^6.0.0":
919941
version "6.21.0"
@@ -936,13 +958,13 @@
936958
"@typescript-eslint/types" "6.21.0"
937959
eslint-visitor-keys "^3.4.1"
938960

939-
"@typescript-eslint/visitor-keys@7.18.0":
940-
version "7.18.0"
941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
942-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
961+
"@typescript-eslint/visitor-keys@8.53.1":
962+
version "8.53.1"
963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.1.tgz#405f04959be22b9be364939af8ac19c3649b6eb7"
964+
integrity sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==
943965
dependencies:
944-
"@typescript-eslint/types" "7.18.0"
945-
eslint-visitor-keys "^3.4.3"
966+
"@typescript-eslint/types" "8.53.1"
967+
eslint-visitor-keys "^4.2.1"
946968

947969
"@ungap/structured-clone@^1.2.0":
948970
version "1.2.0"
@@ -1454,6 +1476,13 @@ debug@^4.3.4:
14541476
dependencies:
14551477
ms "2.1.2"
14561478

1479+
debug@^4.4.3:
1480+
version "4.4.3"
1481+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
1482+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
1483+
dependencies:
1484+
ms "^2.1.3"
1485+
14571486
dedent@^1.0.0:
14581487
version "1.5.1"
14591488
resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.5.1.tgz#4f3fc94c8b711e9bb2800d185cd6ad20f2a90aff"
@@ -1766,6 +1795,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
17661795
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
17671796
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
17681797

1798+
eslint-visitor-keys@^4.2.1:
1799+
version "4.2.1"
1800+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1801+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1802+
17691803
eslint@^8.30.0:
17701804
version "8.57.1"
17711805
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -1919,6 +1953,11 @@ fb-watchman@^2.0.0:
19191953
dependencies:
19201954
bser "2.1.1"
19211955

1956+
fdir@^6.5.0:
1957+
version "6.5.0"
1958+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
1959+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
1960+
19221961
file-entry-cache@^6.0.1:
19231962
version "6.0.1"
19241963
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -2203,10 +2242,10 @@ ignore@^5.2.0:
22032242
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
22042243
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
22052244

2206-
ignore@^5.3.1:
2207-
version "5.3.1"
2208-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
2209-
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
2245+
ignore@^7.0.5:
2246+
version "7.0.5"
2247+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
2248+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
22102249

22112250
import-fresh@^3.2.1:
22122251
version "3.3.0"
@@ -3065,7 +3104,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
30653104
dependencies:
30663105
brace-expansion "^1.1.7"
30673106

3068-
minimatch@^9.0.4:
3107+
minimatch@^9.0.5:
30693108
version "9.0.5"
30703109
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
30713110
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -3309,6 +3348,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
33093348
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
33103349
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
33113350

3351+
picomatch@^4.0.3:
3352+
version "4.0.3"
3353+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
3354+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
3355+
33123356
pirates@^4.0.4:
33133357
version "4.0.6"
33143358
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9"
@@ -3491,7 +3535,7 @@ semver@^6.3.0, semver@^6.3.1:
34913535
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
34923536
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
34933537

3494-
semver@^7.5.3, semver@^7.6.0:
3538+
semver@^7.5.3:
34953539
version "7.6.3"
34963540
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
34973541
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
@@ -3755,6 +3799,14 @@ text-table@^0.2.0:
37553799
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
37563800
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
37573801

3802+
tinyglobby@^0.2.15:
3803+
version "0.2.15"
3804+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
3805+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
3806+
dependencies:
3807+
fdir "^6.5.0"
3808+
picomatch "^4.0.3"
3809+
37583810
tmpl@1.0.5:
37593811
version "1.0.5"
37603812
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -3772,11 +3824,16 @@ to-regex-range@^5.0.1:
37723824
dependencies:
37733825
is-number "^7.0.0"
37743826

3775-
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
3827+
ts-api-utils@^1.0.1:
37763828
version "1.3.0"
37773829
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
37783830
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
37793831

3832+
ts-api-utils@^2.4.0:
3833+
version "2.4.0"
3834+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
3835+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
3836+
37803837
ts-jest@^29.0.3:
37813838
version "29.4.6"
37823839
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.6.tgz#51cb7c133f227396818b71297ad7409bb77106e9"

0 commit comments

Comments
 (0)