generated from mantinedev/remix-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
15453 lines (14024 loc) · 551 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: 10c0
"@aashutoshrathi/word-wrap@npm:^1.2.3":
version: 1.2.6
resolution: "@aashutoshrathi/word-wrap@npm:1.2.6"
checksum: 10c0/53c2b231a61a46792b39a0d43bc4f4f776bb4542aa57ee04930676802e5501282c2fc8aac14e4cd1f1120ff8b52616b6ff5ab539ad30aa2277d726444b71619f
languageName: node
linkType: hard
"@adobe/css-tools@npm:^4.3.2":
version: 4.3.3
resolution: "@adobe/css-tools@npm:4.3.3"
checksum: 10c0/e76e712df713964b87cdf2aca1f0477f19bebd845484d5fcba726d3ec7782366e2f26ec8cb2dcfaf47081a5c891987d8a9f5c3f30d11e1eb3c1848adc27fcb24
languageName: node
linkType: hard
"@alcalzone/ansi-tokenize@npm:^0.1.3":
version: 0.1.3
resolution: "@alcalzone/ansi-tokenize@npm:0.1.3"
dependencies:
ansi-styles: "npm:^6.2.1"
is-fullwidth-code-point: "npm:^4.0.0"
checksum: 10c0/b88c5708271bb64ce132fc80dac8d5b87fc1699bf3abfdf10ecae40dbb56ab82460818f5746ecdd9870a00be9854e039d5cb3a121b808d0ff6f5bc7d0146cb38
languageName: node
linkType: hard
"@ampproject/remapping@npm:^2.2.0":
version: 2.2.1
resolution: "@ampproject/remapping@npm:2.2.1"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.0"
"@jridgewell/trace-mapping": "npm:^0.3.9"
checksum: 10c0/92ce5915f8901d8c7cd4f4e6e2fe7b9fd335a29955b400caa52e0e5b12ca3796ada7c2f10e78c9c5b0f9c2539dff0ffea7b19850a56e1487aa083531e1e46d43
languageName: node
linkType: hard
"@aws-cdk/asset-awscli-v1@npm:^2.2.202":
version: 2.2.202
resolution: "@aws-cdk/asset-awscli-v1@npm:2.2.202"
checksum: 10c0/3702ae0c6d57094a9f8f7fc86af2cf98d128c601ee2b8e14f72bf6b869e5b54df6448014f2d88c2fdff1258a182e28d735c9b0a807180e1eaa62367f93051bd4
languageName: node
linkType: hard
"@aws-cdk/asset-kubectl-v20@npm:^2.1.2":
version: 2.1.2
resolution: "@aws-cdk/asset-kubectl-v20@npm:2.1.2"
checksum: 10c0/491883ada4b62f89e48e3d45d776b72d30cbb2d87e0802424164343c81723b23dd77044ab3cb02a7ecad9960622dc264f9f716d2ec830404482117ee63f8bb2d
languageName: node
linkType: hard
"@aws-cdk/asset-node-proxy-agent-v6@npm:^2.0.1":
version: 2.0.1
resolution: "@aws-cdk/asset-node-proxy-agent-v6@npm:2.0.1"
checksum: 10c0/1f4b11a66483b3c0f1bf3f7d325d94e5f0175ea49347f75b10b13ddfc35578d5bf4b45c1cb4b1e03c08ba0d2c3c52f8e914150bd7c0cfdb92ae71de3f07cedf3
languageName: node
linkType: hard
"@aws-cdk/aws-lambda-python-alpha@npm:2.124.0-alpha.0":
version: 2.124.0-alpha.0
resolution: "@aws-cdk/aws-lambda-python-alpha@npm:2.124.0-alpha.0"
peerDependencies:
aws-cdk-lib: ^2.124.0
constructs: ^10.0.0
checksum: 10c0/156c644f87413d88c36948b4c4042c67496dc96a3b4f5a8b0d8db7a871785e319a9371fcd19e77035b0197ff85babfd38b9b02ebaf5a349662ac468b5a7c9d79
languageName: node
linkType: hard
"@aws-cdk/aws-service-spec@npm:^0.0.45":
version: 0.0.45
resolution: "@aws-cdk/aws-service-spec@npm:0.0.45"
dependencies:
"@aws-cdk/service-spec-types": "npm:^0.0.45"
"@cdklabs/tskb": "npm:^0.0.3"
checksum: 10c0/49b16a71c1edd83e064869d9467761ede2519204317a9f6c7a516de4c06ae545dd68153b094345b9b11848cf188c0aa76cda12f0cc203d0d9a85bc2fe6099aca
languageName: node
linkType: hard
"@aws-cdk/cloud-assembly-schema@npm:2.124.0":
version: 2.124.0
resolution: "@aws-cdk/cloud-assembly-schema@npm:2.124.0"
dependencies:
jsonschema: "npm:^1.4.1"
semver: "npm:^7.5.4"
checksum: 10c0/cb68ae8098dd9ba905759dd3bd1cf7096cedec3f4d9cf7e371ad039862036da896cd66c57660d60573c8da41cfa3006b6691f77a693cae5adf8be4e07490811f
languageName: node
linkType: hard
"@aws-cdk/cloudformation-diff@npm:2.124.0":
version: 2.124.0
resolution: "@aws-cdk/cloudformation-diff@npm:2.124.0"
dependencies:
"@aws-cdk/aws-service-spec": "npm:^0.0.45"
"@aws-cdk/service-spec-types": "npm:^0.0.45"
chalk: "npm:^4"
diff: "npm:^5.1.0"
fast-deep-equal: "npm:^3.1.3"
string-width: "npm:^4.2.3"
table: "npm:^6.8.1"
checksum: 10c0/d7a1f4e65d42b69bddc9d6eccd3630b7bba3f1a4c6ceccefba2a554545997e763f5ed9ac24919e82c26a5f22724cc40adbbbbb64b09e8c86054e2d25507d25e4
languageName: node
linkType: hard
"@aws-cdk/cx-api@npm:2.124.0":
version: 2.124.0
resolution: "@aws-cdk/cx-api@npm:2.124.0"
dependencies:
semver: "npm:^7.5.4"
peerDependencies:
"@aws-cdk/cloud-assembly-schema": 2.124.0
checksum: 10c0/4147c16355e66c1daa24f01b284e2a936dc6984609b33d6db06ad0738c869e01e72cc6cf4196da0726cfd817ae7ba0ab1f4d70116d76c5f02b880824263d0014
languageName: node
linkType: hard
"@aws-cdk/service-spec-types@npm:^0.0.45":
version: 0.0.45
resolution: "@aws-cdk/service-spec-types@npm:0.0.45"
dependencies:
"@cdklabs/tskb": "npm:^0.0.3"
checksum: 10c0/133f256a55b53f600d8aedc0280acf575b22c54de1319910fbf9b994b66e29636ea1448ca4e9f722be91f1de706e21d2df1e62670d1de2a19981e3addc2cee21
languageName: node
linkType: hard
"@aws-crypto/crc32@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/crc32@npm:3.0.0"
dependencies:
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^1.11.1"
checksum: 10c0/09189ada61a4ffe6b3bd363b0535438470a8cc1a83c89a2591ef2a0b91acb9c4ba95626557cddf856abb9df0d2bfdb0969512f1949b6db7bff5d17109d8beb3f
languageName: node
linkType: hard
"@aws-crypto/crc32c@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/crc32c@npm:3.0.0"
dependencies:
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^1.11.1"
checksum: 10c0/a5c7ec12ec23fd44c93971234176e0f3bda33d1d5ff3abe25a538f46d8a0baa312eefd179ac3f9bcca1c2d31886e3a36d1e2349b6989c59c3ea6853161095229
languageName: node
linkType: hard
"@aws-crypto/ie11-detection@npm:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/ie11-detection@npm:3.0.0"
dependencies:
tslib: "npm:^1.11.1"
checksum: 10c0/388891b86d816adb658175afeedaa6c4b4c70e83a7e94050d0425788da7fd5c1d675c5bd1588700e5168325bb342cc1063aa1ee4e519bc7f9b028b3998b69c53
languageName: node
linkType: hard
"@aws-crypto/sha1-browser@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/sha1-browser@npm:3.0.0"
dependencies:
"@aws-crypto/ie11-detection": "npm:^3.0.0"
"@aws-crypto/supports-web-crypto": "npm:^3.0.0"
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@aws-sdk/util-utf8-browser": "npm:^3.0.0"
tslib: "npm:^1.11.1"
checksum: 10c0/26b51cba7f4f0412531205661d21e4a4f56cd87dbcfeb9844c4758b23029b83ff9815bd5207abbe98b62803948625d559cf177f6f6bce3af6654a6e05e0e1e31
languageName: node
linkType: hard
"@aws-crypto/sha256-browser@npm:3.0.0":
version: 3.0.0
resolution: "@aws-crypto/sha256-browser@npm:3.0.0"
dependencies:
"@aws-crypto/ie11-detection": "npm:^3.0.0"
"@aws-crypto/sha256-js": "npm:^3.0.0"
"@aws-crypto/supports-web-crypto": "npm:^3.0.0"
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-locate-window": "npm:^3.0.0"
"@aws-sdk/util-utf8-browser": "npm:^3.0.0"
tslib: "npm:^1.11.1"
checksum: 10c0/c6a2d6b8176f6ab34b86f7b8c81e2beeae9d41bd4f5f375b332fbe9cbb916b94adcd70676fc7a505ba5abd4232dec1ddfcfa55877f91696d4c65f166648f3026
languageName: node
linkType: hard
"@aws-crypto/sha256-js@npm:3.0.0, @aws-crypto/sha256-js@npm:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/sha256-js@npm:3.0.0"
dependencies:
"@aws-crypto/util": "npm:^3.0.0"
"@aws-sdk/types": "npm:^3.222.0"
tslib: "npm:^1.11.1"
checksum: 10c0/fc013b25a5813c425d4fb77c9ffbc8b5f73d2c78b423df98a1b2575a26de5ff3775c8f62fcf8ef2cc39c8af1cc651013e2c670c1a605a2e16749e06920a2d68f
languageName: node
linkType: hard
"@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:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/supports-web-crypto@npm:3.0.0"
dependencies:
tslib: "npm:^1.11.1"
checksum: 10c0/67e5cbdebd9560244658ba4dd8610c8dc51022497780961fb5061c09618d4337e18b1ee6c71ac24b4aca175f2aa34d1390b95f8759dc293f197f2339dd5dd8c9
languageName: node
linkType: hard
"@aws-crypto/util@npm:^3.0.0":
version: 3.0.0
resolution: "@aws-crypto/util@npm:3.0.0"
dependencies:
"@aws-sdk/types": "npm:^3.222.0"
"@aws-sdk/util-utf8-browser": "npm:^3.0.0"
tslib: "npm:^1.11.1"
checksum: 10c0/71ab6963daabbf080b274e24d160e4af6c8bbb6832bb885644018849ff53356bf82bb8000b8596cf296e7d6b14ad6201872b6b902f944e97e121eb2b2f692667
languageName: node
linkType: hard
"@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-cloudformation@npm:^3.454.0":
version: 3.529.0
resolution: "@aws-sdk/client-cloudformation@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.529.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/credential-provider-node": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-middleware": "npm:^2.1.3"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.3"
tslib: "npm:^2.5.0"
uuid: "npm:^9.0.1"
checksum: 10c0/e7faa8ced7c3ba4d7a0b85b4b351245ddfad045a474a58919d88a2b0b4739da37263ca7cdf809f9932822a17484fd8ecdabb50582012e32728d566a3472788bc
languageName: node
linkType: hard
"@aws-sdk/client-cognito-identity@npm:3.529.0":
version: 3.529.0
resolution: "@aws-sdk/client-cognito-identity@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.529.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/credential-provider-node": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-middleware": "npm:^2.1.3"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: 10c0/d2228493496220fd5a4022508d148e21d64250a4ca1e952a8b246f40b5bb82889172214cc1a2ae07a7e4ba93326e537127e0b4c0e60c8900b053f322e3b35a53
languageName: node
linkType: hard
"@aws-sdk/client-ecs@npm:^3.454.0":
version: 3.529.0
resolution: "@aws-sdk/client-ecs@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.529.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/credential-provider-node": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-middleware": "npm:^2.1.3"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.3"
tslib: "npm:^2.5.0"
uuid: "npm:^9.0.1"
checksum: 10c0/cb8051f168645c35b82580744cc1f7e7534585e5e205de63b172a9feacd90dd864de09c5745fe0442a8f9e317b4a4c856d1f2eaea8075d1cfe5faeae851b40d8
languageName: node
linkType: hard
"@aws-sdk/client-eventbridge@npm:^3.454.0":
version: 3.529.0
resolution: "@aws-sdk/client-eventbridge@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.529.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/credential-provider-node": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-signing": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: 10c0/4ef3c27656f2a09cfd5850c3b0ed56e8668e987fe42a9f5e1616a2ec058b94f239094b0053ee28eef82db93b2c39fa038a703731da8775a8e4de9b14566399a3
languageName: node
linkType: hard
"@aws-sdk/client-iam@npm:^3.454.0":
version: 3.529.0
resolution: "@aws-sdk/client-iam@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.529.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/credential-provider-node": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-middleware": "npm:^2.1.3"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.3"
tslib: "npm:^2.5.0"
checksum: 10c0/84153219643f2c1075d75114fa4461495c5f5e02f7385a76b53487bf99ec42d60c8cf185ae26b50dcfda806ac5d492c68daaf2a89e24d156d9c4ecce1f5721e3
languageName: node
linkType: hard
"@aws-sdk/client-iot-data-plane@npm:^3.454.0":
version: 3.529.0
resolution: "@aws-sdk/client-iot-data-plane@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.529.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/credential-provider-node": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-middleware": "npm:^2.1.3"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-stream": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: 10c0/c8d34d226f969cb31feec3f520b70ae165c04ec36b85b4aa072356582c670caeaeee1df8cfc21f0012370f6870922335da7ba001fd2fee8df89265caeff418c2
languageName: node
linkType: hard
"@aws-sdk/client-iot@npm:^3.454.0":
version: 3.529.0
resolution: "@aws-sdk/client-iot@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.529.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/credential-provider-node": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-middleware": "npm:^2.1.3"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
uuid: "npm:^9.0.1"
checksum: 10c0/02874713d923cad5731b7017b37519d57f3f241770a9dc63418a4719fc94ddd8ab6fbeeea7e2825351800a53ed62fae6995c3e9c7f52cc12e0740fd891a1be27
languageName: node
linkType: hard
"@aws-sdk/client-lambda@npm:^3.454.0":
version: 3.529.0
resolution: "@aws-sdk/client-lambda@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.529.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/credential-provider-node": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/eventstream-serde-browser": "npm:^2.1.3"
"@smithy/eventstream-serde-config-resolver": "npm:^2.1.3"
"@smithy/eventstream-serde-node": "npm:^2.1.3"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-middleware": "npm:^2.1.3"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-stream": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.3"
tslib: "npm:^2.5.0"
checksum: 10c0/56a961b3581f658dc67f74779fed120198d99578f8ce06b62f445a5feffaa326d7335df5a059f0efb0197cdae4d336ac721a86cf4d5c2c469d1ffc0b63ba0930
languageName: node
linkType: hard
"@aws-sdk/client-rds-data@npm:^3.454.0":
version: 3.529.0
resolution: "@aws-sdk/client-rds-data@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.529.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/credential-provider-node": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-middleware": "npm:^2.1.3"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: 10c0/c8371067af750479a7850d95a07dcb06f7fcc092940860f1adc7357e04e02dd3f21a9afb3ad0acf78d1299a68b00d9d1960a8e87ac06815070d9b27574548de6
languageName: node
linkType: hard
"@aws-sdk/client-s3@npm:^3.454.0":
version: 3.529.0
resolution: "@aws-sdk/client-s3@npm:3.529.0"
dependencies:
"@aws-crypto/sha1-browser": "npm:3.0.0"
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.529.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/credential-provider-node": "npm:3.529.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.525.0"
"@aws-sdk/middleware-expect-continue": "npm:3.523.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.523.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-location-constraint": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-sdk-s3": "npm:3.525.0"
"@aws-sdk/middleware-signing": "npm:3.523.0"
"@aws-sdk/middleware-ssec": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/signature-v4-multi-region": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@aws-sdk/xml-builder": "npm:3.523.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/eventstream-serde-browser": "npm:^2.1.3"
"@smithy/eventstream-serde-config-resolver": "npm:^2.1.3"
"@smithy/eventstream-serde-node": "npm:^2.1.3"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-blob-browser": "npm:^2.1.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/hash-stream-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/md5-js": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-stream": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.3"
tslib: "npm:^2.5.0"
checksum: 10c0/84ae2f5c6b3341ce2d283c86f5e55ec18bdb3299fb6ecd022f95072fd686cbfd5870067de303077202fe12e0ad9644a7dc62fc88c11fc38287e0192354f5a69a
languageName: node
linkType: hard
"@aws-sdk/client-ssm@npm:^3.454.0":
version: 3.529.0
resolution: "@aws-sdk/client-ssm@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.529.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/credential-provider-node": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-middleware": "npm:^2.1.3"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
"@smithy/util-waiter": "npm:^2.1.3"
tslib: "npm:^2.5.0"
uuid: "npm:^9.0.1"
checksum: 10c0/b1844574b163f55c0d17fac9467f8142459ec41283a3c7604cef79d82db263a3659ff5591e2bbf4c87ae94c74260c824f37d7dd313e7416aa81c5a959573e32e
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.529.0":
version: 3.529.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/client-sts": "npm:3.529.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-middleware": "npm:^2.1.3"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
peerDependencies:
"@aws-sdk/credential-provider-node": ^3.529.0
checksum: 10c0/9591fbf48854ae1d99ef6aa8f8e7b7094d5983a8cf21f94d070c28705d6e09381492e52bf9e19af82e2975a4d9e63727e20280dd43e39bcd678f0b10029346ab
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.529.0":
version: 3.529.0
resolution: "@aws-sdk/client-sso@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-middleware": "npm:^2.1.3"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
checksum: 10c0/d21b10c11982a22e9e0a532608daf43ce00ff653cb8576675cf0be1fe24f2bcc3c947e0cd71175529cb2cb2fc9a3469e82bf22aad2b4b3968ed0339d0075e49c
languageName: node
linkType: hard
"@aws-sdk/client-sts@npm:3.529.0, @aws-sdk/client-sts@npm:^3.454.0":
version: 3.529.0
resolution: "@aws-sdk/client-sts@npm:3.529.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:3.0.0"
"@aws-crypto/sha256-js": "npm:3.0.0"
"@aws-sdk/core": "npm:3.529.0"
"@aws-sdk/middleware-host-header": "npm:3.523.0"
"@aws-sdk/middleware-logger": "npm:3.523.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.523.0"
"@aws-sdk/middleware-user-agent": "npm:3.525.0"
"@aws-sdk/region-config-resolver": "npm:3.525.0"
"@aws-sdk/types": "npm:3.523.0"
"@aws-sdk/util-endpoints": "npm:3.525.0"
"@aws-sdk/util-user-agent-browser": "npm:3.523.0"
"@aws-sdk/util-user-agent-node": "npm:3.525.0"
"@smithy/config-resolver": "npm:^2.1.4"
"@smithy/core": "npm:^1.3.5"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/hash-node": "npm:^2.1.3"
"@smithy/invalid-dependency": "npm:^2.1.3"
"@smithy/middleware-content-length": "npm:^2.1.3"
"@smithy/middleware-endpoint": "npm:^2.4.4"
"@smithy/middleware-retry": "npm:^2.1.4"
"@smithy/middleware-serde": "npm:^2.1.3"
"@smithy/middleware-stack": "npm:^2.1.3"
"@smithy/node-config-provider": "npm:^2.2.4"
"@smithy/node-http-handler": "npm:^2.4.1"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
"@smithy/url-parser": "npm:^2.1.3"
"@smithy/util-base64": "npm:^2.1.1"
"@smithy/util-body-length-browser": "npm:^2.1.1"
"@smithy/util-body-length-node": "npm:^2.2.1"
"@smithy/util-defaults-mode-browser": "npm:^2.1.4"
"@smithy/util-defaults-mode-node": "npm:^2.2.3"
"@smithy/util-endpoints": "npm:^1.1.4"
"@smithy/util-middleware": "npm:^2.1.3"
"@smithy/util-retry": "npm:^2.1.3"
"@smithy/util-utf8": "npm:^2.1.1"
tslib: "npm:^2.5.0"
peerDependencies:
"@aws-sdk/credential-provider-node": ^3.529.0
checksum: 10c0/1f2708b03e8709bec57f378744aa7e31fa1066773fe8c11fd0018c9bbe02aa61c7642c6dc44f80c6c144b053d81a98c7264c4cc2df84bcde0354a0b1a1462a10
languageName: node
linkType: hard
"@aws-sdk/config-resolver@npm:^3.374.0":
version: 3.374.0
resolution: "@aws-sdk/config-resolver@npm:3.374.0"
dependencies:
"@smithy/config-resolver": "npm:^1.0.1"
tslib: "npm:^2.5.0"
checksum: 10c0/78c70fcacc2cfbb9e16d4300e341dfa80a71831a02da8eb80d6aa6a9fc3c85905fecc84a30335bf9b614ccb30785e3b6b1381cde30be48cde3991c65079f65cc
languageName: node
linkType: hard
"@aws-sdk/core@npm:3.529.0":
version: 3.529.0
resolution: "@aws-sdk/core@npm:3.529.0"
dependencies:
"@smithy/core": "npm:^1.3.5"
"@smithy/protocol-http": "npm:^3.2.1"
"@smithy/signature-v4": "npm:^2.1.3"
"@smithy/smithy-client": "npm:^2.4.2"
"@smithy/types": "npm:^2.10.1"
tslib: "npm:^2.5.0"
checksum: 10c0/1f114386336a347f5114ce66a743eb0bc4c125711264ee9544dd664187bd23280ed97f5c5b0d926d3e3bed38316f35d617a7e5a6767558c4a70bee26c2878bb2
languageName: node
linkType: hard
"@aws-sdk/credential-provider-cognito-identity@npm:3.529.0":
version: 3.529.0
resolution: "@aws-sdk/credential-provider-cognito-identity@npm:3.529.0"
dependencies:
"@aws-sdk/client-cognito-identity": "npm:3.529.0"
"@aws-sdk/types": "npm:3.523.0"
"@smithy/property-provider": "npm:^2.1.3"
"@smithy/types": "npm:^2.10.1"
tslib: "npm:^2.5.0"
checksum: 10c0/589c48eacc906c1e2346119ad095d43c463f86b42a0a9c457568957357c4d52f6a6a71e3c86b61a407ab1f54a0dbe7ec22064e353863717c9cd82654cee0bf7b
languageName: node
linkType: hard
"@aws-sdk/credential-provider-env@npm:3.523.0":
version: 3.523.0
resolution: "@aws-sdk/credential-provider-env@npm:3.523.0"
dependencies:
"@aws-sdk/types": "npm:3.523.0"
"@smithy/property-provider": "npm:^2.1.3"
"@smithy/types": "npm:^2.10.1"
tslib: "npm:^2.5.0"
checksum: 10c0/69fc256404bdc555779c5e09ad76d2534e8a7ddc11a20212683038c9930a9b61e6959c6dcd86227b5607f57ca71ac2e9670ee36078710d4af3f1d71b3965e37a
languageName: node
linkType: hard
"@aws-sdk/credential-provider-http@npm:3.525.0":
version: 3.525.0
resolution: "@aws-sdk/credential-provider-http@npm:3.525.0"
dependencies:
"@aws-sdk/types": "npm:3.523.0"
"@smithy/fetch-http-handler": "npm:^2.4.3"
"@smithy/node-http-handler": "npm:^2.4.1"