create-next-imagicma 0.1.14 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
  3. package/template-hono/.env.example +6 -14
  4. package/template-hono/.imagicma/AGENTS.md +7 -0
  5. package/template-hono/AGENTS.md +98 -120
  6. package/template-hono/README.md +86 -118
  7. package/template-hono/client/index.html +1 -1
  8. package/template-hono/client/public/imagicma-picker-bridge.js +2 -6
  9. package/template-hono/client/public/imagicma-preview-feedback.js +0 -1
  10. package/template-hono/client/src/components/HelloClient.tsx +1 -1
  11. package/template-hono/client/src/globals.css +417 -1
  12. package/template-hono/client/src/lib/imagicma-preview-bridge.ts +1 -1
  13. package/template-hono/client/src/lib/imagicma-preview-picker.ts +28 -130
  14. package/template-hono/client/src/providers.tsx +1 -1
  15. package/template-hono/gitignore +2 -1
  16. package/template-hono/package.json +9 -9
  17. package/template-hono/pnpm-lock.yaml +646 -1173
  18. package/template-hono/server/app.ts +3 -2
  19. package/template-hono/server/controllers/greeting.controller.ts +22 -0
  20. package/template-hono/server/db/index.ts +129 -0
  21. package/template-hono/server/index.ts +3 -3
  22. package/template-hono/server/middlewares/error-handler.ts +8 -0
  23. package/template-hono/server/models/entities/message.entity.ts +13 -0
  24. package/template-hono/server/models/repositories/message.repository.ts +43 -0
  25. package/template-hono/server/models/services/greeting.service.ts +14 -0
  26. package/template-hono/server/models/types/message.ts +7 -0
  27. package/template-hono/server/routes/greeting.ts +1 -1
  28. package/template-hono/shared/constants/greeting.ts +1 -0
  29. package/template-hono/shared/contracts/routes.ts +14 -0
  30. package/template-hono/shared/routes.ts +1 -68
  31. package/template-hono/shared/schema.ts +5 -8
  32. package/template-hono/shared/types/greeting.ts +3 -0
  33. package/template-hono/tailwind.config.mjs +62 -111
  34. package/template-hono/tsconfig.json +3 -2
  35. package/template-hono/tsconfig.server.json +2 -0
  36. package/template-hono/vite.config.ts +4 -4
  37. package/template-hono/client/src/lib/ai-ui-stream.ts +0 -64
  38. package/template-hono/client/src/theme/default-theme.css +0 -482
  39. package/template-hono/drizzle.config.ts +0 -13
  40. package/template-hono/server/controllers/ai-chat-controller.ts +0 -49
  41. package/template-hono/server/controllers/greeting-controller.ts +0 -25
  42. package/template-hono/server/db/client.ts +0 -25
  43. package/template-hono/server/env.ts +0 -89
  44. package/template-hono/server/lib/ai-provider.ts +0 -74
  45. package/template-hono/server/lib/ai.ts +0 -205
  46. package/template-hono/server/middlewares/auth.ts +0 -69
  47. package/template-hono/server/middlewares/index.ts +0 -12
  48. package/template-hono/server/repositories/message-repository.ts +0 -13
  49. package/template-hono/server/routes/ai-chat.ts +0 -9
  50. package/template-hono/shared/schema/greeting.ts +0 -17
@@ -8,12 +8,6 @@ importers:
8
8
 
9
9
  .:
10
10
  dependencies:
11
- '@ai-sdk/openai':
12
- specifier: ^2.0.102
13
- version: 2.0.102(zod@4.3.6)
14
- '@ai-sdk/openai-compatible':
15
- specifier: ^1.0.13
16
- version: 1.0.35(zod@4.3.6)
17
11
  '@hono/node-server':
18
12
  specifier: ^1.19.9
19
13
  version: 1.19.9(hono@4.11.9)
@@ -104,9 +98,9 @@ importers:
104
98
  '@tanstack/react-query':
105
99
  specifier: ^5.60.5
106
100
  version: 5.90.20(react@19.2.3)
107
- ai:
108
- specifier: ^5.0.172
109
- version: 5.0.172(zod@4.3.6)
101
+ better-sqlite3:
102
+ specifier: ^12.9.0
103
+ version: 12.9.0
110
104
  class-variance-authority:
111
105
  specifier: ^0.7.1
112
106
  version: 0.7.1
@@ -116,12 +110,6 @@ importers:
116
110
  cmdk:
117
111
  specifier: ^1.1.1
118
112
  version: 1.1.1(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
119
- drizzle-orm:
120
- specifier: ^0.39.3
121
- version: 0.39.3(@libsql/client@0.17.0)(@opentelemetry/api@1.9.0)(@types/better-sqlite3@7.6.13)(@types/pg@8.20.0)(better-sqlite3@11.10.0)(pg@8.20.0)
122
- drizzle-zod:
123
- specifier: ^0.7.0
124
- version: 0.7.1(drizzle-orm@0.39.3(@libsql/client@0.17.0)(@opentelemetry/api@1.9.0)(@types/better-sqlite3@7.6.13)(@types/pg@8.20.0)(better-sqlite3@11.10.0)(pg@8.20.0))(zod@4.3.6)
125
113
  embla-carousel-react:
126
114
  specifier: ^8.6.0
127
115
  version: 8.6.0(react@19.2.3)
@@ -141,8 +129,8 @@ importers:
141
129
  specifier: ^0.4.6
142
130
  version: 0.4.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
143
131
  pg:
144
- specifier: ^8.20.0
145
- version: 8.20.0
132
+ specifier: ^8.18.0
133
+ version: 8.18.0
146
134
  react:
147
135
  specifier: 19.2.3
148
136
  version: 19.2.3
@@ -164,9 +152,15 @@ importers:
164
152
  recharts:
165
153
  specifier: ^2.15.2
166
154
  version: 2.15.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
155
+ reflect-metadata:
156
+ specifier: ^0.2.2
157
+ version: 0.2.2
167
158
  tailwind-merge:
168
159
  specifier: ^2.6.0
169
160
  version: 2.6.1
161
+ typeorm:
162
+ specifier: ^0.3.27
163
+ version: 0.3.28(better-sqlite3@12.9.0)(pg@8.18.0)
170
164
  vaul:
171
165
  specifier: ^1.1.2
172
166
  version: 1.1.2(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
@@ -183,9 +177,6 @@ importers:
183
177
  '@types/node':
184
178
  specifier: ^20
185
179
  version: 20.19.31
186
- '@types/pg':
187
- specifier: ^8.20.0
188
- version: 8.20.0
189
180
  '@types/react':
190
181
  specifier: ^19
191
182
  version: 19.2.13
@@ -195,9 +186,6 @@ importers:
195
186
  '@vitejs/plugin-react':
196
187
  specifier: ^5.1.0
197
188
  version: 5.1.4(vite@7.3.1(@types/node@20.19.31)(jiti@2.6.1)(lightningcss@1.30.2))
198
- drizzle-kit:
199
- specifier: ^0.31.8
200
- version: 0.31.8
201
189
  eslint:
202
190
  specifier: ^9
203
191
  version: 9.39.2(jiti@2.6.1)
@@ -219,34 +207,6 @@ importers:
219
207
 
220
208
  packages:
221
209
 
222
- '@ai-sdk/gateway@2.0.76':
223
- resolution: {integrity: sha512-NoL38IElvxdxxjnLDPZKapb2oFyZCMhZ3qXHyERpXC5DrRO9CwkY/48/0iXihVeG3srZ04xmxMjjgdmtE8yeQQ==}
224
- engines: {node: '>=18'}
225
- peerDependencies:
226
- zod: ^3.25.76 || ^4.1.8
227
-
228
- '@ai-sdk/openai-compatible@1.0.35':
229
- resolution: {integrity: sha512-wDN0NfYNfe/i+12YR3n6g7zETHNQrw8WJhL9IjgNG1shXdoFDCqzitSz2rYqfqbuKirUIcChrMvjIpcr5nX14w==}
230
- engines: {node: '>=18'}
231
- peerDependencies:
232
- zod: ^3.25.76 || ^4.1.8
233
-
234
- '@ai-sdk/openai@2.0.102':
235
- resolution: {integrity: sha512-tYarHJhyMioGegsnhpqz1/tKoCAJJ6zBHoIQaredNkt8V3o/JXj2647NnEOJVe7WHQXGvCfzbfnP1TADFhPmcA==}
236
- engines: {node: '>=18'}
237
- peerDependencies:
238
- zod: ^3.25.76 || ^4.1.8
239
-
240
- '@ai-sdk/provider-utils@3.0.23':
241
- resolution: {integrity: sha512-60GYsRj5wIJQRcq5YwYJq4KhwLeStceXEJiZdecP1miiH+6FMmrnc7lZDOJoQ6m9lrudEb+uI4LEwddLz5+rPQ==}
242
- engines: {node: '>=18'}
243
- peerDependencies:
244
- zod: ^3.25.76 || ^4.1.8
245
-
246
- '@ai-sdk/provider@2.0.1':
247
- resolution: {integrity: sha512-KCUwswvsC5VsW2PWFqF8eJgSCu5Ysj7m1TxiHTVA6g7k360bk0RNQENT8KTMAYEs+8fWPD3Uu4dEmzGHc+jGng==}
248
- engines: {node: '>=18'}
249
-
250
210
  '@alloc/quick-lru@5.2.0':
251
211
  resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
252
212
  engines: {node: '>=10'}
@@ -341,455 +301,156 @@ packages:
341
301
  '@date-fns/tz@1.4.1':
342
302
  resolution: {integrity: sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==}
343
303
 
344
- '@drizzle-team/brocli@0.10.2':
345
- resolution: {integrity: sha512-z33Il7l5dKjUgGULTqBsQBQwckHh5AbIuxhdsIxDDiZAzBOrZO6q9ogcWC65kU382AfynTfgNumVcNIjuIua6w==}
346
-
347
- '@esbuild-kit/core-utils@3.3.2':
348
- resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==}
349
- deprecated: 'Merged into tsx: https://tsx.is'
350
-
351
- '@esbuild-kit/esm-loader@2.6.5':
352
- resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==}
353
- deprecated: 'Merged into tsx: https://tsx.is'
354
-
355
- '@esbuild/aix-ppc64@0.25.12':
356
- resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
357
- engines: {node: '>=18'}
358
- cpu: [ppc64]
359
- os: [aix]
360
-
361
304
  '@esbuild/aix-ppc64@0.27.3':
362
305
  resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==}
363
306
  engines: {node: '>=18'}
364
307
  cpu: [ppc64]
365
308
  os: [aix]
366
309
 
367
- '@esbuild/android-arm64@0.18.20':
368
- resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
369
- engines: {node: '>=12'}
370
- cpu: [arm64]
371
- os: [android]
372
-
373
- '@esbuild/android-arm64@0.25.12':
374
- resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
375
- engines: {node: '>=18'}
376
- cpu: [arm64]
377
- os: [android]
378
-
379
310
  '@esbuild/android-arm64@0.27.3':
380
311
  resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==}
381
312
  engines: {node: '>=18'}
382
313
  cpu: [arm64]
383
314
  os: [android]
384
315
 
385
- '@esbuild/android-arm@0.18.20':
386
- resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
387
- engines: {node: '>=12'}
388
- cpu: [arm]
389
- os: [android]
390
-
391
- '@esbuild/android-arm@0.25.12':
392
- resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
393
- engines: {node: '>=18'}
394
- cpu: [arm]
395
- os: [android]
396
-
397
316
  '@esbuild/android-arm@0.27.3':
398
317
  resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==}
399
318
  engines: {node: '>=18'}
400
319
  cpu: [arm]
401
320
  os: [android]
402
321
 
403
- '@esbuild/android-x64@0.18.20':
404
- resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
405
- engines: {node: '>=12'}
406
- cpu: [x64]
407
- os: [android]
408
-
409
- '@esbuild/android-x64@0.25.12':
410
- resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
411
- engines: {node: '>=18'}
412
- cpu: [x64]
413
- os: [android]
414
-
415
322
  '@esbuild/android-x64@0.27.3':
416
323
  resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==}
417
324
  engines: {node: '>=18'}
418
325
  cpu: [x64]
419
326
  os: [android]
420
327
 
421
- '@esbuild/darwin-arm64@0.18.20':
422
- resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
423
- engines: {node: '>=12'}
424
- cpu: [arm64]
425
- os: [darwin]
426
-
427
- '@esbuild/darwin-arm64@0.25.12':
428
- resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
429
- engines: {node: '>=18'}
430
- cpu: [arm64]
431
- os: [darwin]
432
-
433
328
  '@esbuild/darwin-arm64@0.27.3':
434
329
  resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==}
435
330
  engines: {node: '>=18'}
436
331
  cpu: [arm64]
437
332
  os: [darwin]
438
333
 
439
- '@esbuild/darwin-x64@0.18.20':
440
- resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
441
- engines: {node: '>=12'}
442
- cpu: [x64]
443
- os: [darwin]
444
-
445
- '@esbuild/darwin-x64@0.25.12':
446
- resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
447
- engines: {node: '>=18'}
448
- cpu: [x64]
449
- os: [darwin]
450
-
451
334
  '@esbuild/darwin-x64@0.27.3':
452
335
  resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==}
453
336
  engines: {node: '>=18'}
454
337
  cpu: [x64]
455
338
  os: [darwin]
456
339
 
457
- '@esbuild/freebsd-arm64@0.18.20':
458
- resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
459
- engines: {node: '>=12'}
460
- cpu: [arm64]
461
- os: [freebsd]
462
-
463
- '@esbuild/freebsd-arm64@0.25.12':
464
- resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
465
- engines: {node: '>=18'}
466
- cpu: [arm64]
467
- os: [freebsd]
468
-
469
340
  '@esbuild/freebsd-arm64@0.27.3':
470
341
  resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==}
471
342
  engines: {node: '>=18'}
472
343
  cpu: [arm64]
473
344
  os: [freebsd]
474
345
 
475
- '@esbuild/freebsd-x64@0.18.20':
476
- resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
477
- engines: {node: '>=12'}
478
- cpu: [x64]
479
- os: [freebsd]
480
-
481
- '@esbuild/freebsd-x64@0.25.12':
482
- resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
483
- engines: {node: '>=18'}
484
- cpu: [x64]
485
- os: [freebsd]
486
-
487
346
  '@esbuild/freebsd-x64@0.27.3':
488
347
  resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==}
489
348
  engines: {node: '>=18'}
490
349
  cpu: [x64]
491
350
  os: [freebsd]
492
351
 
493
- '@esbuild/linux-arm64@0.18.20':
494
- resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
495
- engines: {node: '>=12'}
496
- cpu: [arm64]
497
- os: [linux]
498
-
499
- '@esbuild/linux-arm64@0.25.12':
500
- resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
501
- engines: {node: '>=18'}
502
- cpu: [arm64]
503
- os: [linux]
504
-
505
352
  '@esbuild/linux-arm64@0.27.3':
506
353
  resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==}
507
354
  engines: {node: '>=18'}
508
355
  cpu: [arm64]
509
356
  os: [linux]
510
357
 
511
- '@esbuild/linux-arm@0.18.20':
512
- resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
513
- engines: {node: '>=12'}
514
- cpu: [arm]
515
- os: [linux]
516
-
517
- '@esbuild/linux-arm@0.25.12':
518
- resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
519
- engines: {node: '>=18'}
520
- cpu: [arm]
521
- os: [linux]
522
-
523
358
  '@esbuild/linux-arm@0.27.3':
524
359
  resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==}
