19
19
dependencies :
20
20
eslint-visitor-keys "^3.3.0"
21
21
22
- " @eslint-community/regexpp@^4.4.0 " :
23
- version "4.4.0"
24
- resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
25
- integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
22
+ " @eslint-community/eslint-utils@^4.7.0 " :
23
+ version "4.7.0"
24
+ resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
25
+ integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
26
+ dependencies :
27
+ eslint-visitor-keys "^3.4.3"
28
+
29
+ " @eslint-community/regexpp@^4.10.0 " :
30
+ version "4.12.1"
31
+ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
32
+ integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
26
33
27
34
" @eslint-community/regexpp@^4.6.1 " :
28
35
version "4.6.2"
200
207
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
201
208
integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==
202
209
203
- " @types/semver@^7.3.12 " :
204
- version "7.3.12"
205
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
206
- integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
210
+ " @typescript-eslint/eslint-plugin@8.35.0 " :
211
+ version "8.35.0"
212
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.35.0.tgz#515170100ff867445fe0a17ce05c14fc5fd9ca63"
213
+ integrity sha512-ijItUYaiWuce0N1SoSMrEd0b6b6lYkYt99pqCPfybd+HKVXtEvYhICfLdwp42MhiI5mp0oq7PKEL+g1cNiz/Eg==
214
+ dependencies :
215
+ " @eslint-community/regexpp" " ^4.10.0"
216
+ " @typescript-eslint/scope-manager" " 8.35.0"
217
+ " @typescript-eslint/type-utils" " 8.35.0"
218
+ " @typescript-eslint/utils" " 8.35.0"
219
+ " @typescript-eslint/visitor-keys" " 8.35.0"
220
+ graphemer "^1.4.0"
221
+ ignore "^7.0.0"
222
+ natural-compare "^1.4.0"
223
+ ts-api-utils "^2.1.0"
207
224
208
- " @typescript-eslint/eslint-plugin@5.62 .0 " :
209
- version "5.62 .0"
210
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin /-/eslint-plugin-5.62 .0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db "
211
- integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag ==
225
+ " @typescript-eslint/parser@8.35 .0 " :
226
+ version "8.35 .0"
227
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser /-/parser-8.35 .0.tgz#20a0e17778a329a6072722f5ac418d4376b767d2 "
228
+ integrity sha512-6sMvZePQrnZH2/cJkwRpkT7DxoAWh+g6+GFRK6bV3YQo7ogi3SX5rgF6099r5Q53Ma5qeT7LGmOmuIutF4t3lA ==
212
229
dependencies :
213
- " @eslint-community/regexpp " " ^4.4 .0"
214
- " @typescript-eslint/scope-manager " " 5.62 .0"
215
- " @typescript-eslint/type-utils " " 5.62 .0"
216
- " @typescript-eslint/utils " " 5.62 .0"
230
+ " @typescript-eslint/scope-manager " " 8.35 .0"
231
+ " @typescript-eslint/types " " 8.35 .0"
232
+ " @typescript-eslint/typescript-estree " " 8.35 .0"
233
+ " @typescript-eslint/visitor-keys " " 8.35 .0"
217
234
debug "^4.3.4"
218
- graphemer "^1.4.0"
219
- ignore "^5.2.0"
220
- natural-compare-lite "^1.4.0"
221
- semver "^7.3.7"
222
- tsutils "^3.21.0"
223
235
224
- " @typescript-eslint/parser@5.62 .0 " :
225
- version "5.62 .0"
226
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser /-/parser-5.62 .0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7 "
227
- integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA ==
236
+ " @typescript-eslint/project-service@8.35 .0 " :
237
+ version "8.35 .0"
238
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service /-/project-service-8.35 .0.tgz#00bd77e6845fbdb5684c6ab2d8a400a58dcfb07b "
239
+ integrity sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ ==
228
240
dependencies :
229
- " @typescript-eslint/scope-manager" " 5.62.0"
230
- " @typescript-eslint/types" " 5.62.0"
231
- " @typescript-eslint/typescript-estree" " 5.62.0"
241
+ " @typescript-eslint/tsconfig-utils" " ^8.35.0"
242
+ " @typescript-eslint/types" " ^8.35.0"
232
243
debug "^4.3.4"
233
244
234
245
" @typescript-eslint/scope-manager@5.27.1 " :
239
250
" @typescript-eslint/types" " 5.27.1"
240
251
" @typescript-eslint/visitor-keys" " 5.27.1"
241
252
242
- " @typescript-eslint/scope-manager@5.62 .0 " :
243
- version "5.62 .0"
244
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62 .0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c "
245
- integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w ==
253
+ " @typescript-eslint/scope-manager@8.35 .0 " :
254
+ version "8.35 .0"
255
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.35 .0.tgz#8ccb2ab63383544fab98fc4b542d8d141259ff4f "
256
+ integrity sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA ==
246
257
dependencies :
247
- " @typescript-eslint/types" " 5.62.0"
248
- " @typescript-eslint/visitor-keys" " 5.62.0"
258
+ " @typescript-eslint/types" " 8.35.0"
259
+ " @typescript-eslint/visitor-keys" " 8.35.0"
260
+
261
+ " @typescript-eslint/tsconfig-utils@8.35.0" , "@typescript-eslint/tsconfig-utils@^8.35.0":
262
+ version "8.35.0"
263
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz#6e05aeb999999e31d562ceb4fe144f3cbfbd670e"
264
+ integrity sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==
249
265
250
- " @typescript-eslint/type-utils@5.62 .0 " :
251
- version "5.62 .0"
252
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62 .0.tgz#286f0389c41681376cdad96b309cedd17d70346a "
253
- integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew ==
266
+ " @typescript-eslint/type-utils@8.35 .0 " :
267
+ version "8.35 .0"
268
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.35 .0.tgz#0201eae9d83ffcc3451ef8c94f53ecfbf2319ecc "
269
+ integrity sha512-ceNNttjfmSEoM9PW87bWLDEIaLAyR+E6BoYJQ5PfaDau37UGca9Nyq3lBk8Bw2ad0AKvYabz6wxc7DMTO2jnNA ==
254
270
dependencies :
255
- " @typescript-eslint/typescript-estree" " 5.62 .0"
256
- " @typescript-eslint/utils" " 5.62 .0"
271
+ " @typescript-eslint/typescript-estree" " 8.35 .0"
272
+ " @typescript-eslint/utils" " 8.35 .0"
257
273
debug "^4.3.4"
258
- tsutils "^3.21 .0"
274
+ ts-api-utils "^2.1 .0"
259
275
260
276
" @typescript-eslint/types@5.27.1 " :
261
277
version "5.27.1"
262
278
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
263
279
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
264
280
265
- " @typescript-eslint/types@5.62 .0 " :
266
- version "5.62 .0"
267
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62 .0.tgz#258607e60effa309f067608931c3df6fed41fd2f "
268
- integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ ==
281
+ " @typescript-eslint/types@8.35.0 " , "@typescript-eslint/types@^8.35 .0":
282
+ version "8.35 .0"
283
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35 .0.tgz#e60d062907930e30008d796de5c4170f02618a93 "
284
+ integrity sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ ==
269
285
270
286
" @typescript-eslint/typescript-estree@5.27.1 " :
271
287
version "5.27.1"
280
296
semver "^7.3.7"
281
297
tsutils "^3.21.0"
282
298
283
- " @typescript-eslint/typescript-estree@5.62 .0 " :
284
- version "5.62 .0"
285
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62 .0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b "
286
- integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA ==
299
+ " @typescript-eslint/typescript-estree@8.35 .0 " :
300
+ version "8.35 .0"
301
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.35 .0.tgz#86141e6c55b75bc1eaecc0781bd39704de14e52a "
302
+ integrity sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w ==
287
303
dependencies :
288
- " @typescript-eslint/types" " 5.62.0"
289
- " @typescript-eslint/visitor-keys" " 5.62.0"
304
+ " @typescript-eslint/project-service" " 8.35.0"
305
+ " @typescript-eslint/tsconfig-utils" " 8.35.0"
306
+ " @typescript-eslint/types" " 8.35.0"
307
+ " @typescript-eslint/visitor-keys" " 8.35.0"
290
308
debug "^4.3.4"
291
- globby "^11.1.0 "
309
+ fast-glob "^3.3.2 "
292
310
is-glob "^4.0.3"
293
- semver "^7.3.7"
294
- tsutils "^3.21.0"
311
+ minimatch "^9.0.4"
312
+ semver "^7.6.0"
313
+ ts-api-utils "^2.1.0"
295
314
296
- " @typescript-eslint/utils@5.62 .0 " :
297
- version "5.62 .0"
298
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62 .0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86 "
299
- integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ ==
315
+ " @typescript-eslint/utils@8.35 .0 " :
316
+ version "8.35 .0"
317
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.35 .0.tgz#aaf0afab5ab51ea2f1897002907eacd9834606d5 "
318
+ integrity sha512-nqoMu7WWM7ki5tPgLVsmPM8CkqtoPUG6xXGeefM5t4x3XumOEKMoUZPdi+7F+/EotukN4R9OWdmDxN80fqoZeg ==
300
319
dependencies :
301
- " @eslint-community/eslint-utils" " ^4.2.0"
302
- " @types/json-schema" " ^7.0.9"
303
- " @types/semver" " ^7.3.12"
304
- " @typescript-eslint/scope-manager" " 5.62.0"
305
- " @typescript-eslint/types" " 5.62.0"
306
- " @typescript-eslint/typescript-estree" " 5.62.0"
307
- eslint-scope "^5.1.1"
308
- semver "^7.3.7"
320
+ " @eslint-community/eslint-utils" " ^4.7.0"
321
+ " @typescript-eslint/scope-manager" " 8.35.0"
322
+ " @typescript-eslint/types" " 8.35.0"
323
+ " @typescript-eslint/typescript-estree" " 8.35.0"
309
324
310
325
" @typescript-eslint/utils@^5.10.2 " :
311
326
version "5.27.1"
327
342
" @typescript-eslint/types" " 5.27.1"
328
343
eslint-visitor-keys "^3.3.0"
329
344
330
- " @typescript-eslint/visitor-keys@5.62 .0 " :
331
- version "5.62 .0"
332
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62 .0.tgz#2174011917ce582875954ffe2f6912d5931e353e "
333
- integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw ==
345
+ " @typescript-eslint/visitor-keys@8.35 .0 " :
346
+ version "8.35 .0"
347
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.35 .0.tgz#93e905e7f1e94d26a79771d1b1eb0024cb159dbf "
348
+ integrity sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g ==
334
349
dependencies :
335
- " @typescript-eslint/types" " 5.62 .0"
336
- eslint-visitor-keys "^3.3.0 "
350
+ " @typescript-eslint/types" " 8.35 .0"
351
+ eslint-visitor-keys "^4.2.1 "
337
352
338
353
" @ungap/structured-clone@^1.2.0 " :
339
354
version "1.2.0"
@@ -432,6 +447,13 @@ braces@^3.0.1:
432
447
dependencies :
433
448
fill-range "^7.0.1"
434
449
450
+ braces@^3.0.3 :
451
+ version "3.0.3"
452
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
453
+ integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
454
+ dependencies :
455
+ fill-range "^7.1.1"
456
+
435
457
callsites@^3.0.0 :
436
458
version "3.1.0"
437
459
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -601,6 +623,11 @@ eslint-visitor-keys@^3.4.3:
601
623
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
602
624
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
603
625
626
+ eslint-visitor-keys@^4.2.1 :
627
+ version "4.2.1"
628
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
629
+ integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
630
+
604
631
eslint@8.57.1 :
605
632
version "8.57.1"
606
633
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -731,6 +758,17 @@ fast-glob@^3.2.9:
731
758
merge2 "^1.3.0"
732
759
micromatch "^4.0.4"
733
760
761
+ fast-glob@^3.3.2 :
762
+ version "3.3.3"
763
+ resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
764
+ integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
765
+ dependencies :
766
+ " @nodelib/fs.stat" " ^2.0.2"
767
+ " @nodelib/fs.walk" " ^1.2.3"
768
+ glob-parent "^5.1.2"
769
+ merge2 "^1.3.0"
770
+ micromatch "^4.0.8"
771
+
734
772
fast-json-stable-stringify@^2.0.0 :
735
773
version "2.1.0"
736
774
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -767,6 +805,13 @@ fill-range@^7.0.1:
767
805
dependencies :
768
806
to-regex-range "^5.0.1"
769
807
808
+ fill-range@^7.1.1 :
809
+ version "7.1.1"
810
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
811
+ integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
812
+ dependencies :
813
+ to-regex-range "^5.0.1"
814
+
770
815
find-up@^5.0.0 :
771
816
version "5.0.0"
772
817
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
@@ -894,6 +939,11 @@ ignore@^5.2.0:
894
939
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
895
940
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
896
941
942
+ ignore@^7.0.0 :
943
+ version "7.0.5"
944
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
945
+ integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
946
+
897
947
import-fresh@^3.2.1 :
898
948
version "3.2.1"
899
949
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -1066,6 +1116,14 @@ micromatch@^4.0.4:
1066
1116
braces "^3.0.1"
1067
1117
picomatch "^2.2.3"
1068
1118
1119
+ micromatch@^4.0.8 :
1120
+ version "4.0.8"
1121
+ resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
1122
+ integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
1123
+ dependencies :
1124
+ braces "^3.0.3"
1125
+ picomatch "^2.3.1"
1126
+
1069
1127
minimatch@^3.0.4 :
1070
1128
version "3.0.4"
1071
1129
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -1087,6 +1145,13 @@ minimatch@^9.0.1:
1087
1145
dependencies :
1088
1146
brace-expansion "^2.0.1"
1089
1147
1148
+ minimatch@^9.0.4 :
1149
+ version "9.0.5"
1150
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1151
+ integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
1152
+ dependencies :
1153
+ brace-expansion "^2.0.1"
1154
+
1090
1155
" minipass@^5.0.0 || ^6.0.2 || ^7.0.0 " :
1091
1156
version "7.1.2"
1092
1157
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
@@ -1097,11 +1162,6 @@ ms@2.1.2:
1097
1162
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
1098
1163
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
1099
1164
1100
- natural-compare-lite@^1.4.0 :
1101
- version "1.4.0"
1102
- resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1103
- integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1104
-
1105
1165
natural-compare@^1.4.0 :
1106
1166
version "1.4.0"
1107
1167
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -1180,7 +1240,7 @@ path-type@^4.0.0:
1180
1240
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
1181
1241
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
1182
1242
1183
- picomatch@^2.2.3 :
1243
+ picomatch@^2.2.3, picomatch@^2.3.1 :
1184
1244
version "2.3.1"
1185
1245
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
1186
1246
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
@@ -1257,6 +1317,11 @@ semver@^7.3.7:
1257
1317
dependencies :
1258
1318
lru-cache "^6.0.0"
1259
1319
1320
+ semver@^7.6.0 :
1321
+ version "7.7.2"
1322
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
1323
+ integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
1324
+
1260
1325
shebang-command@^2.0.0 :
1261
1326
version "2.0.0"
1262
1327
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -1356,6 +1421,11 @@ to-regex-range@^5.0.1:
1356
1421
dependencies :
1357
1422
is-number "^7.0.0"
1358
1423
1424
+ ts-api-utils@^2.1.0 :
1425
+ version "2.1.0"
1426
+ resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
1427
+ integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
1428
+
1359
1429
tslib@2.4.0 :
1360
1430
version "2.4.0"
1361
1431
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
0 commit comments