@simitgroup/simpleapp-generator 1.0.20 → 1.0.21

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/backend1/.env +5 -0
  2. package/backend1/package.json +6 -0
  3. package/backend1/pnpm-lock.yaml +428 -177
  4. package/backend1/src/class/SimpleAppController.js +38 -0
  5. package/backend1/src/class/SimpleAppController.js.map +1 -0
  6. package/backend1/src/class/SimpleAppController.ts +69 -0
  7. package/backend1/src/class/SimpleAppService.js +264 -0
  8. package/backend1/src/class/SimpleAppService.js.map +1 -0
  9. package/backend1/src/class/SimpleAppService.ts +213 -0
  10. package/backend1/src/main.js +13 -1
  11. package/backend1/src/main.js.map +1 -1
  12. package/backend1/src/main.ts +14 -2
  13. package/backend1/tsconfig.json +1 -21
  14. package/dist/framework.js +161 -0
  15. package/dist/framework.js.map +1 -0
  16. package/dist/generate.js +2 -2
  17. package/dist/generate.js.map +1 -1
  18. package/dist/index.js +44 -28
  19. package/dist/index.js.map +1 -1
  20. package/frontend1/README.md +63 -0
  21. package/frontend1/app.vue +8 -0
  22. package/frontend1/assets/css/tailwind.css +28 -0
  23. package/frontend1/components/CrudSimple.vue +112 -0
  24. package/frontend1/components/DebugDocumentData.vue +20 -0
  25. package/frontend1/components/EventMonitor.vue +79 -0
  26. package/frontend1/components/Menus.vue +18 -0
  27. package/frontend1/layouts/default.vue +10 -0
  28. package/frontend1/nuxt.config.js +42 -0
  29. package/frontend1/nuxt.config.js.map +1 -0
  30. package/frontend1/nuxt.config.ts +42 -0
  31. package/frontend1/package-lock.json +11877 -0
  32. package/frontend1/package.json +38 -0
  33. package/frontend1/pages/index.vue +3 -0
  34. package/frontend1/plugins/simpleapp.js +73 -0
  35. package/frontend1/plugins/simpleapp.js.map +1 -0
  36. package/frontend1/plugins/simpleapp.ts +73 -0
  37. package/frontend1/pnpm-lock.yaml +8339 -0
  38. package/frontend1/public/favicon.ico +0 -0
  39. package/frontend1/server/api/[...].js +117 -0
  40. package/frontend1/server/api/[...].js.map +1 -0
  41. package/frontend1/server/api/[...].ts +131 -0
  42. package/frontend1/server/tsconfig.json +3 -0
  43. package/frontend1/tailwind.config.js +10 -0
  44. package/frontend1/tailwind.config.js.map +1 -0
  45. package/frontend1/tailwind.config.ts +9 -0
  46. package/frontend1/tsconfig.json +4 -0
  47. package/package.json +2 -10
  48. package/src/framework.ts +133 -0
  49. package/src/generate.ts +2 -2
  50. package/src/index.ts +22 -42
@@ -8,12 +8,30 @@ dependencies:
8
8
  '@nestjs/common':
9
9
  specifier: ^10.0.0
10
10
  version: 10.2.4(reflect-metadata@0.1.13)(rxjs@7.8.1)
11
+ '@nestjs/config':
12
+ specifier: ^3.0.1
13
+ version: 3.0.1(@nestjs/common@10.2.4)(reflect-metadata@0.1.13)
11
14
  '@nestjs/core':
12
15
  specifier: ^10.0.0
13
16
  version: 10.2.4(@nestjs/common@10.2.4)(@nestjs/platform-express@10.2.4)(reflect-metadata@0.1.13)(rxjs@7.8.1)
17
+ '@nestjs/mongoose':
18
+ specifier: ^10.0.1
19
+ version: 10.0.1(@nestjs/common@10.2.4)(@nestjs/core@10.2.4)(mongoose@7.5.0)(reflect-metadata@0.1.13)(rxjs@7.8.1)
14
20
  '@nestjs/platform-express':
15
21
  specifier: ^10.0.0
16
22
  version: 10.2.4(@nestjs/common@10.2.4)(@nestjs/core@10.2.4)
23
+ '@nestjs/swagger':
24
+ specifier: ^7.1.10
25
+ version: 7.1.10(@nestjs/common@10.2.4)(@nestjs/core@10.2.4)(reflect-metadata@0.1.13)
26
+ ajv:
27
+ specifier: ^8.12.0
28
+ version: 8.12.0
29
+ ajv-formats:
30
+ specifier: ^2.1.1
31
+ version: 2.1.1(ajv@8.12.0)
32
+ mongoose:
33
+ specifier: ^7.5.0
34
+ version: 7.5.0
17
35
  reflect-metadata:
18
36
  specifier: ^0.1.13
19
37
  version: 0.1.13
@@ -39,28 +57,28 @@ devDependencies:
39
57
  version: 29.5.4
40
58
  '@types/node':
41
59
  specifier: ^20.3.1
42
- version: 20.5.9
60
+ version: 20.6.0
43
61
  '@types/supertest':
44
62
  specifier: ^2.0.12
45
63
  version: 2.0.12
46
64
  '@typescript-eslint/eslint-plugin':
47
65
  specifier: ^6.0.0
48
- version: 6.6.0(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)(typescript@5.2.2)
66
+ version: 6.6.0(@typescript-eslint/parser@6.6.0)(eslint@8.49.0)(typescript@5.2.2)
49
67
  '@typescript-eslint/parser':
50
68
  specifier: ^6.0.0
51
- version: 6.6.0(eslint@8.48.0)(typescript@5.2.2)
69
+ version: 6.6.0(eslint@8.49.0)(typescript@5.2.2)
52
70
  eslint:
53
71
  specifier: ^8.42.0
54
- version: 8.48.0
72
+ version: 8.49.0
55
73
  eslint-config-prettier:
56
74
  specifier: ^9.0.0
57
- version: 9.0.0(eslint@8.48.0)
75
+ version: 9.0.0(eslint@8.49.0)
58
76
  eslint-plugin-prettier:
59
77
  specifier: ^5.0.0
60
- version: 5.0.0(eslint-config-prettier@9.0.0)(eslint@8.48.0)(prettier@3.0.3)
78
+ version: 5.0.0(eslint-config-prettier@9.0.0)(eslint@8.49.0)(prettier@3.0.3)
61
79
  jest:
62
80
  specifier: ^29.5.0
63
- version: 29.6.4(@types/node@20.5.9)(ts-node@10.9.1)
81
+ version: 29.6.4(@types/node@20.6.0)(ts-node@10.9.1)
64
82
  prettier:
65
83
  specifier: ^3.0.0
66
84
  version: 3.0.3
@@ -72,13 +90,13 @@ devDependencies:
72
90
  version: 6.3.3
73
91
  ts-jest:
74
92
  specifier: ^29.1.0
75
- version: 29.1.1(@babel/core@7.22.15)(jest@29.6.4)(typescript@5.2.2)
93
+ version: 29.1.1(@babel/core@7.22.17)(jest@29.6.4)(typescript@5.2.2)
76
94
  ts-loader:
77
95
  specifier: ^9.4.3
78
96
  version: 9.4.4(typescript@5.2.2)(webpack@5.88.2)
79
97
  ts-node:
80
98
  specifier: ^10.9.1
81
- version: 10.9.1(@types/node@20.5.9)(typescript@5.2.2)
99
+ version: 10.9.1(@types/node@20.6.0)(typescript@5.2.2)
82
100
  tsconfig-paths:
83
101
  specifier: ^4.2.0
84
102
  version: 4.2.0
@@ -189,20 +207,20 @@ packages:
189
207
  engines: {node: '>=6.9.0'}
190
208
  dev: true
191
209
 
192
- /@babel/core@7.22.15:
193
- resolution: {integrity: sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA==}
210
+ /@babel/core@7.22.17:
211
+ resolution: {integrity: sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==}
194
212
  engines: {node: '>=6.9.0'}
195
213
  dependencies:
196
214
  '@ampproject/remapping': 2.2.1
197
215
  '@babel/code-frame': 7.22.13
198
216
  '@babel/generator': 7.22.15
199
217
  '@babel/helper-compilation-targets': 7.22.15
200
- '@babel/helper-module-transforms': 7.22.15(@babel/core@7.22.15)
218
+ '@babel/helper-module-transforms': 7.22.17(@babel/core@7.22.17)
201
219
  '@babel/helpers': 7.22.15
202
220
  '@babel/parser': 7.22.16
203
221
  '@babel/template': 7.22.15
204
- '@babel/traverse': 7.22.15
205
- '@babel/types': 7.22.15
222
+ '@babel/traverse': 7.22.17
223
+ '@babel/types': 7.22.17
206
224
  convert-source-map: 1.9.0
207
225
  debug: 4.3.4
208
226
  gensync: 1.0.0-beta.2
@@ -216,7 +234,7 @@ packages:
216
234
  resolution: {integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==}
217
235
  engines: {node: '>=6.9.0'}
218
236
  dependencies:
219
- '@babel/types': 7.22.15
237
+ '@babel/types': 7.22.17
220
238
  '@jridgewell/gen-mapping': 0.3.3
221
239
  '@jridgewell/trace-mapping': 0.3.19
222
240
  jsesc: 2.5.2
@@ -243,30 +261,30 @@ packages:
243
261
  engines: {node: '>=6.9.0'}
244
262
  dependencies:
245
263
  '@babel/template': 7.22.15
246
- '@babel/types': 7.22.15
264
+ '@babel/types': 7.22.17
247
265
  dev: true
