Skip to content

Commit 57123af

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent d948220 commit 57123af

File tree

2 files changed

+144
-42
lines changed

2 files changed

+144
-42
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@rollup/plugin-node-resolve": "16.0.3",
5454
"@types/jest": "29.5.14",
5555
"@types/ramda": "0.31.1",
56-
"@typescript-eslint/eslint-plugin": "5.62.0",
57-
"@typescript-eslint/parser": "5.62.0",
56+
"@typescript-eslint/eslint-plugin": "8.56.0",
57+
"@typescript-eslint/parser": "8.56.0",
5858
"eslint": "8.57.1",
5959
"eslint-config-prettier": "10.1.8",
6060
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 142 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,10 +1351,17 @@
13511351
dependencies:
13521352
eslint-visitor-keys "^3.3.0"
13531353

1354-
"@eslint-community/regexpp@^4.4.0":
1355-
version "4.5.1"
1356-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1357-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1354+
"@eslint-community/eslint-utils@^4.9.1":
1355+
version "4.9.1"
1356+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
1357+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
1358+
dependencies:
1359+
eslint-visitor-keys "^3.4.3"
1360+
1361+
"@eslint-community/regexpp@^4.12.2":
1362+
version "4.12.2"
1363+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
1364+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
13581365

13591366
"@eslint-community/regexpp@^4.6.1":
13601367
version "4.6.2"
@@ -2074,31 +2081,39 @@
20742081
dependencies:
20752082
"@types/yargs-parser" "*"
20762083

2077-
"@typescript-eslint/eslint-plugin@5.62.0":
2078-
version "5.62.0"
2079-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
2080-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
2084+
"@typescript-eslint/eslint-plugin@8.56.0":
2085+
version "8.56.0"
2086+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.0.tgz#5aec3db807a6b8437ea5d5ebf7bd16b4119aba8d"
2087+
integrity sha512-lRyPDLzNCuae71A3t9NEINBiTn7swyOhvUj3MyUOxb8x6g6vPEFoOU+ZRmGMusNC3X3YMhqMIX7i8ShqhT74Pw==
2088+
dependencies:
2089+
"@eslint-community/regexpp" "^4.12.2"
2090+
"@typescript-eslint/scope-manager" "8.56.0"
2091+
"@typescript-eslint/type-utils" "8.56.0"
2092+
"@typescript-eslint/utils" "8.56.0"
2093+
"@typescript-eslint/visitor-keys" "8.56.0"
2094+
ignore "^7.0.5"
2095+
natural-compare "^1.4.0"
2096+
ts-api-utils "^2.4.0"
2097+
2098+
"@typescript-eslint/parser@8.56.0":
2099+
version "8.56.0"
2100+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.56.0.tgz#8ecff1678b8b1a742d29c446ccf5eeea7f971d72"
2101+
integrity sha512-IgSWvLobTDOjnaxAfDTIHaECbkNlAlKv2j5SjpB2v7QHKv1FIfjwMy8FsDbVfDX/KjmCmYICcw7uGaXLhtsLNg==
20812102
dependencies:
2082-
"@eslint-community/regexpp" "^4.4.0"
2083-
"@typescript-eslint/scope-manager" "5.62.0"
2084-
"@typescript-eslint/type-utils" "5.62.0"
2085-
"@typescript-eslint/utils" "5.62.0"
2086-
debug "^4.3.4"
2087-
graphemer "^1.4.0"
2088-
ignore "^5.2.0"
2089-
natural-compare-lite "^1.4.0"
2090-
semver "^7.3.7"
2091-
tsutils "^3.21.0"
2103+
"@typescript-eslint/scope-manager" "8.56.0"
2104+
"@typescript-eslint/types" "8.56.0"
2105+
"@typescript-eslint/typescript-estree" "8.56.0"
2106+
"@typescript-eslint/visitor-keys" "8.56.0"
2107+
debug "^4.4.3"
20922108

2093-
"@typescript-eslint/parser@5.62.0":
2094-
version "5.62.0"
2095-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2096-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
2109+
"@typescript-eslint/project-service@8.56.0":
2110+
version "8.56.0"
2111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.0.tgz#bb8562fecd8f7922e676fc6a1189c20dd7991d73"
2112+
integrity sha512-M3rnyL1vIQOMeWxTWIW096/TtVP+8W3p/XnaFflhmcFp+U4zlxUxWj4XwNs6HbDeTtN4yun0GNTTDBw/SvufKg==
20972113
dependencies:
2098-
"@typescript-eslint/scope-manager" "5.62.0"
2099-
"@typescript-eslint/types" "5.62.0"
2100-
"@typescript-eslint/typescript-estree" "5.62.0"
2101-
debug "^4.3.4"
2114+
"@typescript-eslint/tsconfig-utils" "^8.56.0"
2115+
"@typescript-eslint/types" "^8.56.0"
2116+
debug "^4.4.3"
21022117