525
360
  engines: {node: '>=18'}
526
361
  cpu: [arm]
527
362
  os: [linux]
528
363
 
529
- '@esbuild/linux-ia32@0.18.20':
530
- resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
531
- engines: {node: '>=12'}
532
- cpu: [ia32]
533
- os: [linux]
534
-
535
- '@esbuild/linux-ia32@0.25.12':
536
- resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
537
- engines: {node: '>=18'}
538
- cpu: [ia32]
539
- os: [linux]
540
-
541
364
  '@esbuild/linux-ia32@0.27.3':
542
365
  resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==}
543
366
  engines: {node: '>=18'}
544
367
  cpu: [ia32]
545
368
  os: [linux]
546
369
 
547
- '@esbuild/linux-loong64@0.18.20':
548
- resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
549
- engines: {node: '>=12'}
550
- cpu: [loong64]
551
- os: [linux]
552
-
553
- '@esbuild/linux-loong64@0.25.12':
554
- resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
555
- engines: {node: '>=18'}
556
- cpu: [loong64]
557
- os: [linux]
558
-
559
370
  '@esbuild/linux-loong64@0.27.3':
560
371
  resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==}
561
372
  engines: {node: '>=18'}
562
373
  cpu: [loong64]
563
374
  os: [linux]
564
375
 
565
- '@esbuild/linux-mips64el@0.18.20':
566
- resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
567
- engines: {node: '>=12'}
568
- cpu: [mips64el]
569
- os: [linux]
570
-
571
- '@esbuild/linux-mips64el@0.25.12':
572
- resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
573
- engines: {node: '>=18'}
574
- cpu: [mips64el]
575
- os: [linux]
576
-
577
376
  '@esbuild/linux-mips64el@0.27.3':
578
377
  resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==}
579
378
  engines: {node: '>=18'}
580
379
  cpu: [mips64el]
581
380
  os: [linux]
582
381
 
583
- '@esbuild/linux-ppc64@0.18.20':
584
- resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
585
- engines: {node: '>=12'}
586
- cpu: [ppc64]
587
- os: [linux]
588
-
589
- '@esbuild/linux-ppc64@0.25.12':
590
- resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
591
- engines: {node: '>=18'}
592
- cpu: [ppc64]
593
- os: [linux]
594
-
595
382
  '@esbuild/linux-ppc64@0.27.3':
596
383
  resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==}
597
384
  engines: {node: '>=18'}
598
385
  cpu: [ppc64]
599
386
  os: [linux]
600
387
 
601
- '@esbuild/linux-riscv64@0.18.20':
602
- resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
603
- engines: {node: '>=12'}
604
- cpu: [riscv64]
605
- os: [linux]
606
-
607
- '@esbuild/linux-riscv64@0.25.12':
608
- resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
609
- engines: {node: '>=18'}
610
- cpu: [riscv64]
611
- os: [linux]
612
-
613
388
  '@esbuild/linux-riscv64@0.27.3':
614
389
  resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==}
615
390
  engines: {node: '>=18'}
616
391
  cpu: [riscv64]
617
392
  os: [linux]
618
393
 
619
- '@esbuild/linux-s390x@0.18.20':
620
- resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
621
- engines: {node: '>=12'}
622
- cpu: [s390x]
623
- os: [linux]
624
-
625
- '@esbuild/linux-s390x@0.25.12':
626
- resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
627
- engines: {node: '>=18'}
628
- cpu: [s390x]
629
- os: [linux]
630
-
631
394
  '@esbuild/linux-s390x@0.27.3':
632
395
  resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==}
633
396
  engines: {node: '>=18'}
634
397
  cpu: [s390x]
635
398
  os: [linux]
636
399
 
637
- '@esbuild/linux-x64@0.18.20':
638
- resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
639
- engines: {node: '>=12'}
640
- cpu: [x64]
641
- os: [linux]
642
-
643
- '@esbuild/linux-x64@0.25.12':
644
- resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
645
- engines: {node: '>=18'}
646
- cpu: [x64]
647
- os: [linux]
648
-
649
400
  '@esbuild/linux-x64@0.27.3':
650
401
  resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==}
651
402
  engines: {node: '>=18'}
652
403
  cpu: [x64]
653
404
  os: [linux]
654
405
 
655
- '@esbuild/netbsd-arm64@0.25.12':
656
- resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
657
- engines: {node: '>=18'}
658
- cpu: [arm64]
659
- os: [netbsd]
660
-
661
406
  '@esbuild/netbsd-arm64@0.27.3':
662
407
  resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==}
663
408
  engines: {node: '>=18'}
664
409
  cpu: [arm64]
665
410
  os: [netbsd]
666
411
 
667
- '@esbuild/netbsd-x64@0.18.20':
668
- resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
669
- engines: {node: '>=12'}
670
- cpu: [x64]
671
- os: [netbsd]
672
-
673
- '@esbuild/netbsd-x64@0.25.12':
674
- resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
675
- engines: {node: '>=18'}
676
- cpu: [x64]
677
- os: [netbsd]
678
-
679
412
  '@esbuild/netbsd-x64@0.27.3':
680
413
  resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==}
681
414
  engines: {node: '>=18'}
682
415
  cpu: [x64]
683
416
  os: [netbsd]
684
417
 
685
- '@esbuild/openbsd-arm64@0.25.12':
686
- resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
687
- engines: {node: '>=18'}
688
- cpu: [arm64]
689
- os: [openbsd]
690
-
691
418
  '@esbuild/openbsd-arm64@0.27.3':
692
419
  resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==}
693
420
  engines: {node: '>=18'}
694
421
  cpu: [arm64]
695
422
  os: [openbsd]
696
423
 
697
- '@esbuild/openbsd-x64@0.18.20':
698
- resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
699
- engines: {node: '>=12'}
700
- cpu: [x64]
701
- os: [openbsd]
702
-
703
- '@esbuild/openbsd-x64@0.25.12':
704
- resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
705
- engines: {node: '>=18'}
706
- cpu: [x64]
707
- os: [openbsd]
708
-
709
424
  '@esbuild/openbsd-x64@0.27.3':
710
425
  resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==}
711
426
  engines: {node: '>=18'}
712
427
  cpu: [x64]
713
428
  os: [openbsd]
714
429
 
715
- '@esbuild/openharmony-arm64@0.25.12':
716
- resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
717
- engines: {node: '>=18'}
718
- cpu: [arm64]
719
- os: [openharmony]
720
-
721
430
  '@esbuild/openharmony-arm64@0.27.3':
722
431
  resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==}
723
432
  engines: {node: '>=18'}
724
433
  cpu: [arm64]
725
434
  os: [openharmony]
726
435
 
727
- '@esbuild/sunos-x64@0.18.20':
728
- resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
729
- engines: {node: '>=12'}
730
- cpu: [x64]
731
- os: [sunos]
732
-
733
- '@esbuild/sunos-x64@0.25.12':
734
- resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
735
- engines: {node: '>=18'}
736
- cpu: [x64]
737
- os: [sunos]
738
-
739
436
  '@esbuild/sunos-x64@0.27.3':
740
437
  resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==}
741
438
  engines: {node: '>=18'}
742
439
  cpu: [x64]
743
440
  os: [sunos]
744
441
 
745
- '@esbuild/win32-arm64@0.18.20':
746
- resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
747
- engines: {node: '>=12'}
748
- cpu: [arm64]
749
- os: [win32]
750
-
751
- '@esbuild/win32-arm64@0.25.12':
752
- resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
753
- engines: {node: '>=18'}
754
- cpu: [arm64]
755
- os: [win32]
756
-
757
442
  '@esbuild/win32-arm64@0.27.3':
758
443
  resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==}
759
444
  engines: {node: '>=18'}
760
445
  cpu: [arm64]
761
446
  os: [win32]
762
447
 
763
- '@esbuild/win32-ia32@0.18.20':
764
- resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
765
- engines: {node: '>=12'}
766
- cpu: [ia32]
767
- os: [win32]
768
-
769
- '@esbuild/win32-ia32@0.25.12':
770
- resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
771
- engines: {node: '>=18'}
772
- cpu: [ia32]
773
- os: [win32]
774
-
775
448
  '@esbuild/win32-ia32@0.27.3':
776
449
  resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==}
777
450
  engines: {node: '>=18'}
778
451
  cpu: [ia32]
779
452
  os: [win32]
780
453
 
781
- '@esbuild/win32-x64@0.18.20':
782
- resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
783
- engines: {node: '>=12'}
784
- cpu: [x64]
785
- os: [win32]
786
-
787
- '@esbuild/win32-x64@0.25.12':
788
- resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
789
- engines: {node: '>=18'}
790
- cpu: [x64]
791
- os: [win32]
792
-
793
454
  '@esbuild/win32-x64@0.27.3':
794
455
  resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==}
795
456
  engines: {node: '>=18'}
@@ -890,6 +551,10 @@ packages:
890
551
  resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
891
552
  engines: {node: '>=18.18'}
892
553
 
554
+ '@isaacs/cliui@8.0.2':
555
+ resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
556
+ engines: {node: '>=12'}
557
+
893
558
  '@jridgewell/gen-mapping@0.3.13':
894
559
  resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
895
560
 
@@ -906,69 +571,9 @@ packages:
906
571
  '@jridgewell/trace-mapping@0.3.31':
907
572
  resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
908
573
 
909
- '@libsql/client@0.17.0':
910
- resolution: {integrity: sha512-TLjSU9Otdpq0SpKHl1tD1Nc9MKhrsZbCFGot3EbCxRa8m1E5R1mMwoOjKMMM31IyF7fr+hPNHLpYfwbMKNusmg==}
911
-
912
- '@libsql/core@0.17.0':
913
- resolution: {integrity: sha512-hnZRnJHiS+nrhHKLGYPoJbc78FE903MSDrFJTbftxo+e52X+E0Y0fHOCVYsKWcg6XgB7BbJYUrz/xEkVTSaipw==}
914
-
915
- '@libsql/darwin-arm64@0.5.22':
916
- resolution: {integrity: sha512-4B8ZlX3nIDPndfct7GNe0nI3Yw6ibocEicWdC4fvQbSs/jdq/RC2oCsoJxJ4NzXkvktX70C1J4FcmmoBy069UA==}
917
- cpu: [arm64]
918
- os: [darwin]
919
-
920
- '@libsql/darwin-x64@0.5.22':
921
- resolution: {integrity: sha512-ny2HYWt6lFSIdNFzUFIJ04uiW6finXfMNJ7wypkAD8Pqdm6nAByO+Fdqu8t7sD0sqJGeUCiOg480icjyQ2/8VA==}
922
- cpu: [x64]
923
- os: [darwin]
924
-
925
- '@libsql/hrana-client@0.9.0':
926
- resolution: {integrity: sha512-pxQ1986AuWfPX4oXzBvLwBnfgKDE5OMhAdR/5cZmRaB4Ygz5MecQybvwZupnRz341r2CtFmbk/BhSu7k2Lm+Jw==}
927
-
928
- '@libsql/isomorphic-ws@0.1.5':
929
- resolution: {integrity: sha512-DtLWIH29onUYR00i0GlQ3UdcTRC6EP4u9w/h9LxpUZJWRMARk6dQwZ6Jkd+QdwVpuAOrdxt18v0K2uIYR3fwFg==}
930
-
931
- '@libsql/linux-arm-gnueabihf@0.5.22':
932
- resolution: {integrity: sha512-3Uo3SoDPJe/zBnyZKosziRGtszXaEtv57raWrZIahtQDsjxBVjuzYQinCm9LRCJCUT5t2r5Z5nLDPJi2CwZVoA==}
933
- cpu: [arm]
934
- os: [linux]
935
-
936
- '@libsql/linux-arm-musleabihf@0.5.22':
937
- resolution: {integrity: sha512-LCsXh07jvSojTNJptT9CowOzwITznD+YFGGW+1XxUr7fS+7/ydUrpDfsMX7UqTqjm7xG17eq86VkWJgHJfvpNg==}
938
- cpu: [arm]
939
- os: [linux]
940
-
941
- '@libsql/linux-arm64-gnu@0.5.22':
942
- resolution: {integrity: sha512-KSdnOMy88c9mpOFKUEzPskSaF3VLflfSUCBwas/pn1/sV3pEhtMF6H8VUCd2rsedwoukeeCSEONqX7LLnQwRMA==}
943
- cpu: [arm64]
944
- os: [linux]
945
-
946
- '@libsql/linux-arm64-musl@0.5.22':
947
- resolution: {integrity: sha512-mCHSMAsDTLK5YH//lcV3eFEgiR23Ym0U9oEvgZA0667gqRZg/2px+7LshDvErEKv2XZ8ixzw3p1IrBzLQHGSsw==}
948
- cpu: [arm64]
949
- os: [linux]
950
-
951
- '@libsql/linux-x64-gnu@0.5.22':
952
- resolution: {integrity: sha512-kNBHaIkSg78Y4BqAdgjcR2mBilZXs4HYkAmi58J+4GRwDQZh5fIUWbnQvB9f95DkWUIGVeenqLRFY2pcTmlsew==}
953
- cpu: [x64]
954
- os: [linux]
955
-
956
- '@libsql/linux-x64-musl@0.5.22':
957
- resolution: {integrity: sha512-UZ4Xdxm4pu3pQXjvfJiyCzZop/9j/eA2JjmhMaAhe3EVLH2g11Fy4fwyUp9sT1QJYR1kpc2JLuybPM0kuXv/Tg==}
958
- cpu: [x64]
959
- os: [linux]
960
-
961
- '@libsql/win32-x64-msvc@0.5.22':
962
- resolution: {integrity: sha512-Fj0j8RnBpo43tVZUVoNK6BV/9AtDUM5S7DF3LB4qTYg1LMSZqi3yeCneUTLJD6XomQJlZzbI4mst89yspVSAnA==}
963
- cpu: [x64]
964
- os: [win32]
965
-
966
- '@neon-rs/load@0.0.4':
967
- resolution: {integrity: sha512-kTPhdZyTQxB+2wpiRcFWrDcejc4JI6tkPuS7UZCG4l6Zvc5kU/gGQ/ozvHTh1XR5tS+UlfAfGuPajjzQjCiHCw==}
968
-
969
- '@opentelemetry/api@1.9.0':
970
- resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==}
971
- engines: {node: '>=8.0.0'}
574
+ '@pkgjs/parseargs@0.11.0':
575
+ resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
576
+ engines: {node: '>=14'}
972
577
 
973
578
  '@radix-ui/number@1.1.1':
974
579
  resolution: {integrity: sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==}
@@ -1771,8 +1376,8 @@ packages:
1771
1376
  cpu: [x64]
1772
1377
  os: [win32]
1773
1378
 
1774
- '@standard-schema/spec@1.1.0':
1775
- resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
1379
+ '@sqltools/formatter@1.2.5':
1380
+ resolution: {integrity: sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==}
1776
1381
 
1777
1382
  '@tailwindcss/node@4.1.18':
1778
1383
  resolution: {integrity: sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==}
@@ -1886,9 +1491,6 @@ packages:
1886
1491
  '@types/babel__traverse@7.28.0':
1887
1492
  resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
1888
1493
 
1889
- '@types/better-sqlite3@7.6.13':
1890
- resolution: {integrity: sha512-NMv9ASNARoKksWtsq/SHakpYAYnhBrQgGD8zkLYk/jaK8jUGn08CfEdTRgYhMypUQAfzSP8W6gNLe0q19/t4VA==}
1891
-
1892
1494
  '@types/d3-array@3.2.2':
1893
1495
  resolution: {integrity: sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==}