248
266
 
249
267
  /@babel/helper-hoist-variables@7.22.5:
250
268
  resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
251
269
  engines: {node: '>=6.9.0'}
252
270
  dependencies:
253
- '@babel/types': 7.22.15
271
+ '@babel/types': 7.22.17
254
272
  dev: true
255
273
 
256
274
  /@babel/helper-module-imports@7.22.15:
257
275
  resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
258
276
  engines: {node: '>=6.9.0'}
259
277
  dependencies:
260
- '@babel/types': 7.22.15
278
+ '@babel/types': 7.22.17
261
279
  dev: true
262
280
 
263
- /@babel/helper-module-transforms@7.22.15(@babel/core@7.22.15):
264
- resolution: {integrity: sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==}
281
+ /@babel/helper-module-transforms@7.22.17(@babel/core@7.22.17):
282
+ resolution: {integrity: sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ==}
265
283
  engines: {node: '>=6.9.0'}
266
284
  peerDependencies:
267
285
  '@babel/core': ^7.0.0
268
286
  dependencies:
269
- '@babel/core': 7.22.15
287
+ '@babel/core': 7.22.17
270
288
  '@babel/helper-environment-visitor': 7.22.5
271
289
  '@babel/helper-module-imports': 7.22.15
272
290
  '@babel/helper-simple-access': 7.22.5
@@ -283,14 +301,14 @@ packages:
283
301
  resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
284
302
  engines: {node: '>=6.9.0'}
285
303
  dependencies:
286
- '@babel/types': 7.22.15
304
+ '@babel/types': 7.22.17
287
305
  dev: true
288
306
 
289
307
  /@babel/helper-split-export-declaration@7.22.6:
290
308
  resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
291
309
  engines: {node: '>=6.9.0'}
292
310
  dependencies:
293
- '@babel/types': 7.22.15
311
+ '@babel/types': 7.22.17
294
312
  dev: true
295
313
 
296
314
  /@babel/helper-string-parser@7.22.5:
@@ -313,8 +331,8 @@ packages:
313
331
  engines: {node: '>=6.9.0'}
314
332
  dependencies:
315
333
  '@babel/template': 7.22.15
316
- '@babel/traverse': 7.22.15
317
- '@babel/types': 7.22.15
334
+ '@babel/traverse': 7.22.17
335
+ '@babel/types': 7.22.17
318
336
  transitivePeerDependencies:
319
337
  - supports-color
320
338
  dev: true
@@ -333,135 +351,135 @@ packages:
333
351
  engines: {node: '>=6.0.0'}
334
352
  hasBin: true
335
353
  dependencies:
336
- '@babel/types': 7.22.15
354
+ '@babel/types': 7.22.17
337
355
  dev: true
338
356
 
339
- /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.15):
357
+ /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.17):
340
358
  resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
341
359
  peerDependencies:
342
360
  '@babel/core': ^7.0.0-0
343
361
  dependencies:
344
- '@babel/core': 7.22.15
362
+ '@babel/core': 7.22.17
345
363
  '@babel/helper-plugin-utils': 7.22.5
346
364
  dev: true
347
365
 
348
- /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.15):
366
+ /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.17):
349
367
  resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
350
368
  peerDependencies:
351
369
  '@babel/core': ^7.0.0-0
352
370
  dependencies:
353
- '@babel/core': 7.22.15
371
+ '@babel/core': 7.22.17
354
372
  '@babel/helper-plugin-utils': 7.22.5
355
373
  dev: true
356
374
 
357
- /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.15):
375
+ /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.17):
358
376
  resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
359
377
  peerDependencies:
360
378
  '@babel/core': ^7.0.0-0
361
379
  dependencies:
362
- '@babel/core': 7.22.15
380
+ '@babel/core': 7.22.17
363
381
  '@babel/helper-plugin-utils': 7.22.5
364
382
  dev: true
365
383
 
366
- /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.15):
384
+ /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.17):
367
385
  resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
368
386
  peerDependencies:
369
387
  '@babel/core': ^7.0.0-0
370
388
  dependencies:
371
- '@babel/core': 7.22.15
389
+ '@babel/core': 7.22.17
372
390
  '@babel/helper-plugin-utils': 7.22.5
373
391
  dev: true
374
392
 
375
- /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.15):
393
+ /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.17):
376
394
  resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
377
395
  peerDependencies:
378
396
  '@babel/core': ^7.0.0-0
379
397
  dependencies:
380
- '@babel/core': 7.22.15
398
+ '@babel/core': 7.22.17
381
399
  '@babel/helper-plugin-utils': 7.22.5
382
400
  dev: true
383
401
 
384
- /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.15):
402
+ /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.17):
385
403
  resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
386
404
  engines: {node: '>=6.9.0'}
387
405
  peerDependencies:
388
406
  '@babel/core': ^7.0.0-0
389
407
  dependencies:
390
- '@babel/core': 7.22.15
408
+ '@babel/core': 7.22.17
391
409
  '@babel/helper-plugin-utils': 7.22.5
392
410
  dev: true
393
411
 
394
- /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.15):
412
+ /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.17):
395
413
  resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
396
414
  peerDependencies:
397
415
  '@babel/core': ^7.0.0-0
398
416
  dependencies:
399
- '@babel/core': 7.22.15
417
+ '@babel/core': 7.22.17
400
418
  '@babel/helper-plugin-utils': 7.22.5
401
419
  dev: true
402
420
 
403
- /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.15):
421
+ /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.17):
404
422
  resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
405
423
  peerDependencies:
406
424
  '@babel/core': ^7.0.0-0
407
425
  dependencies:
408
- '@babel/core': 7.22.15
426
+ '@babel/core': 7.22.17
409
427
  '@babel/helper-plugin-utils': 7.22.5
410
428
  dev: true
411
429
 
412
- /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.15):
430
+ /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.17):
413
431
  resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
414
432
  peerDependencies:
415
433
  '@babel/core': ^7.0.0-0
416
434
  dependencies:
417
- '@babel/core': 7.22.15
435
+ '@babel/core': 7.22.17
418
436
  '@babel/helper-plugin-utils': 7.22.5
419
437
  dev: true
420
438
 
421
- /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.15):
439
+ /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.17):
422
440
  resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
423
441
  peerDependencies:
424
442
  '@babel/core': ^7.0.0-0
425
443
  dependencies:
426
- '@babel/core': 7.22.15
444
+ '@babel/core': 7.22.17
427
445
  '@babel/helper-plugin-utils': 7.22.5
428
446
  dev: true
429
447
 
430
- /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.15):
448
+ /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.17):
431
449
  resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
432
450
  peerDependencies:
433
451
  '@babel/core': ^7.0.0-0
434
452
  dependencies:
435
- '@babel/core': 7.22.15
453
+ '@babel/core': 7.22.17
436
454
  '@babel/helper-plugin-utils': 7.22.5
437
455
  dev: true
438
456
 
439
- /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.15):
457
+ /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.17):
440
458
  resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
441
459
  peerDependencies:
442
460
  '@babel/core': ^7.0.0-0
443
461
  dependencies:
444
- '@babel/core': 7.22.15
462
+ '@babel/core': 7.22.17
445
463
  '@babel/helper-plugin-utils': 7.22.5
446
464
  dev: true
447
465
 
448
- /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.15):
466
+ /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.17):
449
467
  resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
450
468
  engines: {node: '>=6.9.0'}
451
469
  peerDependencies:
452
470
  '@babel/core': ^7.0.0-0
453
471
  dependencies:
454
- '@babel/core': 7.22.15
472
+ '@babel/core': 7.22.17
455
473
  '@babel/helper-plugin-utils': 7.22.5
456
474
  dev: true
457
475
 
458
- /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.15):
476
+ /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.17):
459
477
  resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==}
460
478
  engines: {node: '>=6.9.0'}
461
479
  peerDependencies:
462
480
  '@babel/core': ^7.0.0-0
463
481
  dependencies:
464
- '@babel/core': 7.22.15
482
+ '@babel/core': 7.22.17
465
483
  '@babel/helper-plugin-utils': 7.22.5
466
484
  dev: true
467
485
 
@@ -471,11 +489,11 @@ packages:
471
489
  dependencies:
472
490
  '@babel/code-frame': 7.22.13
473
491
  '@babel/parser': 7.22.16
474
- '@babel/types': 7.22.15
492
+ '@babel/types': 7.22.17
475
493
  dev: true
476
494
 
477
- /@babel/traverse@7.22.15:
478
- resolution: {integrity: sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ==}
495
+ /@babel/traverse@7.22.17:
496
+ resolution: {integrity: sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg==}
479
497
  engines: {node: '>=6.9.0'}
480
498
  dependencies:
481
499
  '@babel/code-frame': 7.22.13
@@ -485,15 +503,15 @@ packages:
485
503
  '@babel/helper-hoist-variables': 7.22.5
486
504
  '@babel/helper-split-export-declaration': 7.22.6
487
505
  '@babel/parser': 7.22.16
488
- '@babel/types': 7.22.15
506
+ '@babel/types': 7.22.17
489
507
  debug: 4.3.4
490
508
  globals: 11.12.0
491
509
  transitivePeerDependencies:
492
510
  - supports-color
493
511
  dev: true
494
512
 
495
- /@babel/types@7.22.15:
496
- resolution: {integrity: sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==}
513
+ /@babel/types@7.22.17:
514
+ resolution: {integrity: sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==}
497
515
  engines: {node: '>=6.9.0'}
498
516
  dependencies:
499
517
  '@babel/helper-string-parser': 7.22.5
@@ -519,13 +537,13 @@ packages:
519
537
  '@jridgewell/trace-mapping': 0.3.9