21032118
"@typescript-eslint/scope-manager@5.62.0":
21042119
version "5.62.0"
@@ -2116,15 +2131,29 @@
21162131
"@typescript-eslint/types" "8.0.0"
21172132
"@typescript-eslint/visitor-keys" "8.0.0"
21182133

2119-
"@typescript-eslint/type-utils@5.62.0":
2120-
version "5.62.0"
2121-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
2122-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
2134+
"@typescript-eslint/scope-manager@8.56.0":
2135+
version "8.56.0"
2136+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.0.tgz#604030a4c6433df3728effdd441d47f45a86edb4"
2137+
integrity sha512-7UiO/XwMHquH+ZzfVCfUNkIXlp/yQjjnlYUyYz7pfvlK3/EyyN6BK+emDmGNyQLBtLGaYrTAI6KOw8tFucWL2w==
21232138
dependencies:
2124-
"@typescript-eslint/typescript-estree" "5.62.0"
2125-
"@typescript-eslint/utils" "5.62.0"
2126-
debug "^4.3.4"
2127-
tsutils "^3.21.0"
2139+
"@typescript-eslint/types" "8.56.0"
2140+
"@typescript-eslint/visitor-keys" "8.56.0"
2141+
2142+
"@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
2143+
version "8.56.0"
2144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
2145+
integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
2146+
2147+
"@typescript-eslint/type-utils@8.56.0":
2148+
version "8.56.0"
2149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.56.0.tgz#72b4edc1fc73988998f1632b3ec99c2a66eaac6e"
2150+
integrity sha512-qX2L3HWOU2nuDs6GzglBeuFXviDODreS58tLY/BALPC7iu3Fa+J7EOTwnX9PdNBxUI7Uh0ntP0YWGnxCkXzmfA==
2151+
dependencies:
2152+
"@typescript-eslint/types" "8.56.0"
2153+
"@typescript-eslint/typescript-estree" "8.56.0"
2154+
"@typescript-eslint/utils" "8.56.0"
2155+
debug "^4.4.3"
2156+
ts-api-utils "^2.4.0"
21282157

21292158
"@typescript-eslint/types@5.62.0":
21302159
version "5.62.0"
@@ -2136,6 +2165,11 @@
21362165
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
21372166
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
21382167

2168+
"@typescript-eslint/types@8.56.0", "@typescript-eslint/types@^8.56.0":
2169+
version "8.56.0"
2170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
2171+
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
2172+
21392173
"@typescript-eslint/typescript-estree@5.62.0":
21402174
version "5.62.0"
21412175
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2163,7 +2197,32 @@
21632197
semver "^7.6.0"
21642198
ts-api-utils "^1.3.0"
21652199

2166-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.2":
2200+
"@typescript-eslint/typescript-estree@8.56.0":
2201+
version "8.56.0"
2202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.0.tgz#fadbc74c14c5bac947db04980ff58bb178701c2e"
2203+
integrity sha512-ex1nTUMWrseMltXUHmR2GAQ4d+WjkZCT4f+4bVsps8QEdh0vlBsaCokKTPlnqBFqqGaxilDNJG7b8dolW2m43Q==
2204+
dependencies:
2205+
"@typescript-eslint/project-service" "8.56.0"
2206+
"@typescript-eslint/tsconfig-utils" "8.56.0"
2207+
"@typescript-eslint/types" "8.56.0"
2208+
"@typescript-eslint/visitor-keys" "8.56.0"
2209+
debug "^4.4.3"
2210+
minimatch "^9.0.5"
2211+
semver "^7.7.3"
2212+
tinyglobby "^0.2.15"
2213+
ts-api-utils "^2.4.0"
2214+
2215+
"@typescript-eslint/utils@8.56.0":
2216+
version "8.56.0"
2217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.0.tgz#063ce6f702ec603de1b83ee795ed5e877d6f7841"
2218+
integrity sha512-RZ3Qsmi2nFGsS+n+kjLAYDPVlrzf7UhTffrDIKr+h2yzAlYP/y5ZulU0yeDEPItos2Ph46JAL5P/On3pe7kDIQ==
2219+
dependencies:
2220+
"@eslint-community/eslint-utils" "^4.9.1"
2221+
"@typescript-eslint/scope-manager" "8.56.0"
2222+
"@typescript-eslint/types" "8.56.0"
2223+
"@typescript-eslint/typescript-estree" "8.56.0"
2224+
2225+
"@typescript-eslint/utils@^5.10.2":
21672226
version "5.62.0"
21682227
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
21692228
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2203,6 +2262,14 @@
22032262
"@typescript-eslint/types" "8.0.0"
22042263
eslint-visitor-keys "^3.4.3"
22052264