1894
1496
 
@@ -1925,9 +1527,6 @@ packages:
1925
1527
  '@types/node@20.19.31':
1926
1528
  resolution: {integrity: sha512-5jsi0wpncvTD33Sh1UCgacK37FFwDn+EG7wCmEvs62fCvBL+n8/76cAYDok21NF6+jaVWIqKwCZyX7Vbu8eB3A==}
1927
1529
 
1928
- '@types/pg@8.20.0':
1929
- resolution: {integrity: sha512-bEPFOaMAHTEP1EzpvHTbmwR8UsFyHSKsRisLIHVMXnpNefSbGA1bD6CVy+qKjGSqmZqNqBDV2azOBo8TgkcVow==}
1930
-
1931
1530
  '@types/react-dom@19.2.3':
1932
1531
  resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
1933
1532
  peerDependencies:
@@ -1936,13 +1535,6 @@ packages:
1936
1535
  '@types/react@19.2.13':
1937
1536
  resolution: {integrity: sha512-KkiJeU6VbYbUOp5ITMIc7kBfqlYkKA5KhEHVrGMmUUMt7NeaZg65ojdPk+FtNrBAOXNVM5QM72jnADjM+XVRAQ==}
1938
1537
 
1939
- '@types/ws@8.18.1':
1940
- resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
1941
-
1942
- '@vercel/oidc@3.1.0':
1943
- resolution: {integrity: sha512-Fw28YZpRnA3cAHHDlkt7xQHiJ0fcL+NRcIqsocZQUSmbzeIKRpwttJjik5ZGanXP+vlA4SbTg+AbA3bP363l+w==}
1944
- engines: {node: '>= 20'}
1945
-
1946
1538
  '@vitejs/plugin-react@5.1.4':
1947
1539
  resolution: {integrity: sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==}
1948
1540
  engines: {node: ^20.19.0 || >=22.12.0}
@@ -1959,19 +1551,33 @@ packages:
1959
1551
  engines: {node: '>=0.4.0'}
1960
1552
  hasBin: true
1961
1553
 
1962
- ai@5.0.172:
1963
- resolution: {integrity: sha512-MjHohHMW9HkdsmVUA/gfV3FYeezu+cAXADg2b8HdRwuHjEg3GsL0WqjIfgb0Z9ntEqyzcgy9oJKe4yloEIpQAw==}
1964
- engines: {node: '>=18'}
1965
- peerDependencies:
1966
- zod: ^3.25.76 || ^4.1.8
1967
-
1968
1554
  ajv@6.12.6:
1969
1555
  resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
1970
1556
 
1557
+ ansi-regex@5.0.1:
1558
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
1559
+ engines: {node: '>=8'}
1560
+
1561
+ ansi-regex@6.2.2:
1562
+ resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==}
1563
+ engines: {node: '>=12'}
1564
+
1971
1565
  ansi-styles@4.3.0:
1972
1566
  resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
1973
1567
  engines: {node: '>=8'}
1974
1568
 
1569
+ ansi-styles@6.2.3:
1570
+ resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
1571
+ engines: {node: '>=12'}
1572
+
1573
+ ansis@4.2.0:
1574
+ resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==}
1575
+ engines: {node: '>=14'}
1576
+
1577
+ app-root-path@3.1.0:
1578
+ resolution: {integrity: sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==}
1579
+ engines: {node: '>= 6.0.0'}
1580
+
1975
1581
  argparse@2.0.1:
1976
1582
  resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
1977
1583
 
@@ -1979,6 +1585,10 @@ packages:
1979
1585
  resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
1980
1586
  engines: {node: '>=10'}
1981
1587
 
1588
+ available-typed-arrays@1.0.7:
1589
+ resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
1590
+ engines: {node: '>= 0.4'}
1591
+
1982
1592
  balanced-match@1.0.2:
1983
1593
  resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
1984
1594
 
@@ -1993,8 +1603,9 @@ packages:
1993
1603
  resolution: {integrity: sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==}
1994
1604
  hasBin: true
1995
1605
 
1996
- better-sqlite3@11.10.0:
1997
- resolution: {integrity: sha512-EwhOpyXiOEL/lKzHz9AW1msWFNzGc/z+LzeB3/jnFJpxu+th2yqvzsSWas1v9jgs9+xiXJcD5A8CJxAG2TaghQ==}
1606
+ better-sqlite3@12.9.0:
1607
+ resolution: {integrity: sha512-wqUv4Gm3toFpHDQmaKD4QhZm3g1DjUBI0yzS4UBl6lElUmXFYdTQmmEDpAFa5o8FiFiymURypEnfVHzILKaxqQ==}
1608
+ engines: {node: 20.x || 22.x || 23.x || 24.x || 25.x}
1998
1609
 
1999
1610
  bindings@1.5.0:
2000
1611
  resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==}
@@ -2017,12 +1628,24 @@ packages:
2017
1628
  engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
2018
1629
  hasBin: true
2019
1630
 
2020
- buffer-from@1.1.2:
2021
- resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
2022
-
2023
1631
  buffer@5.7.1:
2024
1632
  resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
2025
1633
 
1634
+ buffer@6.0.3:
1635
+ resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
1636
+
1637
+ call-bind-apply-helpers@1.0.2:
1638
+ resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
1639
+ engines: {node: '>= 0.4'}
1640
+
1641
+ call-bind@1.0.9:
1642
+ resolution: {integrity: sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==}
1643
+ engines: {node: '>= 0.4'}
1644
+
1645
+ call-bound@1.0.4:
1646
+ resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
1647
+ engines: {node: '>= 0.4'}
1648
+
2026
1649
  callsites@3.1.0:
2027
1650
  resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
2028
1651
  engines: {node: '>=6'}
@@ -2040,6 +1663,10 @@ packages:
2040
1663
  class-variance-authority@0.7.1:
2041
1664
  resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
2042
1665
 
1666
+ cliui@8.0.1:
1667
+ resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
1668
+ engines: {node: '>=12'}
1669
+
2043
1670
  clsx@2.1.1:
2044
1671
  resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
2045
1672
  engines: {node: '>=6'}
@@ -2063,9 +1690,6 @@ packages:
2063
1690
  convert-source-map@2.0.0:
2064
1691
  resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
2065
1692
 
2066
- cross-fetch@4.1.0:
2067
- resolution: {integrity: sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==}
2068
-
2069
1693
  cross-spawn@7.0.6:
2070
1694
  resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
2071
1695
  engines: {node: '>= 8'}
@@ -2117,16 +1741,15 @@ packages:
2117
1741
  resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==}
2118
1742
  engines: {node: '>=12'}
2119
1743
 
2120
- data-uri-to-buffer@4.0.1:
2121
- resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
2122
- engines: {node: '>= 12'}
2123
-
2124
1744
  date-fns-jalali@4.1.0-0:
2125
1745
  resolution: {integrity: sha512-hTIP/z+t+qKwBDcmmsnmjWTduxCg+5KfdqWQvb2X/8C9+knYY6epN/pfxdDuyVlSVeFz0sM5eEfwIUQ70U4ckg==}
2126
1746
 
2127
1747
  date-fns@4.1.0:
2128
1748
  resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==}
2129
1749
 
1750
+ dayjs@1.11.20:
1751
+ resolution: {integrity: sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==}
1752
+
2130
1753
  debug@4.4.3:
2131
1754
  resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
2132
1755
  engines: {node: '>=6.0'}
@@ -2143,6 +1766,14 @@ packages:
2143
1766
  resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
2144
1767
  engines: {node: '>=10'}
2145
1768
 
1769
+ dedent@1.7.2:
1770
+ resolution: {integrity: sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==}
1771
+ peerDependencies:
1772
+ babel-plugin-macros: ^3.1.0
1773
+ peerDependenciesMeta:
1774
+ babel-plugin-macros:
1775
+ optional: true
1776
+
2146
1777
  deep-extend@0.6.0:
2147
1778
  resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==}
2148
1779
  engines: {node: '>=4.0.0'}
@@ -2150,9 +1781,9 @@ packages:
2150
1781
  deep-is@0.1.4:
2151
1782
  resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
2152
1783
 
2153
- detect-libc@2.0.2:
2154
- resolution: {integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==}
2155
- engines: {node: '>=8'}
1784
+ define-data-property@1.1.4:
1785
+ resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
1786
+ engines: {node: '>= 0.4'}
2156
1787
 
2157
1788
  detect-libc@2.1.2:
2158
1789
  resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
@@ -2164,101 +1795,16 @@ packages:
2164
1795
  dom-helpers@5.2.1:
2165
1796
  resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==}
2166
1797
 
2167
- drizzle-kit@0.31.8:
2168
- resolution: {integrity: sha512-O9EC/miwdnRDY10qRxM8P3Pg8hXe3LyU4ZipReKOgTwn4OqANmftj8XJz1UPUAS6NMHf0E2htjsbQujUTkncCg==}
2169
- hasBin: true
1798
+ dotenv@16.6.1:
1799
+ resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
1800
+ engines: {node: '>=12'}
2170
1801
 
2171
- drizzle-orm@0.39.3:
2172
- resolution: {integrity: sha512-EZ8ZpYvDIvKU9C56JYLOmUskazhad+uXZCTCRN4OnRMsL+xAJ05dv1eCpAG5xzhsm1hqiuC5kAZUCS924u2DTw==}
2173
- peerDependencies:
2174
- '@aws-sdk/client-rds-data': '>=3'
2175
- '@cloudflare/workers-types': '>=4'
2176
- '@electric-sql/pglite': '>=0.2.0'
2177
- '@libsql/client': '>=0.10.0'
2178
- '@libsql/client-wasm': '>=0.10.0'
2179
- '@neondatabase/serverless': '>=0.10.0'
2180
- '@op-engineering/op-sqlite': '>=2'
2181
- '@opentelemetry/api': ^1.4.1
2182
- '@planetscale/database': '>=1'
2183
- '@prisma/client': '*'
2184
- '@tidbcloud/serverless': '*'
2185
- '@types/better-sqlite3': '*'
2186
- '@types/pg': '*'
2187
- '@types/sql.js': '*'
2188
- '@vercel/postgres': '>=0.8.0'
2189
- '@xata.io/client': '*'
2190
- better-sqlite3: '>=7'
2191
- bun-types: '*'
2192
- expo-sqlite: '>=14.0.0'
2193
- knex: '*'
2194
- kysely: '*'
2195
- mysql2: '>=2'
2196
- pg: '>=8'
2197
- postgres: '>=3'
2198
- prisma: '*'
2199
- sql.js: '>=1'
2200
- sqlite3: '>=5'
2201
- peerDependenciesMeta:
2202
- '@aws-sdk/client-rds-data':
2203
- optional: true
2204
- '@cloudflare/workers-types':
2205
- optional: true
2206
- '@electric-sql/pglite':
2207
- optional: true
2208
- '@libsql/client':
2209
- optional: true
2210
- '@libsql/client-wasm':
2211
- optional: true
2212
- '@neondatabase/serverless':
2213
- optional: true
2214
- '@op-engineering/op-sqlite':
2215
- optional: true
2216
- '@opentelemetry/api':
2217
- optional: true
2218
- '@planetscale/database':
2219
- optional: true
2220
- '@prisma/client':
2221
- optional: true
2222
- '@tidbcloud/serverless':
2223
- optional: true
2224
- '@types/better-sqlite3':
2225
- optional: true
2226
- '@types/pg':
2227
- optional: true
2228
- '@types/sql.js':
2229
- optional: true
2230
- '@vercel/postgres':
2231
- optional: true
2232
- '@xata.io/client':
2233
- optional: true
2234
- better-sqlite3:
2235
- optional: true
2236
- bun-types:
2237
- optional: true
2238
- expo-sqlite:
2239
- optional: true
2240
- knex:
2241
- optional: true
2242
- kysely:
2243
- optional: true
2244
- mysql2:
2245
- optional: true
2246
- pg:
2247
- optional: true
2248
- postgres:
2249
- optional: true
2250
- prisma:
2251
- optional: true
2252
- sql.js:
2253
- optional: true
2254
- sqlite3:
2255
- optional: true
1802
+ dunder-proto@1.0.1:
1803
+ resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
1804
+ engines: {node: '>= 0.4'}
2256
1805
 
2257
- drizzle-zod@0.7.1:
2258
- resolution: {integrity: sha512-nZzALOdz44/AL2U005UlmMqaQ1qe5JfanvLujiTHiiT8+vZJTBFhj3pY4Vk+L6UWyKFfNmLhk602Hn4kCTynKQ==}
2259
- peerDependencies:
2260
- drizzle-orm: '>=0.36.0'
2261
- zod: '>=3.0.0'
1806
+ eastasianwidth@0.2.0:
1807
+ resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
2262
1808
 
2263
1809
  electron-to-chromium@1.5.286:
2264
1810
  resolution: {integrity: sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==}
@@ -2276,6 +1822,12 @@ packages:
2276
1822
  embla-carousel@8.6.0:
2277
1823
  resolution: {integrity: sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==}
2278
1824
 
1825
+ emoji-regex@8.0.0:
1826
+ resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
1827
+
1828
+ emoji-regex@9.2.2:
1829
+ resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
1830
+
2279
1831
  end-of-stream@1.4.5:
2280
1832
  resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==}
2281
1833
 
@@ -2283,20 +1835,17 @@ packages:
2283
1835
  resolution: {integrity: sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==}
2284
1836
  engines: {node: '>=10.13.0'}
2285
1837
 
2286
- esbuild-register@3.6.0:
2287
- resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==}
2288
- peerDependencies:
2289
- esbuild: '>=0.12 <1'
1838
+ es-define-property@1.0.1:
1839
+ resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
1840
+ engines: {node: '>= 0.4'}
2290
1841
 
2291
- esbuild@0.18.20:
2292
- resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
2293
- engines: {node: '>=12'}
2294
- hasBin: true
1842
+ es-errors@1.3.0:
1843
+ resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
1844
+ engines: {node: '>= 0.4'}
2295
1845
 
2296
- esbuild@0.25.12:
2297
- resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
2298
- engines: {node: '>=18'}
2299
- hasBin: true
1846
+ es-object-atoms@1.1.1:
1847
+ resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
1848
+ engines: {node: '>= 0.4'}
2300
1849
 
2301
1850
  esbuild@0.27.3:
2302
1851
  resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==}
@@ -2359,10 +1908,6 @@ packages:
2359
1908
  eventemitter3@4.0.7:
2360
1909
  resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
2361
1910
 
2362
- eventsource-parser@3.0.6:
2363
- resolution: {integrity: sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==}
2364
- engines: {node: '>=18.0.0'}
2365
-
2366
1911
  expand-template@2.0.3:
2367
1912
  resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==}
2368
1913
  engines: {node: '>=6'}
@@ -2389,10 +1934,6 @@ packages:
2389
1934
  picomatch:
2390
1935
  optional: true
2391
1936
 
2392
- fetch-blob@3.2.0:
2393
- resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
2394
- engines: {node: ^12.20 || >= 14.13}
2395
-
2396
1937
  file-entry-cache@8.0.0:
2397
1938
  resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
2398
1939
  engines: {node: '>=16.0.0'}
@@ -2411,9 +1952,13 @@ packages:
2411
1952
  flatted@3.3.3:
2412
1953
  resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
2413
1954
 
2414
- formdata-polyfill@4.0.10:
2415
- resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
2416
- engines: {node: '>=12.20.0'}
1955
+ for-each@0.3.5:
1956
+ resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
1957
+ engines: {node: '>= 0.4'}
1958
+
1959
+ foreground-child@3.3.1:
1960
+ resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
1961
+ engines: {node: '>=14'}
2417
1962
 