520
538
  dev: true
521
539
 
522
- /@eslint-community/eslint-utils@4.4.0(eslint@8.48.0):
540
+ /@eslint-community/eslint-utils@4.4.0(eslint@8.49.0):
523
541
  resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
524
542
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
525
543
  peerDependencies:
526
544
  eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
527
545
  dependencies:
528
- eslint: 8.48.0
546
+ eslint: 8.49.0
529
547
  eslint-visitor-keys: 3.4.3
530
548
  dev: true
531
549
 
@@ -551,8 +569,8 @@ packages:
551
569
  - supports-color
552
570
  dev: true
553
571
 
554
- /@eslint/js@8.48.0:
555
- resolution: {integrity: sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==}
572
+ /@eslint/js@8.49.0:
573
+ resolution: {integrity: sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==}
556
574
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
557
575
  dev: true
558
576
 
@@ -597,7 +615,7 @@ packages:
597
615
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
598
616
  dependencies:
599
617
  '@jest/types': 29.6.3
600
- '@types/node': 20.5.9
618
+ '@types/node': 20.6.0
601
619
  chalk: 4.1.2
602
620
  jest-message-util: 29.6.3
603
621
  jest-util: 29.6.3
@@ -618,14 +636,14 @@ packages:
618
636
  '@jest/test-result': 29.6.4
619
637
  '@jest/transform': 29.6.4
620
638
  '@jest/types': 29.6.3
621
- '@types/node': 20.5.9
639
+ '@types/node': 20.6.0
622
640
  ansi-escapes: 4.3.2
623
641
  chalk: 4.1.2
624
642
  ci-info: 3.8.0
625
643
  exit: 0.1.2
626
644
  graceful-fs: 4.2.11
627
645
  jest-changed-files: 29.6.3
628
- jest-config: 29.6.4(@types/node@20.5.9)(ts-node@10.9.1)
646
+ jest-config: 29.6.4(@types/node@20.6.0)(ts-node@10.9.1)
629
647
  jest-haste-map: 29.6.4
630
648
  jest-message-util: 29.6.3
631
649
  jest-regex-util: 29.6.3
@@ -653,7 +671,7 @@ packages:
653
671
  dependencies:
654
672
  '@jest/fake-timers': 29.6.4
655
673
  '@jest/types': 29.6.3
656
- '@types/node': 20.5.9
674
+ '@types/node': 20.6.0
657
675
  jest-mock: 29.6.3
658
676
  dev: true
659
677
 
@@ -680,7 +698,7 @@ packages:
680
698
  dependencies:
681
699
  '@jest/types': 29.6.3
682
700
  '@sinonjs/fake-timers': 10.3.0
683
- '@types/node': 20.5.9
701
+ '@types/node': 20.6.0
684
702
  jest-message-util: 29.6.3
685
703
  jest-mock: 29.6.3
686
704
  jest-util: 29.6.3
@@ -713,7 +731,7 @@ packages:
713
731
  '@jest/transform': 29.6.4
714
732
  '@jest/types': 29.6.3
715
733
  '@jridgewell/trace-mapping': 0.3.19
716
- '@types/node': 20.5.9
734
+ '@types/node': 20.6.0
717
735
  chalk: 4.1.2
718
736
  collect-v8-coverage: 1.0.2
719
737
  exit: 0.1.2
@@ -775,7 +793,7 @@ packages:
775
793
  resolution: {integrity: sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==}
776
794
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
777
795
  dependencies:
778
- '@babel/core': 7.22.15
796
+ '@babel/core': 7.22.17
779
797
  '@jest/types': 29.6.3
780
798
  '@jridgewell/trace-mapping': 0.3.19
781
799
  babel-plugin-istanbul: 6.1.1
@@ -801,7 +819,7 @@ packages:
801
819
  '@jest/schemas': 29.6.3
802
820
  '@types/istanbul-lib-coverage': 2.0.4
803
821
  '@types/istanbul-reports': 3.0.1
804
- '@types/node': 20.5.9
822
+ '@types/node': 20.6.0
805
823
  '@types/yargs': 17.0.24
806
824
  chalk: 4.1.2
807
825
  dev: true
@@ -854,6 +872,14 @@ packages:
854
872
  resolution: {integrity: sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==}
855
873
  engines: {node: '>=8'}
856
874
 
875
+ /@mongodb-js/saslprep@1.1.0:
876
+ resolution: {integrity: sha512-Xfijy7HvfzzqiOAhAepF4SGN5e9leLkMvg/OPOF97XemjfVCYN/oWa75wnkc6mltMSTwY+XlbhWgUOJmkFspSw==}
877
+ requiresBuild: true
878
+ dependencies:
879
+ sparse-bitfield: 3.0.3
880
+ dev: false
881
+ optional: true
882
+
857
883
  /@nestjs/cli@10.1.17:
858
884
  resolution: {integrity: sha512-jUEnR2DgC15Op+IhcRWb6cyJrhec9CUQO+GtxCF2Dv9MwLcr4sTDq1UOkfs09HAhpuI8otgF2LoWGTlW3qRuqg==}
859
885
  engines: {node: '>= 16'}
@@ -914,6 +940,20 @@ packages:
914
940
  tslib: 2.6.2
915
941
  uid: 2.0.2
916
942
 
943
+ /@nestjs/config@3.0.1(@nestjs/common@10.2.4)(reflect-metadata@0.1.13):
944
+ resolution: {integrity: sha512-a98MMkDlgUlXTv9qtDbimYfXsuafn/YZOh/S35afutr0Qc5T6KzjyWP5VjxRkv26yI2JM0RhFruByFTM6ezwHA==}
945
+ peerDependencies:
946
+ '@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0
947
+ reflect-metadata: ^0.1.13
948
+ dependencies:
949
+ '@nestjs/common': 10.2.4(reflect-metadata@0.1.13)(rxjs@7.8.1)
950
+ dotenv: 16.3.1
951
+ dotenv-expand: 10.0.0
952
+ lodash: 4.17.21
953
+ reflect-metadata: 0.1.13
954
+ uuid: 9.0.0
955
+ dev: false
956
+
917
957
  /@nestjs/core@10.2.4(@nestjs/common@10.2.4)(@nestjs/platform-express@10.2.4)(reflect-metadata@0.1.13)(rxjs@7.8.1):
918
958
  resolution: {integrity: sha512-aWeii2l+3pNCc9kIRdLbXQMvrgSZD0jZgXOZv7bZwVf9mClMMi7TussLI4On12VbqVE7LE3gsNgRTwgQJlVC8g==}
919
959
  requiresBuild: true
@@ -945,6 +985,39 @@ packages:
945
985
  transitivePeerDependencies:
946
986
  - encoding
947
987
 
988
+ /@nestjs/mapped-types@2.0.2(@nestjs/common@10.2.4)(reflect-metadata@0.1.13):
989
+ resolution: {integrity: sha512-V0izw6tWs6fTp9+KiiPUbGHWALy563Frn8X6Bm87ANLRuE46iuBMD5acKBDP5lKL/75QFvrzSJT7HkCbB0jTpg==}
990
+ peerDependencies:
991
+ '@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0
992
+ class-transformer: ^0.4.0 || ^0.5.0
993
+ class-validator: ^0.13.0 || ^0.14.0
994
+ reflect-metadata: ^0.1.12
995
+ peerDependenciesMeta:
996
+ class-transformer:
997
+ optional: true
998
+ class-validator:
999
+ optional: true
1000
+ dependencies:
1001
+ '@nestjs/common': 10.2.4(reflect-metadata@0.1.13)(rxjs@7.8.1)
1002
+ reflect-metadata: 0.1.13
1003
+ dev: false
1004
+
1005
+ /@nestjs/mongoose@10.0.1(@nestjs/common@10.2.4)(@nestjs/core@10.2.4)(mongoose@7.5.0)(reflect-metadata@0.1.13)(rxjs@7.8.1):
1006
+ resolution: {integrity: sha512-woUViG28WKf/kRiv6NFXu4Oc0DvAPeX4+fT4coDVt2OqndnfJZTXwkkys23uVsBpKSIflRyjPvmcVBHQvcunZw==}
1007
+ peerDependencies:
1008
+ '@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0
1009
+ '@nestjs/core': ^8.0.0 || ^9.0.0 || ^10.0.0
1010
+ mongoose: ^6.0.2 || ^7.0.0
1011
+ reflect-metadata: ^0.1.12
1012
+ rxjs: ^7.0.0
1013
+ dependencies:
1014
+ '@nestjs/common': 10.2.4(reflect-metadata@0.1.13)(rxjs@7.8.1)
1015
+ '@nestjs/core': 10.2.4(@nestjs/common@10.2.4)(@nestjs/platform-express@10.2.4)(reflect-metadata@0.1.13)(rxjs@7.8.1)
1016
+ mongoose: 7.5.0
1017
+ reflect-metadata: 0.1.13
1018
+ rxjs: 7.8.1
1019
+ dev: false
1020
+
948
1021
  /@nestjs/platform-express@10.2.4(@nestjs/common@10.2.4)(@nestjs/core@10.2.4):
949
1022
  resolution: {integrity: sha512-E9F6WYo6bNwvTT0saJpkr8t4BJLbZRwrX5EKbtBRQqyRcw6NAvlKdacKzoo+Sompdre0IbF8AvNRFk4uLZTWqA==}
950
1023
  peerDependencies:
@@ -991,6 +1064,33 @@ packages:
991
1064
  - chokidar
992
1065
  dev: true
993
1066
 
