Skip to content

Commit d1ce3e5

Browse files
Update typescript-eslint monorepo to v8
1 parent ce17005 commit d1ce3e5

2 files changed

Lines changed: 156 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@types/jest": "^30.0.0",
5656
"@types/stream-to-array": "^2.3.0",
5757
"@types/streamify-string": "^1.0.0",
58-
"@typescript-eslint/eslint-plugin": "^5.0.0",
59-
"@typescript-eslint/parser": "^5.0.0",
58+
"@typescript-eslint/eslint-plugin": "^8.0.0",
59+
"@typescript-eslint/parser": "^8.0.0",
6060
"eslint": "^7.12.1",
6161
"eslint-config-es": "3.25.3",
6262
"eslint-import-resolver-typescript": "^2.3.0",

yarn.lock

Lines changed: 154 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,14 @@
780780
dependencies:
781781
eslint-visitor-keys "^3.4.3"
782782

783-
"@eslint-community/regexpp@^4.4.0":
783+
"@eslint-community/eslint-utils@^4.9.1":
784+
version "4.9.1"
785+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
786+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
787+
dependencies:
788+
eslint-visitor-keys "^3.4.3"
789+
790+
"@eslint-community/regexpp@^4.12.2", "@eslint-community/regexpp@^4.4.0":
784791
version "4.12.2"
785792
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
786793
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
@@ -1494,7 +1501,7 @@
14941501
semver "^7.3.2"
14951502
tsutils "^3.17.1"
14961503

1497-
"@typescript-eslint/eslint-plugin@^5.0.0", "@typescript-eslint/eslint-plugin@^5.11.0":
1504+
"@typescript-eslint/eslint-plugin@^5.11.0":
14981505
version "5.62.0"
14991506
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
15001507
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
@@ -1510,6 +1517,20 @@
15101517
semver "^7.3.7"
15111518
tsutils "^3.21.0"
15121519

1520+
"@typescript-eslint/eslint-plugin@^8.0.0":
1521+
version "8.58.0"
1522+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz#ad40e492f1931f46da1bd888e52b9e56df9063aa"
1523+
integrity sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==
1524+
dependencies:
1525+
"@eslint-community/regexpp" "^4.12.2"
1526+
"@typescript-eslint/scope-manager" "8.58.0"
1527+
"@typescript-eslint/type-utils" "8.58.0"
1528+
"@typescript-eslint/utils" "8.58.0"
1529+
"@typescript-eslint/visitor-keys" "8.58.0"
1530+
ignore "^7.0.5"
1531+
natural-compare "^1.4.0"
1532+
ts-api-utils "^2.5.0"
1533+
15131534
"@typescript-eslint/experimental-utils@4.6.1":
15141535
version "4.6.1"
15151536
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.6.1.tgz#a9c691dfd530a9570274fe68907c24c07a06c4aa"
@@ -1532,7 +1553,7 @@
15321553
"@typescript-eslint/typescript-estree" "4.6.1"
15331554
debug "^4.1.1"
15341555

1535-
"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.11.0":
1556+
"@typescript-eslint/parser@^5.11.0":
15361557
version "5.62.0"
15371558
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
15381559
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
@@ -1542,6 +1563,26 @@
15421563
"@typescript-eslint/typescript-estree" "5.62.0"
15431564
debug "^4.3.4"
15441565

1566+
"@typescript-eslint/parser@^8.0.0":
1567+
version "8.58.0"
1568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.0.tgz#da04ece1967b6c2fe8f10c3473dabf3825795ef7"
1569+
integrity sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==
1570+
dependencies:
1571+
"@typescript-eslint/scope-manager" "8.58.0"
1572+
"@typescript-eslint/types" "8.58.0"
1573+
"@typescript-eslint/typescript-estree" "8.58.0"
1574+
"@typescript-eslint/visitor-keys" "8.58.0"
1575+
debug "^4.4.3"
1576+
1577+
"@typescript-eslint/project-service@8.58.0":
1578+
version "8.58.0"
1579+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.0.tgz#66ceda0aabf7427aec3e2713fa43eb278dead2aa"
1580+
integrity sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==
1581+
dependencies:
1582+
"@typescript-eslint/tsconfig-utils" "^8.58.0"
1583+
"@typescript-eslint/types" "^8.58.0"
1584+
debug "^4.4.3"
1585+
15451586
"@typescript-eslint/scope-manager@4.6.1":
15461587
version "4.6.1"
15471588
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.1.tgz#21872b91cbf7adfc7083f17b8041149148baf992"
@@ -1558,6 +1599,19 @@
15581599
"@typescript-eslint/types" "5.62.0"
15591600
"@typescript-eslint/visitor-keys" "5.62.0"
15601601

