Skip to content

Commit e11cc24

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 48141cf commit e11cc24

2 files changed

Lines changed: 151 additions & 42 deletions

File tree

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.53.1",
57+
"@typescript-eslint/parser": "8.53.1",
5858
"eslint": "8.57.1",
5959
"eslint-config-prettier": "10.1.8",
6060
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 149 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,10 +1367,17 @@
13671367
dependencies:
13681368
eslint-visitor-keys "^3.3.0"
13691369

1370-
"@eslint-community/regexpp@^4.4.0":
1371-
version "4.5.1"
1372-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1373-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1370+
"@eslint-community/eslint-utils@^4.9.1":
1371+
version "4.9.1"
1372+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
1373+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
1374+
dependencies:
1375+
eslint-visitor-keys "^3.4.3"
1376+
1377+
"@eslint-community/regexpp@^4.12.2":
1378+
version "4.12.2"
1379+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
1380+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
13741381

13751382
"@eslint-community/regexpp@^4.6.1":
13761383
version "4.6.2"
@@ -2090,31 +2097,39 @@
20902097
dependencies:
20912098
"@types/yargs-parser" "*"
20922099

2093-
"@typescript-eslint/eslint-plugin@5.62.0":
2094-
version "5.62.0"
2095-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
2096-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
2100+
"@typescript-eslint/eslint-plugin@8.53.1":
2101+
version "8.53.1"
2102+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.53.1.tgz#f6640f6f8749b71d9ab457263939e8932a3c6b46"
2103+
integrity sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==
2104+
dependencies:
2105+
"@eslint-community/regexpp" "^4.12.2"
2106+
"@typescript-eslint/scope-manager" "8.53.1"
2107+
"@typescript-eslint/type-utils" "8.53.1"
2108+
"@typescript-eslint/utils" "8.53.1"
2109+
"@typescript-eslint/visitor-keys" "8.53.1"
2110+
ignore "^7.0.5"
2111+
natural-compare "^1.4.0"
2112+
ts-api-utils "^2.4.0"
2113+
2114+
"@typescript-eslint/parser@8.53.1":
2115+
version "8.53.1"
2116+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.53.1.tgz#58d4a70cc2daee2becf7d4521d65ea1782d6ec68"
2117+
integrity sha512-nm3cvFN9SqZGXjmw5bZ6cGmvJSyJPn0wU9gHAZZHDnZl2wF9PhHv78Xf06E0MaNk4zLVHL8hb2/c32XvyJOLQg==
20972118
dependencies:
2098-
"@eslint-community/regexpp" "^4.4.0"
2099-
"@typescript-eslint/scope-manager" "5.62.0"
2100-
"@typescript-eslint/type-utils" "5.62.0"
2101-
"@typescript-eslint/utils" "5.62.0"
2102-
debug "^4.3.4"
2103-
graphemer "^1.4.0"
2104-
ignore "^5.2.0"
2105-
natural-compare-lite "^1.4.0"
2106-
semver "^7.3.7"
2107-
tsutils "^3.21.0"
2119+
"@typescript-eslint/scope-manager" "8.53.1"
2120+
"@typescript-eslint/types" "8.53.1"
2121+
"@typescript-eslint/typescript-estree" "8.53.1"
2122+
"@typescript-eslint/visitor-keys" "8.53.1"
2123+
debug "^4.4.3"
21082124

2109-
"@typescript-eslint/parser@5.62.0":
2110-
version "5.62.0"
2111-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2112-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
2125+
"@typescript-eslint/project-service@8.53.1":
2126+
version "8.53.1"
2127+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.53.1.tgz#4e47856a0b14a1ceb28b0294b4badef3be1e9734"
2128+
integrity sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==
21132129
dependencies:
2114-
"@typescript-eslint/scope-manager" "5.62.0"
2115-
"@typescript-eslint/types" "5.62.0"
2116-
"@typescript-eslint/typescript-estree" "5.62.0"
2117-
debug "^4.3.4"
2130+
"@typescript-eslint/tsconfig-utils" "^8.53.1"
2131+
"@typescript-eslint/types" "^8.53.1"
2132+
debug "^4.4.3"
21182133

21192134
"@typescript-eslint/scope-manager@5.62.0":
21202135
version "5.62.0"
@@ -2132,15 +2147,29 @@
21322147
"@typescript-eslint/types" "8.0.0"
21332148
"@typescript-eslint/visitor-keys" "8.0.0"
21342149

2135-
"@typescript-eslint/type-utils@5.62.0":
2136-
version "5.62.0"
2137-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
2138-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
2150+
"@typescript-eslint/scope-manager@8.53.1":
2151+
version "8.53.1"
2152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.53.1.tgz#6c4b8c82cd45ae3b365afc2373636e166743a8fa"
2153+
integrity sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==
21392154
dependencies:
2140-
"@typescript-eslint/typescript-estree" "5.62.0"
2141-
"@typescript-eslint/utils" "5.62.0"
2142-
debug "^4.3.4"
2143-
tsutils "^3.21.0"
2155+
"@typescript-eslint/types" "8.53.1"
2156+
"@typescript-eslint/visitor-keys" "8.53.1"
2157+
2158+
"@typescript-eslint/tsconfig-utils@8.53.1", "@typescript-eslint/tsconfig-utils@^8.53.1":
2159+
version "8.53.1"
2160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.1.tgz#efe80b8d019cd49e5a1cf46c2eb0cd2733076424"
2161+
integrity sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==
2162+
2163+
"@typescript-eslint/type-utils@8.53.1":
2164+
version "8.53.1"
2165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.53.1.tgz#95de2651a96d580bf5c6c6089ddd694284d558ad"
2166+
integrity sha512-MOrdtNvyhy0rHyv0ENzub1d4wQYKb2NmIqG7qEqPWFW7Mpy2jzFC3pQ2yKDvirZB7jypm5uGjF2Qqs6OIqu47w==
2167+
dependencies:
2168+
"@typescript-eslint/types" "8.53.1"
2169+
"@typescript-eslint/typescript-estree" "8.53.1"
2170+
"@typescript-eslint/utils" "8.53.1"
2171+
debug "^4.4.3"
2172+
ts-api-utils "^2.4.0"
21442173

21452174
"@typescript-eslint/types@5.62.0":
21462175
version "5.62.0"
@@ -2152,6 +2181,11 @@
21522181
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
21532182
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
21542183

2184+
"@typescript-eslint/types@8.53.1", "@typescript-eslint/types@^8.53.1":
2185+
version "8.53.1"
2186+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.1.tgz#101f203f0807a63216cceceedb815fabe21d5793"
2187+
integrity sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==
2188+
21552189
"@typescript-eslint/typescript-estree@5.62.0":
21562190
version "5.62.0"
21572191
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2179,7 +2213,32 @@
21792213
semver "^7.6.0"
21802214
ts-api-utils "^1.3.0"
21812215

2182-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.2":
2216+
"@typescript-eslint/typescript-estree@8.53.1":
2217+
version "8.53.1"
2218+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.1.tgz#b6dce2303c9e27e95b8dcd8c325868fff53e488f"
2219+
integrity sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==
2220+
dependencies:
2221+
"@typescript-eslint/project-service" "8.53.1"
2222+
"@typescript-eslint/tsconfig-utils" "8.53.1"
2223+
"@typescript-eslint/types" "8.53.1"
2224+
"@typescript-eslint/visitor-keys" "8.53.1"
2225+
debug "^4.4.3"
2226+
minimatch "^9.0.5"
2227+
semver "^7.7.3"
2228+
tinyglobby "^0.2.15"
2229+
ts-api-utils "^2.4.0"
2230+
2231+
"@typescript-eslint/utils@8.53.1":
2232+
version "8.53.1"
2233+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.53.1.tgz#81fe6c343de288701b774f4d078382f567e6edaa"
2234+
integrity sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==
2235+
dependencies:
2236+
"@eslint-community/eslint-utils" "^4.9.1"
2237+
"@typescript-eslint/scope-manager" "8.53.1"
2238+
"@typescript-eslint/types" "8.53.1"
2239+
"@typescript-eslint/typescript-estree" "8.53.1"
2240+
2241+
"@typescript-eslint/utils@^5.10.2":
21832242
version "5.62.0"
21842243
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
21852244
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2219,6 +2278,14 @@
22192278
"@typescript-eslint/types" "8.0.0"
22202279
eslint-visitor-keys "^3.4.3"
22212280