1067
+ /@nestjs/swagger@7.1.10(@nestjs/common@10.2.4)(@nestjs/core@10.2.4)(reflect-metadata@0.1.13):
1068
+ resolution: {integrity: sha512-qreCcxgHFyFX1mOfK36pxiziy4xoa/XcxC0h4Zr9yH54WuqMqO9aaNFhFyuQ1iyd/3YBVQB21Un4gQnh9iGm0w==}
1069
+ peerDependencies:
1070
+ '@fastify/static': ^6.0.0
1071
+ '@nestjs/common': ^9.0.0 || ^10.0.0
1072
+ '@nestjs/core': ^9.0.0 || ^10.0.0
1073
+ class-transformer: '*'
1074
+ class-validator: '*'
1075
+ reflect-metadata: ^0.1.12
1076
+ peerDependenciesMeta:
1077
+ '@fastify/static':
1078
+ optional: true
1079
+ class-transformer:
1080
+ optional: true
1081
+ class-validator:
1082
+ optional: true
1083
+ dependencies:
1084
+ '@nestjs/common': 10.2.4(reflect-metadata@0.1.13)(rxjs@7.8.1)
1085
+ '@nestjs/core': 10.2.4(@nestjs/common@10.2.4)(@nestjs/platform-express@10.2.4)(reflect-metadata@0.1.13)(rxjs@7.8.1)
1086
+ '@nestjs/mapped-types': 2.0.2(@nestjs/common@10.2.4)(reflect-metadata@0.1.13)
1087
+ js-yaml: 4.1.0
1088
+ lodash: 4.17.21
1089
+ path-to-regexp: 3.2.0
1090
+ reflect-metadata: 0.1.13
1091
+ swagger-ui-dist: 5.4.2
1092
+ dev: false
1093
+
994
1094
  /@nestjs/testing@10.2.4(@nestjs/common@10.2.4)(@nestjs/core@10.2.4)(@nestjs/platform-express@10.2.4):
995
1095
  resolution: {integrity: sha512-2qqymiuPbC41yCXXhtt4cL8AOcVNu13gBCT13A8roUUdcs4lmtg+H3oXKF/Gc/vlLv2RkSTNO+JuzxP1hydLPg==}
996
1096
  peerDependencies:
@@ -1090,7 +1190,7 @@ packages:
1090
1190
  resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==}
1091
1191
  dependencies:
1092
1192
  '@babel/parser': 7.22.16
1093
- '@babel/types': 7.22.15
1193
+ '@babel/types': 7.22.17
1094
1194
  '@types/babel__generator': 7.6.4
1095
1195
  '@types/babel__template': 7.4.1
1096
1196
  '@types/babel__traverse': 7.20.1
@@ -1099,33 +1199,33 @@ packages:
1099
1199
  /@types/babel__generator@7.6.4:
1100
1200
  resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
1101
1201
  dependencies:
1102
- '@babel/types': 7.22.15
1202
+ '@babel/types': 7.22.17
1103
1203
  dev: true
1104
1204
 
1105
1205
  /@types/babel__template@7.4.1:
1106
1206
  resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
1107
1207
  dependencies:
1108
1208
  '@babel/parser': 7.22.16
1109
- '@babel/types': 7.22.15
1209
+ '@babel/types': 7.22.17
1110
1210
  dev: true
1111
1211
 
1112
1212
  /@types/babel__traverse@7.20.1:
1113
1213
  resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==}
1114
1214
  dependencies:
1115
- '@babel/types': 7.22.15
1215
+ '@babel/types': 7.22.17
1116
1216
  dev: true
1117
1217
 
1118
1218
  /@types/body-parser@1.19.2:
1119
1219
  resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
1120
1220
  dependencies:
1121
1221
  '@types/connect': 3.4.36
1122
- '@types/node': 20.5.9
1222
+ '@types/node': 20.6.0
1123
1223
  dev: true
1124
1224
 
1125
1225
  /@types/connect@3.4.36:
1126
1226
  resolution: {integrity: sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==}
1127
1227
  dependencies:
1128
- '@types/node': 20.5.9
1228
+ '@types/node': 20.6.0
1129
1229
  dev: true
1130
1230
 
1131
1231
  /@types/cookiejar@2.1.2:
@@ -1153,7 +1253,7 @@ packages:
1153
1253
  /@types/express-serve-static-core@4.17.36:
1154
1254
  resolution: {integrity: sha512-zbivROJ0ZqLAtMzgzIUC4oNqDG9iF0lSsAqpOD9kbs5xcIM3dTiyuHvBc7R8MtWBp3AAWGaovJa+wzWPjLYW7Q==}
1155
1255
  dependencies:
1156
- '@types/node': 20.5.9
1256
+ '@types/node': 20.6.0
1157
1257
  '@types/qs': 6.9.8
1158
1258
  '@types/range-parser': 1.2.4
1159
1259
  '@types/send': 0.17.1
@@ -1171,7 +1271,7 @@ packages:
1171
1271
  /@types/graceful-fs@4.1.6:
1172
1272
  resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==}
1173
1273
  dependencies:
1174
- '@types/node': 20.5.9
1274
+ '@types/node': 20.6.0
1175
1275
  dev: true
1176
1276
 
1177
1277
  /@types/http-errors@2.0.1:
@@ -1213,9 +1313,8 @@ packages:
1213
1313
  resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==}
1214
1314
  dev: true
1215
1315
 
1216
- /@types/node@20.5.9:
1217
- resolution: {integrity: sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==}
1218
- dev: true
1316
+ /@types/node@20.6.0:
1317
+ resolution: {integrity: sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg==}
1219
1318
 
1220
1319
  /@types/parse-json@4.0.0:
1221
1320
  resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
@@ -1237,7 +1336,7 @@ packages:
1237
1336
  resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==}
1238
1337
  dependencies:
1239
1338
  '@types/mime': 1.3.2
1240
- '@types/node': 20.5.9
1339
+ '@types/node': 20.6.0
1241
1340
  dev: true
1242
1341
 
1243
1342
  /@types/serve-static@1.15.2:
@@ -1245,7 +1344,7 @@ packages:
1245
1344
  dependencies:
1246
1345
  '@types/http-errors': 2.0.1
1247
1346
  '@types/mime': 3.0.1
1248
- '@types/node': 20.5.9
1347
+ '@types/node': 20.6.0
1249
1348
  dev: true
1250
1349
 
1251
1350
  /@types/stack-utils@2.0.1:
@@ -1256,7 +1355,7 @@ packages:
1256
1355
  resolution: {integrity: sha512-LOWgpacIV8GHhrsQU+QMZuomfqXiqzz3ILLkCtKx3Us6AmomFViuzKT9D693QTKgyut2oCytMG8/efOop+DB+w==}
1257
1356
  dependencies:
1258
1357
  '@types/cookiejar': 2.1.2
1259
- '@types/node': 20.5.9
1358
+ '@types/node': 20.6.0
1260
1359
  dev: true
1261
1360
 
1262
1361
  /@types/supertest@2.0.12:
@@ -1265,6 +1364,17 @@ packages:
1265
1364
  '@types/superagent': 4.1.18
1266
1365
  dev: true
1267
1366
 
1367
+ /@types/webidl-conversions@7.0.0:
1368
+ resolution: {integrity: sha512-xTE1E+YF4aWPJJeUzaZI5DRntlkY3+BCVJi0axFptnjGmAoWxkyREIh/XMrfxVLejwQxMCfDXdICo0VLxThrog==}
1369
+ dev: false
1370
+
1371
+ /@types/whatwg-url@8.2.2:
1372
+ resolution: {integrity: sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==}
1373
+ dependencies:
1374
+ '@types/node': 20.6.0
1375
+ '@types/webidl-conversions': 7.0.0
1376
+ dev: false
1377
+
1268
1378
  /@types/yargs-parser@21.0.0:
1269
1379
  resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==}
1270
1380
  dev: true
@@ -1275,7 +1385,7 @@ packages:
1275
1385
  '@types/yargs-parser': 21.0.0
1276
1386
  dev: true
1277
1387
 
1278
- /@typescript-eslint/eslint-plugin@6.6.0(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)(typescript@5.2.2):
1388
+ /@typescript-eslint/eslint-plugin@6.6.0(@typescript-eslint/parser@6.6.0)(eslint@8.49.0)(typescript@5.2.2):
1279
1389
  resolution: {integrity: sha512-CW9YDGTQnNYMIo5lMeuiIG08p4E0cXrXTbcZ2saT/ETE7dWUrNxlijsQeU04qAAKkILiLzdQz+cGFxCJjaZUmA==}
1280
1390
  engines: {node: ^16.0.0 || >=18.0.0}
1281
1391
  peerDependencies:
@@ -1287,13 +1397,13 @@ packages:
1287
1397
  optional: true
1288
1398
  dependencies:
1289
1399
  '@eslint-community/regexpp': 4.8.0
1290
- '@typescript-eslint/parser': 6.6.0(eslint@8.48.0)(typescript@5.2.2)
1400
+ '@typescript-eslint/parser': 6.6.0(eslint@8.49.0)(typescript@5.2.2)
1291
1401
  '@typescript-eslint/scope-manager': 6.6.0
1292
- '@typescript-eslint/type-utils': 6.6.0(eslint@8.48.0)(typescript@5.2.2)
1293
- '@typescript-eslint/utils': 6.6.0(eslint@8.48.0)(typescript@5.2.2)
1402
+ '@typescript-eslint/type-utils': 6.6.0(eslint@8.49.0)(typescript@5.2.2)
1403
+ '@typescript-eslint/utils': 6.6.0(eslint@8.49.0)(typescript@5.2.2)
1294
1404
  '@typescript-eslint/visitor-keys': 6.6.0