1602+
"@typescript-eslint/scope-manager@8.58.0":
1603+
version "8.58.0"
1604+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz#e304142775e49a1b7ac3c8bf2536714447c72cab"
1605+
integrity sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==
1606+
dependencies:
1607+
"@typescript-eslint/types" "8.58.0"
1608+
"@typescript-eslint/visitor-keys" "8.58.0"
1609+
1610+
"@typescript-eslint/tsconfig-utils@8.58.0", "@typescript-eslint/tsconfig-utils@^8.58.0":
1611+
version "8.58.0"
1612+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz#c5a8edb21f31e0fdee565724e1b984171c559482"
1613+
integrity sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==
1614+
15611615
"@typescript-eslint/type-utils@5.62.0":
15621616
version "5.62.0"
15631617
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -1568,6 +1622,17 @@
15681622
debug "^4.3.4"
15691623
tsutils "^3.21.0"
15701624

1625+
"@typescript-eslint/type-utils@8.58.0":
1626+
version "8.58.0"
1627+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz#ce0e72cd967ffbbe8de322db6089bd4374be352f"
1628+
integrity sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==
1629+
dependencies:
1630+
"@typescript-eslint/types" "8.58.0"
1631+
"@typescript-eslint/typescript-estree" "8.58.0"
1632+
"@typescript-eslint/utils" "8.58.0"
1633+
debug "^4.4.3"
1634+
ts-api-utils "^2.5.0"
1635+
15711636
"@typescript-eslint/types@4.6.1":
15721637
version "4.6.1"
15731638
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.1.tgz#d3ad7478f53f22e7339dc006ab61aac131231552"
@@ -1578,6 +1643,11 @@
15781643
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
15791644
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
15801645

1646+
"@typescript-eslint/types@8.58.0", "@typescript-eslint/types@^8.58.0":
1647+
version "8.58.0"
1648+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.0.tgz#e94ae7abdc1c6530e71183c1007b61fa93112a5a"
1649+
integrity sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==
1650+
15811651
"@typescript-eslint/typescript-estree@4.6.1":
15821652
version "4.6.1"
15831653
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.1.tgz#6025cce724329413f57e4959b2d676fceeca246f"
@@ -1605,6 +1675,21 @@
16051675
semver "^7.3.7"
16061676
tsutils "^3.21.0"
16071677

1678+
"@typescript-eslint/typescript-estree@8.58.0":
1679+
version "8.58.0"
1680+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz#ed233faa8e2f2a2e1357c3e7d553d6465a0ee59a"
1681+
integrity sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==
1682+
dependencies:
1683+
"@typescript-eslint/project-service" "8.58.0"
1684+
"@typescript-eslint/tsconfig-utils" "8.58.0"
1685+
"@typescript-eslint/types" "8.58.0"
1686+
"@typescript-eslint/visitor-keys" "8.58.0"
1687+
debug "^4.4.3"
1688+
minimatch "^10.2.2"
1689+
semver "^7.7.3"
1690+
tinyglobby "^0.2.15"
1691+
ts-api-utils "^2.5.0"
1692+
16081693
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0":
16091694
version "5.62.0"
16101695
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
@@ -1619,6 +1704,16 @@
16191704
eslint-scope "^5.1.1"
16201705
semver "^7.3.7"
16211706

1707+
"@typescript-eslint/utils@8.58.0":
1708+
version "8.58.0"
1709+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.0.tgz#21a74a7963b0d288b719a4121c7dd555adaab3c3"
1710+
integrity sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==
1711+
dependencies:
1712+
"@eslint-community/eslint-utils" "^4.9.1"
1713+
"@typescript-eslint/scope-manager" "8.58.0"
1714+
"@typescript-eslint/types" "8.58.0"
1715+
"@typescript-eslint/typescript-estree" "8.58.0"
1716+
16221717
"@typescript-eslint/visitor-keys@4.6.1":
16231718
version "4.6.1"
16241719
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.1.tgz#6b125883402d8939df7b54528d879e88f7ba3614"
@@ -1635,6 +1730,14 @@
16351730
"@typescript-eslint/types" "5.62.0"
16361731
eslint-visitor-keys "^3.3.0"
16371732

