forked from codu-code/codu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
19654 lines (19654 loc) · 725 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"name": "codu",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codu",
"version": "0.1.0",
"dependencies": {
"@algolia/autocomplete-core": "^1.17.4",
"@algolia/autocomplete-preset-algolia": "^1.17.4",
"@auth/drizzle-adapter": "^1.4.2",
"@aws-sdk/client-s3": "^3.667.0",
"@aws-sdk/client-ses": "^3.667.0",
"@aws-sdk/s3-request-presigner": "^3.667.0",
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@js-temporal/polyfill": "^0.4.4",
"@markdoc/markdoc": "^0.4.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^14.2.7",
"@next/mdx": "^14.2.7",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-switch": "^1.1.0",
"@sentry/nextjs": "^8.33.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tailwindcss/forms": "^0.5.8",
"@tanstack/react-query": "^4.36.1",
"@tiptap/extension-code-block-lowlight": "^2.6.6",
"@tiptap/extension-color": "^2.6.6",
"@tiptap/extension-highlight": "^2.6.6",
"@tiptap/extension-image": "^2.6.6",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/extension-placeholder": "^2.6.6",
"@tiptap/extension-subscript": "^2.6.6",
"@tiptap/extension-superscript": "^2.6.6",
"@tiptap/extension-table": "^2.6.6",
"@tiptap/extension-table-cell": "^2.6.6",
"@tiptap/extension-table-header": "^2.6.6",
"@tiptap/extension-table-row": "^2.6.6",
"@tiptap/extension-text-align": "^2.6.6",
"@tiptap/extension-text-style": "^2.3.1",
"@tiptap/extension-typography": "^2.8.0",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/extension-youtube": "^2.6.6",
"@tiptap/html": "^2.8.0",
"@tiptap/pm": "^2.5.1",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"@tiptap/suggestion": "^2.6.6",
"@trpc/client": "^10.45.1",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.1",
"@trpc/server": "^10.45.1",
"algoliasearch": "^5.7.0",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"drizzle-orm": "^0.34.1",
"fathom-client": "^3.7.2",
"framer-motion": "^11.11.4",
"highlight.js": "^11.10.0",
"holy-loader": "^2.3.1",
"isomorphic-dompurify": "^2.16.0",
"lowlight": "^3.1.0",
"lucide-react": "^0.451.0",
"nanoid": "^5.0.7",
"next": "^14.2.10",
"next-auth": "^4.24.7",
"next-safe-action": "^7.9.4",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.14",
"pg": "^8.12.0",
"postgres": "^3.4.4",
"posthog-js": "^1.166.1",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.53.0",
"react-hotkeys-hook": "^4.5.1",
"react-intersection-observer": "^9.13.0",
"react-moveable": "^0.56.0",
"react-textarea-autosize": "^8.5.3",
"rss": "^1.2.2",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.2",
"tiptap-markdown": "^0.8.10",
"zod": "^3.23.8"
},
"devDependencies": {
"@axe-core/react": "^4.9.0",
"@playwright/test": "^1.48.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.13",
"@types/chance": "^1.1.6",
"@types/node": "^22.7.5",
"@types/nodemailer": "^6.4.15",
"@types/pg": "^8.11.5",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-highlight-words": "^0.20.0",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"aws-cdk-lib": "^2.140.0",
"chance": "^1.1.11",
"constructs": "10.3.0",
"drizzle-kit": "^0.25.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-playwright": "^1.6.0",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
},
"node_modules/@algolia/autocomplete-core": {
"version": "1.17.4",
"resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.17.4.tgz",
"integrity": "sha512-H1CAzj43RDeC4Vq9FW2JLtRDNxhjRG/aPX69nbNrKbYzX9P0YohxrEj3kJ9G+e20y0L0pYboAOeU6wgbKJ6gOA==",
"dependencies": {
"@algolia/autocomplete-plugin-algolia-insights": "1.17.4",
"@algolia/autocomplete-shared": "1.17.4"
}
},
"node_modules/@algolia/autocomplete-plugin-algolia-insights": {
"version": "1.17.4",
"resolved": "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.17.4.tgz",
"integrity": "sha512-fPABTwZtfD83qAzwnMYjJQ6ohCK7XE2l2++H+dOtV76cCIsAYYAC1bO5DnCbIi6Ma+OkNOgB1jCPI5EYOEsSpg==",
"dependencies": {
"@algolia/autocomplete-shared": "1.17.4"
},
"peerDependencies": {
"search-insights": ">= 1 < 3"
}
},
"node_modules/@algolia/autocomplete-preset-algolia": {
"version": "1.17.4",
"resolved": "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.17.4.tgz",
"integrity": "sha512-ijYn6hAGr3luVBVYDubaX600KXolVJH6yZlpeWZ9CNCEewgKIQ9ok3eNGha9EEJ0s9REYbp1TmDQ3T1I1aqcBA==",
"dependencies": {
"@algolia/autocomplete-shared": "1.17.4"
},
"peerDependencies": {
"@algolia/client-search": ">= 4.9.1 < 6",
"algoliasearch": ">= 4.9.1 < 6"
}
},
"node_modules/@algolia/autocomplete-shared": {
"version": "1.17.4",
"resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.4.tgz",
"integrity": "sha512-AM7KntpKinDZGVYfZ4j8zt5ymgYBRXOZg0CFEeHLmViqu5BvQzzoc1aoNHQx6lBjViGckBYP9szA+t2QzRXy3A==",
"peerDependencies": {
"@algolia/client-search": ">= 4.9.1 < 6",
"algoliasearch": ">= 4.9.1 < 6"
}
},
"node_modules/@algolia/client-abtesting": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.8.0.tgz",
"integrity": "sha512-oDJqwHLIuQlmHneja+tvv6Q4XGyhH8bRDhFoQo8NoKcbcQhpbXwTRwE0y6FFjbQY8ovhkiC06j6NvxsURzen1Q==",
"dependencies": {
"@algolia/client-common": "5.8.0",
"@algolia/requester-browser-xhr": "5.8.0",
"@algolia/requester-fetch": "5.8.0",
"@algolia/requester-node-http": "5.8.0"
},
"engines": {
"node": ">= 14.0.0"
}
},
"node_modules/@algolia/client-analytics": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.8.0.tgz",
"integrity": "sha512-hSUa5922a+DI5gHVgqxx7Jdj1M9t9ozVtrg9fxnO2o+hnS96TT5Fi0QqaZwEH0hIC//t4aqgKN7GrVERKtBETw==",
"dependencies": {
"@algolia/client-common": "5.8.0",
"@algolia/requester-browser-xhr": "5.8.0",
"@algolia/requester-fetch": "5.8.0",
"@algolia/requester-node-http": "5.8.0"
},
"engines": {
"node": ">= 14.0.0"
}
},
"node_modules/@algolia/client-common": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.8.0.tgz",
"integrity": "sha512-KSnRo4q8Ne9McDKxb1i4mDFNiRt8vT9SzJDitax/2qYYWyhPP0pvQ6jl7f00zovfsBg8lVabDdDAhDgY5PIvvA==",
"engines": {
"node": ">= 14.0.0"
}
},
"node_modules/@algolia/client-personalization": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.8.0.tgz",
"integrity": "sha512-yg7BdGa0Y+ZkLdwl9SUyoMEkgVt8UA46rXe5WnEzXDIWxpgISFQI5x/6lHKgnv5Jg0YZKIlt/nk+19nES9Ez7g==",
"dependencies": {
"@algolia/client-common": "5.8.0",
"@algolia/requester-browser-xhr": "5.8.0",
"@algolia/requester-fetch": "5.8.0",
"@algolia/requester-node-http": "5.8.0"
},
"engines": {
"node": ">= 14.0.0"
}
},
"node_modules/@algolia/client-search": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.8.0.tgz",
"integrity": "sha512-meIT0dIjafbDhZGfXMZ02pKbvNjItH8yZORTLpA2wYWBpRWqGzNDXedD/ayFh/tm5+L0IGlSWIgfhofKfDRsFQ==",
"dependencies": {
"@algolia/client-common": "5.8.0",
"@algolia/requester-browser-xhr": "5.8.0",
"@algolia/requester-fetch": "5.8.0",
"@algolia/requester-node-http": "5.8.0"
},
"engines": {
"node": ">= 14.0.0"
}
},
"node_modules/@algolia/recommend": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.8.0.tgz",
"integrity": "sha512-I8mx1WOk9SpJunYx8sSeDdAQyGI8iV1Ami76e0E5F0SQNWVCrdKAYTBt0mQZm83Y1Kxd1VQu2GYghjQAFaCl8g==",
"dependencies": {
"@algolia/client-common": "5.8.0",
"@algolia/requester-browser-xhr": "5.8.0",
"@algolia/requester-fetch": "5.8.0",
"@algolia/requester-node-http": "5.8.0"
},
"engines": {
"node": ">= 14.0.0"
}
},
"node_modules/@algolia/requester-browser-xhr": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.8.0.tgz",
"integrity": "sha512-Gi33fRclktW+zJSmT2Gkntiu+BNkh+50NhfYLALHV4yZ3jH73PYbPNURFa1/NxaUpzPvXrld0BrsHDTS1QBBTQ==",
"dependencies": {
"@algolia/client-common": "5.8.0"
},
"engines": {
"node": ">= 14.0.0"
}
},
"node_modules/@algolia/requester-fetch": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.8.0.tgz",
"integrity": "sha512-ve7ynA+O0KDrA2AAQ62GKQB+HjdHd0gX3tsXwlcfFOd7CYb2+xc+eOrVXV9mSlGS6Ssrd8V0AQ6BMId5KyypwQ==",
"dependencies": {
"@algolia/client-common": "5.8.0"
},
"engines": {
"node": ">= 14.0.0"
}
},
"node_modules/@algolia/requester-node-http": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.8.0.tgz",
"integrity": "sha512-2sv9af4Pg58soGj3F0czK8xT2RVh/cX7UmMMjTQwkp7LK7SMW9OoDmg9FSvU5ge6KH0wd1TrxT/4XgRHc1P/NA==",
"dependencies": {
"@algolia/client-common": "5.8.0"
},
"engines": {
"node": ">= 14.0.0"
}
},
"node_modules/@alloc/quick-lru": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
"integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@ampproject/remapping": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
"integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.24"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@auth/core": {
"version": "0.34.2",
"resolved": "https://registry.npmjs.org/@auth/core/-/core-0.34.2.tgz",
"integrity": "sha512-KywHKRgLiF3l7PLyL73fjLSIBe1YNcA6sMeew4yMP6cfCWGXZrkkXd32AjRi1hlJ9nvovUBGZHvbn+LijO6ZeQ==",
"optional": true,
"peer": true,
"dependencies": {
"@panva/hkdf": "^1.1.1",
"@types/cookie": "0.6.0",
"cookie": "0.6.0",
"jose": "^5.1.3",
"oauth4webapi": "^2.10.4",
"preact": "10.11.3",
"preact-render-to-string": "5.2.3"
},
"peerDependencies": {
"@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/server": "^9.0.2",
"nodemailer": "^6.8.0"
},
"peerDependenciesMeta": {
"@simplewebauthn/browser": {
"optional": true
},
"@simplewebauthn/server": {
"optional": true
},
"nodemailer": {
"optional": true
}
}
},
"node_modules/@auth/core/node_modules/cookie": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
"optional": true,
"peer": true,
"engines": {
"node": ">= 0.6"
}
},
"node_modules/@auth/drizzle-adapter": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/@auth/drizzle-adapter/-/drizzle-adapter-1.6.1.tgz",
"integrity": "sha512-BbWjTFuNXrAIPa7uj9mDhmiHQPABIu74TqzslIkfMgcblMgXruVSVxoPeFJCQjZE25O3bLO2riX83VEbG1K29w==",
"dependencies": {
"@auth/core": "0.36.0"
}
},
"node_modules/@auth/drizzle-adapter/node_modules/@auth/core": {
"version": "0.36.0",
"resolved": "https://registry.npmjs.org/@auth/core/-/core-0.36.0.tgz",
"integrity": "sha512-tK+TEYHdM0nkW2uUxAZylpKk2nIf3jsAWzi920E5irxJlymihWzI8nQcz9McfmKux7lmtdpC6TiysayFP7sLYg==",
"dependencies": {
"@panva/hkdf": "^1.2.1",
"@types/cookie": "0.6.0",
"cookie": "0.7.1",
"jose": "^5.9.3",
"oauth4webapi": "^2.17.0",
"preact": "10.11.3",
"preact-render-to-string": "5.2.3"
},
"peerDependencies": {
"@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/server": "^9.0.2",
"nodemailer": "^6.8.0"
},
"peerDependenciesMeta": {
"@simplewebauthn/browser": {
"optional": true
},
"@simplewebauthn/server": {
"optional": true
},
"nodemailer": {
"optional": true
}
}
},
"node_modules/@auth/drizzle-adapter/node_modules/cookie": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
"integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/@aws-cdk/asset-awscli-v1": {
"version": "2.2.206",
"resolved": "https://registry.npmjs.org/@aws-cdk/asset-awscli-v1/-/asset-awscli-v1-2.2.206.tgz",
"integrity": "sha512-l2eAROXoPOXNyXt3lGUEveHo/U8c0IX7RTjgf2qy1LcZw6IkUIIIy/erQ6bBqZ5SibRfFAoXSBBC+gFfGyZDcA==",
"dev": true
},
"node_modules/@aws-cdk/asset-kubectl-v20": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@aws-cdk/asset-kubectl-v20/-/asset-kubectl-v20-2.1.2.tgz",
"integrity": "sha512-3M2tELJOxQv0apCIiuKQ4pAbncz9GuLwnKFqxifWfe77wuMxyTRPmxssYHs42ePqzap1LT6GDcPygGs+hHstLg==",
"dev": true
},
"node_modules/@aws-cdk/asset-node-proxy-agent-v6": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.1.0.tgz",
"integrity": "sha512-7bY3J8GCVxLupn/kNmpPc5VJz8grx+4RKfnnJiO1LG+uxkZfANZG3RMHhE+qQxxwkyQ9/MfPtTpf748UhR425A==",
"dev": true
},
"node_modules/@aws-cdk/cloud-assembly-schema": {
"version": "38.0.1",
"resolved": "https://registry.npmjs.org/@aws-cdk/cloud-assembly-schema/-/cloud-assembly-schema-38.0.1.tgz",
"integrity": "sha512-KvPe+NMWAulfNVwY7jenFhzhuLhLqJ/OPy5jx7wUstbjnYnjRVLpUHPU3yCjXFE0J8cuJVdx95BJ4rOs66Pi9w==",
"bundleDependencies": [
"jsonschema",
"semver"
],
"dev": true,
"dependencies": {
"jsonschema": "^1.4.1",
"semver": "^7.6.3"
}
},
"node_modules/@aws-cdk/cloud-assembly-schema/node_modules/jsonschema": {
"version": "1.4.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": "*"
}
},
"node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver": {
"version": "7.6.3",
"dev": true,
"inBundle": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@aws-crypto/crc32": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
"integrity": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==",
"dependencies": {
"@aws-crypto/util": "^5.2.0",
"@aws-sdk/types": "^3.222.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-crypto/crc32c": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz",
"integrity": "sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==",
"dependencies": {
"@aws-crypto/util": "^5.2.0",
"@aws-sdk/types": "^3.222.0",
"tslib": "^2.6.2"
}
},
"node_modules/@aws-crypto/sha1-browser": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz",
"integrity": "sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==",
"dependencies": {
"@aws-crypto/supports-web-crypto": "^5.2.0",
"@aws-crypto/util": "^5.2.0",
"@aws-sdk/types": "^3.222.0",
"@aws-sdk/util-locate-window": "^3.0.0",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.6.2"
}
},
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
"integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
"dependencies": {
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
"integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
"dependencies": {
"@smithy/is-array-buffer": "^2.2.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
"integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
"dependencies": {
"@smithy/util-buffer-from": "^2.2.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@aws-crypto/sha256-browser": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz",
"integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==",
"dependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@aws-crypto/supports-web-crypto": "^5.2.0",
"@aws-crypto/util": "^5.2.0",
"@aws-sdk/types": "^3.222.0",
"@aws-sdk/util-locate-window": "^3.0.0",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.6.2"
}
},
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
"integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
"dependencies": {
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
"integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
"dependencies": {
"@smithy/is-array-buffer": "^2.2.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
"integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
"dependencies": {
"@smithy/util-buffer-from": "^2.2.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@aws-crypto/sha256-js": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz",
"integrity": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==",
"dependencies": {
"@aws-crypto/util": "^5.2.0",
"@aws-sdk/types": "^3.222.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-crypto/supports-web-crypto": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
"integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==",
"dependencies": {
"tslib": "^2.6.2"
}
},
"node_modules/@aws-crypto/util": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
"integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
"dependencies": {
"@aws-sdk/types": "^3.222.0",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.6.2"
}
},
"node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
"integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
"dependencies": {
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
"integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
"dependencies": {
"@smithy/is-array-buffer": "^2.2.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
"integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
"dependencies": {
"@smithy/util-buffer-from": "^2.2.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@aws-sdk/client-s3": {
"version": "3.667.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.667.0.tgz",
"integrity": "sha512-WKkjRJe93epfIWZa+PUgvMvDQ7IObr4poxqx/3YIsl8FXMSgJP5Woc1kdjeRrfpPWHGTm9O1Bi7XFulzEzUwQA==",
"dependencies": {
"@aws-crypto/sha1-browser": "5.2.0",
"@aws-crypto/sha256-browser": "5.2.0",
"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.667.0",
"@aws-sdk/client-sts": "3.667.0",
"@aws-sdk/core": "3.667.0",
"@aws-sdk/credential-provider-node": "3.667.0",
"@aws-sdk/middleware-bucket-endpoint": "3.667.0",
"@aws-sdk/middleware-expect-continue": "3.667.0",
"@aws-sdk/middleware-flexible-checksums": "3.667.0",
"@aws-sdk/middleware-host-header": "3.667.0",
"@aws-sdk/middleware-location-constraint": "3.667.0",
"@aws-sdk/middleware-logger": "3.667.0",
"@aws-sdk/middleware-recursion-detection": "3.667.0",
"@aws-sdk/middleware-sdk-s3": "3.667.0",
"@aws-sdk/middleware-ssec": "3.667.0",
"@aws-sdk/middleware-user-agent": "3.667.0",
"@aws-sdk/region-config-resolver": "3.667.0",
"@aws-sdk/signature-v4-multi-region": "3.667.0",
"@aws-sdk/types": "3.667.0",
"@aws-sdk/util-endpoints": "3.667.0",
"@aws-sdk/util-user-agent-browser": "3.667.0",
"@aws-sdk/util-user-agent-node": "3.667.0",
"@aws-sdk/xml-builder": "3.662.0",
"@smithy/config-resolver": "^3.0.9",
"@smithy/core": "^2.4.8",
"@smithy/eventstream-serde-browser": "^3.0.10",
"@smithy/eventstream-serde-config-resolver": "^3.0.7",
"@smithy/eventstream-serde-node": "^3.0.9",
"@smithy/fetch-http-handler": "^3.2.9",
"@smithy/hash-blob-browser": "^3.1.6",
"@smithy/hash-node": "^3.0.7",
"@smithy/hash-stream-node": "^3.1.6",
"@smithy/invalid-dependency": "^3.0.7",
"@smithy/md5-js": "^3.0.7",
"@smithy/middleware-content-length": "^3.0.9",
"@smithy/middleware-endpoint": "^3.1.4",
"@smithy/middleware-retry": "^3.0.23",
"@smithy/middleware-serde": "^3.0.7",
"@smithy/middleware-stack": "^3.0.7",
"@smithy/node-config-provider": "^3.1.8",
"@smithy/node-http-handler": "^3.2.4",
"@smithy/protocol-http": "^4.1.4",
"@smithy/smithy-client": "^3.4.0",
"@smithy/types": "^3.5.0",
"@smithy/url-parser": "^3.0.7",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.23",
"@smithy/util-defaults-mode-node": "^3.0.23",
"@smithy/util-endpoints": "^2.1.3",
"@smithy/util-middleware": "^3.0.7",
"@smithy/util-retry": "^3.0.7",
"@smithy/util-stream": "^3.1.9",
"@smithy/util-utf8": "^3.0.0",
"@smithy/util-waiter": "^3.1.6",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-sdk/client-ses": {
"version": "3.667.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ses/-/client-ses-3.667.0.tgz",
"integrity": "sha512-5uXjBC3hqZ49AqCo7zNNGFZLt1axkEXxjM7OJqjG0kTz+bUzE9/ewJFj5AbneXtZrOaMLVdQDz+/OdftEXSCOQ==",
"dependencies": {
"@aws-crypto/sha256-browser": "5.2.0",
"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.667.0",
"@aws-sdk/client-sts": "3.667.0",
"@aws-sdk/core": "3.667.0",
"@aws-sdk/credential-provider-node": "3.667.0",
"@aws-sdk/middleware-host-header": "3.667.0",
"@aws-sdk/middleware-logger": "3.667.0",
"@aws-sdk/middleware-recursion-detection": "3.667.0",
"@aws-sdk/middleware-user-agent": "3.667.0",
"@aws-sdk/region-config-resolver": "3.667.0",
"@aws-sdk/types": "3.667.0",
"@aws-sdk/util-endpoints": "3.667.0",
"@aws-sdk/util-user-agent-browser": "3.667.0",
"@aws-sdk/util-user-agent-node": "3.667.0",
"@smithy/config-resolver": "^3.0.9",
"@smithy/core": "^2.4.8",
"@smithy/fetch-http-handler": "^3.2.9",
"@smithy/hash-node": "^3.0.7",
"@smithy/invalid-dependency": "^3.0.7",
"@smithy/middleware-content-length": "^3.0.9",
"@smithy/middleware-endpoint": "^3.1.4",
"@smithy/middleware-retry": "^3.0.23",
"@smithy/middleware-serde": "^3.0.7",
"@smithy/middleware-stack": "^3.0.7",
"@smithy/node-config-provider": "^3.1.8",
"@smithy/node-http-handler": "^3.2.4",
"@smithy/protocol-http": "^4.1.4",
"@smithy/smithy-client": "^3.4.0",
"@smithy/types": "^3.5.0",
"@smithy/url-parser": "^3.0.7",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.23",
"@smithy/util-defaults-mode-node": "^3.0.23",
"@smithy/util-endpoints": "^2.1.3",
"@smithy/util-middleware": "^3.0.7",
"@smithy/util-retry": "^3.0.7",
"@smithy/util-utf8": "^3.0.0",
"@smithy/util-waiter": "^3.1.6",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-sdk/client-sso": {
"version": "3.667.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.667.0.tgz",
"integrity": "sha512-69nl3BXcAfn/zUdxpxC/5Bi4K46sMgTRFVKHkyiRFO8OQpNJDRzl6eGltESLqtf65rjWfswTDwfYrMd2+tnlDQ==",
"dependencies": {
"@aws-crypto/sha256-browser": "5.2.0",
"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/core": "3.667.0",
"@aws-sdk/middleware-host-header": "3.667.0",
"@aws-sdk/middleware-logger": "3.667.0",
"@aws-sdk/middleware-recursion-detection": "3.667.0",
"@aws-sdk/middleware-user-agent": "3.667.0",
"@aws-sdk/region-config-resolver": "3.667.0",
"@aws-sdk/types": "3.667.0",
"@aws-sdk/util-endpoints": "3.667.0",
"@aws-sdk/util-user-agent-browser": "3.667.0",
"@aws-sdk/util-user-agent-node": "3.667.0",
"@smithy/config-resolver": "^3.0.9",
"@smithy/core": "^2.4.8",
"@smithy/fetch-http-handler": "^3.2.9",
"@smithy/hash-node": "^3.0.7",
"@smithy/invalid-dependency": "^3.0.7",
"@smithy/middleware-content-length": "^3.0.9",
"@smithy/middleware-endpoint": "^3.1.4",
"@smithy/middleware-retry": "^3.0.23",
"@smithy/middleware-serde": "^3.0.7",
"@smithy/middleware-stack": "^3.0.7",
"@smithy/node-config-provider": "^3.1.8",
"@smithy/node-http-handler": "^3.2.4",
"@smithy/protocol-http": "^4.1.4",
"@smithy/smithy-client": "^3.4.0",
"@smithy/types": "^3.5.0",
"@smithy/url-parser": "^3.0.7",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.23",
"@smithy/util-defaults-mode-node": "^3.0.23",
"@smithy/util-endpoints": "^2.1.3",
"@smithy/util-middleware": "^3.0.7",
"@smithy/util-retry": "^3.0.7",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-sdk/client-sso-oidc": {
"version": "3.667.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.667.0.tgz",
"integrity": "sha512-ThLLR0Zn15Rk8Y6rzzVtHREZU4NAsNj9oCiQcXj4/vlBl+J0MbiTCDUJTc559O+DIMekrjusLaPIKfTZmXXuhA==",
"dependencies": {
"@aws-crypto/sha256-browser": "5.2.0",
"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/core": "3.667.0",
"@aws-sdk/credential-provider-node": "3.667.0",
"@aws-sdk/middleware-host-header": "3.667.0",
"@aws-sdk/middleware-logger": "3.667.0",
"@aws-sdk/middleware-recursion-detection": "3.667.0",
"@aws-sdk/middleware-user-agent": "3.667.0",
"@aws-sdk/region-config-resolver": "3.667.0",
"@aws-sdk/types": "3.667.0",
"@aws-sdk/util-endpoints": "3.667.0",
"@aws-sdk/util-user-agent-browser": "3.667.0",
"@aws-sdk/util-user-agent-node": "3.667.0",
"@smithy/config-resolver": "^3.0.9",
"@smithy/core": "^2.4.8",
"@smithy/fetch-http-handler": "^3.2.9",
"@smithy/hash-node": "^3.0.7",
"@smithy/invalid-dependency": "^3.0.7",
"@smithy/middleware-content-length": "^3.0.9",
"@smithy/middleware-endpoint": "^3.1.4",
"@smithy/middleware-retry": "^3.0.23",
"@smithy/middleware-serde": "^3.0.7",
"@smithy/middleware-stack": "^3.0.7",
"@smithy/node-config-provider": "^3.1.8",
"@smithy/node-http-handler": "^3.2.4",
"@smithy/protocol-http": "^4.1.4",
"@smithy/smithy-client": "^3.4.0",
"@smithy/types": "^3.5.0",
"@smithy/url-parser": "^3.0.7",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.23",
"@smithy/util-defaults-mode-node": "^3.0.23",
"@smithy/util-endpoints": "^2.1.3",
"@smithy/util-middleware": "^3.0.7",
"@smithy/util-retry": "^3.0.7",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
},
"peerDependencies": {
"@aws-sdk/client-sts": "^3.667.0"
}
},
"node_modules/@aws-sdk/client-sts": {
"version": "3.667.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.667.0.tgz",
"integrity": "sha512-SnvkDDuOAwXOxzhGfvvxK8JFFVApVvXrM6+nVmSYwuHjWdI+HwNcsRC6rxZ8uHQEz2fR0a810ckUwFVfpvtIoA==",
"dependencies": {
"@aws-crypto/sha256-browser": "5.2.0",
"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.667.0",
"@aws-sdk/core": "3.667.0",
"@aws-sdk/credential-provider-node": "3.667.0",
"@aws-sdk/middleware-host-header": "3.667.0",
"@aws-sdk/middleware-logger": "3.667.0",
"@aws-sdk/middleware-recursion-detection": "3.667.0",
"@aws-sdk/middleware-user-agent": "3.667.0",
"@aws-sdk/region-config-resolver": "3.667.0",
"@aws-sdk/types": "3.667.0",
"@aws-sdk/util-endpoints": "3.667.0",
"@aws-sdk/util-user-agent-browser": "3.667.0",
"@aws-sdk/util-user-agent-node": "3.667.0",
"@smithy/config-resolver": "^3.0.9",
"@smithy/core": "^2.4.8",
"@smithy/fetch-http-handler": "^3.2.9",
"@smithy/hash-node": "^3.0.7",
"@smithy/invalid-dependency": "^3.0.7",
"@smithy/middleware-content-length": "^3.0.9",
"@smithy/middleware-endpoint": "^3.1.4",
"@smithy/middleware-retry": "^3.0.23",
"@smithy/middleware-serde": "^3.0.7",
"@smithy/middleware-stack": "^3.0.7",
"@smithy/node-config-provider": "^3.1.8",
"@smithy/node-http-handler": "^3.2.4",
"@smithy/protocol-http": "^4.1.4",
"@smithy/smithy-client": "^3.4.0",
"@smithy/types": "^3.5.0",
"@smithy/url-parser": "^3.0.7",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.23",
"@smithy/util-defaults-mode-node": "^3.0.23",
"@smithy/util-endpoints": "^2.1.3",
"@smithy/util-middleware": "^3.0.7",
"@smithy/util-retry": "^3.0.7",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-sdk/core": {
"version": "3.667.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.667.0.tgz",
"integrity": "sha512-pMcDVI7Tmdsc8R3sDv0Omj/4iRParGY+uJtAfF669WnZfDfaBQaix2Mq7+Mu08vdjqO9K3gicFvjk9S1VLmOKA==",
"dependencies": {
"@aws-sdk/types": "3.667.0",
"@smithy/core": "^2.4.8",
"@smithy/node-config-provider": "^3.1.8",
"@smithy/property-provider": "^3.1.7",
"@smithy/protocol-http": "^4.1.4",
"@smithy/signature-v4": "^4.2.0",
"@smithy/smithy-client": "^3.4.0",
"@smithy/types": "^3.5.0",
"@smithy/util-middleware": "^3.0.7",
"fast-xml-parser": "4.4.1",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-sdk/credential-provider-env": {
"version": "3.667.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.667.0.tgz",
"integrity": "sha512-zZbrkkaPc54WXm+QAnpuv0LPNfsts0HPPd+oCECGs7IQRaFsGj187cwvPg9RMWDFZqpm64MdBDoA8OQHsqzYCw==",
"dependencies": {
"@aws-sdk/core": "3.667.0",
"@aws-sdk/types": "3.667.0",
"@smithy/property-provider": "^3.1.7",
"@smithy/types": "^3.5.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-sdk/credential-provider-http": {
"version": "3.667.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.667.0.tgz",
"integrity": "sha512-sjtybFfERZWiqTY7fswBxKQLvUkiCucOWyqh3IaPo/4nE1PXRnaZCVG0+kRBPrYIxWqiVwytvZzMJy8sVZcG0A==",
"dependencies": {
"@aws-sdk/core": "3.667.0",
"@aws-sdk/types": "3.667.0",
"@smithy/fetch-http-handler": "^3.2.9",
"@smithy/node-http-handler": "^3.2.4",
"@smithy/property-provider": "^3.1.7",
"@smithy/protocol-http": "^4.1.4",
"@smithy/smithy-client": "^3.4.0",
"@smithy/types": "^3.5.0",
"@smithy/util-stream": "^3.1.9",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-sdk/credential-provider-ini": {
"version": "3.667.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.667.0.tgz",
"integrity": "sha512-NiEC2Sjut57ajbWEXLFtA8YWA06ulfuaSHOP4YxoQEsL3BjMOkKS1/5eVW2o6XkKVbwt0zbDYSTlIxU5klHpbQ==",
"dependencies": {
"@aws-sdk/core": "3.667.0",
"@aws-sdk/credential-provider-env": "3.667.0",
"@aws-sdk/credential-provider-http": "3.667.0",
"@aws-sdk/credential-provider-process": "3.667.0",
"@aws-sdk/credential-provider-sso": "3.667.0",
"@aws-sdk/credential-provider-web-identity": "3.667.0",
"@aws-sdk/types": "3.667.0",
"@smithy/credential-provider-imds": "^3.2.4",
"@smithy/property-provider": "^3.1.7",
"@smithy/shared-ini-file-loader": "^3.1.8",
"@smithy/types": "^3.5.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
},
"peerDependencies": {
"@aws-sdk/client-sts": "^3.667.0"
}
},
"node_modules/@aws-sdk/credential-provider-node": {
"version": "3.667.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.667.0.tgz",
"integrity": "sha512-+2oNexDvbQD9o5Xdtu1mGE25Nf2/C9KgMnkZzenbgCegw0P0YRdGrJklDF5Aag6lmb80a2vjoViuvm1ORzRAzw==",
"dependencies": {
"@aws-sdk/credential-provider-env": "3.667.0",
"@aws-sdk/credential-provider-http": "3.667.0",
"@aws-sdk/credential-provider-ini": "3.667.0",
"@aws-sdk/credential-provider-process": "3.667.0",
"@aws-sdk/credential-provider-sso": "3.667.0",
"@aws-sdk/credential-provider-web-identity": "3.667.0",
"@aws-sdk/types": "3.667.0",
"@smithy/credential-provider-imds": "^3.2.4",
"@smithy/property-provider": "^3.1.7",
"@smithy/shared-ini-file-loader": "^3.1.8",
"@smithy/types": "^3.5.0",
"tslib": "^2.6.2"
},