1295
1405
  debug: 4.3.4
1296
- eslint: 8.48.0
1406
+ eslint: 8.49.0
1297
1407
  graphemer: 1.4.0
1298
1408
  ignore: 5.2.4
1299
1409
  natural-compare: 1.4.0
@@ -1304,7 +1414,7 @@ packages:
1304
1414
  - supports-color
1305
1415
  dev: true
1306
1416
 
1307
- /@typescript-eslint/parser@6.6.0(eslint@8.48.0)(typescript@5.2.2):
1417
+ /@typescript-eslint/parser@6.6.0(eslint@8.49.0)(typescript@5.2.2):
1308
1418
  resolution: {integrity: sha512-setq5aJgUwtzGrhW177/i+DMLqBaJbdwGj2CPIVFFLE0NCliy5ujIdLHd2D1ysmlmsjdL2GWW+hR85neEfc12w==}
1309
1419
  engines: {node: ^16.0.0 || >=18.0.0}
1310
1420
  peerDependencies:
@@ -1319,7 +1429,7 @@ packages:
1319
1429
  '@typescript-eslint/typescript-estree': 6.6.0(typescript@5.2.2)
1320
1430
  '@typescript-eslint/visitor-keys': 6.6.0
1321
1431
  debug: 4.3.4
1322
- eslint: 8.48.0
1432
+ eslint: 8.49.0
1323
1433
  typescript: 5.2.2
1324
1434
  transitivePeerDependencies:
1325
1435
  - supports-color
@@ -1333,7 +1443,7 @@ packages:
1333
1443
  '@typescript-eslint/visitor-keys': 6.6.0
1334
1444
  dev: true
1335
1445
 
1336
- /@typescript-eslint/type-utils@6.6.0(eslint@8.48.0)(typescript@5.2.2):
1446
+ /@typescript-eslint/type-utils@6.6.0(eslint@8.49.0)(typescript@5.2.2):
1337
1447
  resolution: {integrity: sha512-8m16fwAcEnQc69IpeDyokNO+D5spo0w1jepWWY2Q6y5ZKNuj5EhVQXjtVAeDDqvW6Yg7dhclbsz6rTtOvcwpHg==}
1338
1448
  engines: {node: ^16.0.0 || >=18.0.0}
1339
1449
  peerDependencies:
@@ -1344,9 +1454,9 @@ packages:
1344
1454
  optional: true
1345
1455
  dependencies:
1346
1456
  '@typescript-eslint/typescript-estree': 6.6.0(typescript@5.2.2)
1347
- '@typescript-eslint/utils': 6.6.0(eslint@8.48.0)(typescript@5.2.2)
1457
+ '@typescript-eslint/utils': 6.6.0(eslint@8.49.0)(typescript@5.2.2)
1348
1458
  debug: 4.3.4
1349
- eslint: 8.48.0
1459
+ eslint: 8.49.0
1350
1460
  ts-api-utils: 1.0.3(typescript@5.2.2)
1351
1461
  typescript: 5.2.2
1352
1462
  transitivePeerDependencies:
@@ -1379,19 +1489,19 @@ packages:
1379
1489
  - supports-color
1380
1490
  dev: true
1381
1491
 
1382
- /@typescript-eslint/utils@6.6.0(eslint@8.48.0)(typescript@5.2.2):
1492
+ /@typescript-eslint/utils@6.6.0(eslint@8.49.0)(typescript@5.2.2):
1383
1493
  resolution: {integrity: sha512-mPHFoNa2bPIWWglWYdR0QfY9GN0CfvvXX1Sv6DlSTive3jlMTUy+an67//Gysc+0Me9pjitrq0LJp0nGtLgftw==}
1384
1494
  engines: {node: ^16.0.0 || >=18.0.0}
1385
1495
  peerDependencies:
1386
1496
  eslint: ^7.0.0 || ^8.0.0
1387
1497
  dependencies:
1388
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0)
1498
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
1389
1499
  '@types/json-schema': 7.0.12
1390
1500
  '@types/semver': 7.5.1
1391
1501
  '@typescript-eslint/scope-manager': 6.6.0
1392
1502
  '@typescript-eslint/types': 6.6.0
1393
1503
  '@typescript-eslint/typescript-estree': 6.6.0(typescript@5.2.2)
1394
- eslint: 8.48.0
1504
+ eslint: 8.49.0
1395
1505
  semver: 7.5.4
1396
1506
  transitivePeerDependencies:
1397
1507
  - supports-color
@@ -1563,7 +1673,6 @@ packages:
1563
1673
  optional: true
1564
1674
  dependencies:
1565
1675
  ajv: 8.12.0
1566
- dev: true
1567
1676
 
1568
1677
  /ajv-keywords@3.5.2(ajv@6.12.6):
1569
1678
  resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
@@ -1589,7 +1698,6 @@ packages:
1589
1698
  json-schema-traverse: 1.0.0
1590
1699
  require-from-string: 2.0.2
1591
1700
  uri-js: 4.4.1
1592
- dev: true
1593
1701
 
1594
1702
  /ansi-colors@4.1.3:
1595
1703
  resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
@@ -1649,7 +1757,6 @@ packages:
1649
1757
 
1650
1758
  /argparse@2.0.1:
1651
1759
  resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
1652
- dev: true
1653
1760
 
1654
1761
  /array-flatten@1.1.1:
1655
1762
  resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
@@ -1671,17 +1778,17 @@ packages:
1671
1778
  resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
1672
1779
  dev: true
1673
1780
 
1674
- /babel-jest@29.6.4(@babel/core@7.22.15):
1781
+ /babel-jest@29.6.4(@babel/core@7.22.17):
1675
1782
  resolution: {integrity: sha512-meLj23UlSLddj6PC+YTOFRgDAtjnZom8w/ACsrx0gtPtv5cJZk0A5Unk5bV4wixD7XaPCN1fQvpww8czkZURmw==}
1676
1783
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
1677
1784
  peerDependencies:
1678
1785
  '@babel/core': ^7.8.0
1679
1786
  dependencies:
1680
- '@babel/core': 7.22.15
1787
+ '@babel/core': 7.22.17
1681
1788
  '@jest/transform': 29.6.4
1682
1789
  '@types/babel__core': 7.20.1
1683
1790
  babel-plugin-istanbul: 6.1.1
1684
- babel-preset-jest: 29.6.3(@babel/core@7.22.15)
1791
+ babel-preset-jest: 29.6.3(@babel/core@7.22.17)
1685
1792
  chalk: 4.1.2
1686
1793
  graceful-fs: 4.2.11
1687
1794
  slash: 3.0.0
@@ -1707,40 +1814,40 @@ packages:
1707
1814
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
1708
1815
  dependencies:
1709
1816
  '@babel/template': 7.22.15
1710
- '@babel/types': 7.22.15
1817
+ '@babel/types': 7.22.17
1711
1818
  '@types/babel__core': 7.20.1
1712
1819
  '@types/babel__traverse': 7.20.1
1713
1820
  dev: true
1714
1821
 
1715
- /babel-preset-current-node-syntax@1.0.1(@babel/core@7.22.15):
1822
+ /babel-preset-current-node-syntax@1.0.1(@babel/core@7.22.17):
1716
1823
  resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==}
1717
1824
  peerDependencies:
1718
1825
  '@babel/core': ^7.0.0
1719
1826
  dependencies:
1720
- '@babel/core': 7.22.15
1721
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.15)
1722
- '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.22.15)
1723
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.15)
1724
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.15)
1725
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.15)
1726
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.15)
1727
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.15)
1728
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.15)
1729
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.15)
1730
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.15)
1731
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.15)
1732
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.15)
1733
- dev: true
1734
-
1735
- /babel-preset-jest@29.6.3(@babel/core@7.22.15):
1827
+ '@babel/core': 7.22.17
1828
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.17)
1829
+ '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.22.17)
1830
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.17)
1831
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.17)
1832
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.17)
1833
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.17)
1834
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.17)
1835
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.17)
1836
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.17)
1837
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.17)
1838
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.17)
1839
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.17)
1840
+ dev: true
1841
+
1842
+ /babel-preset-jest@29.6.3(@babel/core@7.22.17):
1736
1843
  resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==}
1737
1844
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
1738
1845
  peerDependencies:
1739
1846
  '@babel/core': ^7.0.0
1740
1847
  dependencies:
1741
- '@babel/core': 7.22.15
1848
+ '@babel/core': 7.22.17
1742
1849
  babel-plugin-jest-hoist: 29.6.3
1743
- babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.15)
1850
+ babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.17)
1744
1851
  dev: true
1745
1852
 
1746
1853
  /balanced-match@1.0.2:
@@ -1840,7 +1947,7 @@ packages:
1840
1947
  hasBin: true
1841
1948
  dependencies:
1842
1949
  caniuse-lite: 1.0.30001529
1843
- electron-to-chromium: 1.4.512
1950
+ electron-to-chromium: 1.4.513
1844
1951
  node-releases: 2.0.13
1845
1952
  update-browserslist-db: 1.0.11(browserslist@4.21.10)
1846
1953
  dev: true
@@ -1858,6 +1965,11 @@ packages:
1858
1965
  node-int64: 0.4.0
1859
1966
  dev: true
1860
1967
 
1968
+ /bson@5.4.0:
1969
+ resolution: {integrity: sha512-WRZ5SQI5GfUuKnPTNmAYPiKIof3ORXAF4IRU5UcgmivNIon01rWQlw5RUH954dpu8yGL8T59YShVddIPaU/gFA==}
1970
+ engines: {node: '>=14.20.1'}
1971
+ dev: false
1972
+
1861
1973
  /buffer-from@1.1.2:
1862
1974
  resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
1863
1975
 
@@ -2162,7 +2274,6 @@ packages:
2162
2274
  optional: true
2163
2275
  dependencies:
2164
2276
  ms: 2.1.2
2165
- dev: true
2166
2277
 
2167
2278
  /dedent@1.5.1:
2168
2279
  resolution: {integrity: sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==}
@@ -2260,11 +2371,21 @@ packages:
2260
2371
  esutils: 2.0.3
2261
2372
  dev: true
2262
2373
 
2374
+ /dotenv-expand@10.0.0:
2375
+ resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==}
2376
+ engines: {node: '>=12'}
2377
+ dev: false
2378
+
2379
+ /dotenv@16.3.1:
2380
+ resolution: {integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==}
2381
+ engines: {node: '>=12'}
2382
+ dev: false
2383
+
2263
2384
  /ee-first@1.1.1:
2264
2385
  resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
2265
2386
 
2266
- /electron-to-chromium@1.4.512:
2267
- resolution: {integrity: sha512-1W8wRbYlQE4ph7eoj3TJ+uqwO6+xvAE/L+KGU7WTQQvX3tnSIGZAb90MTsMoJqzntamiwJhBAj4WZmygXhsOUg==}
2387
+ /electron-to-chromium@1.4.513:
2388
+ resolution: {integrity: sha512-cOB0xcInjm+E5qIssHeXJ29BaUyWpMyFKT5RB3bsLENDheCja0wMkHJyiPl0NBE/VzDI7JDuNEQWhe6RitEUcw==}
2268
2389
  dev: true
2269
2390
 
2270
2391
  /emittery@0.13.1:
@@ -2327,16 +2448,16 @@ packages:
2327
2448
  engines: {node: '>=10'}
2328
2449
  dev: true
2329
2450
 
2330
- /eslint-config-prettier@9.0.0(eslint@8.48.0):
2451
+ /eslint-config-prettier@9.0.0(eslint@8.49.0):
2331
2452
  resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==}
2332
2453
  hasBin: true
2333
2454
  peerDependencies:
2334
2455
  eslint: '>=7.0.0'
2335
2456
  dependencies:
2336
- eslint: 8.48.0
2457
+ eslint: 8.49.0
2337
2458
  dev: true
2338
2459
 
2339
- /eslint-plugin-prettier@5.0.0(eslint-config-prettier@9.0.0)(eslint@8.48.0)(prettier@3.0.3):
2460
+ /eslint-plugin-prettier@5.0.0(eslint-config-prettier@9.0.0)(eslint@8.49.0)(prettier@3.0.3):
2340
2461
  resolution: {integrity: sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==}
2341
2462
  engines: {node: ^14.18.0 || >=16.0.0}
2342
2463
  peerDependencies:
@@ -2350,8 +2471,8 @@ packages:
2350
2471
  eslint-config-prettier:
2351
2472
  optional: true
2352
2473
  dependencies:
2353
- eslint: 8.48.0
2354
- eslint-config-prettier: 9.0.0(eslint@8.48.0)
2474
+ eslint: 8.49.0
2475
+ eslint-config-prettier: 9.0.0(eslint@8.49.0)
2355
2476
  prettier: 3.0.3
2356
2477
  prettier-linter-helpers: 1.0.0
2357
2478
  synckit: 0.8.5
@@ -2378,15 +2499,15 @@ packages:
2378
2499
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2379
2500
  dev: true
2380
2501
 
2381
- /eslint@8.48.0:
2382
- resolution: {integrity: sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==}
2502
+ /eslint@8.49.0:
2503
+ resolution: {integrity: sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==}
2383
2504
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2384
2505
  hasBin: true
2385
2506
  dependencies:
2386
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0)
2507
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
2387
2508
  '@eslint-community/regexpp': 4.8.0
2388
2509
  '@eslint/eslintrc': 2.1.2
2389
- '@eslint/js': 8.48.0
2510
+ '@eslint/js': 8.49.0
2390
2511
  '@humanwhocodes/config-array': 0.11.11
2391
2512
  '@humanwhocodes/module-importer': 1.0.1
2392
2513
  '@nodelib/fs.walk': 1.2.8
@@ -2587,7 +2708,6 @@ packages:
2587
2708
 
2588
2709
  /fast-deep-equal@3.1.3:
2589
2710
  resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
2590
- dev: true
2591
2711
 
2592
2712
  /fast-diff@1.3.0:
2593
2713
  resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
@@ -3030,6 +3150,10 @@ packages:
3030
3150
  engines: {node: '>= 0.10'}
3031
3151
  dev: true
3032
3152
 
3153
+ /ip@2.0.0:
3154
+ resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==}
3155
+ dev: false
3156
+
3033
3157
  /ipaddr.js@1.9.1:
3034
3158
  resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
3035
3159
  engines: {node: '>= 0.10'}
@@ -3146,7 +3270,7 @@ packages:
3146
3270
  resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==}
3147
3271
  engines: {node: '>=8'}
3148
3272
  dependencies:
3149
- '@babel/core': 7.22.15
3273
+ '@babel/core': 7.22.17
3150
3274
  '@babel/parser': 7.22.16
3151
3275
  '@istanbuljs/schema': 0.1.3
3152
3276
  istanbul-lib-coverage: 3.2.0
@@ -3159,7 +3283,7 @@ packages:
3159
3283
  resolution: {integrity: sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==}
3160
3284
  engines: {node: '>=10'}
3161
3285
  dependencies:
3162
- '@babel/core': 7.22.15
3286
+ '@babel/core': 7.22.17
3163
3287
  '@babel/parser': 7.22.16
3164
3288
  '@istanbuljs/schema': 0.1.3
3165
3289
  istanbul-lib-coverage: 3.2.0
@@ -3217,7 +3341,7 @@ packages:
3217
3341
  '@jest/expect': 29.6.4
3218
3342
  '@jest/test-result': 29.6.4
3219
3343
  '@jest/types': 29.6.3
3220
- '@types/node': 20.5.9
3344
+ '@types/node': 20.6.0
3221
3345
  chalk: 4.1.2
3222
3346
  co: 4.6.0
3223
3347
  dedent: 1.5.1
@@ -3238,7 +3362,7 @@ packages:
3238
3362
  - supports-color
3239
3363
  dev: true
3240
3364
 
3241
- /jest-cli@29.6.4(@types/node@20.5.9)(ts-node@10.9.1):
3365
+ /jest-cli@29.6.4(@types/node@20.6.0)(ts-node@10.9.1):
3242
3366
  resolution: {integrity: sha512-+uMCQ7oizMmh8ZwRfZzKIEszFY9ksjjEQnTEMTaL7fYiL3Kw4XhqT9bYh+A4DQKUb67hZn2KbtEnDuHvcgK4pQ==}
3243
3367
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
3244
3368
  hasBin: true
@@ -3255,7 +3379,7 @@ packages:
3255
3379
  exit: 0.1.2
3256
3380
  graceful-fs: 4.2.11
3257
3381
  import-local: 3.1.0
3258
- jest-config: 29.6.4(@types/node@20.5.9)(ts-node@10.9.1)
3382
+ jest-config: 29.6.4(@types/node@20.6.0)(ts-node@10.9.1)
3259
3383
  jest-util: 29.6.3
3260
3384
  jest-validate: 29.6.3
3261
3385
  prompts: 2.4.2
@@ -3267,7 +3391,7 @@ packages:
3267
3391
  - ts-node
3268
3392
  dev: true
3269
3393
 
3270
- /jest-config@29.6.4(@types/node@20.5.9)(ts-node@10.9.1):
3394
+ /jest-config@29.6.4(@types/node@20.6.0)(ts-node@10.9.1):
3271
3395
  resolution: {integrity: sha512-JWohr3i9m2cVpBumQFv2akMEnFEPVOh+9L2xIBJhJ0zOaci2ZXuKJj0tgMKQCBZAKA09H049IR4HVS/43Qb19A==}
3272
3396
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
3273
3397
  peerDependencies:
@@ -3279,11 +3403,11 @@ packages:
3279
3403
  ts-node:
3280
3404
  optional: true
3281
3405
  dependencies:
3282
- '@babel/core': 7.22.15
3406
+ '@babel/core': 7.22.17
3283
3407
  '@jest/test-sequencer': 29.6.4
3284
3408
  '@jest/types': 29.6.3
3285
- '@types/node': 20.5.9
3286
- babel-jest: 29.6.4(@babel/core@7.22.15)
3409
+ '@types/node': 20.6.0
3410
+ babel-jest: 29.6.4(@babel/core@7.22.17)
3287
3411
  chalk: 4.1.2
3288
3412
  ci-info: 3.8.0
3289
3413
  deepmerge: 4.3.1
@@ -3302,7 +3426,7 @@ packages:
3302
3426
  pretty-format: 29.6.3
3303
3427
  slash: 3.0.0
3304
3428
  strip-json-comments: 3.1.1
3305
- ts-node: 10.9.1(@types/node@20.5.9)(typescript@5.2.2)
3429
+ ts-node: 10.9.1(@types/node@20.6.0)(typescript@5.2.2)
3306
3430
  transitivePeerDependencies:
3307
3431
  - babel-plugin-macros
3308
3432
  - supports-color
@@ -3343,7 +3467,7 @@ packages:
3343
3467
  '@jest/environment': 29.6.4
3344
3468
  '@jest/fake-timers': 29.6.4
3345
3469
  '@jest/types': 29.6.3