2418
1963
  framer-motion@11.18.2:
2419
1964
  resolution: {integrity: sha512-5F5Och7wrvtLVElIpclDT0CBzMVg3dL22B64aZwHtsIY8RB4mXICLrkajK4G9R+ieSAGcgrLeae2SeUTg2pr6w==}
@@ -2437,16 +1982,28 @@ packages:
2437
1982
  engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
2438
1983
  os: [darwin]
2439
1984
 
1985
+ function-bind@1.1.2:
1986
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
1987
+
2440
1988
  gensync@1.0.0-beta.2:
2441
1989
  resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
2442
1990
  engines: {node: '>=6.9.0'}
2443
1991
 
1992
+ get-caller-file@2.0.5:
1993
+ resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
1994
+ engines: {node: 6.* || 8.* || >= 10.*}
1995
+
1996
+ get-intrinsic@1.3.0:
1997
+ resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
1998
+ engines: {node: '>= 0.4'}
1999
+
2444
2000
  get-nonce@1.0.1:
2445
2001
  resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
2446
2002
  engines: {node: '>=6'}
2447
2003
 
2448
- get-tsconfig@4.13.2:
2449
- resolution: {integrity: sha512-LwrDmz5/YSHHIrxETNzL39eyuhUffOSD43v08W+jIOzUJmku47wD7itIoOjI2BOxxa+irG3Hqj8kSD4Y/dmQ6g==}
2004
+ get-proto@1.0.1:
2005
+ resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
2006
+ engines: {node: '>= 0.4'}
2450
2007
 
2451
2008
  github-from-package@0.0.0:
2452
2009
  resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==}
@@ -2455,10 +2012,19 @@ packages:
2455
2012
  resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
2456
2013
  engines: {node: '>=10.13.0'}
2457
2014
 
2015
+ glob@10.5.0:
2016
+ resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==}
2017
+ deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
2018
+ hasBin: true
2019
+
2458
2020
  globals@14.0.0:
2459
2021
  resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
2460
2022
  engines: {node: '>=18'}
2461
2023
 
2024
+ gopd@1.2.0:
2025
+ resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
2026
+ engines: {node: '>= 0.4'}
2027
+
2462
2028
  graceful-fs@4.2.11:
2463
2029
  resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
2464
2030
 
@@ -2466,6 +2032,21 @@ packages:
2466
2032
  resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
2467
2033
  engines: {node: '>=8'}
2468
2034
 
2035
+ has-property-descriptors@1.0.2:
2036
+ resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
2037
+
2038
+ has-symbols@1.1.0:
2039
+ resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
2040
+ engines: {node: '>= 0.4'}
2041
+
2042
+ has-tostringtag@1.0.2:
2043
+ resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
2044
+ engines: {node: '>= 0.4'}
2045
+
2046
+ hasown@2.0.2:
2047
+ resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
2048
+ engines: {node: '>= 0.4'}
2049
+
2469
2050
  hono@4.11.9:
2470
2051
  resolution: {integrity: sha512-Eaw2YTGM6WOxA6CXbckaEvslr2Ne4NFsKrvc0v97JD5awbmeBLO5w9Ho9L9kmKonrwF9RJlW6BxT1PVv/agBHQ==}
2471
2052
  engines: {node: '>=16.9.0'}
@@ -2501,24 +2082,39 @@ packages:
2501
2082
  resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==}
2502
2083
  engines: {node: '>=12'}
2503
2084
 
2085
+ is-callable@1.2.7:
2086
+ resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
2087
+ engines: {node: '>= 0.4'}
2088
+
2504
2089
  is-extglob@2.1.1:
2505
2090
  resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
2506
2091
  engines: {node: '>=0.10.0'}
2507
2092
 
2093
+ is-fullwidth-code-point@3.0.0:
2094
+ resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
2095
+ engines: {node: '>=8'}
2096
+
2508
2097
  is-glob@4.0.3:
2509
2098
  resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
2510
2099
  engines: {node: '>=0.10.0'}
2511
2100
 
2101
+ is-typed-array@1.1.15:
2102
+ resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==}
2103
+ engines: {node: '>= 0.4'}
2104
+
2105
+ isarray@2.0.5:
2106
+ resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==}
2107
+
2512
2108
  isexe@2.0.0:
2513
2109
  resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
2514
2110
 
2111
+ jackspeak@3.4.3:
2112
+ resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
2113
+
2515
2114
  jiti@2.6.1:
2516
2115
  resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
2517
2116
  hasBin: true
2518
2117
 
2519
- js-base64@3.7.8:
2520
- resolution: {integrity: sha512-hNngCeKxIUQiEUN3GPJOkz4wF/YvdUdbNL9hsBcMQTkKzboD7T/q3OYOuuPZLUE6dBxSGpwhk5mwuDud7JVAow==}
2521
-
2522
2118
  js-tokens@4.0.0:
2523
2119
  resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
2524
2120
 
@@ -2537,9 +2133,6 @@ packages:
2537
2133
  json-schema-traverse@0.4.1:
2538
2134
  resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
2539
2135
 
2540
- json-schema@0.4.0:
2541
- resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==}
2542
-
2543
2136
  json-stable-stringify-without-jsonify@1.0.1:
2544
2137
  resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
2545
2138
 
@@ -2555,11 +2148,6 @@ packages:
2555
2148
  resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
2556
2149
  engines: {node: '>= 0.8.0'}
2557
2150
 
2558
- libsql@0.5.22:
2559
- resolution: {integrity: sha512-NscWthMQt7fpU8lqd7LXMvT9pi+KhhmTHAJWUB/Lj6MWa0MKFv0F2V4C6WKKpjCVZl0VwcDz4nOI3CyaT1DDiA==}
2560
- cpu: [x64, arm64, wasm32, arm]
2561
- os: [darwin, linux, win32]
2562
-
2563
2151
  lightningcss-android-arm64@1.30.2:
2564
2152
  resolution: {integrity: sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==}
2565
2153
  engines: {node: '>= 12.0.0'}
@@ -2648,6 +2236,9 @@ packages:
2648
2236
  resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
2649
2237
  hasBin: true
2650
2238
 
2239
+ lru-cache@10.4.3:
2240
+ resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
2241
+
2651
2242
  lru-cache@5.1.1:
2652
2243
  resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
2653
2244
 
@@ -2659,6 +2250,10 @@ packages:
2659
2250
  magic-string@0.30.21:
2660
2251
  resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
2661
2252
 
2253
+ math-intrinsics@1.1.0:
2254
+ resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
2255
+ engines: {node: '>= 0.4'}
2256
+
2662
2257
  mimic-response@3.1.0:
2663
2258
  resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==}
2664
2259
  engines: {node: '>=10'}
@@ -2677,6 +2272,10 @@ packages:
2677
2272
  minimist@1.2.8:
2678
2273
  resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
2679
2274
 
2275
+ minipass@7.1.3:
2276
+ resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==}
2277
+ engines: {node: '>=16 || 14 >=14.17'}
2278
+
2680
2279
  mkdirp-classic@0.5.3:
2681
2280
  resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
2682
2281
 
@@ -2710,24 +2309,6 @@ packages:
2710
2309
  resolution: {integrity: sha512-6u9UwL0HlAl21+agMN3YAMXcKByMqwGx+pq+P76vii5f7hTPtKDp08/H9py6DY+cfDw7kQNTGEj/rly3IgbNQA==}
2711
2310
  engines: {node: '>=10'}
2712
2311
 
2713
- node-domexception@1.0.0:
2714
- resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
2715
- engines: {node: '>=10.5.0'}
2716
- deprecated: Use your platform's native DOMException instead
2717
-
2718
- node-fetch@2.7.0:
2719
- resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
2720
- engines: {node: 4.x || >=6.0.0}
2721
- peerDependencies:
2722
- encoding: ^0.1.0
2723
- peerDependenciesMeta:
2724
- encoding:
2725
- optional: true
2726
-
2727
- node-fetch@3.3.2:
2728
- resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==}
2729
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
2730
-
2731
2312
  node-releases@2.0.27:
2732
2313
  resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
2733
2314
 
@@ -2750,6 +2331,9 @@ packages:
2750
2331
  resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
2751
2332
  engines: {node: '>=10'}
2752
2333
 
2334
+ package-json-from-dist@1.0.1:
2335
+ resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
2336
+
2753
2337
  parent-module@1.0.1:
2754
2338
  resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
2755
2339
  engines: {node: '>=6'}
@@ -2762,30 +2346,34 @@ packages:
2762
2346
  resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
2763
2347
  engines: {node: '>=8'}
2764
2348
 
2349
+ path-scurry@1.11.1:
2350
+ resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
2351
+ engines: {node: '>=16 || 14 >=14.18'}
2352
+
2765
2353
  pg-cloudflare@1.3.0:
2766
2354
  resolution: {integrity: sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==}
2767
2355
 
2768
- pg-connection-string@2.12.0:
2769
- resolution: {integrity: sha512-U7qg+bpswf3Cs5xLzRqbXbQl85ng0mfSV/J0nnA31MCLgvEaAo7CIhmeyrmJpOr7o+zm0rXK+hNnT5l9RHkCkQ==}
2356
+ pg-connection-string@2.11.0:
2357
+ resolution: {integrity: sha512-kecgoJwhOpxYU21rZjULrmrBJ698U2RxXofKVzOn5UDj61BPj/qMb7diYUR1nLScCDbrztQFl1TaQZT0t1EtzQ==}
2770
2358
 
2771
2359
  pg-int8@1.0.1:
2772
2360
  resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==}
2773
2361
  engines: {node: '>=4.0.0'}
2774
2362
 
2775
- pg-pool@3.13.0:
2776
- resolution: {integrity: sha512-gB+R+Xud1gLFuRD/QgOIgGOBE2KCQPaPwkzBBGC9oG69pHTkhQeIuejVIk3/cnDyX39av2AxomQiyPT13WKHQA==}
2363
+ pg-pool@3.11.0:
2364
+ resolution: {integrity: sha512-MJYfvHwtGp870aeusDh+hg9apvOe2zmpZJpyt+BMtzUWlVqbhFmMK6bOBXLBUPd7iRtIF9fZplDc7KrPN3PN7w==}
2777
2365
  peerDependencies:
2778
2366
  pg: '>=8.0'
2779
2367
 
2780
- pg-protocol@1.13.0:
2781
- resolution: {integrity: sha512-zzdvXfS6v89r6v7OcFCHfHlyG/wvry1ALxZo4LqgUoy7W9xhBDMaqOuMiF3qEV45VqsN6rdlcehHrfDtlCPc8w==}
2368
+ pg-protocol@1.11.0:
2369
+ resolution: {integrity: sha512-pfsxk2M9M3BuGgDOfuy37VNRRX3jmKgMjcvAcWqNDpZSf4cUmv8HSOl5ViRQFsfARFn0KuUQTgLxVMbNq5NW3g==}
2782
2370
 
2783
2371
  pg-types@2.2.0:
2784
2372
  resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==}
2785
2373
  engines: {node: '>=4'}
2786
2374
 
2787
- pg@8.20.0:
2788
- resolution: {integrity: sha512-ldhMxz2r8fl/6QkXnBD3CR9/xg694oT6DZQ2s6c/RI28OjtSOpxnPrUCGOBJ46RCUxcWdx3p6kw/xnDHjKvaRA==}
2375
+ pg@8.18.0:
2376
+ resolution: {integrity: sha512-xqrUDL1b9MbkydY/s+VZ6v+xiMUmOUk7SS9d/1kpyQxoJ6U9AO1oIJyUWVZojbfe5Cc/oluutcgFG4L9RDP1iQ==}
2789
2377
  engines: {node: '>= 16.0.0'}
2790
2378
  peerDependencies:
2791
2379
  pg-native: '>=3.0.1'
@@ -2803,6 +2391,10 @@ packages:
2803
2391
  resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
2804
2392
  engines: {node: '>=12'}
2805
2393
 
2394
+ possible-typed-array-names@1.1.0:
2395
+ resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==}
2396
+ engines: {node: '>= 0.4'}
2397
+
2806
2398
  postcss@8.5.6:
2807
2399
  resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
2808
2400
  engines: {node: ^10 || ^12 || >=14}
@@ -2833,9 +2425,6 @@ packages:
2833
2425
  resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
2834
2426
  engines: {node: '>= 0.8.0'}
2835
2427
 
2836
- promise-limit@2.7.0:
2837
- resolution: {integrity: sha512-7nJ6v5lnJsXwGprnGXga4wx6d1POjvi5Qmf1ivTRxTjH4Z/9Czja/UCMLVmB9N93GeWOU93XaFaEt6jbuoagNw==}
2838
-
2839
2428
  prop-types@15.8.1:
2840
2429
  resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
2841
2430
 
@@ -2956,13 +2545,17 @@ packages:
2956
2545
  react: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
2957
2546
  react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
2958
2547
 
2548
+ reflect-metadata@0.2.2:
2549
+ resolution: {integrity: sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==}
2550
+
2551
+ require-directory@2.1.1:
2552
+ resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
2553
+ engines: {node: '>=0.10.0'}
2554
+
2959
2555
  resolve-from@4.0.0:
2960
2556
  resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
2961
2557
  engines: {node: '>=4'}
2962
2558
 
2963
- resolve-pkg-maps@1.0.0:
2964
- resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
2965
-
2966
2559
  rollup@4.57.1:
2967
2560
  resolution: {integrity: sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==}
2968
2561
  engines: {node: '>=18.0.0', npm: '>=8.0.0'}
@@ -2983,6 +2576,15 @@ packages:
2983
2576
  engines: {node: '>=10'}
2984
2577
  hasBin: true
2985
2578
 
2579
+ set-function-length@1.2.2:
2580
+ resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
2581
+ engines: {node: '>= 0.4'}
2582
+
2583
+ sha.js@2.4.12:
2584
+ resolution: {integrity: sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==}
2585
+ engines: {node: '>= 0.10'}
2586
+ hasBin: true
2587
+
2986
2588
  shebang-command@2.0.0:
2987
2589
  resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
2988
2590
  engines: {node: '>=8'}
@@ -2991,6 +2593,10 @@ packages:
2991
2593
  resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
2992
2594
  engines: {node: '>=8'}
2993
2595
 
2596
+ signal-exit@4.1.0:
2597
+ resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
2598
+ engines: {node: '>=14'}
2599
+
2994
2600
  simple-concat@1.0.1:
2995
2601
  resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==}
2996
2602
 
@@ -3001,20 +2607,33 @@ packages:
3001
2607
  resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
3002
2608
  engines: {node: '>=0.10.0'}
3003
2609
 
3004
- source-map-support@0.5.21:
3005
- resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
3006
-
3007
- source-map@0.6.1:
3008
- resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
3009
- engines: {node: '>=0.10.0'}
3010
-
3011
2610
  split2@4.2.0:
3012
2611
  resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==}
3013
2612
  engines: {node: '>= 10.x'}
3014
2613
 
2614
+ sql-highlight@6.1.0:
2615
+ resolution: {integrity: sha512-ed7OK4e9ywpE7pgRMkMQmZDPKSVdm0oX5IEtZiKnFucSF0zu6c80GZBe38UqHuVhTWJ9xsKgSMjCG2bml86KvA==}
2616
+ engines: {node: '>=14'}
2617
+
2618
+ string-width@4.2.3:
2619
+ resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
2620
+ engines: {node: '>=8'}
2621
+
2622
+ string-width@5.1.2:
2623
+ resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
2624
+ engines: {node: '>=12'}
2625
+
3015
2626
  string_decoder@1.3.0:
3016
2627
  resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
3017
2628
 
2629
+ strip-ansi@6.0.1:
2630
+ resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
2631
+ engines: {node: '>=8'}
2632
+
2633
+ strip-ansi@7.2.0:
2634
+ resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==}
2635
+ engines: {node: '>=12'}
2636
+
3018
2637
  strip-json-comments@2.0.1:
3019
2638
  resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
3020
2639
  engines: {node: '>=0.10.0'}
@@ -3056,8 +2675,9 @@ packages:
3056
2675
  resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
3057
2676
  engines: {node: '>=12.0.0'}
3058
2677
 
3059
- tr46@0.0.3:
3060
- resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
2678
+ to-buffer@1.2.2:
2679
+ resolution: {integrity: sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==}
2680
+ engines: {node: '>= 0.4'}
3061
2681
 
3062
2682
  tslib@2.8.1:
3063
2683
  resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
@@ -3069,6 +2689,65 @@ packages:
3069
2689
  resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
3070
2690
  engines: {node: '>= 0.8.0'}
3071
2691
 
2692
+ typed-array-buffer@1.0.3:
2693
+ resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==}
2694
+ engines: {node: '>= 0.4'}
2695
+
2696
+ typeorm@0.3.28:
2697
+ resolution: {integrity: sha512-6GH7wXhtfq2D33ZuRXYwIsl/qM5685WZcODZb7noOOcRMteM9KF2x2ap3H0EBjnSV0VO4gNAfJT5Ukp0PkOlvg==}
2698
+ engines: {node: '>=16.13.0'}
2699
+ hasBin: true
2700
+ peerDependencies:
2701
+ '@google-cloud/spanner': ^5.18.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
2702
+ '@sap/hana-client': ^2.14.22
2703
+ better-sqlite3: ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0
2704
+ ioredis: ^5.0.4
2705
+ mongodb: ^5.8.0 || ^6.0.0
2706
+ mssql: ^9.1.1 || ^10.0.0 || ^11.0.0 || ^12.0.0
2707
+ mysql2: ^2.2.5 || ^3.0.1
2708
+ oracledb: ^6.3.0
2709
+ pg: ^8.5.1
2710
+ pg-native: ^3.0.0
2711
+ pg-query-stream: ^4.0.0
2712
+ redis: ^3.1.1 || ^4.0.0 || ^5.0.14
2713
+ sql.js: ^1.4.0
2714
+ sqlite3: ^5.0.3
2715
+ ts-node: ^10.7.0
2716
+ typeorm-aurora-data-api-driver: ^2.0.0 || ^3.0.0
2717
+ peerDependenciesMeta:
2718
+ '@google-cloud/spanner':
2719
+ optional: true
2720
+ '@sap/hana-client':
2721
+ optional: true
2722
+ better-sqlite3:
2723
+ optional: true
2724
+ ioredis:
2725
+ optional: true
2726
+ mongodb:
2727
+ optional: true
2728
+ mssql:
2729
+ optional: true
2730
+ mysql2:
2731
+ optional: true
2732
+ oracledb:
2733
+ optional: true
2734
+ pg:
2735
+ optional: true
2736
+ pg-native:
2737
+ optional: true
2738
+ pg-query-stream:
2739
+ optional: true
2740
+ redis:
2741
+ optional: true
2742
+ sql.js:
2743
+ optional: true
2744
+ sqlite3:
2745
+ optional: true
2746
+ ts-node:
2747
+ optional: true
2748
+ typeorm-aurora-data-api-driver:
2749
+ optional: true
2750
+
3072
2751
  typescript@5.9.3:
3073
2752
  resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
3074
2753
  engines: {node: '>=14.17'}
@@ -3114,6 +2793,10 @@ packages:
3114
2793
  util-deprecate@1.0.2:
3115
2794
  resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
3116
2795
 
2796
+ uuid@11.1.0:
2797
+ resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
2798
+ hasBin: true
2799
+
3117
2800
  vaul@1.1.2:
3118
2801
  resolution: {integrity: sha512-ZFkClGpWyI2WUQjdLJ/BaGuV6AVQiJ3uELGk3OYtP+B6yCO7Cmn9vPFXVJkRaGkOJu3m8bQMgtyzNHixULceQA==}
3119
2802
  peerDependencies:
@@ -3169,15 +2852,9 @@ packages:
3169
2852
  yaml:
3170
2853
  optional: true
3171
2854
 
3172
- web-streams-polyfill@3.3.3:
3173
- resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
3174
- engines: {node: '>= 8'}
3175
-
3176
- webidl-conversions@3.0.1:
3177
- resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
3178
-
3179
- whatwg-url@5.0.0:
3180
- resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
2855
+ which-typed-array@1.1.20:
2856
+ resolution: {integrity: sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==}
2857
+ engines: {node: '>= 0.4'}
3181
2858
 
3182
2859
  which@2.0.2:
3183
2860
  resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
@@ -3188,28 +2865,36 @@ packages:
3188
2865
  resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
3189
2866
  engines: {node: '>=0.10.0'}
3190
2867
 
2868
+ wrap-ansi@7.0.0:
2869
+ resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
2870
+ engines: {node: '>=10'}
2871
+
2872
+ wrap-ansi@8.1.0:
2873
+ resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
2874
+ engines: {node: '>=12'}
2875
+
3191
2876
  wrappy@1.0.2:
3192
2877
  resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
3193
2878
 
3194
- ws@8.19.0:
3195
- resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
3196
- engines: {node: '>=10.0.0'}
3197
- peerDependencies:
3198
- bufferutil: ^4.0.1
3199
- utf-8-validate: '>=5.0.2'
3200
- peerDependenciesMeta:
3201
- bufferutil:
3202
- optional: true
3203
- utf-8-validate:
3204
- optional: true
3205
-
3206
2879
  xtend@4.0.2:
3207
2880
  resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
3208
2881
  engines: {node: '>=0.4'}
3209
2882
 
2883
+ y18n@5.0.8:
2884
+ resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
2885
+ engines: {node: '>=10'}
2886
+
3210
2887
  yallist@3.1.1:
3211
2888
  resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
3212
2889
 
2890
+ yargs-parser@21.1.1:
2891
+ resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
2892
+ engines: {node: '>=12'}
2893
+
2894
+ yargs@17.7.2:
2895
+ resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
2896
+ engines: {node: '>=12'}
2897
+
3213
2898
  yocto-queue@0.1.0:
3214
2899
  resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
3215
2900
  engines: {node: '>=10'}
@@ -3219,36 +2904,6 @@ packages:
3219
2904
 
3220
2905
  snapshots:
3221
2906
 
3222
- '@ai-sdk/gateway@2.0.76(zod@4.3.6)':
3223
- dependencies:
3224
- '@ai-sdk/provider': 2.0.1
3225
- '@ai-sdk/provider-utils': 3.0.23(zod@4.3.6)
3226
- '@vercel/oidc': 3.1.0
3227
- zod: 4.3.6
3228
-
3229
- '@ai-sdk/openai-compatible@1.0.35(zod@4.3.6)':
3230
- dependencies:
3231
- '@ai-sdk/provider': 2.0.1
3232
- '@ai-sdk/provider-utils': 3.0.23(zod@4.3.6)
3233
- zod: 4.3.6
3234
-
3235
- '@ai-sdk/openai@2.0.102(zod@4.3.6)':
3236
- dependencies:
3237
- '@ai-sdk/provider': 2.0.1
3238
- '@ai-sdk/provider-utils': 3.0.23(zod@4.3.6)
3239
- zod: 4.3.6
3240
-
3241
- '@ai-sdk/provider-utils@3.0.23(zod@4.3.6)':
3242
- dependencies:
3243
- '@ai-sdk/provider': 2.0.1
3244
- '@standard-schema/spec': 1.1.0
3245
- eventsource-parser: 3.0.6
3246
- zod: 4.3.6
3247
-
3248
- '@ai-sdk/provider@2.0.1':
3249
- dependencies:
3250
- json-schema: 0.4.0
3251
-
3252
2907
  '@alloc/quick-lru@5.2.0': {}
3253
2908
 
3254
2909
  '@babel/code-frame@7.29.0':
@@ -3367,237 +3022,81 @@ snapshots:
3367
3022
 
3368
3023
  '@date-fns/tz@1.4.1': {}
3369
3024
 
3370
- '@drizzle-team/brocli@0.10.2': {}
3371
-
3372
- '@esbuild-kit/core-utils@3.3.2':
3373
- dependencies:
3374
- esbuild: 0.18.20
3375
- source-map-support: 0.5.21
3376
-
3377
- '@esbuild-kit/esm-loader@2.6.5':
3378
- dependencies:
3379
- '@esbuild-kit/core-utils': 3.3.2
3380
- get-tsconfig: 4.13.2
3381
-
3382
- '@esbuild/aix-ppc64@0.25.12':
3383
- optional: true
3384
-
3385
3025
  '@esbuild/aix-ppc64@0.27.3':
3386
3026
  optional: true
3387
3027
 
3388
- '@esbuild/android-arm64@0.18.20':
3389
- optional: true
3390
-
3391
- '@esbuild/android-arm64@0.25.12':
3392
- optional: true
3393
-
3394
3028
  '@esbuild/android-arm64@0.27.3':
3395
3029
  optional: true
3396
3030
 
3397
- '@esbuild/android-arm@0.18.20':
3398
- optional: true
3399
-
3400
- '@esbuild/android-arm@0.25.12':
3401
- optional: true
3402
-
3403
3031
  '@esbuild/android-arm@0.27.3':
3404
3032
  optional: true
3405
3033
 
3406
- '@esbuild/android-x64@0.18.20':
3407
- optional: true
3408
-
3409
- '@esbuild/android-x64@0.25.12':
3410
- optional: true
3411
-
3412
3034
  '@esbuild/android-x64@0.27.3':
3413
3035
  optional: true
3414
3036
 
3415
- '@esbuild/darwin-arm64@0.18.20':
3416
- optional: true
3417
-
3418
- '@esbuild/darwin-arm64@0.25.12':
3419
- optional: true
3420
-
3421
3037
  '@esbuild/darwin-arm64@0.27.3':
3422
3038
  optional: true
3423
3039
 
3424
- '@esbuild/darwin-x64@0.18.20':
3425
- optional: true
3426
-
3427
- '@esbuild/darwin-x64@0.25.12':
3428
- optional: true
3429
-
3430
3040
  '@esbuild/darwin-x64@0.27.3':
3431
3041
  optional: true
3432
3042
 
3433
- '@esbuild/freebsd-arm64@0.18.20':
3434
- optional: true
3435
-
3436
- '@esbuild/freebsd-arm64@0.25.12':
3437
- optional: true
3438
-
3439
3043
  '@esbuild/freebsd-arm64@0.27.3':
3440
3044
  optional: true
3441
3045
 
3442
- '@esbuild/freebsd-x64@0.18.20':
3443
- optional: true
3444
-
3445
- '@esbuild/freebsd-x64@0.25.12':
3446
- optional: true
3447
-
3448
3046
  '@esbuild/freebsd-x64@0.27.3':
3449
3047
  optional: true
3450
3048
 
3451
- '@esbuild/linux-arm64@0.18.20':
3452
- optional: true
3453
-
3454
- '@esbuild/linux-arm64@0.25.12':
3455
- optional: true
3456
-
3457
3049
  '@esbuild/linux-arm64@0.27.3':
3458
3050
  optional: true
3459
3051
 
3460
- '@esbuild/linux-arm@0.18.20':
3461
- optional: true
3462
-
3463
- '@esbuild/linux-arm@0.25.12':
3464
- optional: true
3465
-
3466
3052
  '@esbuild/linux-arm@0.27.3':
3467
3053
  optional: true
3468
3054
 
3469
- '@esbuild/linux-ia32@0.18.20':
3470
- optional: true
3471
-
3472
- '@esbuild/linux-ia32@0.25.12':
3473
- optional: true
3474
-
3475
3055
  '@esbuild/linux-ia32@0.27.3':
3476
3056
  optional: true
3477
3057
 
3478
- '@esbuild/linux-loong64@0.18.20':
3479
- optional: true
3480
-
3481
- '@esbuild/linux-loong64@0.25.12':
3482
- optional: true
3483
-
3484
3058
  '@esbuild/linux-loong64@0.27.3':
3485
3059
  optional: true
3486
3060
 
3487
- '@esbuild/linux-mips64el@0.18.20':
3488
- optional: true
3489
-
3490
- '@esbuild/linux-mips64el@0.25.12':
3491
- optional: true
3492
-
3493
3061
  '@esbuild/linux-mips64el@0.27.3':
3494
3062
  optional: true
3495
3063
 
3496
- '@esbuild/linux-ppc64@0.18.20':
3497
- optional: true
3498
-
3499
- '@esbuild/linux-ppc64@0.25.12':
3500
- optional: true
3501
-
3502
3064
  '@esbuild/linux-ppc64@0.27.3':
3503
3065
  optional: true
3504
3066
 
3505
- '@esbuild/linux-riscv64@0.18.20':
3506
- optional: true
3507
-
3508
- '@esbuild/linux-riscv64@0.25.12':
3509
- optional: true
3510
-
3511
3067
  '@esbuild/linux-riscv64@0.27.3':
3512
3068
  optional: true
3513
3069
 
3514
- '@esbuild/linux-s390x@0.18.20':
3515
- optional: true
3516
-
3517
- '@esbuild/linux-s390x@0.25.12':
3518
- optional: true
3519
-
3520
3070
  '@esbuild/linux-s390x@0.27.3':
3521
3071
  optional: true
3522
3072
 
3523
- '@esbuild/linux-x64@0.18.20':
3524
- optional: true
3525
-
3526
- '@esbuild/linux-x64@0.25.12':
3527
- optional: true
3528
-
3529
3073
  '@esbuild/linux-x64@0.27.3':
3530
3074
  optional: true
3531
3075
 
3532
- '@esbuild/netbsd-arm64@0.25.12':
3533
- optional: true
3534
-
3535
3076
  '@esbuild/netbsd-arm64@0.27.3':
3536
3077
  optional: true
3537
3078
 
3538
- '@esbuild/netbsd-x64@0.18.20':
3539
- optional: true
3540
-
3541
- '@esbuild/netbsd-x64@0.25.12':
3542
- optional: true
3543
-
3544
3079
  '@esbuild/netbsd-x64@0.27.3':
3545
3080
  optional: true
3546
3081
 
3547
- '@esbuild/openbsd-arm64@0.25.12':
3548
- optional: true
3549
-
3550
3082
  '@esbuild/openbsd-arm64@0.27.3':
3551
3083
  optional: true
3552
3084
 
3553
- '@esbuild/openbsd-x64@0.18.20':
3554
- optional: true
3555
-
3556
- '@esbuild/openbsd-x64@0.25.12':
3557
- optional: true
3558
-
3559
3085
  '@esbuild/openbsd-x64@0.27.3':
3560
3086
  optional: true
3561
3087
 
3562
- '@esbuild/openharmony-arm64@0.25.12':
3563
- optional: true
3564
-
3565
3088
  '@esbuild/openharmony-arm64@0.27.3':
3566
3089
  optional: true
3567
3090
 
3568
- '@esbuild/sunos-x64@0.18.20':
3569
- optional: true
3570
-
3571
- '@esbuild/sunos-x64@0.25.12':
3572
- optional: true
3573
-
3574
3091
  '@esbuild/sunos-x64@0.27.3':
3575
3092
  optional: true
3576
3093
 
3577
- '@esbuild/win32-arm64@0.18.20':
3578
- optional: true
3579
-
3580
- '@esbuild/win32-arm64@0.25.12':
3581
- optional: true
3582
-
3583
3094
  '@esbuild/win32-arm64@0.27.3':
3584
3095
  optional: true
3585
3096
 
3586
- '@esbuild/win32-ia32@0.18.20':
3587
- optional: true
3588
-
3589
- '@esbuild/win32-ia32@0.25.12':
3590
- optional: true
3591
-
3592
3097
  '@esbuild/win32-ia32@0.27.3':
3593
3098
  optional: true
3594
3099
 
3595
- '@esbuild/win32-x64@0.18.20':
3596
- optional: true
3597
-
3598
- '@esbuild/win32-x64@0.25.12':
3599
- optional: true
3600
-
3601
3100
  '@esbuild/win32-x64@0.27.3':
3602
3101
  optional: true
3603
3102
 
@@ -3681,105 +3180,46 @@ snapshots:
3681
3180
 
3682
3181
  '@humanfs/core@0.19.1': {}
3683
3182
 
3684
- '@humanfs/node@0.16.7':
3685
- dependencies:
3686
- '@humanfs/core': 0.19.1
3687
- '@humanwhocodes/retry': 0.4.3
3688
-
3689
- '@humanwhocodes/module-importer@1.0.1': {}
3690
-
3691
- '@humanwhocodes/retry@0.4.3': {}
3692
-
3693
- '@jridgewell/gen-mapping@0.3.13':
3694
- dependencies:
3695
- '@jridgewell/sourcemap-codec': 1.5.5
3696
- '@jridgewell/trace-mapping': 0.3.31
3697
-
3698
- '@jridgewell/remapping@2.3.5':
3699
- dependencies:
3700
- '@jridgewell/gen-mapping': 0.3.13
3701
- '@jridgewell/trace-mapping': 0.3.31
3702
-
3703
- '@jridgewell/resolve-uri@3.1.2': {}
3704
-
3705
- '@jridgewell/sourcemap-codec@1.5.5': {}
3706
-
3707
- '@jridgewell/trace-mapping@0.3.31':
3708
- dependencies:
3709
- '@jridgewell/resolve-uri': 3.1.2
3710
- '@jridgewell/sourcemap-codec': 1.5.5
3711
-
3712
- '@libsql/client@0.17.0':
3713
- dependencies:
3714
- '@libsql/core': 0.17.0
3715
- '@libsql/hrana-client': 0.9.0
3716
- js-base64: 3.7.8
3717
- libsql: 0.5.22
3718
- promise-limit: 2.7.0
3719
- transitivePeerDependencies:
3720
- - bufferutil
3721
- - encoding
3722
- - utf-8-validate
3723
- optional: true
3724
-
3725
- '@libsql/core@0.17.0':
3726
- dependencies:
3727
- js-base64: 3.7.8
3728
- optional: true
3729
-
3730
- '@libsql/darwin-arm64@0.5.22':
3731
- optional: true
3732
-
3733
- '@libsql/darwin-x64@0.5.22':
3734
- optional: true
3735
-
3736
- '@libsql/hrana-client@0.9.0':
3183
+ '@humanfs/node@0.16.7':
3737
3184
  dependencies:
3738
- '@libsql/isomorphic-ws': 0.1.5
3739
- cross-fetch: 4.1.0
3740
- js-base64: 3.7.8
3741
- node-fetch: 3.3.2
3742
- transitivePeerDependencies:
3743
- - bufferutil
3744
- - encoding
3745
- - utf-8-validate
3746
- optional: true
3185
+ '@humanfs/core': 0.19.1
3186
+ '@humanwhocodes/retry': 0.4.3
3747
3187
 
3748
- '@libsql/isomorphic-ws@0.1.5':
3749
- dependencies:
3750
- '@types/ws': 8.18.1
3751
- ws: 8.19.0
3752
- transitivePeerDependencies:
3753
- - bufferutil
3754
- - utf-8-validate
3755
- optional: true
3188
+ '@humanwhocodes/module-importer@1.0.1': {}
3756
3189
 
3757
- '@libsql/linux-arm-gnueabihf@0.5.22':
3758
- optional: true
3190
+ '@humanwhocodes/retry@0.4.3': {}
3759
3191
 
3760
- '@libsql/linux-arm-musleabihf@0.5.22':
3761
- optional: true
3192
+ '@isaacs/cliui@8.0.2':
3193
+ dependencies:
3194
+ string-width: 5.1.2
3195
+ string-width-cjs: string-width@4.2.3
3196
+ strip-ansi: 7.2.0
3197
+ strip-ansi-cjs: strip-ansi@6.0.1
3198
+ wrap-ansi: 8.1.0
3199
+ wrap-ansi-cjs: wrap-ansi@7.0.0
3762
3200
 
3763
- '@libsql/linux-arm64-gnu@0.5.22':
3764
- optional: true
3201
+ '@jridgewell/gen-mapping@0.3.13':
3202
+ dependencies:
3203
+ '@jridgewell/sourcemap-codec': 1.5.5
3204
+ '@jridgewell/trace-mapping': 0.3.31
3765
3205
 
3766
- '@libsql/linux-arm64-musl@0.5.22':
3767
- optional: true
3206
+ '@jridgewell/remapping@2.3.5':
3207
+ dependencies:
3208
+ '@jridgewell/gen-mapping': 0.3.13
3209
+ '@jridgewell/trace-mapping': 0.3.31
3768
3210
 
3769
- '@libsql/linux-x64-gnu@0.5.22':
3770
- optional: true
3211
+ '@jridgewell/resolve-uri@3.1.2': {}
3771
3212
 
3772
- '@libsql/linux-x64-musl@0.5.22':
3773
- optional: true
3213
+ '@jridgewell/sourcemap-codec@1.5.5': {}
3774
3214
 
3775
- '@libsql/win32-x64-msvc@0.5.22':
3776
- optional: true
3215
+ '@jridgewell/trace-mapping@0.3.31':
3216
+ dependencies:
3217
+ '@jridgewell/resolve-uri': 3.1.2
3218
+ '@jridgewell/sourcemap-codec': 1.5.5
3777
3219
 
3778
- '@neon-rs/load@0.0.4':
3220
+ '@pkgjs/parseargs@0.11.0':
3779
3221
  optional: true
3780
3222
 
3781
- '@opentelemetry/api@1.9.0': {}
3782
-
3783
3223
  '@radix-ui/number@1.1.1': {}
3784
3224
 
3785
3225
  '@radix-ui/primitive@1.1.3': {}
@@ -4554,7 +3994,7 @@ snapshots:
4554
3994
  '@rollup/rollup-win32-x64-msvc@4.57.1':
4555
3995
  optional: true
4556
3996
 
4557
- '@standard-schema/spec@1.1.0': {}
3997
+ '@sqltools/formatter@1.2.5': {}
4558
3998
 
4559
3999
  '@tailwindcss/node@4.1.18':
4560
4000
  dependencies:
@@ -4653,11 +4093,6 @@ snapshots:
4653
4093
  dependencies:
4654
4094
  '@babel/types': 7.29.0
4655
4095
 
4656
- '@types/better-sqlite3@7.6.13':
4657
- dependencies:
4658
- '@types/node': 20.19.31
4659
- optional: true
4660
-
4661
4096
  '@types/d3-array@3.2.2': {}
4662
4097
 
4663
4098
  '@types/d3-color@3.1.3': {}
@@ -4690,12 +4125,6 @@ snapshots:
4690
4125
  dependencies:
4691
4126
  undici-types: 6.21.0
4692
4127
 
4693
- '@types/pg@8.20.0':
4694
- dependencies:
4695
- '@types/node': 20.19.31
4696
- pg-protocol: 1.13.0
4697
- pg-types: 2.2.0
4698
-
4699
4128
  '@types/react-dom@19.2.3(@types/react@19.2.13)':
4700
4129
  dependencies:
4701
4130
  '@types/react': 19.2.13
@@ -4704,13 +4133,6 @@ snapshots:
4704
4133
  dependencies:
4705
4134
  csstype: 3.2.3
4706
4135
 
4707
- '@types/ws@8.18.1':
4708
- dependencies:
4709
- '@types/node': 20.19.31
4710
- optional: true
4711
-
4712
- '@vercel/oidc@3.1.0': {}
4713
-
4714
4136
  '@vitejs/plugin-react@5.1.4(vite@7.3.1(@types/node@20.19.31)(jiti@2.6.1)(lightningcss@1.30.2))':
4715
4137
  dependencies:
4716
4138
  '@babel/core': 7.29.0
@@ -4729,14 +4151,6 @@ snapshots:
4729
4151
 
4730
4152
  acorn@8.15.0: {}
4731
4153
 
4732
- ai@5.0.172(zod@4.3.6):
4733
- dependencies:
4734
- '@ai-sdk/gateway': 2.0.76(zod@4.3.6)
4735
- '@ai-sdk/provider': 2.0.1
4736
- '@ai-sdk/provider-utils': 3.0.23(zod@4.3.6)
4737
- '@opentelemetry/api': 1.9.0
4738
- zod: 4.3.6
4739
-
4740
4154
  ajv@6.12.6:
4741
4155
  dependencies:
4742
4156
  fast-deep-equal: 3.1.3
@@ -4744,42 +4158,52 @@ snapshots:
4744
4158
  json-schema-traverse: 0.4.1
4745
4159
  uri-js: 4.4.1
4746
4160
 
4161
+ ansi-regex@5.0.1: {}
4162
+
4163
+ ansi-regex@6.2.2: {}
4164
+
4747
4165
  ansi-styles@4.3.0:
4748
4166
  dependencies:
4749
4167
  color-convert: 2.0.1
4750
4168
 
4169
+ ansi-styles@6.2.3: {}
4170
+
4171
+ ansis@4.2.0: {}
4172
+
4173
+ app-root-path@3.1.0: {}
4174
+
4751
4175
  argparse@2.0.1: {}
4752
4176
 
4753
4177
  aria-hidden@1.2.6:
4754
4178
  dependencies:
4755
4179
  tslib: 2.8.1
4756
4180
 
4181
+ available-typed-arrays@1.0.7:
4182
+ dependencies:
4183
+ possible-typed-array-names: 1.1.0
4184
+
4757
4185
  balanced-match@1.0.2: {}
4758
4186
 
4759
4187
  balanced-match@4.0.4: {}
4760
4188
 
4761
- base64-js@1.5.1:
4762
- optional: true
4189
+ base64-js@1.5.1: {}
4763
4190
 
4764
4191
  baseline-browser-mapping@2.9.19: {}
4765
4192
 
4766
- better-sqlite3@11.10.0:
4193
+ better-sqlite3@12.9.0:
4767
4194
  dependencies:
4768
4195
  bindings: 1.5.0
4769
4196
  prebuild-install: 7.1.3
4770
- optional: true
4771
4197
 
4772
4198
  bindings@1.5.0:
4773
4199
  dependencies:
4774
4200
  file-uri-to-path: 1.0.0
4775
- optional: true
4776
4201
 
4777
4202
  bl@4.1.0:
4778
4203
  dependencies:
4779
4204
  buffer: 5.7.1
4780
4205
  inherits: 2.0.4
4781
4206
  readable-stream: 3.6.2
4782
- optional: true
4783
4207
 
4784
4208
  brace-expansion@1.1.12:
4785
4209
  dependencies:
@@ -4802,13 +4226,32 @@ snapshots:
4802
4226
  node-releases: 2.0.27
4803
4227
  update-browserslist-db: 1.2.3(browserslist@4.28.1)
4804
4228
 
4805
- buffer-from@1.1.2: {}
4806
-
4807
4229
  buffer@5.7.1:
4808
4230
  dependencies:
4809
4231
  base64-js: 1.5.1
4810
4232
  ieee754: 1.2.1
4811
- optional: true
4233
+
4234
+ buffer@6.0.3:
4235
+ dependencies:
4236
+ base64-js: 1.5.1
4237
+ ieee754: 1.2.1
4238
+
4239
+ call-bind-apply-helpers@1.0.2:
4240
+ dependencies:
4241
+ es-errors: 1.3.0
4242
+ function-bind: 1.1.2
4243
+
4244
+ call-bind@1.0.9:
4245
+ dependencies:
4246
+ call-bind-apply-helpers: 1.0.2
4247
+ es-define-property: 1.0.1
4248
+ get-intrinsic: 1.3.0
4249
+ set-function-length: 1.2.2
4250
+
4251
+ call-bound@1.0.4:
4252
+ dependencies:
4253
+ call-bind-apply-helpers: 1.0.2
4254
+ get-intrinsic: 1.3.0
4812
4255
 
4813
4256
  callsites@3.1.0: {}
4814
4257
 
@@ -4819,13 +4262,18 @@ snapshots:
4819
4262
  ansi-styles: 4.3.0
4820
4263
  supports-color: 7.2.0
4821
4264
 
4822
- chownr@1.1.4:
4823
- optional: true
4265
+ chownr@1.1.4: {}
4824
4266
 
4825
4267
  class-variance-authority@0.7.1:
4826
4268
  dependencies:
4827
4269
  clsx: 2.1.1
4828
4270
 
4271
+ cliui@8.0.1:
4272
+ dependencies:
4273
+ string-width: 4.2.3
4274
+ strip-ansi: 6.0.1
4275
+ wrap-ansi: 7.0.0
4276
+
4829
4277
  clsx@2.1.1: {}
4830
4278
 
4831
4279
  cmdk@1.1.1(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
@@ -4850,13 +4298,6 @@ snapshots:
4850
4298
 
4851
4299
  convert-source-map@2.0.0: {}
4852
4300
 
4853
- cross-fetch@4.1.0:
4854
- dependencies:
4855
- node-fetch: 2.7.0
4856
- transitivePeerDependencies:
4857
- - encoding
4858
- optional: true
4859
-
4860
4301
  cross-spawn@7.0.6:
4861
4302
  dependencies:
4862
4303
  path-key: 3.1.1
@@ -4903,13 +4344,12 @@ snapshots:
4903
4344
 
4904
4345
  d3-timer@3.0.1: {}
4905
4346
 
4906
- data-uri-to-buffer@4.0.1:
4907
- optional: true
4908
-
4909
4347
  date-fns-jalali@4.1.0-0: {}
4910
4348
 
4911
4349
  date-fns@4.1.0: {}
4912
4350
 
4351
+ dayjs@1.11.20: {}
4352
+
4913
4353
  debug@4.4.3:
4914
4354
  dependencies:
4915
4355
  ms: 2.1.3
@@ -4919,15 +4359,18 @@ snapshots:
4919
4359
  decompress-response@6.0.0:
4920
4360
  dependencies:
4921
4361
  mimic-response: 3.1.0
4922
- optional: true
4923
4362
 
4924
- deep-extend@0.6.0:
4925
- optional: true
4363
+ dedent@1.7.2: {}
4364
+
4365
+ deep-extend@0.6.0: {}
4926
4366
 
4927
4367
  deep-is@0.1.4: {}
4928
4368
 
4929
- detect-libc@2.0.2:
4930
- optional: true
4369
+ define-data-property@1.1.4:
4370
+ dependencies:
4371
+ es-define-property: 1.0.1
4372
+ es-errors: 1.3.0
4373
+ gopd: 1.2.0
4931
4374
 
4932
4375
  detect-libc@2.1.2: {}
4933
4376
 
@@ -4938,28 +4381,15 @@ snapshots:
4938
4381
  '@babel/runtime': 7.28.6
4939
4382
  csstype: 3.2.3
4940
4383
 
4941
- drizzle-kit@0.31.8:
4942
- dependencies:
4943
- '@drizzle-team/brocli': 0.10.2
4944
- '@esbuild-kit/esm-loader': 2.6.5
4945
- esbuild: 0.25.12
4946
- esbuild-register: 3.6.0(esbuild@0.25.12)
4947
- transitivePeerDependencies:
4948
- - supports-color
4949
-
4950
- drizzle-orm@0.39.3(@libsql/client@0.17.0)(@opentelemetry/api@1.9.0)(@types/better-sqlite3@7.6.13)(@types/pg@8.20.0)(better-sqlite3@11.10.0)(pg@8.20.0):
4951
- optionalDependencies:
4952
- '@libsql/client': 0.17.0
4953
- '@opentelemetry/api': 1.9.0
4954
- '@types/better-sqlite3': 7.6.13
4955
- '@types/pg': 8.20.0
4956
- better-sqlite3: 11.10.0
4957
- pg: 8.20.0
4384
+ dotenv@16.6.1: {}
4958
4385
 
4959
- drizzle-zod@0.7.1(drizzle-orm@0.39.3(@libsql/client@0.17.0)(@opentelemetry/api@1.9.0)(@types/better-sqlite3@7.6.13)(@types/pg@8.20.0)(better-sqlite3@11.10.0)(pg@8.20.0))(zod@4.3.6):
4386
+ dunder-proto@1.0.1:
4960
4387
  dependencies:
4961
- drizzle-orm: 0.39.3(@libsql/client@0.17.0)(@opentelemetry/api@1.9.0)(@types/better-sqlite3@7.6.13)(@types/pg@8.20.0)(better-sqlite3@11.10.0)(pg@8.20.0)
4962
- zod: 4.3.6
4388
+ call-bind-apply-helpers: 1.0.2
4389
+ es-errors: 1.3.0
4390
+ gopd: 1.2.0
4391
+
4392
+ eastasianwidth@0.2.0: {}
4963
4393
 
4964
4394
  electron-to-chromium@1.5.286: {}
4965
4395
 
@@ -4975,76 +4405,26 @@ snapshots:
4975
4405
 
4976
4406
  embla-carousel@8.6.0: {}
4977
4407
 
4408
+ emoji-regex@8.0.0: {}
4409
+
4410
+ emoji-regex@9.2.2: {}
4411
+
4978
4412
  end-of-stream@1.4.5:
4979
4413
  dependencies:
4980
4414
  once: 1.4.0
4981
- optional: true
4982
4415
 
4983
4416
  enhanced-resolve@5.19.0:
4984
4417
  dependencies:
4985
4418
  graceful-fs: 4.2.11
4986
4419
  tapable: 2.3.0
4987
4420
 
4988
- esbuild-register@3.6.0(esbuild@0.25.12):
4989
- dependencies:
4990
- debug: 4.4.3
4991
- esbuild: 0.25.12
4992
- transitivePeerDependencies:
4993
- - supports-color
4421
+ es-define-property@1.0.1: {}
4994
4422
 
4995
- esbuild@0.18.20:
4996
- optionalDependencies:
4997
- '@esbuild/android-arm': 0.18.20
4998
- '@esbuild/android-arm64': 0.18.20
4999
- '@esbuild/android-x64': 0.18.20
5000
- '@esbuild/darwin-arm64': 0.18.20
5001
- '@esbuild/darwin-x64': 0.18.20
5002
- '@esbuild/freebsd-arm64': 0.18.20
5003
- '@esbuild/freebsd-x64': 0.18.20
5004
- '@esbuild/linux-arm': 0.18.20
5005
- '@esbuild/linux-arm64': 0.18.20
5006
- '@esbuild/linux-ia32': 0.18.20
5007
- '@esbuild/linux-loong64': 0.18.20
5008
- '@esbuild/linux-mips64el': 0.18.20
5009
- '@esbuild/linux-ppc64': 0.18.20
5010
- '@esbuild/linux-riscv64': 0.18.20
5011
- '@esbuild/linux-s390x': 0.18.20
5012
- '@esbuild/linux-x64': 0.18.20
5013
- '@esbuild/netbsd-x64': 0.18.20
5014
- '@esbuild/openbsd-x64': 0.18.20
5015
- '@esbuild/sunos-x64': 0.18.20
5016
- '@esbuild/win32-arm64': 0.18.20
5017
- '@esbuild/win32-ia32': 0.18.20
5018
- '@esbuild/win32-x64': 0.18.20
5019
-
5020
- esbuild@0.25.12:
5021
- optionalDependencies:
5022
- '@esbuild/aix-ppc64': 0.25.12
5023
- '@esbuild/android-arm': 0.25.12
5024
- '@esbuild/android-arm64': 0.25.12
5025
- '@esbuild/android-x64': 0.25.12
5026
- '@esbuild/darwin-arm64': 0.25.12
5027
- '@esbuild/darwin-x64': 0.25.12
5028
- '@esbuild/freebsd-arm64': 0.25.12
5029
- '@esbuild/freebsd-x64': 0.25.12
5030
- '@esbuild/linux-arm': 0.25.12
5031
- '@esbuild/linux-arm64': 0.25.12
5032
- '@esbuild/linux-ia32': 0.25.12
5033
- '@esbuild/linux-loong64': 0.25.12
5034
- '@esbuild/linux-mips64el': 0.25.12
5035
- '@esbuild/linux-ppc64': 0.25.12
5036
- '@esbuild/linux-riscv64': 0.25.12
5037
- '@esbuild/linux-s390x': 0.25.12
5038
- '@esbuild/linux-x64': 0.25.12
5039
- '@esbuild/netbsd-arm64': 0.25.12
5040
- '@esbuild/netbsd-x64': 0.25.12
5041
- '@esbuild/openbsd-arm64': 0.25.12
5042
- '@esbuild/openbsd-x64': 0.25.12
5043
- '@esbuild/openharmony-arm64': 0.25.12
5044
- '@esbuild/sunos-x64': 0.25.12
5045
- '@esbuild/win32-arm64': 0.25.12
5046
- '@esbuild/win32-ia32': 0.25.12
5047
- '@esbuild/win32-x64': 0.25.12
4423
+ es-errors@1.3.0: {}
4424
+
4425
+ es-object-atoms@1.1.1:
4426
+ dependencies:
4427
+ es-errors: 1.3.0
5048
4428
 
5049
4429
  esbuild@0.27.3:
5050
4430
  optionalDependencies:
@@ -5153,10 +4533,7 @@ snapshots:
5153
4533
 
5154
4534
  eventemitter3@4.0.7: {}
5155
4535
 
5156
- eventsource-parser@3.0.6: {}
5157
-
5158
- expand-template@2.0.3:
5159
- optional: true
4536
+ expand-template@2.0.3: {}
5160
4537
 
5161
4538
  fast-deep-equal@3.1.3: {}
5162
4539
 
@@ -5170,18 +4547,11 @@ snapshots:
5170
4547
  optionalDependencies:
5171
4548
  picomatch: 4.0.3
5172
4549
 
5173
- fetch-blob@3.2.0:
5174
- dependencies:
5175
- node-domexception: 1.0.0
5176
- web-streams-polyfill: 3.3.3
5177
- optional: true
5178
-
5179
4550
  file-entry-cache@8.0.0:
5180
4551
  dependencies:
5181
4552
  flat-cache: 4.0.1
5182
4553
 
5183
- file-uri-to-path@1.0.0:
5184
- optional: true
4554
+ file-uri-to-path@1.0.0: {}
5185
4555
 
5186
4556
  find-up@5.0.0:
5187
4557
  dependencies:
@@ -5195,10 +4565,14 @@ snapshots:
5195
4565
 
5196
4566
  flatted@3.3.3: {}
5197
4567
 
5198
- formdata-polyfill@4.0.10:
4568
+ for-each@0.3.5:
5199
4569
  dependencies:
5200
- fetch-blob: 3.2.0
5201
- optional: true
4570
+ is-callable: 1.2.7
4571
+
4572
+ foreground-child@3.3.1:
4573
+ dependencies:
4574
+ cross-spawn: 7.0.6
4575
+ signal-exit: 4.1.0
5202
4576
 
5203
4577
  framer-motion@11.18.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
5204
4578
  dependencies:
@@ -5209,37 +4583,77 @@ snapshots:
5209
4583
  react: 19.2.3
5210
4584
  react-dom: 19.2.3(react@19.2.3)
5211
4585
 
5212
- fs-constants@1.0.0:
5213
- optional: true
4586
+ fs-constants@1.0.0: {}
5214
4587
 
5215
4588
  fsevents@2.3.3:
5216
4589
  optional: true
5217
4590
 
4591
+ function-bind@1.1.2: {}
4592
+
5218
4593
  gensync@1.0.0-beta.2: {}
5219
4594
 
4595
+ get-caller-file@2.0.5: {}
4596
+
4597
+ get-intrinsic@1.3.0:
4598
+ dependencies:
4599
+ call-bind-apply-helpers: 1.0.2
4600
+ es-define-property: 1.0.1
4601
+ es-errors: 1.3.0
4602
+ es-object-atoms: 1.1.1
4603
+ function-bind: 1.1.2
4604
+ get-proto: 1.0.1
4605
+ gopd: 1.2.0
4606
+ has-symbols: 1.1.0
4607
+ hasown: 2.0.2
4608
+ math-intrinsics: 1.1.0
4609
+
5220
4610
  get-nonce@1.0.1: {}
5221
4611
 
5222
- get-tsconfig@4.13.2:
4612
+ get-proto@1.0.1:
5223
4613
  dependencies:
5224
- resolve-pkg-maps: 1.0.0
4614
+ dunder-proto: 1.0.1
4615
+ es-object-atoms: 1.1.1
5225
4616
 
5226
- github-from-package@0.0.0:
5227
- optional: true
4617
+ github-from-package@0.0.0: {}
5228
4618
 
5229
4619
  glob-parent@6.0.2:
5230
4620
  dependencies:
5231
4621
  is-glob: 4.0.3
5232
4622
 
4623
+ glob@10.5.0:
4624
+ dependencies:
4625
+ foreground-child: 3.3.1
4626
+ jackspeak: 3.4.3
4627
+ minimatch: 9.0.5
4628
+ minipass: 7.1.3
4629
+ package-json-from-dist: 1.0.1
4630
+ path-scurry: 1.11.1
4631
+
5233
4632
  globals@14.0.0: {}
5234
4633
 
4634
+ gopd@1.2.0: {}
4635
+
5235
4636
  graceful-fs@4.2.11: {}
5236
4637
 
5237
4638
  has-flag@4.0.0: {}
5238
4639
 
4640
+ has-property-descriptors@1.0.2:
4641
+ dependencies:
4642
+ es-define-property: 1.0.1
4643
+
4644
+ has-symbols@1.1.0: {}
4645
+
4646
+ has-tostringtag@1.0.2:
4647
+ dependencies:
4648
+ has-symbols: 1.1.0
4649
+
4650
+ hasown@2.0.2:
4651
+ dependencies:
4652
+ function-bind: 1.1.2
4653
+
5239
4654
  hono@4.11.9: {}
5240
4655
 
5241
- ieee754@1.2.1:
5242
- optional: true
4656
+ ieee754@1.2.1: {}
5243
4657
 
5244
4658
  ignore@5.3.2: {}
5245
4659
 
@@ -5250,11 +4664,9 @@ snapshots:
5250
4664
 
5251
4665
  imurmurhash@0.1.4: {}
5252
4666
 
5253
- inherits@2.0.4:
5254
- optional: true
4667
+ inherits@2.0.4: {}
5255
4668
 
5256
- ini@1.3.8:
5257
- optional: true
4669
+ ini@1.3.8: {}
5258
4670
 
5259
4671
  input-otp@1.4.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
5260
4672
  dependencies:
@@ -5263,18 +4675,31 @@ snapshots:
5263
4675
 
5264
4676
  internmap@2.0.3: {}
5265
4677
 
4678
+ is-callable@1.2.7: {}
4679
+
5266
4680
  is-extglob@2.1.1: {}
5267
4681
 
4682
+ is-fullwidth-code-point@3.0.0: {}
4683
+
5268
4684
  is-glob@4.0.3:
5269
4685
  dependencies:
5270
4686
  is-extglob: 2.1.1
5271
4687
 
4688
+ is-typed-array@1.1.15:
4689
+ dependencies:
4690
+ which-typed-array: 1.1.20
4691
+
4692
+ isarray@2.0.5: {}
4693
+
5272
4694
  isexe@2.0.0: {}
5273
4695
 
5274
- jiti@2.6.1: {}
4696
+ jackspeak@3.4.3:
4697
+ dependencies:
4698
+ '@isaacs/cliui': 8.0.2
4699
+ optionalDependencies:
4700
+ '@pkgjs/parseargs': 0.11.0
5275
4701
 
5276
- js-base64@3.7.8:
5277
- optional: true
4702
+ jiti@2.6.1: {}
5278
4703
 
5279
4704
  js-tokens@4.0.0: {}
5280
4705
 
@@ -5288,8 +4713,6 @@ snapshots:
5288
4713
 
5289
4714
  json-schema-traverse@0.4.1: {}
5290
4715
 
5291
- json-schema@0.4.0: {}
5292
-
5293
4716
  json-stable-stringify-without-jsonify@1.0.1: {}
5294
4717
 
5295
4718
  json5@2.2.3: {}
@@ -5303,22 +4726,6 @@ snapshots:
5303
4726
  prelude-ls: 1.2.1
5304
4727
  type-check: 0.4.0
5305
4728
 
5306
- libsql@0.5.22:
5307
- dependencies:
5308
- '@neon-rs/load': 0.0.4
5309
- detect-libc: 2.0.2
5310
- optionalDependencies:
5311
- '@libsql/darwin-arm64': 0.5.22
5312
- '@libsql/darwin-x64': 0.5.22
5313
- '@libsql/linux-arm-gnueabihf': 0.5.22
5314
- '@libsql/linux-arm-musleabihf': 0.5.22
5315
- '@libsql/linux-arm64-gnu': 0.5.22
5316
- '@libsql/linux-arm64-musl': 0.5.22
5317
- '@libsql/linux-x64-gnu': 0.5.22
5318
- '@libsql/linux-x64-musl': 0.5.22
5319
- '@libsql/win32-x64-msvc': 0.5.22
5320
- optional: true
5321
-
5322
4729
  lightningcss-android-arm64@1.30.2:
5323
4730
  optional: true
5324
4731
 
@@ -5380,6 +4787,8 @@ snapshots:
5380
4787
  dependencies:
5381
4788
  js-tokens: 4.0.0
5382
4789
 
4790
+ lru-cache@10.4.3: {}
4791
+
5383
4792
  lru-cache@5.1.1:
5384
4793
  dependencies:
5385
4794
  yallist: 3.1.1
@@ -5392,8 +4801,9 @@ snapshots:
5392
4801
  dependencies:
5393
4802
  '@jridgewell/sourcemap-codec': 1.5.5
5394
4803
 
5395
- mimic-response@3.1.0:
5396
- optional: true
4804
+ math-intrinsics@1.1.0: {}
4805
+
4806
+ mimic-response@3.1.0: {}
5397
4807
 
5398
4808
  minimatch@10.2.5:
5399
4809
  dependencies:
@@ -5407,11 +4817,11 @@ snapshots:
5407
4817
  dependencies:
5408
4818
  brace-expansion: 2.0.2
5409
4819
 
5410
- minimist@1.2.8:
5411
- optional: true
4820
+ minimist@1.2.8: {}
5412
4821
 
5413
- mkdirp-classic@0.5.3:
5414
- optional: true
4822
+ minipass@7.1.3: {}
4823
+
4824
+ mkdirp-classic@0.5.3: {}
5415
4825
 
5416
4826
  motion-dom@11.18.1:
5417
4827
  dependencies:
@@ -5423,8 +4833,7 @@ snapshots:
5423
4833
 
5424
4834
  nanoid@3.3.11: {}
5425
4835
 
5426
- napi-build-utils@2.0.0:
5427
- optional: true
4836
+ napi-build-utils@2.0.0: {}
5428
4837
 
5429
4838
  natural-compare@1.4.0: {}
5430
4839
 
@@ -5436,22 +4845,6 @@ snapshots:
5436
4845
  node-abi@3.89.0:
5437
4846
  dependencies:
5438
4847
  semver: 7.7.4
5439
- optional: true
5440
-
5441
- node-domexception@1.0.0:
5442
- optional: true
5443
-
5444
- node-fetch@2.7.0:
5445
- dependencies:
5446
- whatwg-url: 5.0.0
5447
- optional: true
5448
-
5449
- node-fetch@3.3.2:
5450
- dependencies:
5451
- data-uri-to-buffer: 4.0.1
5452
- fetch-blob: 3.2.0
5453
- formdata-polyfill: 4.0.10
5454
- optional: true
5455
4848
 
5456
4849
  node-releases@2.0.27: {}
5457
4850
 
@@ -5460,7 +4853,6 @@ snapshots:
5460
4853
  once@1.4.0:
5461
4854
  dependencies:
5462
4855
  wrappy: 1.0.2
5463
- optional: true
5464
4856
 
5465
4857
  optionator@0.9.4:
5466
4858
  dependencies:
@@ -5479,6 +4871,8 @@ snapshots:
5479
4871
  dependencies:
5480
4872
  p-limit: 3.1.0
5481
4873
 
4874
+ package-json-from-dist@1.0.1: {}
4875
+
5482
4876
  parent-module@1.0.1:
5483
4877
  dependencies:
5484
4878
  callsites: 3.1.0
@@ -5487,18 +4881,23 @@ snapshots:
5487
4881
 
5488
4882
  path-key@3.1.1: {}
5489
4883
 
4884
+ path-scurry@1.11.1:
4885
+ dependencies:
4886
+ lru-cache: 10.4.3
4887
+ minipass: 7.1.3
4888
+
5490
4889
  pg-cloudflare@1.3.0:
5491
4890
  optional: true
5492
4891
 
5493
- pg-connection-string@2.12.0: {}
4892
+ pg-connection-string@2.11.0: {}
5494
4893
 
5495
4894
  pg-int8@1.0.1: {}
5496
4895
 
5497
- pg-pool@3.13.0(pg@8.20.0):
4896
+ pg-pool@3.11.0(pg@8.18.0):
5498
4897
  dependencies:
5499
- pg: 8.20.0
4898
+ pg: 8.18.0
5500
4899
 
5501
- pg-protocol@1.13.0: {}
4900
+ pg-protocol@1.11.0: {}
5502
4901
 
5503
4902
  pg-types@2.2.0:
5504
4903
  dependencies:
@@ -5508,11 +4907,11 @@ snapshots:
5508
4907
  postgres-date: 1.0.7
5509
4908
  postgres-interval: 1.2.0
5510
4909
 
5511
- pg@8.20.0:
4910
+ pg@8.18.0:
5512
4911
  dependencies:
5513
- pg-connection-string: 2.12.0
5514
- pg-pool: 3.13.0(pg@8.20.0)
5515
- pg-protocol: 1.13.0
4912
+ pg-connection-string: 2.11.0
4913
+ pg-pool: 3.11.0(pg@8.18.0)
4914
+ pg-protocol: 1.11.0
5516
4915
  pg-types: 2.2.0
5517
4916
  pgpass: 1.0.5
5518
4917
  optionalDependencies:
@@ -5526,6 +4925,8 @@ snapshots:
5526
4925
 
5527
4926
  picomatch@4.0.3: {}
5528
4927
 
4928
+ possible-typed-array-names@1.1.0: {}
4929
+
5529
4930
  postcss@8.5.6:
5530
4931
  dependencies:
5531
4932
  nanoid: 3.3.11
@@ -5556,13 +4957,9 @@ snapshots:
5556
4957
  simple-get: 4.0.1
5557
4958
  tar-fs: 2.1.4
5558
4959
  tunnel-agent: 0.6.0
5559
- optional: true
5560
4960
 
5561
4961
  prelude-ls@1.2.1: {}
5562
4962
 
5563
- promise-limit@2.7.0:
5564
- optional: true
5565
-
5566
4963
  prop-types@15.8.1:
5567
4964
  dependencies:
5568
4965
  loose-envify: 1.4.0
@@ -5573,7 +4970,6 @@ snapshots:
5573
4970
  dependencies:
5574
4971
  end-of-stream: 1.4.5
5575
4972
  once: 1.4.0
5576
- optional: true
5577
4973
 
5578
4974
  punycode@2.3.1: {}
5579
4975
 
@@ -5583,7 +4979,6 @@ snapshots:
5583
4979
  ini: 1.3.8
5584
4980
  minimist: 1.2.8
5585
4981
  strip-json-comments: 2.0.1
5586
- optional: true
5587
4982
 
5588
4983
  react-day-picker@9.13.0(react@19.2.3):
5589
4984
  dependencies:
@@ -5675,7 +5070,6 @@ snapshots:
5675
5070
  inherits: 2.0.4
5676
5071
  string_decoder: 1.3.0
5677
5072
  util-deprecate: 1.0.2
5678
- optional: true
5679
5073
 
5680
5074
  recharts-scale@0.4.5:
5681
5075
  dependencies:
@@ -5694,9 +5088,11 @@ snapshots:
5694
5088
  tiny-invariant: 1.3.3
5695
5089
  victory-vendor: 36.9.2
5696
5090
 
5697
- resolve-from@4.0.0: {}
5091
+ reflect-metadata@0.2.2: {}
5698
5092
 
5699
- resolve-pkg-maps@1.0.0: {}
5093
+ require-directory@2.1.1: {}
5094
+
5095
+ resolve-from@4.0.0: {}
5700
5096
 
5701
5097
  rollup@4.57.1:
5702
5098
  dependencies:
@@ -5729,15 +5125,28 @@ snapshots:
5729
5125
  '@rollup/rollup-win32-x64-msvc': 4.57.1
5730
5126
  fsevents: 2.3.3
5731
5127
 
5732
- safe-buffer@5.2.1:
5733
- optional: true
5128
+ safe-buffer@5.2.1: {}
5734
5129
 
5735
5130
  scheduler@0.27.0: {}
5736
5131
 
5737
5132
  semver@6.3.1: {}
5738
5133
 
5739
- semver@7.7.4:
5740
- optional: true
5134
+ semver@7.7.4: {}
5135
+
5136
+ set-function-length@1.2.2:
5137
+ dependencies:
5138
+ define-data-property: 1.1.4
5139
+ es-errors: 1.3.0
5140
+ function-bind: 1.1.2
5141
+ get-intrinsic: 1.3.0
5142
+ gopd: 1.2.0
5143
+ has-property-descriptors: 1.0.2
5144
+
5145
+ sha.js@2.4.12:
5146
+ dependencies:
5147
+ inherits: 2.0.4
5148
+ safe-buffer: 5.2.1
5149
+ to-buffer: 1.2.2
5741
5150
 
5742
5151
  shebang-command@2.0.0:
5743
5152
  dependencies:
@@ -5745,34 +5154,47 @@ snapshots:
5745
5154
 
5746
5155
  shebang-regex@3.0.0: {}
5747
5156
 
5748
- simple-concat@1.0.1:
5749
- optional: true
5157
+ signal-exit@4.1.0: {}
5158
+
5159
+ simple-concat@1.0.1: {}
5750
5160
 
5751
5161
  simple-get@4.0.1:
5752
5162
  dependencies:
5753
5163
  decompress-response: 6.0.0
5754
5164
  once: 1.4.0
5755
5165
  simple-concat: 1.0.1
5756
- optional: true
5757
5166
 
5758
5167
  source-map-js@1.2.1: {}
5759
5168
 
5760
- source-map-support@0.5.21:
5761
- dependencies:
5762
- buffer-from: 1.1.2
5763
- source-map: 0.6.1
5169
+ split2@4.2.0: {}
5764
5170
 
5765
- source-map@0.6.1: {}
5171
+ sql-highlight@6.1.0: {}
5766
5172
 
5767
- split2@4.2.0: {}
5173
+ string-width@4.2.3:
5174
+ dependencies:
5175
+ emoji-regex: 8.0.0
5176
+ is-fullwidth-code-point: 3.0.0
5177
+ strip-ansi: 6.0.1
5178
+
5179
+ string-width@5.1.2:
5180
+ dependencies:
5181
+ eastasianwidth: 0.2.0
5182
+ emoji-regex: 9.2.2
5183
+ strip-ansi: 7.2.0
5768
5184
 
5769
5185
  string_decoder@1.3.0:
5770
5186
  dependencies:
5771
5187
  safe-buffer: 5.2.1
5772
- optional: true
5773
5188
 
5774
- strip-json-comments@2.0.1:
5775
- optional: true
5189
+ strip-ansi@6.0.1:
5190
+ dependencies:
5191
+ ansi-regex: 5.0.1
5192
+
5193
+ strip-ansi@7.2.0:
5194
+ dependencies:
5195
+ ansi-regex: 6.2.2
5196
+
5197
+ strip-json-comments@2.0.1: {}
5776
5198
 
5777
5199
  strip-json-comments@3.1.1: {}
5778
5200
 
@@ -5796,7 +5218,6 @@ snapshots:
5796
5218
  mkdirp-classic: 0.5.3
5797
5219
  pump: 3.0.4
5798
5220
  tar-stream: 2.2.0
5799
- optional: true
5800
5221
 
5801
5222
  tar-stream@2.2.0:
5802
5223
  dependencies:
@@ -5805,7 +5226,6 @@ snapshots:
5805
5226
  fs-constants: 1.0.0
5806
5227
  inherits: 2.0.4
5807
5228
  readable-stream: 3.6.2
5808
- optional: true
5809
5229
 
5810
5230
  tiny-invariant@1.3.3: {}
5811
5231
 
@@ -5814,20 +5234,52 @@ snapshots:
5814
5234
  fdir: 6.5.0(picomatch@4.0.3)
5815
5235
  picomatch: 4.0.3
5816
5236
 
5817
- tr46@0.0.3:
5818
- optional: true
5237
+ to-buffer@1.2.2:
5238
+ dependencies:
5239
+ isarray: 2.0.5
5240
+ safe-buffer: 5.2.1
5241
+ typed-array-buffer: 1.0.3
5819
5242
 
5820
5243
  tslib@2.8.1: {}
5821
5244
 
5822
5245
  tunnel-agent@0.6.0:
5823
5246
  dependencies:
5824
5247
  safe-buffer: 5.2.1
5825
- optional: true
5826
5248
 
5827
5249
  type-check@0.4.0:
5828
5250
  dependencies:
5829
5251
  prelude-ls: 1.2.1
5830
5252
 
5253
+ typed-array-buffer@1.0.3:
5254
+ dependencies:
5255
+ call-bound: 1.0.4
5256
+ es-errors: 1.3.0
5257
+ is-typed-array: 1.1.15
5258
+
5259
+ typeorm@0.3.28(better-sqlite3@12.9.0)(pg@8.18.0):
5260
+ dependencies:
5261
+ '@sqltools/formatter': 1.2.5
5262
+ ansis: 4.2.0
5263
+ app-root-path: 3.1.0
5264
+ buffer: 6.0.3
5265
+ dayjs: 1.11.20
5266
+ debug: 4.4.3
5267
+ dedent: 1.7.2
5268
+ dotenv: 16.6.1
5269
+ glob: 10.5.0
5270
+ reflect-metadata: 0.2.2
5271
+ sha.js: 2.4.12
5272
+ sql-highlight: 6.1.0
5273
+ tslib: 2.8.1
5274
+ uuid: 11.1.0
5275
+ yargs: 17.7.2
5276
+ optionalDependencies:
5277
+ better-sqlite3: 12.9.0
5278
+ pg: 8.18.0
5279
+ transitivePeerDependencies:
5280
+ - babel-plugin-macros
5281
+ - supports-color
5282
+
5831
5283
  typescript@5.9.3: {}
5832
5284
 
5833
5285
  undici-types@6.21.0: {}
@@ -5861,8 +5313,9 @@ snapshots:
5861
5313
  dependencies:
5862
5314
  react: 19.2.3
5863
5315
 
5864
- util-deprecate@1.0.2:
5865
- optional: true
5316
+ util-deprecate@1.0.2: {}
5317
+
5318
+ uuid@11.1.0: {}
5866
5319
 
5867
5320
  vaul@1.1.2(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
5868
5321
  dependencies:
@@ -5912,17 +5365,15 @@ snapshots:
5912
5365
  jiti: 2.6.1
5913
5366
  lightningcss: 1.30.2
5914
5367
 
5915
- web-streams-polyfill@3.3.3:
5916
- optional: true
5917
-
5918
- webidl-conversions@3.0.1:
5919
- optional: true
5920
-
5921
- whatwg-url@5.0.0:
5368
+ which-typed-array@1.1.20:
5922
5369
  dependencies:
5923
- tr46: 0.0.3
5924
- webidl-conversions: 3.0.1
5925
- optional: true
5370
+ available-typed-arrays: 1.0.7
5371
+ call-bind: 1.0.9
5372
+ call-bound: 1.0.4
5373
+ for-each: 0.3.5
5374
+ get-proto: 1.0.1
5375
+ gopd: 1.2.0
5376
+ has-tostringtag: 1.0.2
5926
5377
 
5927
5378
  which@2.0.2:
5928
5379
  dependencies:
@@ -5930,16 +5381,38 @@ snapshots:
5930
5381
 
5931
5382
  word-wrap@1.2.5: {}
5932
5383
 
5933
- wrappy@1.0.2:
5934
- optional: true
5384
+ wrap-ansi@7.0.0:
5385
+ dependencies:
5386
+ ansi-styles: 4.3.0
5387
+ string-width: 4.2.3
5388
+ strip-ansi: 6.0.1
5935
5389
 
5936
- ws@8.19.0:
5937
- optional: true
5390
+ wrap-ansi@8.1.0:
5391
+ dependencies:
5392
+ ansi-styles: 6.2.3
5393
+ string-width: 5.1.2
5394
+ strip-ansi: 7.2.0
5395
+
5396
+ wrappy@1.0.2: {}
5938
5397
 
5939
5398
  xtend@4.0.2: {}
5940
5399
 
5400
+ y18n@5.0.8: {}
5401
+
5941
5402
  yallist@3.1.1: {}
5942
5403
 
5404
+ yargs-parser@21.1.1: {}
5405
+
5406
+ yargs@17.7.2:
5407
+ dependencies:
5408
+ cliui: 8.0.1
5409
+ escalade: 3.2.0
5410
+ get-caller-file: 2.0.5
5411
+ require-directory: 2.1.1
5412
+ string-width: 4.2.3
5413
+ y18n: 5.0.8
5414
+ yargs-parser: 21.1.1
5415
+
5943
5416
  yocto-queue@0.1.0: {}
5944
5417
 
5945
5418
  zod@4.3.6: {}