Skip to content

Commit 64f66a0

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

2 files changed

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

yarn.lock

Lines changed: 159 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.0":
2101+
version "8.53.0"
2102+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.53.0.tgz#afb966c66a2fdc6158cf81118204a971a36d0fc5"
2103+
integrity sha512-eEXsVvLPu8Z4PkFibtuFJLJOTAV/nPdgtSjkGoPpddpFk3/ym2oy97jynY6ic2m6+nc5M8SE1e9v/mHKsulcJg==
2104+
dependencies:
2105+
"@eslint-community/regexpp" "^4.12.2"
2106+
"@typescript-eslint/scope-manager" "8.53.0"
2107+
"@typescript-eslint/type-utils" "8.53.0"
2108+
"@typescript-eslint/utils" "8.53.0"
2109+
"@typescript-eslint/visitor-keys" "8.53.0"
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.0":
2115+
version "8.53.0"
2116+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.53.0.tgz#d8bed6f12dc74e03751e5f947510ff2b165990c6"
2117+
integrity sha512-npiaib8XzbjtzS2N4HlqPvlpxpmZ14FjSJrteZpPxGUaYPlvhzlzUZ4mZyABo0EFrOWnvyd0Xxroq//hKhtAWg==
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.0"
2120+
"@typescript-eslint/types" "8.53.0"
2121+
"@typescript-eslint/typescript-estree" "8.53.0"
2122+
"@typescript-eslint/visitor-keys" "8.53.0"
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.0":
2126+
version "8.53.0"
2127+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.53.0.tgz#327c67c61c16a1c8b12a440b0779b41eb77cc7df"
2128+
integrity sha512-Bl6Gdr7NqkqIP5yP9z1JU///Nmes4Eose6L1HwpuVHwScgDPPuEWbUVhvlZmb8hy0vX9syLk5EGNL700WcBlbg==
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.0"
2131+
"@typescript-eslint/types" "^8.53.0"
2132+
debug "^4.4.3"
21182133

21192134
"@typescript-eslint/scope-manager@5.62.0":
21202135
version "5.62.0"
@@ -2132,15 +2147,34 @@
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.0":
2151+
version "8.53.0"
2152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.53.0.tgz#f922fcbf0d42e72f065297af31779ccf19de9a97"
2153+
integrity sha512-kWNj3l01eOGSdVBnfAF2K1BTh06WS0Yet6JUgb9Cmkqaz3Jlu0fdVUjj9UI8gPidBWSMqDIglmEXifSgDT/D0g==
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.0"
2156+
"@typescript-eslint/visitor-keys" "8.53.0"
2157+
2158+
"@typescript-eslint/tsconfig-utils@8.53.0":
2159+
version "8.53.0"
2160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.0.tgz#105279d7969a7abdc8345cc9c57cff83cf910f8f"
2161+
integrity sha512-K6Sc0R5GIG6dNoPdOooQ+KtvT5KCKAvTcY8h2rIuul19vxH5OTQk7ArKkd4yTzkw66WnNY0kPPzzcmWA+XRmiA==
2162+
2163+
"@typescript-eslint/tsconfig-utils@^8.53.0":
2164+
version "8.53.1"
2165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.1.tgz#efe80b8d019cd49e5a1cf46c2eb0cd2733076424"
2166+
integrity sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==
2167+
2168+
"@typescript-eslint/type-utils@8.53.0":
2169+
version "8.53.0"
2170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.53.0.tgz#81a0de5c01fc68f6df0591d03cd8226bda01c91f"
2171+
integrity sha512-BBAUhlx7g4SmcLhn8cnbxoxtmS7hcq39xKCgiutL3oNx1TaIp+cny51s8ewnKMpVUKQUGb41RAUWZ9kxYdovuw==
2172+
dependencies:
2173+
"@typescript-eslint/types" "8.53.0"
2174+
"@typescript-eslint/typescript-estree" "8.53.0"
2175+
"@typescript-eslint/utils" "8.53.0"
2176+
debug "^4.4.3"
2177+
ts-api-utils "^2.4.0"
21442178

21452179
"@typescript-eslint/types@5.62.0":
21462180
version "5.62.0"
@@ -2152,6 +2186,16 @@
21522186
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
21532187
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
21542188

2189+
"@typescript-eslint/types@8.53.0":
2190+
version "8.53.0"
2191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.0.tgz#1adcad3fa32bc2c4cbf3785ba07a5e3151819efb"
2192+
integrity sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ==
2193+
2194+
"@typescript-eslint/types@^8.53.0":
2195+
version "8.53.1"
2196+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.1.tgz#101f203f0807a63216cceceedb815fabe21d5793"
2197+
integrity sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==
2198+
21552199
"@typescript-eslint/typescript-estree@5.62.0":
21562200
version "5.62.0"
21572201
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2179,7 +2223,32 @@
21792223
semver "^7.6.0"
21802224
ts-api-utils "^1.3.0"
21812225