3346
- '@types/node': 20.5.9
3470
+ '@types/node': 20.6.0
3347
3471
  jest-mock: 29.6.3
3348
3472
  jest-util: 29.6.3
3349
3473
  dev: true
@@ -3359,7 +3483,7 @@ packages:
3359
3483
  dependencies:
3360
3484
  '@jest/types': 29.6.3
3361
3485
  '@types/graceful-fs': 4.1.6
3362
- '@types/node': 20.5.9
3486
+ '@types/node': 20.6.0
3363
3487
  anymatch: 3.1.3
3364
3488
  fb-watchman: 2.0.2
3365
3489
  graceful-fs: 4.2.11
@@ -3410,7 +3534,7 @@ packages:
3410
3534
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
3411
3535
  dependencies:
3412
3536
  '@jest/types': 29.6.3
3413
- '@types/node': 20.5.9
3537
+ '@types/node': 20.6.0
3414
3538
  jest-util: 29.6.3
3415
3539
  dev: true
3416
3540
 
@@ -3465,7 +3589,7 @@ packages:
3465
3589
  '@jest/test-result': 29.6.4
3466
3590
  '@jest/transform': 29.6.4
3467
3591
  '@jest/types': 29.6.3
3468
- '@types/node': 20.5.9
3592
+ '@types/node': 20.6.0
3469
3593
  chalk: 4.1.2
3470
3594
  emittery: 0.13.1
3471
3595
  graceful-fs: 4.2.11
@@ -3496,7 +3620,7 @@ packages:
3496
3620
  '@jest/test-result': 29.6.4
3497
3621
  '@jest/transform': 29.6.4
3498
3622
  '@jest/types': 29.6.3
3499
- '@types/node': 20.5.9
3623
+ '@types/node': 20.6.0
3500
3624
  chalk: 4.1.2
3501
3625
  cjs-module-lexer: 1.2.3
3502
3626
  collect-v8-coverage: 1.0.2
@@ -3519,15 +3643,15 @@ packages:
3519
3643
  resolution: {integrity: sha512-VC1N8ED7+4uboUKGIDsbvNAZb6LakgIPgAF4RSpF13dN6YaMokfRqO+BaqK4zIh6X3JffgwbzuGqDEjHm/MrvA==}
3520
3644
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
3521
3645
  dependencies:
3522
- '@babel/core': 7.22.15
3646
+ '@babel/core': 7.22.17
3523
3647
  '@babel/generator': 7.22.15
3524
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.15)
3525
- '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.15)
3526
- '@babel/types': 7.22.15
3648
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.17)
3649
+ '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.17)
3650
+ '@babel/types': 7.22.17
3527
3651
  '@jest/expect-utils': 29.6.4
3528
3652
  '@jest/transform': 29.6.4
3529
3653
  '@jest/types': 29.6.3
3530
- babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.15)
3654
+ babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.17)
3531
3655
  chalk: 4.1.2
3532
3656
  expect: 29.6.4
3533
3657
  graceful-fs: 4.2.11
@@ -3548,7 +3672,7 @@ packages:
3548
3672
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
3549
3673
  dependencies:
3550
3674
  '@jest/types': 29.6.3
3551
- '@types/node': 20.5.9
3675
+ '@types/node': 20.6.0
3552
3676
  chalk: 4.1.2
3553
3677
  ci-info: 3.8.0
3554
3678
  graceful-fs: 4.2.11
@@ -3573,7 +3697,7 @@ packages:
3573
3697
  dependencies:
3574
3698
  '@jest/test-result': 29.6.4
3575
3699
  '@jest/types': 29.6.3
3576
- '@types/node': 20.5.9
3700
+ '@types/node': 20.6.0
3577
3701
  ansi-escapes: 4.3.2
3578
3702
  chalk: 4.1.2
3579
3703
  emittery: 0.13.1
@@ -3585,7 +3709,7 @@ packages:
3585
3709
  resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
3586
3710
  engines: {node: '>= 10.13.0'}
3587
3711
  dependencies:
3588
- '@types/node': 20.5.9
3712
+ '@types/node': 20.6.0
3589
3713
  merge-stream: 2.0.0
3590
3714
  supports-color: 8.1.1
3591
3715
  dev: true
@@ -3594,13 +3718,13 @@ packages:
3594
3718
  resolution: {integrity: sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==}
3595
3719
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
3596
3720
  dependencies:
3597
- '@types/node': 20.5.9
3721
+ '@types/node': 20.6.0
3598
3722
  jest-util: 29.6.3
3599
3723
  merge-stream: 2.0.0
3600
3724
  supports-color: 8.1.1
3601
3725
  dev: true
3602
3726
 
3603
- /jest@29.6.4(@types/node@20.5.9)(ts-node@10.9.1):
3727
+ /jest@29.6.4(@types/node@20.6.0)(ts-node@10.9.1):
3604
3728
  resolution: {integrity: sha512-tEFhVQFF/bzoYV1YuGyzLPZ6vlPrdfvDmmAxudA1dLEuiztqg2Rkx20vkKY32xiDROcD2KXlgZ7Cu8RPeEHRKw==}
3605
3729
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
3606
3730
  hasBin: true
@@ -3613,7 +3737,7 @@ packages:
3613
3737
  '@jest/core': 29.6.4(ts-node@10.9.1)
3614
3738
  '@jest/types': 29.6.3
3615
3739
  import-local: 3.1.0
3616
- jest-cli: 29.6.4(@types/node@20.5.9)(ts-node@10.9.1)
3740
+ jest-cli: 29.6.4(@types/node@20.6.0)(ts-node@10.9.1)
3617
3741
  transitivePeerDependencies:
3618
3742
  - '@types/node'
3619
3743
  - babel-plugin-macros
@@ -3638,7 +3762,6 @@ packages:
3638
3762
  hasBin: true
3639
3763
  dependencies:
3640
3764
  argparse: 2.0.1
3641
- dev: true
3642
3765
 
3643
3766
  /jsesc@2.5.2:
3644
3767
  resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
@@ -3660,7 +3783,6 @@ packages:
3660
3783
 
3661
3784
  /json-schema-traverse@1.0.0:
3662
3785
  resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
3663
- dev: true
3664
3786
 
3665
3787
  /json-stable-stringify-without-jsonify@1.0.1:
3666
3788
  resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
@@ -3684,6 +3806,11 @@ packages:
3684
3806
  graceful-fs: 4.2.11
3685
3807
  dev: true
3686
3808
 
3809
+ /kareem@2.5.1:
3810
+ resolution: {integrity: sha512-7jFxRVm+jD+rkq3kY0iZDJfsO2/t4BBPeEb2qKn2lR/9KhuksYk5hxzfRYWMPV8P/x2d0kHD306YyWLzjjH+uA==}
3811
+ engines: {node: '>=12.0.0'}
3812
+ dev: false
3813
+
3687
3814
  /keyv@4.5.3:
3688
3815
  resolution: {integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==}
3689
3816
  dependencies:
@@ -3741,7 +3868,6 @@ packages:
3741
3868
 
3742
3869
  /lodash@4.17.21:
3743
3870
  resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
3744
- dev: true
3745
3871
 
3746
3872
  /log-symbols@4.1.0:
3747
3873
  resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==}
@@ -3816,6 +3942,12 @@ packages:
3816
3942
  fs-monkey: 1.0.4
3817
3943
  dev: true
3818
3944
 
3945
+ /memory-pager@1.5.0:
3946
+ resolution: {integrity: sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==}
3947
+ requiresBuild: true
3948
+ dev: false
3949
+ optional: true
3950
+
3819
3951
  /merge-descriptors@1.0.1:
3820
3952
  resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==}
3821
3953
 
@@ -3903,12 +4035,80 @@ packages:
3903
4035
  dependencies:
3904
4036
  minimist: 1.2.8
3905
4037
 
4038
+ /mongodb-connection-string-url@2.6.0:
4039
+ resolution: {integrity: sha512-WvTZlI9ab0QYtTYnuMLgobULWhokRjtC7db9LtcVfJ+Hsnyr5eo6ZtNAt3Ly24XZScGMelOcGtm7lSn0332tPQ==}
4040
+ dependencies:
4041
+ '@types/whatwg-url': 8.2.2
4042
+ whatwg-url: 11.0.0
4043
+ dev: false
4044
+
4045
+ /mongodb@5.8.1:
4046
+ resolution: {integrity: sha512-wKyh4kZvm6NrCPH8AxyzXm3JBoEf4Xulo0aUWh3hCgwgYJxyQ1KLST86ZZaSWdj6/kxYUA3+YZuyADCE61CMSg==}
4047
+ engines: {node: '>=14.20.1'}
4048
+ peerDependencies:
4049
+ '@aws-sdk/credential-providers': ^3.188.0
4050
+ '@mongodb-js/zstd': ^1.0.0
4051
+ kerberos: ^1.0.0 || ^2.0.0
4052
+ mongodb-client-encryption: '>=2.3.0 <3'
4053
+ snappy: ^7.2.2
4054
+ peerDependenciesMeta:
4055
+ '@aws-sdk/credential-providers':
4056
+ optional: true
4057
+ '@mongodb-js/zstd':
4058
+ optional: true
4059
+ kerberos:
4060
+ optional: true
4061
+ mongodb-client-encryption:
4062
+ optional: true
4063
+ snappy:
4064
+ optional: true
4065
+ dependencies:
4066
+ bson: 5.4.0
4067
+ mongodb-connection-string-url: 2.6.0
4068
+ socks: 2.7.1
4069
+ optionalDependencies:
4070
+ '@mongodb-js/saslprep': 1.1.0
4071
+ dev: false
4072
+
4073
+ /mongoose@7.5.0:
4074
+ resolution: {integrity: sha512-FpOWOb0AJuaVcplmEyIJ2eCbVGe4gOoniPD+pmft5BrGrNrsFcnYXlERdXtBApGHMHPwD7WbxTyhCbUNr72F3Q==}
4075
+ engines: {node: '>=14.20.1'}
4076
+ dependencies:
4077
+ bson: 5.4.0
4078
+ kareem: 2.5.1
4079
+ mongodb: 5.8.1
4080
+ mpath: 0.9.0
4081
+ mquery: 5.0.0
4082
+ ms: 2.1.3
4083
+ sift: 16.0.1
4084
+ transitivePeerDependencies:
4085
+ - '@aws-sdk/credential-providers'
4086
+ - '@mongodb-js/zstd'
4087
+ - kerberos
4088
+ - mongodb-client-encryption
4089
+ - snappy
4090
+ - supports-color
4091
+ dev: false
4092
+
4093
+ /mpath@0.9.0:
4094
+ resolution: {integrity: sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew==}
4095
+ engines: {node: '>=4.0.0'}
4096
+ dev: false
4097
+
4098
+ /mquery@5.0.0:
4099
+ resolution: {integrity: sha512-iQMncpmEK8R8ncT8HJGsGc9Dsp8xcgYMVSbs5jgnm1lFHTZqMJTUWTDx1LBO8+mK3tPNZWFLBghQEIOULSTHZg==}
4100
+ engines: {node: '>=14.0.0'}
4101
+ dependencies:
4102
+ debug: 4.3.4
4103
+ transitivePeerDependencies:
4104
+ - supports-color
4105
+ dev: false
4106
+
3906
4107
  /ms@2.0.0:
3907
4108
  resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
3908
4109
 
3909
4110
  /ms@2.1.2:
3910
4111
  resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
3911
- dev: true
3912
4112
 
3913
4113
  /ms@2.1.3:
3914
4114
  resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
@@ -4250,7 +4450,6 @@ packages:
4250
4450
  /punycode@2.3.0:
4251
4451
  resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==}
4252
4452
  engines: {node: '>=6'}
4253
- dev: true
4254
4453
 
4255
4454
  /pure-rand@6.0.3:
4256
4455
  resolution: {integrity: sha512-KddyFewCsO0j3+np81IQ+SweXLDnDQTs5s67BOnrYmYe/yNmUhttQyGsYzy8yUnoljGAQ9sl38YB4vH8ur7Y+w==}
@@ -4355,7 +4554,6 @@ packages:
4355
4554
  /require-from-string@2.0.2:
4356
4555
  resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
4357
4556
  engines: {node: '>=0.10.0'}
4358
- dev: true
4359
4557
 
4360
4558
  /resolve-cwd@3.0.0:
4361
4559
  resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
@@ -4539,6 +4737,10 @@ packages:
4539
4737
  get-intrinsic: 1.2.1
4540
4738
  object-inspect: 1.12.3
4541
4739
 
4740
+ /sift@16.0.1:
4741
+ resolution: {integrity: sha512-Wv6BjQ5zbhW7VFefWusVP33T/EM0vYikCaQ2qR8yULbsilAT8/wQaXvuQ3ptGLpoKx+lihJE3y2UTgKDyyNHZQ==}
4742
+ dev: false
4743
+
4542
4744
  /signal-exit@3.0.7:
4543
4745
  resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
4544
4746
  dev: true
@@ -4552,6 +4754,19 @@ packages:
4552
4754
  engines: {node: '>=8'}
4553
4755
  dev: true
4554
4756
 
4757
+ /smart-buffer@4.2.0:
4758
+ resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==}
4759
+ engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
4760
+ dev: false
4761
+
4762
+ /socks@2.7.1:
4763
+ resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==}
4764
+ engines: {node: '>= 10.13.0', npm: '>= 3.0.0'}
4765
+ dependencies:
4766
+ ip: 2.0.0
4767
+ smart-buffer: 4.2.0
4768
+ dev: false
4769
+
4555
4770
  /source-map-support@0.5.13:
4556
4771
  resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==}
4557
4772
  dependencies:
@@ -4576,6 +4791,14 @@ packages:
4576
4791
  engines: {node: '>= 8'}
4577
4792
  dev: true
4578
4793
 
4794
+ /sparse-bitfield@3.0.3:
4795
+ resolution: {integrity: sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==}
4796
+ requiresBuild: true
4797
+ dependencies:
4798
+ memory-pager: 1.5.0
4799
+ dev: false
4800
+ optional: true
4801
+
4579
4802
  /sprintf-js@1.0.3:
4580
4803
  resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
4581
4804
  dev: true
@@ -4708,6 +4931,10 @@ packages:
4708
4931
  engines: {node: '>= 0.4'}
4709
4932
  dev: true
4710
4933
 
4934
+ /swagger-ui-dist@5.4.2:
4935
+ resolution: {integrity: sha512-vT5QxP/NOr9m4gLZl+SpavWI3M9Fdh30+Sdw9rEtZbkqNmNNEPhjXas2xTD9rsJYYdLzAiMfwXvtooWH3xbLJA==}
4936
+ dev: false
4937
+
4711
4938
  /symbol-observable@4.0.0:
4712
4939
  resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==}
4713
4940
  engines: {node: '>=0.10'}
@@ -4813,6 +5040,13 @@ packages:
4813
5040
  /tr46@0.0.3:
4814
5041
  resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
4815
5042
 
5043
+ /tr46@3.0.0:
5044
+ resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==}
5045
+ engines: {node: '>=12'}
5046
+ dependencies:
5047
+ punycode: 2.3.0
5048
+ dev: false
5049
+
4816
5050
  /tree-kill@1.2.2:
4817
5051
  resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
4818
5052
  hasBin: true
@@ -4827,7 +5061,7 @@ packages:
4827
5061
  typescript: 5.2.2
4828
5062
  dev: true
4829
5063
 
4830
- /ts-jest@29.1.1(@babel/core@7.22.15)(jest@29.6.4)(typescript@5.2.2):
5064
+ /ts-jest@29.1.1(@babel/core@7.22.17)(jest@29.6.4)(typescript@5.2.2):
4831
5065
  resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==}
4832
5066
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
4833
5067
  hasBin: true
@@ -4848,10 +5082,10 @@ packages:
4848
5082
  esbuild:
4849
5083
  optional: true
4850
5084
  dependencies:
4851
- '@babel/core': 7.22.15
5085
+ '@babel/core': 7.22.17
4852
5086
  bs-logger: 0.2.6
4853
5087
  fast-json-stable-stringify: 2.1.0
4854
- jest: 29.6.4(@types/node@20.5.9)(ts-node@10.9.1)
5088
+ jest: 29.6.4(@types/node@20.6.0)(ts-node@10.9.1)
4855
5089
  jest-util: 29.6.3
4856
5090
  json5: 2.2.3
4857
5091
  lodash.memoize: 4.1.2
@@ -4876,7 +5110,7 @@ packages:
4876
5110
  webpack: 5.88.2
4877
5111
  dev: true
4878
5112
 
4879
- /ts-node@10.9.1(@types/node@20.5.9)(typescript@5.2.2):
5113
+ /ts-node@10.9.1(@types/node@20.6.0)(typescript@5.2.2):
4880
5114
  resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
4881
5115
  hasBin: true
4882
5116
  peerDependencies:
@@ -4895,7 +5129,7 @@ packages:
4895
5129
  '@tsconfig/node12': 1.0.11
4896
5130
  '@tsconfig/node14': 1.0.3
4897
5131
  '@tsconfig/node16': 1.0.4
4898
- '@types/node': 20.5.9
5132
+ '@types/node': 20.6.0
4899
5133
  acorn: 8.10.0
4900
5134
  acorn-walk: 8.2.0
4901
5135
  arg: 4.1.3
@@ -5007,7 +5241,6 @@ packages:
5007
5241
  resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
5008
5242
  dependencies:
5009
5243
  punycode: 2.3.0
5010
- dev: true
5011
5244
 
5012
5245
  /util-deprecate@1.0.2:
5013
5246
  resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
@@ -5016,6 +5249,11 @@ packages:
5016
5249
  resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
5017
5250
  engines: {node: '>= 0.4.0'}
5018
5251
 
5252
+ /uuid@9.0.0:
5253
+ resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==}
5254
+ hasBin: true
5255
+ dev: false
5256
+
5019
5257
  /v8-compile-cache-lib@3.0.1:
5020
5258
  resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==}
5021
5259
  dev: true
@@ -5056,6 +5294,11 @@ packages:
5056
5294
  /webidl-conversions@3.0.1:
5057
5295
  resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
5058
5296
 
5297
+ /webidl-conversions@7.0.0:
5298
+ resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==}
5299
+ engines: {node: '>=12'}
5300
+ dev: false
5301
+
5059
5302
  /webpack-node-externals@3.0.0:
5060
5303
  resolution: {integrity: sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==}
5061
5304
  engines: {node: '>=6'}
@@ -5106,6 +5349,14 @@ packages:
5106
5349
  - uglify-js
5107
5350
  dev: true
5108
5351
 
5352
+ /whatwg-url@11.0.0:
5353
+ resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==}
5354
+ engines: {node: '>=12'}
5355
+ dependencies:
5356
+ tr46: 3.0.0
5357
+ webidl-conversions: 7.0.0
5358
+ dev: false
5359
+
5109
5360
  /whatwg-url@5.0.0:
5110
5361
  resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
5111
5362
  dependencies: