-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn.lock
More file actions
22746 lines (20593 loc) · 806 KB
/
yarn.lock
File metadata and controls
22746 lines (20593 loc) · 806 KB
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
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
version: 8
cacheKey: 10c0
"@adobe/css-tools@npm:^4.4.0":
version: 4.4.4
resolution: "@adobe/css-tools@npm:4.4.4"
checksum: 10c0/8f3e6cfaa5e6286e6f05de01d91d060425be2ebaef490881f5fe6da8bbdb336835c5d373ea337b0c3b0a1af4be048ba18780f0f6021d30809b4545922a7e13d9
languageName: node
linkType: hard
"@ai-sdk/gateway@npm:2.0.21":
version: 2.0.21
resolution: "@ai-sdk/gateway@npm:2.0.21"
dependencies:
"@ai-sdk/provider": "npm:2.0.0"
"@ai-sdk/provider-utils": "npm:3.0.19"
"@vercel/oidc": "npm:3.0.5"
peerDependencies:
zod: ^3.25.76 || ^4.1.8
checksum: 10c0/776492f1e0b6d29d8503c940cd4c08fed96cbf65f22eaee683f15e59cb4d03e40b7b64f2790144f2bb22cb174f44d305bac957270ba65a5c3fd79a9826e4cfc8
languageName: node
linkType: hard
"@ai-sdk/provider-utils@npm:3.0.19":
version: 3.0.19
resolution: "@ai-sdk/provider-utils@npm:3.0.19"
dependencies:
"@ai-sdk/provider": "npm:2.0.0"
"@standard-schema/spec": "npm:^1.0.0"
eventsource-parser: "npm:^3.0.6"
peerDependencies:
zod: ^3.25.76 || ^4.1.8
checksum: 10c0/e4decb19264067fa1b1642e07d515d25d1509a1a9143f59ccc051e3ca413c9fb1d708e1052a70eaf329ca39ddf6152520cd833dbf8c95d9bf02bbeffae8ea363
languageName: node
linkType: hard
"@ai-sdk/provider@npm:2.0.0":
version: 2.0.0
resolution: "@ai-sdk/provider@npm:2.0.0"
dependencies:
json-schema: "npm:^0.4.0"
checksum: 10c0/e50e520016c9fc0a8b5009cadd47dae2f1c81ec05c1792b9e312d7d15479f024ca8039525813a33425c884e3449019fed21043b1bfabd6a2626152ca9a388199
languageName: node
linkType: hard
"@ai-sdk/react@npm:^2.0.30":
version: 2.0.115
resolution: "@ai-sdk/react@npm:2.0.115"
dependencies:
"@ai-sdk/provider-utils": "npm:3.0.19"
ai: "npm:5.0.113"
swr: "npm:^2.2.5"
throttleit: "npm:2.1.0"
peerDependencies:
react: ^18 || ~19.0.1 || ~19.1.2 || ^19.2.1
zod: ^3.25.76 || ^4.1.8
peerDependenciesMeta:
zod:
optional: true
checksum: 10c0/b9205d90cdba175d6c23f003d0406a2de8c8fee1d0aae35a433692f7d187c409cd97018f78ec66700ad777e163669758b61950357e5fe83ae4f7604bbdcda904
languageName: node
linkType: hard
"@algolia/abtesting@npm:1.12.0":
version: 1.12.0
resolution: "@algolia/abtesting@npm:1.12.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
"@algolia/requester-browser-xhr": "npm:5.46.0"
"@algolia/requester-fetch": "npm:5.46.0"
"@algolia/requester-node-http": "npm:5.46.0"
checksum: 10c0/72c237a262932fcb642405236bc48cc4264f3b25b77fe944b558401a4cb4ab276bf599e9a5f0e5a69216f658bd7e37047f4f3e7c30a3c03b74534992a75adae1
languageName: node
linkType: hard
"@algolia/autocomplete-core@npm:1.19.2":
version: 1.19.2
resolution: "@algolia/autocomplete-core@npm:1.19.2"
dependencies:
"@algolia/autocomplete-plugin-algolia-insights": "npm:1.19.2"
"@algolia/autocomplete-shared": "npm:1.19.2"
checksum: 10c0/383952bc43a31f0771987416c350471824e480fcd15e1db8ae13386cd387879f1c81eadafceffa69f87e6b8e59fb1aa713da375fc07a30c5d8edb16a157b5f45
languageName: node
linkType: hard
"@algolia/autocomplete-plugin-algolia-insights@npm:1.19.2":
version: 1.19.2
resolution: "@algolia/autocomplete-plugin-algolia-insights@npm:1.19.2"
dependencies:
"@algolia/autocomplete-shared": "npm:1.19.2"
peerDependencies:
search-insights: ">= 1 < 3"
checksum: 10c0/8548b6514004dbf6fb34d6da176ac911371f3e84724ef6b94600cd84d29339d2f44cead03d7c0d507b130da0d9acc61f6e4c9a0fba6f967a5ae2a42eea93f0c1
languageName: node
linkType: hard
"@algolia/autocomplete-shared@npm:1.19.2":
version: 1.19.2
resolution: "@algolia/autocomplete-shared@npm:1.19.2"
peerDependencies:
"@algolia/client-search": ">= 4.9.1 < 6"
algoliasearch: ">= 4.9.1 < 6"
checksum: 10c0/eee6615e6d9e6db7727727e442b876a554a6eda6f14c1d55d667ed2d14702c4c888a34b9bfb18f66ccc6d402995b2c7c37ace9f19ce9fc9c83bbb623713efbc4
languageName: node
linkType: hard
"@algolia/client-abtesting@npm:5.46.0":
version: 5.46.0
resolution: "@algolia/client-abtesting@npm:5.46.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
"@algolia/requester-browser-xhr": "npm:5.46.0"
"@algolia/requester-fetch": "npm:5.46.0"
"@algolia/requester-node-http": "npm:5.46.0"
checksum: 10c0/88d869ec1933fae5aa4cccfb21ee66a75073060a986ea7cc9b08bd07ecbd88d4b83075ff575df45e67a8db8719912f53e8d4f66d2a4653bf5ed06c0b2a753768
languageName: node
linkType: hard
"@algolia/client-analytics@npm:5.46.0":
version: 5.46.0
resolution: "@algolia/client-analytics@npm:5.46.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
"@algolia/requester-browser-xhr": "npm:5.46.0"
"@algolia/requester-fetch": "npm:5.46.0"
"@algolia/requester-node-http": "npm:5.46.0"
checksum: 10c0/96d20a0560c9261520968d7ebcc740118118c7ae56d9a23100d5cc893bbd855ebe2bf4b14ea3e0563b3f54fb2f5f6a8dc35d87f1eb79b81cdc1b17a12ba07fb8
languageName: node
linkType: hard
"@algolia/client-common@npm:5.46.0":
version: 5.46.0
resolution: "@algolia/client-common@npm:5.46.0"
checksum: 10c0/c6f7c1f5b74b4d5056248f6f53ef59c468b5a7cee9d9edfcf93e32e9e71f4b3f186c5a4b2c6fcae631589ac67fdb50ce8bc577aeb8adf8b8e09d453e868b63f5
languageName: node
linkType: hard
"@algolia/client-insights@npm:5.46.0":
version: 5.46.0
resolution: "@algolia/client-insights@npm:5.46.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
"@algolia/requester-browser-xhr": "npm:5.46.0"
"@algolia/requester-fetch": "npm:5.46.0"
"@algolia/requester-node-http": "npm:5.46.0"
checksum: 10c0/f2497813ede9e194c2fe36e745fafd3f8e45066be10a784dbf55f52eb8fefe7fc26013feba21e7a7ade01912056cc85d85247699c003eb4756608576bd549c06
languageName: node
linkType: hard
"@algolia/client-personalization@npm:5.46.0":
version: 5.46.0
resolution: "@algolia/client-personalization@npm:5.46.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
"@algolia/requester-browser-xhr": "npm:5.46.0"
"@algolia/requester-fetch": "npm:5.46.0"
"@algolia/requester-node-http": "npm:5.46.0"
checksum: 10c0/521c0764f921c3eba894df1cfeb2e439cd149c1baff9c06e110dd34628b0bc55961e065bfd309658d5824808d440e5d96faa83e356c639d505286204b92ab19d
languageName: node
linkType: hard
"@algolia/client-query-suggestions@npm:5.46.0":
version: 5.46.0
resolution: "@algolia/client-query-suggestions@npm:5.46.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
"@algolia/requester-browser-xhr": "npm:5.46.0"
"@algolia/requester-fetch": "npm:5.46.0"
"@algolia/requester-node-http": "npm:5.46.0"
checksum: 10c0/d371cdaf97079186f8185015189d6fc7587200f0dc7414c10048d9c62b715e47af61949fbf8737bc44c7d2c293484621347187ea03f797e8ca73b971bbc182b3
languageName: node
linkType: hard
"@algolia/client-search@npm:5.46.0":
version: 5.46.0
resolution: "@algolia/client-search@npm:5.46.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
"@algolia/requester-browser-xhr": "npm:5.46.0"
"@algolia/requester-fetch": "npm:5.46.0"
"@algolia/requester-node-http": "npm:5.46.0"
checksum: 10c0/0aa388d5174b05d86582d6d86d1fe184563cfd7c33140147ab5cce275565ac6382562178b5a502acabe8b035295a80aea2e9c25d5dc0221f999db5014ea2f56a
languageName: node
linkType: hard
"@algolia/events@npm:^4.0.1":
version: 4.0.1
resolution: "@algolia/events@npm:4.0.1"
checksum: 10c0/f398d815c6ed21ac08f6caadf1e9155add74ac05d99430191c3b1f1335fd91deaf468c6b304e6225c9885d3d44c06037c53def101e33d9c22daff175b2a65ca9
languageName: node
linkType: hard
"@algolia/ingestion@npm:1.46.0":
version: 1.46.0
resolution: "@algolia/ingestion@npm:1.46.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
"@algolia/requester-browser-xhr": "npm:5.46.0"
"@algolia/requester-fetch": "npm:5.46.0"
"@algolia/requester-node-http": "npm:5.46.0"
checksum: 10c0/072d31f47895079637b376549a3ff3a81de7576c5578715dabb136da48557cb087af26e041ddc19d05dabd4550d641f7d8e1581cd4565de0d4b3b2e2d169ba4e
languageName: node
linkType: hard
"@algolia/monitoring@npm:1.46.0":
version: 1.46.0
resolution: "@algolia/monitoring@npm:1.46.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
"@algolia/requester-browser-xhr": "npm:5.46.0"
"@algolia/requester-fetch": "npm:5.46.0"
"@algolia/requester-node-http": "npm:5.46.0"
checksum: 10c0/9ca69cc53efc58ee5443d706abe8db3cd48974fda53a8c9732cc30ac39ab96e67fb67913b1b6f090a230b17347a6a755ebaf583176eb6195f96ed81459632ed2
languageName: node
linkType: hard
"@algolia/recommend@npm:5.46.0":
version: 5.46.0
resolution: "@algolia/recommend@npm:5.46.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
"@algolia/requester-browser-xhr": "npm:5.46.0"
"@algolia/requester-fetch": "npm:5.46.0"
"@algolia/requester-node-http": "npm:5.46.0"
checksum: 10c0/7aa0c91f2cdd061fcd29e1f8821b3832c2c35812d4785b8426196778a697f38cc99efe799b850da1ad22ff81f49edb76cb6399afd1eb43f451aedc7fe09eb1da
languageName: node
linkType: hard
"@algolia/requester-browser-xhr@npm:5.46.0":
version: 5.46.0
resolution: "@algolia/requester-browser-xhr@npm:5.46.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
checksum: 10c0/f0cb29e8e2b6c52c7929803e6ff203c577b506830f1ff5b87110a42d9752a75b2d14c10a2bcb6a8931188614a722ae23e674b24fb735def81ea8c0ca7fbf1cf0
languageName: node
linkType: hard
"@algolia/requester-fetch@npm:5.46.0":
version: 5.46.0
resolution: "@algolia/requester-fetch@npm:5.46.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
checksum: 10c0/9613974b2940b2725fe0e18725091136f953dc1c4ffdcea1eecc0964a8b64a28810c5becd42043fad5fbbc93daf1cf39e83fba96ef7898cbca1e7730d0c3dc52
languageName: node
linkType: hard
"@algolia/requester-node-http@npm:5.46.0":
version: 5.46.0
resolution: "@algolia/requester-node-http@npm:5.46.0"
dependencies:
"@algolia/client-common": "npm:5.46.0"
checksum: 10c0/141516a2c3437217a4fd9842fa2366d7fc9e8c93e1d70229dce6e8990f008002a50db16170688bfc7fea71e158759ff82d479d0cabeef6477219ae18370bf40c
languageName: node
linkType: hard
"@ampproject/remapping@npm:^2.3.0":
version: 2.3.0
resolution: "@ampproject/remapping@npm:2.3.0"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.5"
"@jridgewell/trace-mapping": "npm:^0.3.24"
checksum: 10c0/81d63cca5443e0f0c72ae18b544cc28c7c0ec2cea46e7cb888bb0e0f411a1191d0d6b7af798d54e30777d8d1488b2ec0732aac2be342d3d7d3ffd271c6f489ed
languageName: node
linkType: hard
"@asteasolutions/zod-to-openapi@npm:^8.1.0":
version: 8.2.0
resolution: "@asteasolutions/zod-to-openapi@npm:8.2.0"
dependencies:
openapi3-ts: "npm:^4.1.2"
peerDependencies:
zod: ^4.0.0
checksum: 10c0/cfef2f2a78a451dc3c5c4a47808c7e0287076c4d8690ffd1f90025b14ce225be1acd76c76a3505f87423b951ed6f8d90f6ecaf116e46d50a4947a5d004cae21c
languageName: node
linkType: hard
"@aws-crypto/crc32@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/crc32@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 10c0/eab9581d3363af5ea498ae0e72de792f54d8890360e14a9d8261b7b5c55ebe080279fb2556e07994d785341cdaa99ab0b1ccf137832b53b5904cd6928f2b094b
languageName: node
linkType: hard
"@aws-crypto/crc32c@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/crc32c@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 10c0/223efac396cdebaf5645568fa9a38cd0c322c960ae1f4276bedfe2e1031d0112e49d7d39225d386354680ecefae29f39af469a84b2ddfa77cb6692036188af77
languageName: node
linkType: hard
"@aws-crypto/sha1-browser@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha1-browser@npm:5.2.0"
dependencies:
"@aws-crypto/supports-web-crypto": "npm:^5.2.0"
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/51fed0bf078c10322d910af179871b7d299dde5b5897873ffbeeb036f427e5d11d23db9794439226544b73901920fd19f4d86bbc103ed73cc0cfdea47a83c6ac
languageName: node
linkType: hard
"@aws-crypto/sha256-browser@npm:5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha256-browser@npm:5.2.0"
dependencies:
"@aws-crypto/sha256-js": "npm:^5.2.0"
"@aws-crypto/supports-web-crypto": "npm:^5.2.0"
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/05f6d256794df800fe9aef5f52f2ac7415f7f3117d461f85a6aecaa4e29e91527b6fd503681a17136fa89e9dd3d916e9c7e4cfb5eba222875cb6c077bdc1d00d
languageName: node
linkType: hard
"@aws-crypto/sha256-js@npm:5.2.0, @aws-crypto/sha256-js@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/sha256-js@npm:5.2.0"
dependencies:
"@aws-crypto/util": "npm:^5.2.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^2.6.2"
checksum: 10c0/6c48701f8336341bb104dfde3d0050c89c288051f6b5e9bdfeb8091cf3ffc86efcd5c9e6ff2a4a134406b019c07aca9db608128f8d9267c952578a3108db9fd1
languageName: node
linkType: hard
"@aws-crypto/supports-web-crypto@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/supports-web-crypto@npm:5.2.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10c0/4d2118e29d68ca3f5947f1e37ce1fbb3239a0c569cc938cdc8ab8390d595609b5caf51a07c9e0535105b17bf5c52ea256fed705a07e9681118120ab64ee73af2
languageName: node
linkType: hard
"@aws-crypto/util@npm:5.2.0, @aws-crypto/util@npm:^5.2.0":
version: 5.2.0
resolution: "@aws-crypto/util@npm:5.2.0"
dependencies:
"@aws-sdk/types": "npm:^3.222.0"
"@smithy/util-utf8": "npm:^2.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/0362d4c197b1fd64b423966945130207d1fe23e1bb2878a18e361f7743c8d339dad3f8729895a29aa34fff6a86c65f281cf5167c4bf253f21627ae80b6dd2951
languageName: node
linkType: hard
"@aws-sdk/client-dynamodb@npm:^3.0.0":
version: 3.958.0
resolution: "@aws-sdk/client-dynamodb@npm:3.958.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/credential-provider-node": "npm:3.958.0"
"@aws-sdk/dynamodb-codec": "npm:3.957.0"
"@aws-sdk/middleware-endpoint-discovery": "npm:3.957.0"
"@aws-sdk/middleware-host-header": "npm:3.957.0"
"@aws-sdk/middleware-logger": "npm:3.957.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.957.0"
"@aws-sdk/middleware-user-agent": "npm:3.957.0"
"@aws-sdk/region-config-resolver": "npm:3.957.0"
"@aws-sdk/types": "npm:3.957.0"
"@aws-sdk/util-endpoints": "npm:3.957.0"
"@aws-sdk/util-user-agent-browser": "npm:3.957.0"
"@aws-sdk/util-user-agent-node": "npm:3.957.0"
"@smithy/config-resolver": "npm:^4.4.5"
"@smithy/core": "npm:^3.20.0"
"@smithy/fetch-http-handler": "npm:^5.3.8"
"@smithy/hash-node": "npm:^4.2.7"
"@smithy/invalid-dependency": "npm:^4.2.7"
"@smithy/middleware-content-length": "npm:^4.2.7"
"@smithy/middleware-endpoint": "npm:^4.4.1"
"@smithy/middleware-retry": "npm:^4.4.17"
"@smithy/middleware-serde": "npm:^4.2.8"
"@smithy/middleware-stack": "npm:^4.2.7"
"@smithy/node-config-provider": "npm:^4.3.7"
"@smithy/node-http-handler": "npm:^4.4.7"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/smithy-client": "npm:^4.10.2"
"@smithy/types": "npm:^4.11.0"
"@smithy/url-parser": "npm:^4.2.7"
"@smithy/util-base64": "npm:^4.3.0"
"@smithy/util-body-length-browser": "npm:^4.2.0"
"@smithy/util-body-length-node": "npm:^4.2.1"
"@smithy/util-defaults-mode-browser": "npm:^4.3.16"
"@smithy/util-defaults-mode-node": "npm:^4.2.19"
"@smithy/util-endpoints": "npm:^3.2.7"
"@smithy/util-middleware": "npm:^4.2.7"
"@smithy/util-retry": "npm:^4.2.7"
"@smithy/util-utf8": "npm:^4.2.0"
"@smithy/util-waiter": "npm:^4.2.7"
tslib: "npm:^2.6.2"
checksum: 10c0/a114debc52f06f58000a89f268627dc5b4c7bc6b7720710e165faafb73d8034b834c8bf1c4da1751afd4c126ea23a5703adef16f16a3a5c5af1abee46149823c
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:^3.0.0":
version: 3.958.0
resolution: "@aws-sdk/client-s3@npm:3.958.0"
dependencies:
"@aws-crypto/sha1-browser": "npm:5.2.0"
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/credential-provider-node": "npm:3.958.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.957.0"
"@aws-sdk/middleware-expect-continue": "npm:3.957.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.957.0"
"@aws-sdk/middleware-host-header": "npm:3.957.0"
"@aws-sdk/middleware-location-constraint": "npm:3.957.0"
"@aws-sdk/middleware-logger": "npm:3.957.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.957.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.957.0"
"@aws-sdk/middleware-ssec": "npm:3.957.0"
"@aws-sdk/middleware-user-agent": "npm:3.957.0"
"@aws-sdk/region-config-resolver": "npm:3.957.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.957.0"
"@aws-sdk/types": "npm:3.957.0"
"@aws-sdk/util-endpoints": "npm:3.957.0"
"@aws-sdk/util-user-agent-browser": "npm:3.957.0"
"@aws-sdk/util-user-agent-node": "npm:3.957.0"
"@smithy/config-resolver": "npm:^4.4.5"
"@smithy/core": "npm:^3.20.0"
"@smithy/eventstream-serde-browser": "npm:^4.2.7"
"@smithy/eventstream-serde-config-resolver": "npm:^4.3.7"
"@smithy/eventstream-serde-node": "npm:^4.2.7"
"@smithy/fetch-http-handler": "npm:^5.3.8"
"@smithy/hash-blob-browser": "npm:^4.2.8"
"@smithy/hash-node": "npm:^4.2.7"
"@smithy/hash-stream-node": "npm:^4.2.7"
"@smithy/invalid-dependency": "npm:^4.2.7"
"@smithy/md5-js": "npm:^4.2.7"
"@smithy/middleware-content-length": "npm:^4.2.7"
"@smithy/middleware-endpoint": "npm:^4.4.1"
"@smithy/middleware-retry": "npm:^4.4.17"
"@smithy/middleware-serde": "npm:^4.2.8"
"@smithy/middleware-stack": "npm:^4.2.7"
"@smithy/node-config-provider": "npm:^4.3.7"
"@smithy/node-http-handler": "npm:^4.4.7"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/smithy-client": "npm:^4.10.2"
"@smithy/types": "npm:^4.11.0"
"@smithy/url-parser": "npm:^4.2.7"
"@smithy/util-base64": "npm:^4.3.0"
"@smithy/util-body-length-browser": "npm:^4.2.0"
"@smithy/util-body-length-node": "npm:^4.2.1"
"@smithy/util-defaults-mode-browser": "npm:^4.3.16"
"@smithy/util-defaults-mode-node": "npm:^4.2.19"
"@smithy/util-endpoints": "npm:^3.2.7"
"@smithy/util-middleware": "npm:^4.2.7"
"@smithy/util-retry": "npm:^4.2.7"
"@smithy/util-stream": "npm:^4.5.8"
"@smithy/util-utf8": "npm:^4.2.0"
"@smithy/util-waiter": "npm:^4.2.7"
tslib: "npm:^2.6.2"
checksum: 10c0/83e6906739d0bc8ab2ddee3dea70b13afb668927dc77cf971b3229e1cf43298c1fc55ada30def063bcd6d0575943144e77031632244cd9f0f1d200d4f4f39106
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.958.0":
version: 3.958.0
resolution: "@aws-sdk/client-sso@npm:3.958.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/middleware-host-header": "npm:3.957.0"
"@aws-sdk/middleware-logger": "npm:3.957.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.957.0"
"@aws-sdk/middleware-user-agent": "npm:3.957.0"
"@aws-sdk/region-config-resolver": "npm:3.957.0"
"@aws-sdk/types": "npm:3.957.0"
"@aws-sdk/util-endpoints": "npm:3.957.0"
"@aws-sdk/util-user-agent-browser": "npm:3.957.0"
"@aws-sdk/util-user-agent-node": "npm:3.957.0"
"@smithy/config-resolver": "npm:^4.4.5"
"@smithy/core": "npm:^3.20.0"
"@smithy/fetch-http-handler": "npm:^5.3.8"
"@smithy/hash-node": "npm:^4.2.7"
"@smithy/invalid-dependency": "npm:^4.2.7"
"@smithy/middleware-content-length": "npm:^4.2.7"
"@smithy/middleware-endpoint": "npm:^4.4.1"
"@smithy/middleware-retry": "npm:^4.4.17"
"@smithy/middleware-serde": "npm:^4.2.8"
"@smithy/middleware-stack": "npm:^4.2.7"
"@smithy/node-config-provider": "npm:^4.3.7"
"@smithy/node-http-handler": "npm:^4.4.7"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/smithy-client": "npm:^4.10.2"
"@smithy/types": "npm:^4.11.0"
"@smithy/url-parser": "npm:^4.2.7"
"@smithy/util-base64": "npm:^4.3.0"
"@smithy/util-body-length-browser": "npm:^4.2.0"
"@smithy/util-body-length-node": "npm:^4.2.1"
"@smithy/util-defaults-mode-browser": "npm:^4.3.16"
"@smithy/util-defaults-mode-node": "npm:^4.2.19"
"@smithy/util-endpoints": "npm:^3.2.7"
"@smithy/util-middleware": "npm:^4.2.7"
"@smithy/util-retry": "npm:^4.2.7"
"@smithy/util-utf8": "npm:^4.2.0"
tslib: "npm:^2.6.2"
checksum: 10c0/7d228a59806a8604cee23cd0f2d2fe82b7eeb205b9b535bee2830d8b6242e612d5cfde13443d4d76e6f87a57ac847883b784228a3e5f4d84536602c07d43cab6
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/core@npm:3.957.0"
dependencies:
"@aws-sdk/types": "npm:3.957.0"
"@aws-sdk/xml-builder": "npm:3.957.0"
"@smithy/core": "npm:^3.20.0"
"@smithy/node-config-provider": "npm:^4.3.7"
"@smithy/property-provider": "npm:^4.2.7"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/signature-v4": "npm:^5.3.7"
"@smithy/smithy-client": "npm:^4.10.2"
"@smithy/types": "npm:^4.11.0"
"@smithy/util-base64": "npm:^4.3.0"
"@smithy/util-middleware": "npm:^4.2.7"
"@smithy/util-utf8": "npm:^4.2.0"
tslib: "npm:^2.6.2"
checksum: 10c0/a98a31b68264efef5a77722e23fdbb20624c2ebe0bdc555da925804d30cb8d76382fa180ef0ae5c4700a453b88fdf8349abb30dea8821d11a7d5dbed1b285c29
languageName: node
linkType: hard
"@aws-sdk/crc64-nvme@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/crc64-nvme@npm:3.957.0"
dependencies:
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/7510bcfeef001839a2b6987e98b4805e308ab5198122fcbac41dc0713391f03cd476a4697fd30656524740863af0d55e22ea7d225aa7f238ee5e6a6399a1a630
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/credential-provider-env@npm:3.957.0"
dependencies:
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/types": "npm:3.957.0"
"@smithy/property-provider": "npm:^4.2.7"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/450dc7f084b510bf62b58ffc2d2e6c390f1b3782801a7f6f2c3c43024f8c391eaec58740813f435d8377a57435c9c73fb7b0430d1eac344e2b3076d2897b8ebe
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/credential-provider-http@npm:3.957.0"
dependencies:
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/types": "npm:3.957.0"
"@smithy/fetch-http-handler": "npm:^5.3.8"
"@smithy/node-http-handler": "npm:^4.4.7"
"@smithy/property-provider": "npm:^4.2.7"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/smithy-client": "npm:^4.10.2"
"@smithy/types": "npm:^4.11.0"
"@smithy/util-stream": "npm:^4.5.8"
tslib: "npm:^2.6.2"
checksum: 10c0/6642859e41241a77592301265444ee86a964a56ee2a9b079d96d879cf959a65279d7d5e7c2ddfd30bcb99f9a0af049190f316a1a398f79ca8bfe3205c7cf10e2
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.958.0":
version: 3.958.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.958.0"
dependencies:
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/credential-provider-env": "npm:3.957.0"
"@aws-sdk/credential-provider-http": "npm:3.957.0"
"@aws-sdk/credential-provider-login": "npm:3.958.0"
"@aws-sdk/credential-provider-process": "npm:3.957.0"
"@aws-sdk/credential-provider-sso": "npm:3.958.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.958.0"
"@aws-sdk/nested-clients": "npm:3.958.0"
"@aws-sdk/types": "npm:3.957.0"
"@smithy/credential-provider-imds": "npm:^4.2.7"
"@smithy/property-provider": "npm:^4.2.7"
"@smithy/shared-ini-file-loader": "npm:^4.4.2"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/28da70b704296255ed0391b57844e40c65988146911e1eee4aeb03e4e1945a5828ddec46871cffb4cbb4609bdf2b517ba234a6677b036919db82dca42fee9807
languageName: node
linkType: hard
"@aws-sdk/credential-provider-login@npm:3.958.0":
version: 3.958.0
resolution: "@aws-sdk/credential-provider-login@npm:3.958.0"
dependencies:
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/nested-clients": "npm:3.958.0"
"@aws-sdk/types": "npm:3.957.0"
"@smithy/property-provider": "npm:^4.2.7"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/shared-ini-file-loader": "npm:^4.4.2"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/3dadfa92bc7537aaf221456837c5c7a5a4dbc6c3b3309ed265e260fe9fa6b8344e793aec49672dc5050b4d8a7848d50c13cadf72f77e10b80232e2e215718334
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.958.0":
version: 3.958.0
resolution: "@aws-sdk/credential-provider-node@npm:3.958.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.957.0"
"@aws-sdk/credential-provider-http": "npm:3.957.0"
"@aws-sdk/credential-provider-ini": "npm:3.958.0"
"@aws-sdk/credential-provider-process": "npm:3.957.0"
"@aws-sdk/credential-provider-sso": "npm:3.958.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.958.0"
"@aws-sdk/types": "npm:3.957.0"
"@smithy/credential-provider-imds": "npm:^4.2.7"
"@smithy/property-provider": "npm:^4.2.7"
"@smithy/shared-ini-file-loader": "npm:^4.4.2"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/354c24813696c4cb621397966ca0014728e7ed39b089ac4197fbb64b5caf160f015b128f0c482d8f86aa2b49ceff97a76e0da266a92c91a213f1dfa780adf8f1
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/credential-provider-process@npm:3.957.0"
dependencies:
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/types": "npm:3.957.0"
"@smithy/property-provider": "npm:^4.2.7"
"@smithy/shared-ini-file-loader": "npm:^4.4.2"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/103f274ebc1aa89bc183bde13d2979af623ff9a1c502cda09304e0b8ec421c7bb45dd1a6825fbb57ef11f16cc58f481d20d527eb97205a1f2a3c5f610814ffee
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.958.0":
version: 3.958.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.958.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.958.0"
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/token-providers": "npm:3.958.0"
"@aws-sdk/types": "npm:3.957.0"
"@smithy/property-provider": "npm:^4.2.7"
"@smithy/shared-ini-file-loader": "npm:^4.4.2"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/0fcaf59c3c473cd6f4055db4d6e6a3c2a14e7630177aa9b44eced26d1d6e9e6c48f31983260466e488f57517c6d119635fdd30707158967c234a751a06a0be28
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.958.0":
version: 3.958.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.958.0"
dependencies:
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/nested-clients": "npm:3.958.0"
"@aws-sdk/types": "npm:3.957.0"
"@smithy/property-provider": "npm:^4.2.7"
"@smithy/shared-ini-file-loader": "npm:^4.4.2"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/a4aa165c7ca2a253d0a6728b2b91421dd94945dc272562b7bb0347fa8fd334c54249d62b9d84846b0051aef60ea6a86c8d20a2e63da656624acaad8cb10cb5bf
languageName: node
linkType: hard
"@aws-sdk/dynamodb-codec@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/dynamodb-codec@npm:3.957.0"
dependencies:
"@aws-sdk/core": "npm:3.957.0"
"@smithy/core": "npm:^3.20.0"
"@smithy/smithy-client": "npm:^4.10.2"
"@smithy/types": "npm:^4.11.0"
"@smithy/util-base64": "npm:^4.3.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-dynamodb": ^3.957.0
checksum: 10c0/babfeaffce4f2cab83467d3d71f9d0f1b063d85505f02d8fe60dcef6046e3253e7380eb365b3fb7547649c015c95a0e104528bb0dc42da6df67d17cf81b5285f
languageName: node
linkType: hard
"@aws-sdk/endpoint-cache@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/endpoint-cache@npm:3.957.0"
dependencies:
mnemonist: "npm:0.38.3"
tslib: "npm:^2.6.2"
checksum: 10c0/af356c17a3c0bab452c53d2b1c9cd12c26e066581cd85ef8e49d3ac0586b717d01dfa073899474a5a7a17722fbf457067337beb1ee483354864cacf0bd56a485
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.957.0"
dependencies:
"@aws-sdk/types": "npm:3.957.0"
"@aws-sdk/util-arn-parser": "npm:3.957.0"
"@smithy/node-config-provider": "npm:^4.3.7"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/types": "npm:^4.11.0"
"@smithy/util-config-provider": "npm:^4.2.0"
tslib: "npm:^2.6.2"
checksum: 10c0/a168bb376482bb9f94d845539ff97aef728e6304a1f374ebe045fed081b0f482a96aac1a6e540d07ff7db59e151574fea6b634e2aac93b66c8c91c81c61d282f
languageName: node
linkType: hard
"@aws-sdk/middleware-endpoint-discovery@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/middleware-endpoint-discovery@npm:3.957.0"
dependencies:
"@aws-sdk/endpoint-cache": "npm:3.957.0"
"@aws-sdk/types": "npm:3.957.0"
"@smithy/node-config-provider": "npm:^4.3.7"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/acdc8d2e18779057c81b0c97c404c53c189183d7373a789ac7f1c70f4dc2625f7eb065575eb20f3a1a2da5af588069d67ac46027a4f1e48b16b44cddbe75ef15
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/middleware-expect-continue@npm:3.957.0"
dependencies:
"@aws-sdk/types": "npm:3.957.0"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/ee31bb61132b027b305b679556165b9c230f2d53c4993ca7b8be073dafd1f62503e3732c4c7d8f11731ccf1262878c2819d16559d63fd8b91ba8b273adae10db
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.957.0"
dependencies:
"@aws-crypto/crc32": "npm:5.2.0"
"@aws-crypto/crc32c": "npm:5.2.0"
"@aws-crypto/util": "npm:5.2.0"
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/crc64-nvme": "npm:3.957.0"
"@aws-sdk/types": "npm:3.957.0"
"@smithy/is-array-buffer": "npm:^4.2.0"
"@smithy/node-config-provider": "npm:^4.3.7"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/types": "npm:^4.11.0"
"@smithy/util-middleware": "npm:^4.2.7"
"@smithy/util-stream": "npm:^4.5.8"
"@smithy/util-utf8": "npm:^4.2.0"
tslib: "npm:^2.6.2"
checksum: 10c0/a04d83fc5bcfa10a847122dcd766028a0830cb91d136c2bb71a6e059fd489267fbbf9acb074928ddba12d223c989d11e259539fdf2342ebdce927c4509d8807b
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/middleware-host-header@npm:3.957.0"
dependencies:
"@aws-sdk/types": "npm:3.957.0"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/b7656460ff07a14703b45a0047a6cb81c53e0cfc0b7ebe1e8079edfb09a4400ff09e537b6a90871d005c92066c4a450ce8987fa280680286063d32e13c901883
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/middleware-location-constraint@npm:3.957.0"
dependencies:
"@aws-sdk/types": "npm:3.957.0"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/0fce30cb8af1159369ea2fad5f58d0683d72faa147c433959d53b8fdd96396bbd02641ffd78a6a3a50f9d2585e832510e5db571c1ba70d0cb18ef5fcff04186b
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/middleware-logger@npm:3.957.0"
dependencies:
"@aws-sdk/types": "npm:3.957.0"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/767707c6748c3e4035339119d3c3a12d79402d99acc37dd96a83099a1201e9130a669d5fb5f4f15d8f67e776a6a3e5d99365b19a67b4eb30aff02d33f6cbc35b
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.957.0"
dependencies:
"@aws-sdk/types": "npm:3.957.0"
"@aws/lambda-invoke-store": "npm:^0.2.2"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/21808cad790cc052f420b716b04980d1d974a17fe495ebe7d95e617d566328410f856798eef135ce85d14ea4caf1fa21f34041b41977b5c5d6d0b2b694f7bb78
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/middleware-sdk-s3@npm:3.957.0"
dependencies:
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/types": "npm:3.957.0"
"@aws-sdk/util-arn-parser": "npm:3.957.0"
"@smithy/core": "npm:^3.20.0"
"@smithy/node-config-provider": "npm:^4.3.7"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/signature-v4": "npm:^5.3.7"
"@smithy/smithy-client": "npm:^4.10.2"
"@smithy/types": "npm:^4.11.0"
"@smithy/util-config-provider": "npm:^4.2.0"
"@smithy/util-middleware": "npm:^4.2.7"
"@smithy/util-stream": "npm:^4.5.8"
"@smithy/util-utf8": "npm:^4.2.0"
tslib: "npm:^2.6.2"
checksum: 10c0/70b4377c64525e01766554f867bb0540f921f92201f10eb9bd018fe2c75ace853d9d5cba92b4fbd6756c992c883377792674e27d02ea58e69ad081af796f9455
languageName: node
linkType: hard
"@aws-sdk/middleware-ssec@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/middleware-ssec@npm:3.957.0"
dependencies:
"@aws-sdk/types": "npm:3.957.0"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/d9fc3ed3efa5e7e2604dd54ae05e9e19705e0d2c06e9d1193e8febc9f14e1778254332a33c72a5e0c83cfa3427d6664defdd82245ab8bf72169860486a9a2bc1
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.957.0"
dependencies:
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/types": "npm:3.957.0"
"@aws-sdk/util-endpoints": "npm:3.957.0"
"@smithy/core": "npm:^3.20.0"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/94287fb18a5dff73e27d16bfd0599df12608ef3cf215978e44a7c389b97089e807bea3bad7a754a56dd5346b84e30ecd1711a6b33621d925883bda0e61ce9da1
languageName: node
linkType: hard
"@aws-sdk/nested-clients@npm:3.958.0":
version: 3.958.0
resolution: "@aws-sdk/nested-clients@npm:3.958.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/middleware-host-header": "npm:3.957.0"
"@aws-sdk/middleware-logger": "npm:3.957.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.957.0"
"@aws-sdk/middleware-user-agent": "npm:3.957.0"
"@aws-sdk/region-config-resolver": "npm:3.957.0"
"@aws-sdk/types": "npm:3.957.0"
"@aws-sdk/util-endpoints": "npm:3.957.0"
"@aws-sdk/util-user-agent-browser": "npm:3.957.0"
"@aws-sdk/util-user-agent-node": "npm:3.957.0"
"@smithy/config-resolver": "npm:^4.4.5"
"@smithy/core": "npm:^3.20.0"
"@smithy/fetch-http-handler": "npm:^5.3.8"
"@smithy/hash-node": "npm:^4.2.7"
"@smithy/invalid-dependency": "npm:^4.2.7"
"@smithy/middleware-content-length": "npm:^4.2.7"
"@smithy/middleware-endpoint": "npm:^4.4.1"
"@smithy/middleware-retry": "npm:^4.4.17"
"@smithy/middleware-serde": "npm:^4.2.8"
"@smithy/middleware-stack": "npm:^4.2.7"
"@smithy/node-config-provider": "npm:^4.3.7"
"@smithy/node-http-handler": "npm:^4.4.7"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/smithy-client": "npm:^4.10.2"
"@smithy/types": "npm:^4.11.0"
"@smithy/url-parser": "npm:^4.2.7"
"@smithy/util-base64": "npm:^4.3.0"
"@smithy/util-body-length-browser": "npm:^4.2.0"
"@smithy/util-body-length-node": "npm:^4.2.1"
"@smithy/util-defaults-mode-browser": "npm:^4.3.16"
"@smithy/util-defaults-mode-node": "npm:^4.2.19"
"@smithy/util-endpoints": "npm:^3.2.7"
"@smithy/util-middleware": "npm:^4.2.7"
"@smithy/util-retry": "npm:^4.2.7"
"@smithy/util-utf8": "npm:^4.2.0"
tslib: "npm:^2.6.2"
checksum: 10c0/1dd741dc13a7ffb763960aac4066f91d3db332f5bab55a2acbe79707c3373f29cd08ce1358578b70a19245c841c01999ca1f3c204b5daecfaa41bf7353f216b3
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/region-config-resolver@npm:3.957.0"
dependencies:
"@aws-sdk/types": "npm:3.957.0"
"@smithy/config-resolver": "npm:^4.4.5"
"@smithy/node-config-provider": "npm:^4.3.7"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/09b6830688e716938d4f9f5afa9e818f08a68213dcbc31c06f1a876d68bd83c2816cb6c148f3491030c84d4ea9dfca79a3cf49b14208d7c6c2d40b3bb11cd42f
languageName: node
linkType: hard
"@aws-sdk/signature-v4-multi-region@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/signature-v4-multi-region@npm:3.957.0"
dependencies:
"@aws-sdk/middleware-sdk-s3": "npm:3.957.0"
"@aws-sdk/types": "npm:3.957.0"
"@smithy/protocol-http": "npm:^5.3.7"
"@smithy/signature-v4": "npm:^5.3.7"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/7f657a4fe90ca57f2ff9df8825d9e8ef645166ed0fa2e324dec39c05f1f9a2550ddad177a07b2a9e1869988a61994f74078ec6becf2975288f9c70ce0e76fc83
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.958.0":
version: 3.958.0
resolution: "@aws-sdk/token-providers@npm:3.958.0"
dependencies:
"@aws-sdk/core": "npm:3.957.0"
"@aws-sdk/nested-clients": "npm:3.958.0"
"@aws-sdk/types": "npm:3.957.0"
"@smithy/property-provider": "npm:^4.2.7"
"@smithy/shared-ini-file-loader": "npm:^4.4.2"
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/8bb1ddaa6df1ec1fe1498ac80e28604ab1da85e30107f80619dc78378b019cba3484b860934f823a17315f726fc7fc00cbb37a649259d0daca807f5c629e773a
languageName: node
linkType: hard
"@aws-sdk/types@npm:3.957.0, @aws-sdk/types@npm:^3.222.0":
version: 3.957.0
resolution: "@aws-sdk/types@npm:3.957.0"
dependencies:
"@smithy/types": "npm:^4.11.0"
tslib: "npm:^2.6.2"
checksum: 10c0/8dd9826eff9806689a3321f58ffa51c7731599f0d30b22fb744e82bf0914a1e714b622d319ee00315d4a3d814b895efaff87ea1edf23f0f50c26d2b4de31fe7b
languageName: node
linkType: hard
"@aws-sdk/util-arn-parser@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/util-arn-parser@npm:3.957.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10c0/50f9302180b9cab7768b6092ec91feec4ea239305d9f49ff4aae8227ce7a9d92a2e35b3e9fd4ac68604e478daea34048c7ba0c86c40513bfe502063d9a207de1
languageName: node
linkType: hard
"@aws-sdk/util-endpoints@npm:3.957.0":
version: 3.957.0
resolution: "@aws-sdk/util-endpoints@npm:3.957.0"
dependencies:
"@aws-sdk/types": "npm:3.957.0"
"@smithy/types": "npm:^4.11.0"
"@smithy/url-parser": "npm:^4.2.7"
"@smithy/util-endpoints": "npm:^3.2.7"
tslib: "npm:^2.6.2"
checksum: 10c0/21baf87036d3c6c6ace5e3960af6ffdb6e7c0bf7253904c5faae7fad4cc3d7709bef7c3a19a6347d7511ecf50313e0c7754d470d7ed45dabbcaab3232f5b1c87
languageName: node
linkType: hard
"@aws-sdk/util-locate-window@npm:^3.0.0":
version: 3.957.0
resolution: "@aws-sdk/util-locate-window@npm:3.957.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10c0/d641fe27859a5a9a087765bfe744da6f6d6b58e943faf1dc6c813e608353d398ba2ee5a793abaa32ccac38c311fd96ce6af9866d938df8c902d8e6dc1f6a2a5f
languageName: node
linkType: hard
"@aws-sdk/util-user-agent-browser@npm:3.957.0":