1733+
"@typescript-eslint/visitor-keys@8.58.0":
1734+
version "8.58.0"
1735+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz#2abd55a4be70fd55967aceaba4330b9ba9f45189"
1736+
integrity sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==
1737+
dependencies:
1738+
"@typescript-eslint/types" "8.58.0"
1739+
eslint-visitor-keys "^5.0.0"
1740+
16381741
"@ungap/structured-clone@^1.3.0":
16391742
version "1.3.0"
16401743
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -2212,6 +2315,11 @@ balanced-match@^1.0.0:
22122315
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
22132316
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
22142317

2318+
balanced-match@^4.0.2:
2319+
version "4.0.4"
2320+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2321+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2322+
22152323
base64-js@^1.3.1:
22162324
version "1.5.1"
22172325
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -2247,6 +2355,13 @@ brace-expansion@^2.0.2:
22472355
dependencies:
22482356
balanced-match "^1.0.0"
22492357

2358+
brace-expansion@^5.0.5:
2359+
version "5.0.5"
2360+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
2361+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
2362+
dependencies:
2363+
balanced-match "^4.0.2"
2364+
22502365
braces@^3.0.3:
22512366
version "3.0.3"
22522367
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -2802,7 +2917,7 @@ debug@^3.2.7:
28022917
dependencies:
28032918
ms "^2.1.1"
28042919

2805-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.4:
2920+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.4, debug@^4.4.3:
28062921
version "4.4.3"
28072922
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
28082923
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
@@ -3492,6 +3607,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
34923607
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
34933608
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
34943609

3610+
eslint-visitor-keys@^5.0.0:
3611+
version "5.0.1"
3612+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
3613+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
3614+
34953615
eslint@^7.12.1:
34963616
version "7.32.0"
34973617
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -3698,6 +3818,11 @@ fb-watchman@^2.0.2:
36983818
dependencies:
36993819
bser "2.1.1"
37003820

3821+
fdir@^6.5.0:
3822+
version "6.5.0"
3823+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
3824+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
3825+
37013826
fecha@^4.2.0:
37023827
version "4.2.3"
37033828
resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.3.tgz#4d9ccdbc61e8629b259fdca67e65891448d569fd"
@@ -4162,6 +4287,11 @@ ignore@^5.0.5, ignore@^5.2.0:
41624287
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
41634288
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
41644289

4290+
ignore@^7.0.5:
4291+
version "7.0.5"
4292+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
4293+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
4294+
41654295
immutable@^5.1.3:
41664296
version "5.1.4"
41674297
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.1.4.tgz#e3f8c1fe7b567d56cf26698f31918c241dae8c1f"
@@ -5330,6 +5460,13 @@ minimalistic-crypto-utils@^1.0.1:
53305460
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
53315461
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
53325462

5463+
minimatch@^10.2.2:
5464+
version "10.2.5"
5465+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
5466+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
5467+
dependencies:
5468+
brace-expansion "^5.0.5"
5469+
53335470
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
53345471
version "3.1.2"
53355472
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -6938,6 +7075,14 @@ tiny-set-immediate@^1.0.2:
69387075
resolved "https://registry.yarnpkg.com/tiny-set-immediate/-/tiny-set-immediate-1.0.2.tgz#4abcc1cd597e9cdcd6515c3c0a18c8ef4d98f292"
69397076
integrity sha512-EVbaM4zXFWS4CIqVoPzY7XIioQ5LU1p49AHizwPO1KyFyp/gxy5SA8mDmfDVl/2WLQiHgUL+esO6Ig+KhpUxUw==
69407077

7078+
tinyglobby@^0.2.15:
7079+
version "0.2.15"
7080+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
7081+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
7082+
dependencies:
7083+
fdir "^6.5.0"
7084+
picomatch "^4.0.3"
7085+
69417086
tmpl@1.0.5:
69427087
version "1.0.5"
69437088
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -6974,6 +7119,11 @@ triple-beam@^1.3.0:
69747119
resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.4.1.tgz#6fde70271dc6e5d73ca0c3b24e2d92afb7441984"
69757120
integrity sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==
69767121

7122+
ts-api-utils@^2.5.0:
7123+
version "2.5.0"
7124+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
7125+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
7126+
69777127
ts-jest@^29.1.0:
69787128
version "29.4.5"
69797129
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.5.tgz#a6b0dc401e521515d5342234be87f1ca96390a6f"

0 commit comments

Comments
 (0)