-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathyarn.lock
14644 lines (13210 loc) · 529 KB
/
yarn.lock
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: 10
"@ampproject/remapping@npm:^2.2.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: 10/f3451525379c68a73eb0a1e65247fbf28c0cccd126d93af21c75fceff77773d43c0d4a2d51978fb131aff25b5f2cb41a9fe48cc296e61ae65e679c4f6918b0ab
languageName: node
linkType: hard
"@arcanis/slice-ansi@npm:^1.1.1":
version: 1.1.1
resolution: "@arcanis/slice-ansi@npm:1.1.1"
dependencies:
grapheme-splitter: "npm:^1.0.4"
checksum: 10/14ed60cb45750d386c64229ac7bab20e10eedc193503fa4decff764162d329d6d3363ed2cd3debec833186ee54affe4f824f6e8eff531295117fd1ebda200270
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: 10/1b0a56ad4cb44c9512d8b1668dcf9306ab541d3a73829f435ca97abaec8d56f3db953db03ad0d0698754fea16fcd803d11fa42e0889bc7b803c6a030b04c63de
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: 10/08bd1db17d7c772fa6e34b38a360ce77ad041164743113eefa8343c2af917a419697daf090c5854129ef19f3a9673ed1fd8446e03eb32c8ed52d2cc409b0dee7
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: 10/239f4c59cce9abd33c01117b10553fbef868a063e74faf17edb798c250d759a2578841efa2837e5e51854f52ef57dbc40780b073cae20f89ebed6a8cc7fa06f1
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: 10/2b1b701ca6caa876333b4eb2b96e5187d71ebb51ebf8e2d632690dbcdedeff038202d23adcc97e023437ed42bb1963b7b463e343687edf0635fd4b98b2edad1a
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: 10/f46aace7b873c615be4e787ab0efd0148ef7de48f9f12c7d043e05c52e52b75bb0bf6dbcb9b2852d940d7724fab7b6d5ff1469160a3dd024efe7a68b5f70df8c
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: 10/6ed0c7e17f4f6663d057630805c45edb35d5693380c24ab52d4c453ece303c6c8a6ade9ee93c97dda77d9f6cae376ffbb44467057161c513dffa3422250edaf5
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: 10/f80a174c404e1ad4364741c942f440e75f834c08278fa754349fe23a6edc679d480ea9ced5820774aee58091ed270067022d8059ecf1a7ef452d58134ac7e9e1
languageName: node
linkType: hard
"@aws-sdk/client-codecommit@npm:3.726.1":
version: 3.726.1
resolution: "@aws-sdk/client-codecommit@npm:3.726.1"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.726.0"
"@aws-sdk/client-sts": "npm:3.726.1"
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/credential-provider-node": "npm:3.726.0"
"@aws-sdk/middleware-host-header": "npm:3.723.0"
"@aws-sdk/middleware-logger": "npm:3.723.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.723.0"
"@aws-sdk/middleware-user-agent": "npm:3.726.0"
"@aws-sdk/region-config-resolver": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-endpoints": "npm:3.726.0"
"@aws-sdk/util-user-agent-browser": "npm:3.723.0"
"@aws-sdk/util-user-agent-node": "npm:3.726.0"
"@smithy/config-resolver": "npm:^4.0.0"
"@smithy/core": "npm:^3.0.0"
"@smithy/fetch-http-handler": "npm:^5.0.0"
"@smithy/hash-node": "npm:^4.0.0"
"@smithy/invalid-dependency": "npm:^4.0.0"
"@smithy/middleware-content-length": "npm:^4.0.0"
"@smithy/middleware-endpoint": "npm:^4.0.0"
"@smithy/middleware-retry": "npm:^4.0.0"
"@smithy/middleware-serde": "npm:^4.0.0"
"@smithy/middleware-stack": "npm:^4.0.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/node-http-handler": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/url-parser": "npm:^4.0.0"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.0"
"@smithy/util-defaults-mode-node": "npm:^4.0.0"
"@smithy/util-endpoints": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
"@smithy/util-retry": "npm:^4.0.0"
"@smithy/util-utf8": "npm:^4.0.0"
"@types/uuid": "npm:^9.0.1"
tslib: "npm:^2.6.2"
uuid: "npm:^9.0.1"
checksum: 10/82813c15787411e1af821a845f36293a119bbe3f75853837330952d485967b09b2a8c069c58e7e86ae608d71579766906cf767e834efca7d73aac3b7cc84e3ab
languageName: node
linkType: hard
"@aws-sdk/client-cognito-identity@npm:3.726.1":
version: 3.726.1
resolution: "@aws-sdk/client-cognito-identity@npm:3.726.1"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.726.0"
"@aws-sdk/client-sts": "npm:3.726.1"
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/credential-provider-node": "npm:3.726.0"
"@aws-sdk/middleware-host-header": "npm:3.723.0"
"@aws-sdk/middleware-logger": "npm:3.723.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.723.0"
"@aws-sdk/middleware-user-agent": "npm:3.726.0"
"@aws-sdk/region-config-resolver": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-endpoints": "npm:3.726.0"
"@aws-sdk/util-user-agent-browser": "npm:3.723.0"
"@aws-sdk/util-user-agent-node": "npm:3.726.0"
"@smithy/config-resolver": "npm:^4.0.0"
"@smithy/core": "npm:^3.0.0"
"@smithy/fetch-http-handler": "npm:^5.0.0"
"@smithy/hash-node": "npm:^4.0.0"
"@smithy/invalid-dependency": "npm:^4.0.0"
"@smithy/middleware-content-length": "npm:^4.0.0"
"@smithy/middleware-endpoint": "npm:^4.0.0"
"@smithy/middleware-retry": "npm:^4.0.0"
"@smithy/middleware-serde": "npm:^4.0.0"
"@smithy/middleware-stack": "npm:^4.0.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/node-http-handler": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/url-parser": "npm:^4.0.0"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.0"
"@smithy/util-defaults-mode-node": "npm:^4.0.0"
"@smithy/util-endpoints": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
"@smithy/util-retry": "npm:^4.0.0"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/c811fd9be7f2e08ff16763f331c1a676117f718b1ef2b76177aaf9640a6b74736232b0c2840f2f211365d9881969a514c6636d4cbfc1f0d9cecebb7fc0500125
languageName: node
linkType: hard
"@aws-sdk/client-ec2@npm:3.726.1":
version: 3.726.1
resolution: "@aws-sdk/client-ec2@npm:3.726.1"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.726.0"
"@aws-sdk/client-sts": "npm:3.726.1"
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/credential-provider-node": "npm:3.726.0"
"@aws-sdk/middleware-host-header": "npm:3.723.0"
"@aws-sdk/middleware-logger": "npm:3.723.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.723.0"
"@aws-sdk/middleware-sdk-ec2": "npm:3.723.0"
"@aws-sdk/middleware-user-agent": "npm:3.726.0"
"@aws-sdk/region-config-resolver": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-endpoints": "npm:3.726.0"
"@aws-sdk/util-user-agent-browser": "npm:3.723.0"
"@aws-sdk/util-user-agent-node": "npm:3.726.0"
"@smithy/config-resolver": "npm:^4.0.0"
"@smithy/core": "npm:^3.0.0"
"@smithy/fetch-http-handler": "npm:^5.0.0"
"@smithy/hash-node": "npm:^4.0.0"
"@smithy/invalid-dependency": "npm:^4.0.0"
"@smithy/middleware-content-length": "npm:^4.0.0"
"@smithy/middleware-endpoint": "npm:^4.0.0"
"@smithy/middleware-retry": "npm:^4.0.0"
"@smithy/middleware-serde": "npm:^4.0.0"
"@smithy/middleware-stack": "npm:^4.0.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/node-http-handler": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/url-parser": "npm:^4.0.0"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.0"
"@smithy/util-defaults-mode-node": "npm:^4.0.0"
"@smithy/util-endpoints": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
"@smithy/util-retry": "npm:^4.0.0"
"@smithy/util-utf8": "npm:^4.0.0"
"@smithy/util-waiter": "npm:^4.0.0"
"@types/uuid": "npm:^9.0.1"
tslib: "npm:^2.6.2"
uuid: "npm:^9.0.1"
checksum: 10/4fa0fc7e6267eae419d6e401c88fbda023b025574d7e790a1bc564fde043f2d8737d61f9b7aee3005dc7c583be2f561adcd4521d3611388a30794d649aaa56fd
languageName: node
linkType: hard
"@aws-sdk/client-ecr@npm:3.726.1":
version: 3.726.1
resolution: "@aws-sdk/client-ecr@npm:3.726.1"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.726.0"
"@aws-sdk/client-sts": "npm:3.726.1"
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/credential-provider-node": "npm:3.726.0"
"@aws-sdk/middleware-host-header": "npm:3.723.0"
"@aws-sdk/middleware-logger": "npm:3.723.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.723.0"
"@aws-sdk/middleware-user-agent": "npm:3.726.0"
"@aws-sdk/region-config-resolver": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-endpoints": "npm:3.726.0"
"@aws-sdk/util-user-agent-browser": "npm:3.723.0"
"@aws-sdk/util-user-agent-node": "npm:3.726.0"
"@smithy/config-resolver": "npm:^4.0.0"
"@smithy/core": "npm:^3.0.0"
"@smithy/fetch-http-handler": "npm:^5.0.0"
"@smithy/hash-node": "npm:^4.0.0"
"@smithy/invalid-dependency": "npm:^4.0.0"
"@smithy/middleware-content-length": "npm:^4.0.0"
"@smithy/middleware-endpoint": "npm:^4.0.0"
"@smithy/middleware-retry": "npm:^4.0.0"
"@smithy/middleware-serde": "npm:^4.0.0"
"@smithy/middleware-stack": "npm:^4.0.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/node-http-handler": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/url-parser": "npm:^4.0.0"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.0"
"@smithy/util-defaults-mode-node": "npm:^4.0.0"
"@smithy/util-endpoints": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
"@smithy/util-retry": "npm:^4.0.0"
"@smithy/util-utf8": "npm:^4.0.0"
"@smithy/util-waiter": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/23517cef09d51a8675dbf1efb0f551aa6c6bb352a4aa19cd34c22bccda31c2ba2698f2f40ff926ae1c1693cccf00c8ed17365c5d18ae8ad2a950985f5fd83ac1
languageName: node
linkType: hard
"@aws-sdk/client-rds@npm:3.726.1":
version: 3.726.1
resolution: "@aws-sdk/client-rds@npm:3.726.1"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.726.0"
"@aws-sdk/client-sts": "npm:3.726.1"
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/credential-provider-node": "npm:3.726.0"
"@aws-sdk/middleware-host-header": "npm:3.723.0"
"@aws-sdk/middleware-logger": "npm:3.723.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.723.0"
"@aws-sdk/middleware-sdk-rds": "npm:3.723.0"
"@aws-sdk/middleware-user-agent": "npm:3.726.0"
"@aws-sdk/region-config-resolver": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-endpoints": "npm:3.726.0"
"@aws-sdk/util-user-agent-browser": "npm:3.723.0"
"@aws-sdk/util-user-agent-node": "npm:3.726.0"
"@smithy/config-resolver": "npm:^4.0.0"
"@smithy/core": "npm:^3.0.0"
"@smithy/fetch-http-handler": "npm:^5.0.0"
"@smithy/hash-node": "npm:^4.0.0"
"@smithy/invalid-dependency": "npm:^4.0.0"
"@smithy/middleware-content-length": "npm:^4.0.0"
"@smithy/middleware-endpoint": "npm:^4.0.0"
"@smithy/middleware-retry": "npm:^4.0.0"
"@smithy/middleware-serde": "npm:^4.0.0"
"@smithy/middleware-stack": "npm:^4.0.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/node-http-handler": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/url-parser": "npm:^4.0.0"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.0"
"@smithy/util-defaults-mode-node": "npm:^4.0.0"
"@smithy/util-endpoints": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
"@smithy/util-retry": "npm:^4.0.0"
"@smithy/util-utf8": "npm:^4.0.0"
"@smithy/util-waiter": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/7dd00e3c71d763de1420ebd510594f2549591a6572a5e263185467a5e2bd04ecc10db5897598101975eb166d88019ec078832ca310c3a0f3028a273d27b1706a
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:3.726.1":
version: 3.726.1
resolution: "@aws-sdk/client-s3@npm:3.726.1"
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/client-sso-oidc": "npm:3.726.0"
"@aws-sdk/client-sts": "npm:3.726.1"
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/credential-provider-node": "npm:3.726.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.726.0"
"@aws-sdk/middleware-expect-continue": "npm:3.723.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.723.0"
"@aws-sdk/middleware-host-header": "npm:3.723.0"
"@aws-sdk/middleware-location-constraint": "npm:3.723.0"
"@aws-sdk/middleware-logger": "npm:3.723.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.723.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.723.0"
"@aws-sdk/middleware-ssec": "npm:3.723.0"
"@aws-sdk/middleware-user-agent": "npm:3.726.0"
"@aws-sdk/region-config-resolver": "npm:3.723.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-endpoints": "npm:3.726.0"
"@aws-sdk/util-user-agent-browser": "npm:3.723.0"
"@aws-sdk/util-user-agent-node": "npm:3.726.0"
"@aws-sdk/xml-builder": "npm:3.723.0"
"@smithy/config-resolver": "npm:^4.0.0"
"@smithy/core": "npm:^3.0.0"
"@smithy/eventstream-serde-browser": "npm:^4.0.0"
"@smithy/eventstream-serde-config-resolver": "npm:^4.0.0"
"@smithy/eventstream-serde-node": "npm:^4.0.0"
"@smithy/fetch-http-handler": "npm:^5.0.0"
"@smithy/hash-blob-browser": "npm:^4.0.0"
"@smithy/hash-node": "npm:^4.0.0"
"@smithy/hash-stream-node": "npm:^4.0.0"
"@smithy/invalid-dependency": "npm:^4.0.0"
"@smithy/md5-js": "npm:^4.0.0"
"@smithy/middleware-content-length": "npm:^4.0.0"
"@smithy/middleware-endpoint": "npm:^4.0.0"
"@smithy/middleware-retry": "npm:^4.0.0"
"@smithy/middleware-serde": "npm:^4.0.0"
"@smithy/middleware-stack": "npm:^4.0.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/node-http-handler": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/url-parser": "npm:^4.0.0"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.0"
"@smithy/util-defaults-mode-node": "npm:^4.0.0"
"@smithy/util-endpoints": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
"@smithy/util-retry": "npm:^4.0.0"
"@smithy/util-stream": "npm:^4.0.0"
"@smithy/util-utf8": "npm:^4.0.0"
"@smithy/util-waiter": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/019c724238aa75ea22e2d728bafc42f89991578a8d69423c12a1841bc14b003007cc79bc5379eaadabde5239b3c308205b5244ff1b562ab8881273bb09f89e04
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.726.0":
version: 3.726.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.726.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/credential-provider-node": "npm:3.726.0"
"@aws-sdk/middleware-host-header": "npm:3.723.0"
"@aws-sdk/middleware-logger": "npm:3.723.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.723.0"
"@aws-sdk/middleware-user-agent": "npm:3.726.0"
"@aws-sdk/region-config-resolver": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-endpoints": "npm:3.726.0"
"@aws-sdk/util-user-agent-browser": "npm:3.723.0"
"@aws-sdk/util-user-agent-node": "npm:3.726.0"
"@smithy/config-resolver": "npm:^4.0.0"
"@smithy/core": "npm:^3.0.0"
"@smithy/fetch-http-handler": "npm:^5.0.0"
"@smithy/hash-node": "npm:^4.0.0"
"@smithy/invalid-dependency": "npm:^4.0.0"
"@smithy/middleware-content-length": "npm:^4.0.0"
"@smithy/middleware-endpoint": "npm:^4.0.0"
"@smithy/middleware-retry": "npm:^4.0.0"
"@smithy/middleware-serde": "npm:^4.0.0"
"@smithy/middleware-stack": "npm:^4.0.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/node-http-handler": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/url-parser": "npm:^4.0.0"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.0"
"@smithy/util-defaults-mode-node": "npm:^4.0.0"
"@smithy/util-endpoints": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
"@smithy/util-retry": "npm:^4.0.0"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.726.0
checksum: 10/f5776f016acc9078921472759dff88225f1d5694029f40936fb9db54889f195a06ffee90119110a7aac7e110d995d0db1916634078445445c30264b928639042
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.726.0":
version: 3.726.0
resolution: "@aws-sdk/client-sso@npm:3.726.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/middleware-host-header": "npm:3.723.0"
"@aws-sdk/middleware-logger": "npm:3.723.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.723.0"
"@aws-sdk/middleware-user-agent": "npm:3.726.0"
"@aws-sdk/region-config-resolver": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-endpoints": "npm:3.726.0"
"@aws-sdk/util-user-agent-browser": "npm:3.723.0"
"@aws-sdk/util-user-agent-node": "npm:3.726.0"
"@smithy/config-resolver": "npm:^4.0.0"
"@smithy/core": "npm:^3.0.0"
"@smithy/fetch-http-handler": "npm:^5.0.0"
"@smithy/hash-node": "npm:^4.0.0"
"@smithy/invalid-dependency": "npm:^4.0.0"
"@smithy/middleware-content-length": "npm:^4.0.0"
"@smithy/middleware-endpoint": "npm:^4.0.0"
"@smithy/middleware-retry": "npm:^4.0.0"
"@smithy/middleware-serde": "npm:^4.0.0"
"@smithy/middleware-stack": "npm:^4.0.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/node-http-handler": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/url-parser": "npm:^4.0.0"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.0"
"@smithy/util-defaults-mode-node": "npm:^4.0.0"
"@smithy/util-endpoints": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
"@smithy/util-retry": "npm:^4.0.0"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/36cc0d11877d9c565dfb6d01e03a69e998d2e9070bfe3930786babfafea225312a22865db2869605a0dc3437f65f2d3d8065ed11b79ee397a5cb0ec15ce14d45
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.726.1":
version: 3.726.1
resolution: "@aws-sdk/client-sts@npm:3.726.1"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.726.0"
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/credential-provider-node": "npm:3.726.0"
"@aws-sdk/middleware-host-header": "npm:3.723.0"
"@aws-sdk/middleware-logger": "npm:3.723.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.723.0"
"@aws-sdk/middleware-user-agent": "npm:3.726.0"
"@aws-sdk/region-config-resolver": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-endpoints": "npm:3.726.0"
"@aws-sdk/util-user-agent-browser": "npm:3.723.0"
"@aws-sdk/util-user-agent-node": "npm:3.726.0"
"@smithy/config-resolver": "npm:^4.0.0"
"@smithy/core": "npm:^3.0.0"
"@smithy/fetch-http-handler": "npm:^5.0.0"
"@smithy/hash-node": "npm:^4.0.0"
"@smithy/invalid-dependency": "npm:^4.0.0"
"@smithy/middleware-content-length": "npm:^4.0.0"
"@smithy/middleware-endpoint": "npm:^4.0.0"
"@smithy/middleware-retry": "npm:^4.0.0"
"@smithy/middleware-serde": "npm:^4.0.0"
"@smithy/middleware-stack": "npm:^4.0.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/node-http-handler": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/url-parser": "npm:^4.0.0"
"@smithy/util-base64": "npm:^4.0.0"
"@smithy/util-body-length-browser": "npm:^4.0.0"
"@smithy/util-body-length-node": "npm:^4.0.0"
"@smithy/util-defaults-mode-browser": "npm:^4.0.0"
"@smithy/util-defaults-mode-node": "npm:^4.0.0"
"@smithy/util-endpoints": "npm:^3.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
"@smithy/util-retry": "npm:^4.0.0"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/9745c92c0956ea1a61c81e5a1300a41d4922f3e7cda00bc28f3419e25c27069d716c6f4ae470fbf0b3f369f15d24dc9a9ce2f67b4ccfea04ae441326fd79ee6c
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/core@npm:3.723.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@smithy/core": "npm:^3.0.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/property-provider": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/signature-v4": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
fast-xml-parser: "npm:4.4.1"
tslib: "npm:^2.6.2"
checksum: 10/693b98454614de23d368c9d01dfedd36bcdee283cf81c6f05b12558fbd8437e8499689f19eeec1987fe7060a07f901ca9314352abbc99df45553716446f92831
languageName: node
linkType: hard
"@aws-sdk/credential-provider-cognito-identity@npm:3.726.1":
version: 3.726.1
resolution: "@aws-sdk/credential-provider-cognito-identity@npm:3.726.1"
dependencies:
"@aws-sdk/client-cognito-identity": "npm:3.726.1"
"@aws-sdk/types": "npm:3.723.0"
"@smithy/property-provider": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/47cc561d7aea48aa5d5f1fcfdfc750dfef8687bf542a0d5962eb2971a3774d250fc09a965d1fbfb1d203f635a5e31227f1c69c4645ce70a72cb5acd2c7f5e5c8
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/credential-provider-env@npm:3.723.0"
dependencies:
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@smithy/property-provider": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/77da2cbd1ab11d2e0b78a262fd6e04a6e1d615e8afbe06ee830552ef5461fc61a0d88ba4203f693c52bfdcdc14217887041a9fbb8f7f43b7b50322c47256adf1
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/credential-provider-http@npm:3.723.0"
dependencies:
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@smithy/fetch-http-handler": "npm:^5.0.0"
"@smithy/node-http-handler": "npm:^4.0.0"
"@smithy/property-provider": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/util-stream": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/1cc16d3e94a60c5098b11b5b3d8dadf04c0172379d6138297686a4e5e4638869d1dd8309123bde43a7106bddc6e37b3439ba535b1790c5fa9ee65cf3bfeed013
languageName: node
linkType: hard
"@aws-sdk/credential-provider-ini@npm:3.726.0":
version: 3.726.0
resolution: "@aws-sdk/credential-provider-ini@npm:3.726.0"
dependencies:
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/credential-provider-env": "npm:3.723.0"
"@aws-sdk/credential-provider-http": "npm:3.723.0"
"@aws-sdk/credential-provider-process": "npm:3.723.0"
"@aws-sdk/credential-provider-sso": "npm:3.726.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@smithy/credential-provider-imds": "npm:^4.0.0"
"@smithy/property-provider": "npm:^4.0.0"
"@smithy/shared-ini-file-loader": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.726.0
checksum: 10/e545752b1d1f764cbecd76ec5133eced822cdf48de281e09c363a99ee005569b13d4bf16083421ea6b623f42e9f8b9438d4b3964f8f8483aa5fb80b16d0312f2
languageName: node
linkType: hard
"@aws-sdk/credential-provider-node@npm:3.726.0":
version: 3.726.0
resolution: "@aws-sdk/credential-provider-node@npm:3.726.0"
dependencies:
"@aws-sdk/credential-provider-env": "npm:3.723.0"
"@aws-sdk/credential-provider-http": "npm:3.723.0"
"@aws-sdk/credential-provider-ini": "npm:3.726.0"
"@aws-sdk/credential-provider-process": "npm:3.723.0"
"@aws-sdk/credential-provider-sso": "npm:3.726.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@smithy/credential-provider-imds": "npm:^4.0.0"
"@smithy/property-provider": "npm:^4.0.0"
"@smithy/shared-ini-file-loader": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/7e18000686e45c6779ce7680aa7e719b299737957ca01599cd890219809fec2f51f6a6fac01094129f910ef2bdff5ad1e5663b4b59616dfc49463b4b226c7200
languageName: node
linkType: hard
"@aws-sdk/credential-provider-process@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/credential-provider-process@npm:3.723.0"
dependencies:
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@smithy/property-provider": "npm:^4.0.0"
"@smithy/shared-ini-file-loader": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/e0899137ecf5d2c3f63ee1d70b54eaaf469841101677c4f8204ce5c97a5969a33518d4b87edbb28dbd9e040220743c9646a82b80619abcf55771d9188546fbb5
languageName: node
linkType: hard
"@aws-sdk/credential-provider-sso@npm:3.726.0":
version: 3.726.0
resolution: "@aws-sdk/credential-provider-sso@npm:3.726.0"
dependencies:
"@aws-sdk/client-sso": "npm:3.726.0"
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/token-providers": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@smithy/property-provider": "npm:^4.0.0"
"@smithy/shared-ini-file-loader": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/e2c1121ca66ea7f1c58d197aa388050b1ff7b9adda4fb09191581ecea2d09f4feb52d2ed83958fedfde2d8fe1ff6523fdd32b1596413f289352cff79438cb3f1
languageName: node
linkType: hard
"@aws-sdk/credential-provider-web-identity@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/credential-provider-web-identity@npm:3.723.0"
dependencies:
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@smithy/property-provider": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.723.0
checksum: 10/e5edd332b11921133262ecd3e7afcc18c44f62f41a89556a50aba9839e12e0553f1a662054619037c3d07707178369aaf33f98e159b00680ade96d0027b434e1
languageName: node
linkType: hard
"@aws-sdk/credential-providers@npm:3.726.1":
version: 3.726.1
resolution: "@aws-sdk/credential-providers@npm:3.726.1"
dependencies:
"@aws-sdk/client-cognito-identity": "npm:3.726.1"
"@aws-sdk/client-sso": "npm:3.726.0"
"@aws-sdk/client-sts": "npm:3.726.1"
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/credential-provider-cognito-identity": "npm:3.726.1"
"@aws-sdk/credential-provider-env": "npm:3.723.0"
"@aws-sdk/credential-provider-http": "npm:3.723.0"
"@aws-sdk/credential-provider-ini": "npm:3.726.0"
"@aws-sdk/credential-provider-node": "npm:3.726.0"
"@aws-sdk/credential-provider-process": "npm:3.723.0"
"@aws-sdk/credential-provider-sso": "npm:3.726.0"
"@aws-sdk/credential-provider-web-identity": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@smithy/credential-provider-imds": "npm:^4.0.0"
"@smithy/property-provider": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/d0835870ff9b5b2c7b6091044ed3a346ac9c6e7fc96a039852a15cdaebc4b598aae3109abd0a1b2bb73a7548dfb8e5b10026720b42917cb70de0b8094f8ce77e
languageName: node
linkType: hard
"@aws-sdk/middleware-bucket-endpoint@npm:3.726.0":
version: 3.726.0
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.726.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-arn-parser": "npm:3.723.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/util-config-provider": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/c9014f4d54f01b29ea402eb522c470f19b74b3703653ed96f77a0832a48630a0e41669e5d40cb34c5f2dfc98e9c95e2009c4c31116a2ca7bd0b65610adff228b
languageName: node
linkType: hard
"@aws-sdk/middleware-expect-continue@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/middleware-expect-continue@npm:3.723.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/8aa8dfd02f9f13e596feacacb6ac4dc9f4e4df5c2b2591f3cd303c31d51aab73c3213f1ff12273aef8583e4d4dd859769b0bb98fec17158ace677f75d89915ae
languageName: node
linkType: hard
"@aws-sdk/middleware-flexible-checksums@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.723.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.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@smithy/is-array-buffer": "npm:^4.0.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
"@smithy/util-stream": "npm:^4.0.0"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/2dc8b295e0fc9443f1407a8779f77a65299c03066b2928cb290455d17d61a5dbfb3be843b820f9f3d2b4f5b621eb37a84fe135676d56bfd4c6dd4b9ed2e4a66e
languageName: node
linkType: hard
"@aws-sdk/middleware-host-header@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/middleware-host-header@npm:3.723.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/9746ff74d66a84b4595658fbc46f2059d9928593bd279a85e2ae3033353dd0245d99748e119102ab7f0bcd2a325e113139dab21dae2e539761064f879d0a68eb
languageName: node
linkType: hard
"@aws-sdk/middleware-location-constraint@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/middleware-location-constraint@npm:3.723.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/667b4d1eecbaaea9132f43f32af70a16514c71d1553632c4e5a1907fc704b755994029506bea86b385a0fe142efb0a37b615a02bfb0d9543f849e9e3e6c300cd
languageName: node
linkType: hard
"@aws-sdk/middleware-logger@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/middleware-logger@npm:3.723.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/0b960a03adcd28c7631d303d8b620409aad64bc575cefe2b217dee40e07d2525da89d28f88cd6b88b029b484ee22b8c95e5ef413193db042939721e4cbd55f84
languageName: node
linkType: hard
"@aws-sdk/middleware-recursion-detection@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/middleware-recursion-detection@npm:3.723.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/03cea064e4b5eff71bde32d139387bfc9f58fd30ee14021bb711cca231dfaf0b7127a0ff2c548e37e3b66d71ddaf50ad061efa9956fd8def76778cd9c47bd69a
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-ec2@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.723.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-format-url": "npm:3.723.0"
"@smithy/middleware-endpoint": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/signature-v4": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/f754760bedf1466570822daa9cb81f6cf464951f38f0e10ae73ae637606ebf616343e992ace2ebefe317a95fd73f05cde93a69832e905394407384c36451796a
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-rds@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/middleware-sdk-rds@npm:3.723.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-format-url": "npm:3.723.0"
"@smithy/middleware-endpoint": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/signature-v4": "npm:^5.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/b4f83a112f27fd66f50187c50e873285babf4a9595a3d761575fa251dd963e00a65ab0a00e230f7344ce0c687ea7c2bef48449333584d177f0200ef63ace457e
languageName: node
linkType: hard
"@aws-sdk/middleware-sdk-s3@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/middleware-sdk-s3@npm:3.723.0"
dependencies:
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-arn-parser": "npm:3.723.0"
"@smithy/core": "npm:^3.0.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/signature-v4": "npm:^5.0.0"
"@smithy/smithy-client": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/util-config-provider": "npm:^4.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
"@smithy/util-stream": "npm:^4.0.0"
"@smithy/util-utf8": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/be04275def35e065a7bf620b0fb669afc1ea509713adb965636ddaa52237b4fbd3df6b3d5db582727077cbf4c21b6f149047d863b0f6c6703ddbed96f743b90d
languageName: node
linkType: hard
"@aws-sdk/middleware-ssec@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/middleware-ssec@npm:3.723.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/17535e86d5b631092b154914adb346f1f0a822934768ea06ab6fbc0f34eb7cc394d3a40da8e300a40542b6e96159be2b5946863c2ecd477448404e65a24c793d
languageName: node
linkType: hard
"@aws-sdk/middleware-user-agent@npm:3.726.0":
version: 3.726.0
resolution: "@aws-sdk/middleware-user-agent@npm:3.726.0"
dependencies:
"@aws-sdk/core": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@aws-sdk/util-endpoints": "npm:3.726.0"
"@smithy/core": "npm:^3.0.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/ee68cd439981e6659113756cbc3cffc98ff323e623344b37eabc5a28b2a2a6867a975e66978086f9bb8805d101261a128b5d7371ba7e49003e8325b1bdf03108
languageName: node
linkType: hard
"@aws-sdk/region-config-resolver@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/region-config-resolver@npm:3.723.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@smithy/node-config-provider": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/util-config-provider": "npm:^4.0.0"
"@smithy/util-middleware": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/b5f484754b45017b39ee2c604b7337a810edb9961283e64d384193adb319b78bdfe7b0dff4e5676124d6ae5bef50a4f8636b89a1bc313a36041a9d66b01f5e7e
languageName: node
linkType: hard
"@aws-sdk/signature-v4-multi-region@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/signature-v4-multi-region@npm:3.723.0"
dependencies:
"@aws-sdk/middleware-sdk-s3": "npm:3.723.0"
"@aws-sdk/types": "npm:3.723.0"
"@smithy/protocol-http": "npm:^5.0.0"
"@smithy/signature-v4": "npm:^5.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/9570533b126e5aed966cfb7398cff53ce648919fe47bc7e650544c35733ade3fb1f27484e916c545a2924e2cff6b0e674b536417f9afa68e1f8485fd79f9ed44
languageName: node
linkType: hard
"@aws-sdk/token-providers@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/token-providers@npm:3.723.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@smithy/property-provider": "npm:^4.0.0"
"@smithy/shared-ini-file-loader": "npm:^4.0.0"
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sso-oidc": ^3.723.0
checksum: 10/5c6d01bc8b9b4489786828e8e82e8cdc730609cb821ce83940fa1b77059014852794c81d94991d343ec355ef8085a85d2d5461a4df3e3e33d83bb32fdd340e1a
languageName: node
linkType: hard
"@aws-sdk/types@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/types@npm:3.723.0"
dependencies:
"@smithy/types": "npm:^4.0.0"
tslib: "npm:^2.6.2"
checksum: 10/8016161bba94828825b3302ba2ec2aaa5426ba33f4c5b667e306673f02d56f321853a0bbb9644af5a27b83ca5d99798581bb9c3664af074bd2f9a5d0b1ccf852
languageName: node
linkType: hard
"@aws-sdk/types@npm:^3.222.0":
version: 3.567.0
resolution: "@aws-sdk/types@npm:3.567.0"
dependencies:
"@smithy/types": "npm:^2.12.0"
tslib: "npm:^2.6.2"
checksum: 10/a25846825fb22330ff5fa12b582aba25616293e5e3c94370de7bac80b30c8cfff6ba5d7f7219e2fa3d067ed4ba7e2e1da8efead5a1e24601088bf8c8683e6c56
languageName: node
linkType: hard
"@aws-sdk/util-arn-parser@npm:3.723.0":
version: 3.723.0
resolution: "@aws-sdk/util-arn-parser@npm:3.723.0"
dependencies:
tslib: "npm:^2.6.2"
checksum: 10/558c187aff2af3c58e830468969f936103770d8830a37b56eea06f7964a2a80f3cd5cc4bfb71af3470ca2ef37e85f6b21318d61a68129c293eb47b337c5bfa9d
languageName: node
linkType: hard
"@aws-sdk/util-endpoints@npm:3.726.0":
version: 3.726.0
resolution: "@aws-sdk/util-endpoints@npm:3.726.0"
dependencies:
"@aws-sdk/types": "npm:3.723.0"
"@smithy/types": "npm:^4.0.0"
"@smithy/util-endpoints": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10/e01d83d773af84c4fe339d5b5ea14b3a740ce5a7c70ecee3c9b18d4ca2c489bbae2f07f0cba88b7e0df7f3cfea2468bcf6db8bf1cfec3b15d1a489f36f50ad53