2281+
"@typescript-eslint/visitor-keys@8.53.1":
2282+
version "8.53.1"
2283+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.1.tgz#405f04959be22b9be364939af8ac19c3649b6eb7"
2284+
integrity sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==
2285+
dependencies:
2286+
"@typescript-eslint/types" "8.53.1"
2287+
eslint-visitor-keys "^4.2.1"
2288+
22222289
"@ungap/structured-clone@^1.2.0":
22232290
version "1.2.0"
22242291
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2727,6 +2794,13 @@ debug@^4.4.1:
27272794
dependencies:
27282795
ms "^2.1.3"
27292796

2797+
debug@^4.4.3:
2798+
version "4.4.3"
2799+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
2800+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
2801+
dependencies:
2802+
ms "^2.1.3"
2803+
27302804
dedent@^1.0.0:
27312805
version "1.2.0"
27322806
resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.2.0.tgz#32039cd75c035f684e01c4a07cb88c0ecbeb57be"
@@ -2906,6 +2980,11 @@ eslint-visitor-keys@^3.4.3:
29062980
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
29072981
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
29082982

2983+
eslint-visitor-keys@^4.2.1:
2984+
version "4.2.1"
2985+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2986+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2987+
29092988
eslint@8.57.1:
29102989
version "8.57.1"
29112990
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -3114,6 +3193,11 @@ fb-watchman@^2.0.0:
31143193
dependencies:
31153194
bser "2.1.1"
31163195

3196+
fdir@^6.5.0:
3197+
version "6.5.0"
3198+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
3199+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
3200+
31173201
file-entry-cache@^6.0.1:
31183202
version "6.0.1"
31193203
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -3354,6 +3438,11 @@ ignore@^5.2.0:
33543438
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
33553439
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
33563440

3441+
ignore@^7.0.5:
3442+
version "7.0.5"
3443+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3444+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3445+
33573446
import-fresh@^3.2.1:
33583447
version "3.3.0"
33593448
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4239,6 +4328,13 @@ minimatch@^9.0.4:
42394328
dependencies:
42404329
brace-expansion "^2.0.1"
42414330

4331+
minimatch@^9.0.5:
4332+
version "9.0.5"
4333+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4334+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4335+
dependencies:
4336+
brace-expansion "^2.0.1"
4337+
42424338
minimist@^1.2.5:
42434339
version "1.2.8"
42444340
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4259,11 +4355,6 @@ ms@^2.1.3:
42594355
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
42604356
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
42614357

4262-
natural-compare-lite@^1.4.0:
4263-
version "1.4.0"
4264-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4265-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4266-
42674358
natural-compare@^1.4.0:
42684359
version "1.4.0"
42694360
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4485,6 +4576,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
44854576
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
44864577
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
44874578

4579+
picomatch@^4.0.3:
4580+
version "4.0.3"
4581+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
4582+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
4583+
44884584
pidtree@^0.6.0:
44894585
version "0.6.0"
44904586
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
@@ -5090,6 +5186,14 @@ text-table@^0.2.0:
50905186
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
50915187
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
50925188

5189+
tinyglobby@^0.2.15:
5190+
version "0.2.15"
5191+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
5192+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
5193+
dependencies:
5194+
fdir "^6.5.0"
5195+
picomatch "^4.0.3"
5196+
50935197
tmpl@1.0.5:
50945198
version "1.0.5"
50955199
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -5112,6 +5216,11 @@ ts-api-utils@^1.3.0:
51125216
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
51135217
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
51145218

5219+
ts-api-utils@^2.4.0:
5220+
version "2.4.0"
5221+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
5222+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
5223+
51155224
ts-jest@29.4.6:
51165225
version "29.4.6"
51175226
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.6.tgz#51cb7c133f227396818b71297ad7409bb77106e9"

0 commit comments

Comments
 (0)