2182-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.2":
2226+
"@typescript-eslint/typescript-estree@8.53.0":
2227+
version "8.53.0"
2228+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.0.tgz#7805b46b7a8ce97e91b7bb56fc8b1ba26ca8ef52"
2229+
integrity sha512-pw0c0Gdo7Z4xOG987u3nJ8akL9093yEEKv8QTJ+Bhkghj1xyj8cgPaavlr9rq8h7+s6plUJ4QJYw2gCZodqmGw==
2230+
dependencies:
2231+
"@typescript-eslint/project-service" "8.53.0"
2232+
"@typescript-eslint/tsconfig-utils" "8.53.0"
2233+
"@typescript-eslint/types" "8.53.0"
2234+
"@typescript-eslint/visitor-keys" "8.53.0"
2235+
debug "^4.4.3"
2236+
minimatch "^9.0.5"
2237+
semver "^7.7.3"
2238+
tinyglobby "^0.2.15"
2239+
ts-api-utils "^2.4.0"
2240+
2241+
"@typescript-eslint/utils@8.53.0":
2242+
version "8.53.0"
2243+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.53.0.tgz#bf0a4e2edaf1afc9abce209fc02f8cab0b74af13"
2244+
integrity sha512-XDY4mXTez3Z1iRDI5mbRhH4DFSt46oaIFsLg+Zn97+sYrXACziXSQcSelMybnVZ5pa1P6xYkPr5cMJyunM1ZDA==
2245+
dependencies:
2246+
"@eslint-community/eslint-utils" "^4.9.1"
2247+
"@typescript-eslint/scope-manager" "8.53.0"
2248+
"@typescript-eslint/types" "8.53.0"
2249+
"@typescript-eslint/typescript-estree" "8.53.0"
2250+
2251+
"@typescript-eslint/utils@^5.10.2":
21832252
version "5.62.0"
21842253
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
21852254
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2219,6 +2288,14 @@
22192288
"@typescript-eslint/types" "8.0.0"
22202289
eslint-visitor-keys "^3.4.3"
22212290

2291+
"@typescript-eslint/visitor-keys@8.53.0":
2292+
version "8.53.0"
2293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.0.tgz#9a785664ddae7e3f7e570ad8166e48dbc9c6cf02"
2294+
integrity sha512-LZ2NqIHFhvFwxG0qZeLL9DvdNAHPGCY5dIRwBhyYeU+LfLhcStE1ImjsuTG/WaVh3XysGaeLW8Rqq7cGkPCFvw==
2295+
dependencies:
2296+
"@typescript-eslint/types" "8.53.0"
2297+
eslint-visitor-keys "^4.2.1"
2298+
22222299
"@ungap/structured-clone@^1.2.0":
22232300
version "1.2.0"
22242301
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2727,6 +2804,13 @@ debug@^4.4.1:
27272804
dependencies:
27282805
ms "^2.1.3"
27292806

2807+
debug@^4.4.3:
2808+
version "4.4.3"
2809+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
2810+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
2811+
dependencies:
2812+
ms "^2.1.3"
2813+
27302814
dedent@^1.0.0:
27312815
version "1.2.0"
27322816
resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.2.0.tgz#32039cd75c035f684e01c4a07cb88c0ecbeb57be"
@@ -2906,6 +2990,11 @@ eslint-visitor-keys@^3.4.3:
29062990
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
29072991
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
29082992

2993+
eslint-visitor-keys@^4.2.1:
2994+
version "4.2.1"
2995+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2996+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2997+
29092998
eslint@8.57.1:
29102999
version "8.57.1"
29113000
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -3114,6 +3203,11 @@ fb-watchman@^2.0.0:
31143203
dependencies:
31153204
bser "2.1.1"
31163205

3206+
fdir@^6.5.0:
3207+
version "6.5.0"
3208+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
3209+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
3210+
31173211
file-entry-cache@^6.0.1:
31183212
version "6.0.1"
31193213
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -3354,6 +3448,11 @@ ignore@^5.2.0:
33543448
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
33553449
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
33563450

3451+
ignore@^7.0.5:
3452+
version "7.0.5"
3453+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3454+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3455+
33573456
import-fresh@^3.2.1:
33583457
version "3.3.0"
33593458
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4239,6 +4338,13 @@ minimatch@^9.0.4:
42394338
dependencies:
42404339
brace-expansion "^2.0.1"
42414340

4341+
minimatch@^9.0.5:
4342+
version "9.0.5"
4343+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4344+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4345+
dependencies:
4346+
brace-expansion "^2.0.1"
4347+
42424348
minimist@^1.2.5:
42434349
version "1.2.8"
42444350
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4259,11 +4365,6 @@ ms@^2.1.3:
42594365
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
42604366
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
42614367

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-
42674368
natural-compare@^1.4.0:
42684369
version "1.4.0"
42694370
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4485,6 +4586,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
44854586
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
44864587
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
44874588

4589+
picomatch@^4.0.3:
4590+
version "4.0.3"
4591+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
4592+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
4593+
44884594
pidtree@^0.6.0:
44894595
version "0.6.0"
44904596
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
@@ -5090,6 +5196,14 @@ text-table@^0.2.0:
50905196
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
50915197
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
50925198

5199+
tinyglobby@^0.2.15:
5200+
version "0.2.15"
5201+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
5202+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
5203+
dependencies:
5204+
fdir "^6.5.0"
5205+
picomatch "^4.0.3"
5206+
50935207
tmpl@1.0.5:
50945208
version "1.0.5"
50955209
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -5112,6 +5226,11 @@ ts-api-utils@^1.3.0:
51125226
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
51135227
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
51145228

5229+
ts-api-utils@^2.4.0:
5230+
version "2.4.0"
5231+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
5232+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
5233+
51155234
ts-jest@29.4.6:
51165235
version "29.4.6"
51175236
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.6.tgz#51cb7c133f227396818b71297ad7409bb77106e9"

0 commit comments

Comments
 (0)