2265+
"@typescript-eslint/visitor-keys@8.56.0":
2266+
version "8.56.0"
2267+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.0.tgz#7d6592ab001827d3ce052155edf7ecad19688d7d"
2268+
integrity sha512-q+SL+b+05Ud6LbEE35qe4A99P+htKTKVbyiNEe45eCbJFyh/HVK9QXwlrbz+Q4L8SOW4roxSVwXYj4DMBT7Ieg==
2269+
dependencies:
2270+
"@typescript-eslint/types" "8.56.0"
2271+
eslint-visitor-keys "^5.0.0"
2272+
22062273
"@ungap/structured-clone@^1.2.0":
22072274
version "1.2.0"
22082275
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2896,6 +2963,11 @@ eslint-visitor-keys@^3.4.3:
28962963
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
28972964
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
28982965

2966+
eslint-visitor-keys@^5.0.0:
2967+
version "5.0.0"
2968+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz#b9aa1a74aa48c44b3ae46c1597ce7171246a94a9"
2969+
integrity sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==
2970+
28992971
eslint@8.57.1:
29002972
version "8.57.1"
29012973
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -3104,6 +3176,11 @@ fb-watchman@^2.0.0:
31043176
dependencies:
31053177
bser "2.1.1"
31063178

3179+
fdir@^6.5.0:
3180+
version "6.5.0"
3181+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
3182+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
3183+
31073184
file-entry-cache@^6.0.1:
31083185
version "6.0.1"
31093186
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -3344,6 +3421,11 @@ ignore@^5.2.0:
33443421
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
33453422
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
33463423

3424+
ignore@^7.0.5:
3425+
version "7.0.5"
3426+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3427+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3428+
33473429
import-fresh@^3.2.1:
33483430
version "3.3.0"
33493431
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4229,6 +4311,13 @@ minimatch@^9.0.4:
42294311
dependencies:
42304312
brace-expansion "^2.0.1"
42314313

4314+
minimatch@^9.0.5:
4315+
version "9.0.5"
4316+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4317+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4318+
dependencies:
4319+
brace-expansion "^2.0.1"
4320+
42324321
minimist@^1.2.5:
42334322
version "1.2.8"
42344323
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4249,11 +4338,6 @@ ms@^2.1.3:
42494338
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
42504339
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
42514340

4252-
natural-compare-lite@^1.4.0:
4253-
version "1.4.0"
4254-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4255-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4256-
42574341
natural-compare@^1.4.0:
42584342
version "1.4.0"
42594343
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4475,6 +4559,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
44754559
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
44764560
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
44774561

4562+
picomatch@^4.0.3:
4563+
version "4.0.3"
4564+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
4565+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
4566+
44784567
pidtree@^0.6.0:
44794568
version "0.6.0"
44804569
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
@@ -5080,6 +5169,14 @@ text-table@^0.2.0:
50805169
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
50815170
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
50825171

5172+
tinyglobby@^0.2.15:
5173+
version "0.2.15"
5174+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
5175+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
5176+
dependencies:
5177+
fdir "^6.5.0"
5178+
picomatch "^4.0.3"
5179+
50835180
tmpl@1.0.5:
50845181
version "1.0.5"
50855182
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -5102,6 +5199,11 @@ ts-api-utils@^1.3.0:
51025199
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
51035200
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
51045201

5202+
ts-api-utils@^2.4.0:
5203+
version "2.4.0"
5204+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
5205+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
5206+
51055207
ts-jest@29.4.6:
51065208
version "29.4.6"
51075209
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.6.tgz#51cb7c133f227396818b71297ad7409bb77106e9"

0 commit comments

Comments
 (0)