-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
14584 lines (13264 loc) · 527 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
"@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: 10c0/81d63cca5443e0f0c72ae18b544cc28c7c0ec2cea46e7cb888bb0e0f411a1191d0d6b7af798d54e30777d8d1488b2ec0732aac2be342d3d7d3ffd271c6f489ed
languageName: node
linkType: hard
"@apollo/protobufjs@npm:1.2.6":
version: 1.2.6
resolution: "@apollo/protobufjs@npm:1.2.6"
dependencies:
"@protobufjs/aspromise": "npm:^1.1.2"
"@protobufjs/base64": "npm:^1.1.2"
"@protobufjs/codegen": "npm:^2.0.4"
"@protobufjs/eventemitter": "npm:^1.1.0"
"@protobufjs/fetch": "npm:^1.1.0"
"@protobufjs/float": "npm:^1.0.2"
"@protobufjs/inquire": "npm:^1.1.0"
"@protobufjs/path": "npm:^1.1.2"
"@protobufjs/pool": "npm:^1.1.0"
"@protobufjs/utf8": "npm:^1.1.0"
"@types/long": "npm:^4.0.0"
"@types/node": "npm:^10.1.0"
long: "npm:^4.0.0"
bin:
apollo-pbjs: bin/pbjs
apollo-pbts: bin/pbts
checksum: 10c0/f41395da673cca37e59371718c4790cecc27e4560557b1bd6a26d9a9e04a1750cb822b51f591011a7b76c33810dfee8d32b22b4d5263af9fc14c8a7a555d2a2d
languageName: node
linkType: hard
"@apollo/protobufjs@npm:1.2.7":
version: 1.2.7
resolution: "@apollo/protobufjs@npm:1.2.7"
dependencies:
"@protobufjs/aspromise": "npm:^1.1.2"
"@protobufjs/base64": "npm:^1.1.2"
"@protobufjs/codegen": "npm:^2.0.4"
"@protobufjs/eventemitter": "npm:^1.1.0"
"@protobufjs/fetch": "npm:^1.1.0"
"@protobufjs/float": "npm:^1.0.2"
"@protobufjs/inquire": "npm:^1.1.0"
"@protobufjs/path": "npm:^1.1.2"
"@protobufjs/pool": "npm:^1.1.0"
"@protobufjs/utf8": "npm:^1.1.0"
"@types/long": "npm:^4.0.0"
long: "npm:^4.0.0"
bin:
apollo-pbjs: bin/pbjs
apollo-pbts: bin/pbts
checksum: 10c0/24b08929c5216f75e3bf457cf7e132d957d6774b0feebb104e98d9b0c06e801ef3919ee23d6a63a6297fb4aa41da3491b8e9acc3481fea0909c90f41f1e5a0f6
languageName: node
linkType: hard
"@apollo/usage-reporting-protobuf@npm:^4.0.0":
version: 4.1.1
resolution: "@apollo/usage-reporting-protobuf@npm:4.1.1"
dependencies:
"@apollo/protobufjs": "npm:1.2.7"
checksum: 10c0/45f0167a87d4ae8a12124831ebb29905122d28afdbfa23a4f25f4570189d5ddaa6f2829ef97923f5909b9753e39dbd28f810ca2a93ad9fcd60b2baf5669f5223
languageName: node
linkType: hard
"@apollo/utils.dropunuseddefinitions@npm:^1.1.0":
version: 1.1.0
resolution: "@apollo/utils.dropunuseddefinitions@npm:1.1.0"
peerDependencies:
graphql: 14.x || 15.x || 16.x
checksum: 10c0/144341253966fb657175fa6c2a85ba2f67908e1e104a191aca45b5886dbe4668f234da2e8bdae054d823b9811831df9ba3c53e3ffbe36d4c53af18f5fb80586d
languageName: node
linkType: hard
"@apollo/utils.keyvaluecache@npm:^1.0.1":
version: 1.0.2
resolution: "@apollo/utils.keyvaluecache@npm:1.0.2"
dependencies:
"@apollo/utils.logger": "npm:^1.0.0"
lru-cache: "npm:7.10.1 - 7.13.1"
checksum: 10c0/be80dec55148c3bb0cb7ad64e4d1a49954856d4c70bb330b65d46e3a5c5d04de3f30edca6a52c98fef2fe121c857d9aca855754ef7641d2d534c755a0abca20c
languageName: node
linkType: hard
"@apollo/utils.logger@npm:^1.0.0":
version: 1.0.1
resolution: "@apollo/utils.logger@npm:1.0.1"
checksum: 10c0/8cec56f0d6cb9ca12c7a0f1d23ab4d69d668173fd4077bfc242247885217b98ab4dd9aadaa5ba54fe1c19a7442eae86c6ca4776e96079d103c9048d51adc1d2d
languageName: node
linkType: hard
"@apollo/utils.printwithreducedwhitespace@npm:^1.1.0":
version: 1.1.0
resolution: "@apollo/utils.printwithreducedwhitespace@npm:1.1.0"
peerDependencies:
graphql: 14.x || 15.x || 16.x
checksum: 10c0/a6f4522bfa3ee460b5c4b6d82642d24a256b6889796486d853045f8a9aa41674e40fd2ee400a40861229896c69771de98c569597d54a1b5901d69513fae64d93
languageName: node
linkType: hard
"@apollo/utils.removealiases@npm:1.0.0":
version: 1.0.0
resolution: "@apollo/utils.removealiases@npm:1.0.0"
peerDependencies:
graphql: 14.x || 15.x || 16.x
checksum: 10c0/32985f8e3be41afc3348814485c23d0760c4f4896396ec71643fd71c689912fc00b0137d7b9cd738eaa7ad74812962c97437432a33c95a492d92bfd7d1d18f5e
languageName: node
linkType: hard
"@apollo/utils.sortast@npm:^1.1.0":
version: 1.1.0
resolution: "@apollo/utils.sortast@npm:1.1.0"
dependencies:
lodash.sortby: "npm:^4.7.0"
peerDependencies:
graphql: 14.x || 15.x || 16.x
checksum: 10c0/aca60b50aa9ed29da81e4ecb4442ef795d174ac2c28925be89297a1811a0cc8695a5d2bf9811d32232823b5946a41181125ddc2c94e653bc1ef916c1be408c62
languageName: node
linkType: hard
"@apollo/utils.stripsensitiveliterals@npm:^1.2.0":
version: 1.2.0
resolution: "@apollo/utils.stripsensitiveliterals@npm:1.2.0"
peerDependencies:
graphql: 14.x || 15.x || 16.x
checksum: 10c0/95c5093ed7b8f720b4867f2eb37f15af1719d27cfa3418a437c69ee44125d4baedb146e9ffe8656a0bf38f58c836799bc07bf08ccdaca9fc1486acd45ec8c2a4
languageName: node
linkType: hard
"@apollo/utils.usagereporting@npm:^1.0.0":
version: 1.0.1
resolution: "@apollo/utils.usagereporting@npm:1.0.1"
dependencies:
"@apollo/usage-reporting-protobuf": "npm:^4.0.0"
"@apollo/utils.dropunuseddefinitions": "npm:^1.1.0"
"@apollo/utils.printwithreducedwhitespace": "npm:^1.1.0"
"@apollo/utils.removealiases": "npm:1.0.0"
"@apollo/utils.sortast": "npm:^1.1.0"
"@apollo/utils.stripsensitiveliterals": "npm:^1.2.0"
peerDependencies:
graphql: 14.x || 15.x || 16.x
checksum: 10c0/c7e85ea3ba203e77646c2f5144b7200befe7e130ac64ed010c5441f898f8f7d7736bd2ccf1eeb4b4687b762c5f4c965c98b6f59649d745a8b29d7eb9d1fcc097
languageName: node
linkType: hard
"@apollographql/apollo-tools@npm:^0.5.3":
version: 0.5.4
resolution: "@apollographql/apollo-tools@npm:0.5.4"
peerDependencies:
graphql: ^14.2.1 || ^15.0.0 || ^16.0.0
checksum: 10c0/2efb5385fd2871af5e3fa15b61ddf7bb004b7dc77a29ae257cd2e3edfacb8889f75ccbb3a9419ea296e2d8979859270f6f37ff54ce024b545d7808a67a2f26cb
languageName: node
linkType: hard
"@apollographql/graphql-playground-html@npm:1.6.29":
version: 1.6.29
resolution: "@apollographql/graphql-playground-html@npm:1.6.29"
dependencies:
xss: "npm:^1.0.8"
checksum: 10c0/49621b9d18064ca299e16397023ad44bfd6847f65b2cfbee03c63a9bb5598a94a29cc9be5c247138e844a586e3e9c744ff82f9479daf7c160ce50a76107be2fa
languageName: node
linkType: hard
"@ardatan/relay-compiler@npm:12.0.0":
version: 12.0.0
resolution: "@ardatan/relay-compiler@npm:12.0.0"
dependencies:
"@babel/core": "npm:^7.14.0"
"@babel/generator": "npm:^7.14.0"
"@babel/parser": "npm:^7.14.0"
"@babel/runtime": "npm:^7.0.0"
"@babel/traverse": "npm:^7.14.0"
"@babel/types": "npm:^7.0.0"
babel-preset-fbjs: "npm:^3.4.0"
chalk: "npm:^4.0.0"
fb-watchman: "npm:^2.0.0"
fbjs: "npm:^3.0.0"
glob: "npm:^7.1.1"
immutable: "npm:~3.7.6"
invariant: "npm:^2.2.4"
nullthrows: "npm:^1.1.1"
relay-runtime: "npm:12.0.0"
signedsource: "npm:^1.0.0"
yargs: "npm:^15.3.1"
peerDependencies:
graphql: "*"
bin:
relay-compiler: bin/relay-compiler
checksum: 10c0/7207d65dd39d3a6202fcee81b03338409642a0ff4e7f799b4a074025429ce2b17b6c71c9579a6328b0f4548763ba4efbff0436cddbcad934af00cc4dbc7ac4e1
languageName: node
linkType: hard
"@ardatan/sync-fetch@npm:^0.0.1":
version: 0.0.1
resolution: "@ardatan/sync-fetch@npm:0.0.1"
dependencies:
node-fetch: "npm:^2.6.1"
checksum: 10c0/cd69134005ef5ea570d55631c8be59b593e2dda2207f616d30618f948af6ee5d227b857aefd56c535e8f7f3ade47083e4e7795b5ee014a6732011c6e5f9eb08f
languageName: node
linkType: hard
"@aws-amplify/analytics@npm:7.0.51":
version: 7.0.51
resolution: "@aws-amplify/analytics@npm:7.0.51"
dependencies:
"@aws-sdk/client-firehose": "npm:3.621.0"
"@aws-sdk/client-kinesis": "npm:3.621.0"
"@aws-sdk/client-personalize-events": "npm:3.621.0"
"@smithy/util-utf8": "npm:2.0.0"
tslib: "npm:^2.5.0"
peerDependencies:
"@aws-amplify/core": ^6.1.0
checksum: 10c0/49d7d4b69d4d97bb6c3d02e81c8660148f7af851bcaaba41ca359ef657e8a4ab5b8668fe8240ad859d4e31475ac77e48fa46c9b4443a281d42aae7300c4b8ef2
languageName: node
linkType: hard
"@aws-amplify/api-graphql@npm:4.4.0":
version: 4.4.0
resolution: "@aws-amplify/api-graphql@npm:4.4.0"
dependencies:
"@aws-amplify/api-rest": "npm:4.0.51"
"@aws-amplify/core": "npm:6.4.4"
"@aws-amplify/data-schema": "npm:^1.7.0"
"@aws-sdk/types": "npm:3.387.0"
graphql: "npm:15.8.0"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.5.0"
uuid: "npm:^9.0.0"
checksum: 10c0/e13e26b5e12323a6d7e9c23e39ebce984535a77ccfc33c0c417067b17e6934d12edc25a17e1f81e9db12596231895d2e62501506bcfc9d88db86b1ed50e76f9c
languageName: node
linkType: hard
"@aws-amplify/api-rest@npm:4.0.51":
version: 4.0.51
resolution: "@aws-amplify/api-rest@npm:4.0.51"
dependencies:
tslib: "npm:^2.5.0"
peerDependencies:
"@aws-amplify/core": ^6.1.0
checksum: 10c0/903ac086b95058dfc908d5d8473f1f38658ae2a5feb2026316fbc14fbe44eae4c1ea167ab68733a2cb18c9bb08242463a4b6882e589dfcb7ae270a287d1a0b5a
languageName: node
linkType: hard
"@aws-amplify/api@npm:6.0.53":
version: 6.0.53
resolution: "@aws-amplify/api@npm:6.0.53"
dependencies:
"@aws-amplify/api-graphql": "npm:4.4.0"
"@aws-amplify/api-rest": "npm:4.0.51"
tslib: "npm:^2.5.0"
checksum: 10c0/7973f601768206f7968d3cf444729a62ed3f6e2ea582fae14b61672e27a0b0df551d4744b18b95173cf7224e62e8ffa42b13f5374127a9f25a1dde3a295d2832
languageName: node
linkType: hard
"@aws-amplify/auth@npm:6.5.1":
version: 6.5.1
resolution: "@aws-amplify/auth@npm:6.5.1"
dependencies:
tslib: "npm:^2.5.0"
peerDependencies:
"@aws-amplify/core": ^6.1.0
checksum: 10c0/ba8d2b6b0240fb272d9c9868a46023c0c845636b82fc479aa59499026b6d51a9200f8f45f0fb710797db79d7315f464d94293a52e9886f50a1624aba3fe140cf
languageName: node
linkType: hard
"@aws-amplify/core@npm:6.4.4":
version: 6.4.4
resolution: "@aws-amplify/core@npm:6.4.4"
dependencies:
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/types": "npm:3.398.0"
"@smithy/util-hex-encoding": "npm:2.0.0"
"@types/uuid": "npm:^9.0.0"
js-cookie: "npm:^3.0.5"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.5.0"
uuid: "npm:^9.0.0"
checksum: 10c0/ef4442aa2e73c3883d89fb75dd184309d1d6f538f89029001db401624858710c60159596fdc7b274138630b393ad33fc2f991c115cc732e740c7ab6034e933ef
languageName: node
linkType: hard
"@aws-amplify/data-schema-types@npm:*":
version: 1.1.1
resolution: "@aws-amplify/data-schema-types@npm:1.1.1"
dependencies:
graphql: "npm:15.8.0"
rxjs: "npm:^7.8.1"
checksum: 10c0/451289455cffa6ef944c9aab31409e42e8a9843855c31b6c50fc0b313c5ee5cbb91e3ef192fbd70246babbbc796cd47c8df81c48ef6e2cef5fa9144eac50f510
languageName: node
linkType: hard
"@aws-amplify/data-schema@npm:^1.7.0":
version: 1.10.0
resolution: "@aws-amplify/data-schema@npm:1.10.0"
dependencies:
"@aws-amplify/data-schema-types": "npm:*"
"@smithy/util-base64": "npm:^3.0.0"
"@types/aws-lambda": "npm:^8.10.134"
"@types/json-schema": "npm:^7.0.15"
rxjs: "npm:^7.8.1"
checksum: 10c0/914b553da2a96a9d4d9b8bd16319b218262943d2dd02272ce7ca1ee62d9342c50d075cbc93a8f1838fc4dc33eb72c45799ce67fa897d91843fa4cd983fa444db
languageName: node
linkType: hard
"@aws-amplify/datastore@npm:5.0.53":
version: 5.0.53
resolution: "@aws-amplify/datastore@npm:5.0.53"
dependencies:
"@aws-amplify/api": "npm:6.0.53"
buffer: "npm:4.9.2"
idb: "npm:5.0.6"
immer: "npm:9.0.6"
rxjs: "npm:^7.8.1"
ulid: "npm:^2.3.0"
peerDependencies:
"@aws-amplify/core": ^6.1.0
checksum: 10c0/897e810cc335238345959b9a593221d9de0bcec66752c7665e770c8e76771281200e6554c3ac937afbe0238b38877959869d70790b0c21d06d59f0a6ca953a3b
languageName: node
linkType: hard
"@aws-amplify/notifications@npm:2.0.51":
version: 2.0.51
resolution: "@aws-amplify/notifications@npm:2.0.51"
dependencies:
lodash: "npm:^4.17.21"
tslib: "npm:^2.5.0"
peerDependencies:
"@aws-amplify/core": ^6.1.0
checksum: 10c0/77c205552072066446d373caeee088076dc7fd44320f5c4ac09e6d4f663472aa6fb728b2feb3d65b3dba059fca80e4e908ea51cd5d9913d17176a1ae4da8783c
languageName: node
linkType: hard
"@aws-amplify/storage@npm:6.6.9":
version: 6.6.9
resolution: "@aws-amplify/storage@npm:6.6.9"
dependencies:
"@aws-sdk/types": "npm:3.398.0"
"@smithy/md5-js": "npm:2.0.7"
buffer: "npm:4.9.2"
fast-xml-parser: "npm:^4.4.1"
tslib: "npm:^2.5.0"
peerDependencies:
"@aws-amplify/core": ^6.1.0
checksum: 10c0/015e9124315c80cccd5e457a33c24a3edbfd9a71f20f7b316f9b9f185aa89b54ef29c2befd05f867d4707d5646f88b8e57e2fabb1d67ef7d730260e40d796f43
languageName: node
linkType: hard
"@aws-amplify/ui-react-core@npm:3.0.26":
version: 3.0.26
resolution: "@aws-amplify/ui-react-core@npm:3.0.26"
dependencies:
"@aws-amplify/ui": "npm:6.6.2"
"@xstate/react": "npm:^3.2.2"
lodash: "npm:4.17.21"
react-hook-form: "npm:^7.43.5"
xstate: "npm:^4.33.6"
peerDependencies:
aws-amplify: ^6.6.0
react: ^16.14.0 || ^17.0 || ^18.0
checksum: 10c0/95d7f4519f2974880d39e43735416cee1af2e4a3a5d2ce46f052b1e94270280aea3bf437c2f6c302013bddea69119939d5530b50de72e975c4c3e1950cd6b7b2
languageName: node
linkType: hard
"@aws-amplify/ui-react@npm:^6.5.2":
version: 6.5.2
resolution: "@aws-amplify/ui-react@npm:6.5.2"
dependencies:
"@aws-amplify/ui": "npm:6.6.2"
"@aws-amplify/ui-react-core": "npm:3.0.26"
"@radix-ui/react-direction": "npm:1.0.0"
"@radix-ui/react-dropdown-menu": "npm:1.0.0"
"@radix-ui/react-slider": "npm:1.0.0"
"@xstate/react": "npm:^3.2.2"
lodash: "npm:4.17.21"
qrcode: "npm:1.5.0"
tslib: "npm:^2.5.2"
peerDependencies:
"@aws-amplify/core": "*"
aws-amplify: ^6.6.0
react: ^16.14.0 || ^17.0 || ^18.0
react-dom: ^16.14.0 || ^17.0 || ^18.0
peerDependenciesMeta:
aws-amplify:
optional: true
checksum: 10c0/a1d59719c70fc40306f5af312375b9465eabcdf52e477f96a9dbdafc1d64bec6d4319fae8deffd359d4ad3d2987ec5148f5e7bac10cf96e96a3bd876e0049b7e
languageName: node
linkType: hard
"@aws-amplify/ui@npm:6.6.2":
version: 6.6.2
resolution: "@aws-amplify/ui@npm:6.6.2"
dependencies:
csstype: "npm:^3.1.1"
lodash: "npm:4.17.21"
tslib: "npm:^2.5.2"
peerDependencies:
"@aws-amplify/core": "*"
aws-amplify: ^6.6.0
xstate: ^4.33.6
peerDependenciesMeta:
xstate:
optional: true
checksum: 10c0/79c54f25070c4369b8bdcbe8994e2628e21b0ea4f44135dda09fcf73a937e0cd0e300792c441fa0d49038badf99c3676d176c52cb1797efba77f050ddcdacb87
languageName: node
linkType: hard
"@aws-appsync/utils@npm:^1.9.0":
version: 1.9.0
resolution: "@aws-appsync/utils@npm:1.9.0"
checksum: 10c0/7a37337b352b08edc582383bd196beaabfc961a471c4de0cf96c0c782e230a4f78a49f474c7d48e2354d298f779f18fc4547cfb7ab110622e071c26d2da5b10c
languageName: node
linkType: hard
"@aws-cdk/asset-awscli-v1@npm:^2.2.202":
version: 2.2.206
resolution: "@aws-cdk/asset-awscli-v1@npm:2.2.206"
checksum: 10c0/a586f4b580a99490555cb33ccbdbaa31bf6042eb0c73d0840fcc120151c972770c66554583fb65eeda859c580578ca60d36996c858b2929c2c789bb29cfa3828
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.1.0":
version: 2.1.0
resolution: "@aws-cdk/asset-node-proxy-agent-v6@npm:2.1.0"
checksum: 10c0/1ac7bccf82afee69c05241a5ad66345fbd468678ce633bb43c5921c7241a3186231b3b65f9ac6b9924933349c826a9470c79a3ddf14a03fbfce43f14c4d957f2
languageName: node
linkType: hard
"@aws-cdk/cloud-assembly-schema@npm:^38.0.0":
version: 38.0.1
resolution: "@aws-cdk/cloud-assembly-schema@npm:38.0.1"
dependencies:
jsonschema: "npm:^1.4.1"
semver: "npm:^7.6.3"
checksum: 10c0/5cfc455f586daad26788f739d272c08b9e2291ed50ac48d174769ef95d0c7ef623206480f78be86e36ee2d4939bd57327b1b6c407974eaa417848483430c622d
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/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:1.2.2":
version: 1.2.2
resolution: "@aws-crypto/sha256-js@npm:1.2.2"
dependencies:
"@aws-crypto/util": "npm:^1.2.2"
"@aws-sdk/types": "npm:^3.1.0"
tslib: "npm:^1.11.1"
checksum: 10c0/f4e8593cfbc48591413f00c744569b21e5ed5fab0e27fa4b59c517f2024ca4f46fab7b3874f2a207ceeef8feefc22d143a82d6c6bfe5303ea717f579d8d7ad0a
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:^1.2.2":
version: 1.2.2
resolution: "@aws-crypto/util@npm:1.2.2"
dependencies:
"@aws-sdk/types": "npm:^3.1.0"
"@aws-sdk/util-utf8-browser": "npm:^3.0.0"
tslib: "npm:^1.11.1"
checksum: 10c0/ade8843bf13529b1854f64d6bbb23f30b46330743c8866adfd2105d830e30ce837a868eaaf41c4c2381d27e9d225d3a0a7558ee1eee022f0192916e33bfb654c
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-cognito-identity-provider@npm:^3.665.0":
version: 3.665.0
resolution: "@aws-sdk/client-cognito-identity-provider@npm:3.665.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.665.0"
"@aws-sdk/client-sts": "npm:3.665.0"
"@aws-sdk/core": "npm:3.665.0"
"@aws-sdk/credential-provider-node": "npm:3.665.0"
"@aws-sdk/middleware-host-header": "npm:3.664.0"
"@aws-sdk/middleware-logger": "npm:3.664.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.664.0"
"@aws-sdk/middleware-user-agent": "npm:3.664.0"
"@aws-sdk/region-config-resolver": "npm:3.664.0"
"@aws-sdk/types": "npm:3.664.0"
"@aws-sdk/util-endpoints": "npm:3.664.0"
"@aws-sdk/util-user-agent-browser": "npm:3.664.0"
"@aws-sdk/util-user-agent-node": "npm:3.664.0"
"@smithy/config-resolver": "npm:^3.0.9"
"@smithy/core": "npm:^2.4.7"
"@smithy/fetch-http-handler": "npm:^3.2.9"
"@smithy/hash-node": "npm:^3.0.7"
"@smithy/invalid-dependency": "npm:^3.0.7"
"@smithy/middleware-content-length": "npm:^3.0.9"
"@smithy/middleware-endpoint": "npm:^3.1.4"
"@smithy/middleware-retry": "npm:^3.0.22"
"@smithy/middleware-serde": "npm:^3.0.7"
"@smithy/middleware-stack": "npm:^3.0.7"
"@smithy/node-config-provider": "npm:^3.1.8"
"@smithy/node-http-handler": "npm:^3.2.4"
"@smithy/protocol-http": "npm:^4.1.4"
"@smithy/smithy-client": "npm:^3.3.6"
"@smithy/types": "npm:^3.5.0"
"@smithy/url-parser": "npm:^3.0.7"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.22"
"@smithy/util-defaults-mode-node": "npm:^3.0.22"
"@smithy/util-endpoints": "npm:^2.1.3"
"@smithy/util-middleware": "npm:^3.0.7"
"@smithy/util-retry": "npm:^3.0.7"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/01ca523f16debac270f96b9ca38652d58c3c5b226cef43591001c713a73f3ef72bbeedac9108c65f32ee99e64119d677b6479e942971199cca1d9edcc9aa087a
languageName: node
linkType: hard
"@aws-sdk/client-cognito-identity@npm:3.665.0":
version: 3.665.0
resolution: "@aws-sdk/client-cognito-identity@npm:3.665.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.665.0"
"@aws-sdk/client-sts": "npm:3.665.0"
"@aws-sdk/core": "npm:3.665.0"
"@aws-sdk/credential-provider-node": "npm:3.665.0"
"@aws-sdk/middleware-host-header": "npm:3.664.0"
"@aws-sdk/middleware-logger": "npm:3.664.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.664.0"
"@aws-sdk/middleware-user-agent": "npm:3.664.0"
"@aws-sdk/region-config-resolver": "npm:3.664.0"
"@aws-sdk/types": "npm:3.664.0"
"@aws-sdk/util-endpoints": "npm:3.664.0"
"@aws-sdk/util-user-agent-browser": "npm:3.664.0"
"@aws-sdk/util-user-agent-node": "npm:3.664.0"
"@smithy/config-resolver": "npm:^3.0.9"
"@smithy/core": "npm:^2.4.7"
"@smithy/fetch-http-handler": "npm:^3.2.9"
"@smithy/hash-node": "npm:^3.0.7"
"@smithy/invalid-dependency": "npm:^3.0.7"
"@smithy/middleware-content-length": "npm:^3.0.9"
"@smithy/middleware-endpoint": "npm:^3.1.4"
"@smithy/middleware-retry": "npm:^3.0.22"
"@smithy/middleware-serde": "npm:^3.0.7"
"@smithy/middleware-stack": "npm:^3.0.7"
"@smithy/node-config-provider": "npm:^3.1.8"
"@smithy/node-http-handler": "npm:^3.2.4"
"@smithy/protocol-http": "npm:^4.1.4"
"@smithy/smithy-client": "npm:^3.3.6"
"@smithy/types": "npm:^3.5.0"
"@smithy/url-parser": "npm:^3.0.7"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.22"
"@smithy/util-defaults-mode-node": "npm:^3.0.22"
"@smithy/util-endpoints": "npm:^2.1.3"
"@smithy/util-middleware": "npm:^3.0.7"
"@smithy/util-retry": "npm:^3.0.7"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/8cd90e0f3712758f5f30ed360f7423511682223ff94a9a87ef1276d03d41ee0e51fde606ec79ee0b2c49b9195e0f514df615e296d93c4cc0412fe9da72a5a565
languageName: node
linkType: hard
"@aws-sdk/client-dynamodb@npm:^3.602.0":
version: 3.665.0
resolution: "@aws-sdk/client-dynamodb@npm:3.665.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.665.0"
"@aws-sdk/client-sts": "npm:3.665.0"
"@aws-sdk/core": "npm:3.665.0"
"@aws-sdk/credential-provider-node": "npm:3.665.0"
"@aws-sdk/middleware-endpoint-discovery": "npm:3.664.0"
"@aws-sdk/middleware-host-header": "npm:3.664.0"
"@aws-sdk/middleware-logger": "npm:3.664.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.664.0"
"@aws-sdk/middleware-user-agent": "npm:3.664.0"
"@aws-sdk/region-config-resolver": "npm:3.664.0"
"@aws-sdk/types": "npm:3.664.0"
"@aws-sdk/util-endpoints": "npm:3.664.0"
"@aws-sdk/util-user-agent-browser": "npm:3.664.0"
"@aws-sdk/util-user-agent-node": "npm:3.664.0"
"@smithy/config-resolver": "npm:^3.0.9"
"@smithy/core": "npm:^2.4.7"
"@smithy/fetch-http-handler": "npm:^3.2.9"
"@smithy/hash-node": "npm:^3.0.7"
"@smithy/invalid-dependency": "npm:^3.0.7"
"@smithy/middleware-content-length": "npm:^3.0.9"
"@smithy/middleware-endpoint": "npm:^3.1.4"
"@smithy/middleware-retry": "npm:^3.0.22"
"@smithy/middleware-serde": "npm:^3.0.7"
"@smithy/middleware-stack": "npm:^3.0.7"
"@smithy/node-config-provider": "npm:^3.1.8"
"@smithy/node-http-handler": "npm:^3.2.4"
"@smithy/protocol-http": "npm:^4.1.4"
"@smithy/smithy-client": "npm:^3.3.6"
"@smithy/types": "npm:^3.5.0"
"@smithy/url-parser": "npm:^3.0.7"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.22"
"@smithy/util-defaults-mode-node": "npm:^3.0.22"
"@smithy/util-endpoints": "npm:^2.1.3"
"@smithy/util-middleware": "npm:^3.0.7"
"@smithy/util-retry": "npm:^3.0.7"
"@smithy/util-utf8": "npm:^3.0.0"
"@smithy/util-waiter": "npm:^3.1.6"
tslib: "npm:^2.6.2"
uuid: "npm:^9.0.1"
checksum: 10c0/bc46bf860cd634f5a686c1d0e438fc54faa350b4306e2eeae18e119ae78e28a8b4c99799f23b29bf98ff5aa197956b1941c446be12a9f6c083afb55eb5ff7568
languageName: node
linkType: hard
"@aws-sdk/client-firehose@npm:3.621.0":
version: 3.621.0
resolution: "@aws-sdk/client-firehose@npm:3.621.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.621.0"
"@aws-sdk/client-sts": "npm:3.621.0"
"@aws-sdk/core": "npm:3.621.0"
"@aws-sdk/credential-provider-node": "npm:3.621.0"
"@aws-sdk/middleware-host-header": "npm:3.620.0"
"@aws-sdk/middleware-logger": "npm:3.609.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.620.0"
"@aws-sdk/middleware-user-agent": "npm:3.620.0"
"@aws-sdk/region-config-resolver": "npm:3.614.0"
"@aws-sdk/types": "npm:3.609.0"
"@aws-sdk/util-endpoints": "npm:3.614.0"
"@aws-sdk/util-user-agent-browser": "npm:3.609.0"
"@aws-sdk/util-user-agent-node": "npm:3.614.0"
"@smithy/config-resolver": "npm:^3.0.5"
"@smithy/core": "npm:^2.3.1"
"@smithy/fetch-http-handler": "npm:^3.2.4"
"@smithy/hash-node": "npm:^3.0.3"
"@smithy/invalid-dependency": "npm:^3.0.3"
"@smithy/middleware-content-length": "npm:^3.0.5"
"@smithy/middleware-endpoint": "npm:^3.1.0"
"@smithy/middleware-retry": "npm:^3.0.13"
"@smithy/middleware-serde": "npm:^3.0.3"
"@smithy/middleware-stack": "npm:^3.0.3"
"@smithy/node-config-provider": "npm:^3.1.4"
"@smithy/node-http-handler": "npm:^3.1.4"
"@smithy/protocol-http": "npm:^4.1.0"
"@smithy/smithy-client": "npm:^3.1.11"
"@smithy/types": "npm:^3.3.0"
"@smithy/url-parser": "npm:^3.0.3"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.13"
"@smithy/util-defaults-mode-node": "npm:^3.0.13"
"@smithy/util-endpoints": "npm:^2.0.5"
"@smithy/util-middleware": "npm:^3.0.3"
"@smithy/util-retry": "npm:^3.0.3"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/581523328acc3d89201276ac5dc8582ddc82a2a12c4c785d08f2c16361ebb4b338f511f474fe3095397fbfcd45d1b67dc5d0e735c2c345c7b56f66046169a08f
languageName: node
linkType: hard
"@aws-sdk/client-kinesis@npm:3.621.0":
version: 3.621.0
resolution: "@aws-sdk/client-kinesis@npm:3.621.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.621.0"
"@aws-sdk/client-sts": "npm:3.621.0"
"@aws-sdk/core": "npm:3.621.0"
"@aws-sdk/credential-provider-node": "npm:3.621.0"
"@aws-sdk/middleware-host-header": "npm:3.620.0"
"@aws-sdk/middleware-logger": "npm:3.609.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.620.0"
"@aws-sdk/middleware-user-agent": "npm:3.620.0"
"@aws-sdk/region-config-resolver": "npm:3.614.0"
"@aws-sdk/types": "npm:3.609.0"
"@aws-sdk/util-endpoints": "npm:3.614.0"
"@aws-sdk/util-user-agent-browser": "npm:3.609.0"
"@aws-sdk/util-user-agent-node": "npm:3.614.0"
"@smithy/config-resolver": "npm:^3.0.5"
"@smithy/core": "npm:^2.3.1"
"@smithy/eventstream-serde-browser": "npm:^3.0.5"
"@smithy/eventstream-serde-config-resolver": "npm:^3.0.3"
"@smithy/eventstream-serde-node": "npm:^3.0.4"
"@smithy/fetch-http-handler": "npm:^3.2.4"
"@smithy/hash-node": "npm:^3.0.3"
"@smithy/invalid-dependency": "npm:^3.0.3"
"@smithy/middleware-content-length": "npm:^3.0.5"
"@smithy/middleware-endpoint": "npm:^3.1.0"
"@smithy/middleware-retry": "npm:^3.0.13"
"@smithy/middleware-serde": "npm:^3.0.3"
"@smithy/middleware-stack": "npm:^3.0.3"
"@smithy/node-config-provider": "npm:^3.1.4"
"@smithy/node-http-handler": "npm:^3.1.4"
"@smithy/protocol-http": "npm:^4.1.0"
"@smithy/smithy-client": "npm:^3.1.11"
"@smithy/types": "npm:^3.3.0"
"@smithy/url-parser": "npm:^3.0.3"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.13"
"@smithy/util-defaults-mode-node": "npm:^3.0.13"
"@smithy/util-endpoints": "npm:^2.0.5"
"@smithy/util-middleware": "npm:^3.0.3"
"@smithy/util-retry": "npm:^3.0.3"
"@smithy/util-utf8": "npm:^3.0.0"
"@smithy/util-waiter": "npm:^3.1.2"
tslib: "npm:^2.6.2"
checksum: 10c0/ed07d7942a910b27e17e3da53a732648b465474be78e808a30d525e6b69c1ebfc1accb2a8cbd42e456d842497a5df1dfed0a4d18ea9eab891d53edaf35816db9
languageName: node
linkType: hard
"@aws-sdk/client-personalize-events@npm:3.621.0":
version: 3.621.0
resolution: "@aws-sdk/client-personalize-events@npm:3.621.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:3.621.0"
"@aws-sdk/client-sts": "npm:3.621.0"
"@aws-sdk/core": "npm:3.621.0"
"@aws-sdk/credential-provider-node": "npm:3.621.0"
"@aws-sdk/middleware-host-header": "npm:3.620.0"
"@aws-sdk/middleware-logger": "npm:3.609.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.620.0"
"@aws-sdk/middleware-user-agent": "npm:3.620.0"
"@aws-sdk/region-config-resolver": "npm:3.614.0"
"@aws-sdk/types": "npm:3.609.0"
"@aws-sdk/util-endpoints": "npm:3.614.0"
"@aws-sdk/util-user-agent-browser": "npm:3.609.0"
"@aws-sdk/util-user-agent-node": "npm:3.614.0"
"@smithy/config-resolver": "npm:^3.0.5"
"@smithy/core": "npm:^2.3.1"
"@smithy/fetch-http-handler": "npm:^3.2.4"
"@smithy/hash-node": "npm:^3.0.3"
"@smithy/invalid-dependency": "npm:^3.0.3"
"@smithy/middleware-content-length": "npm:^3.0.5"
"@smithy/middleware-endpoint": "npm:^3.1.0"
"@smithy/middleware-retry": "npm:^3.0.13"
"@smithy/middleware-serde": "npm:^3.0.3"
"@smithy/middleware-stack": "npm:^3.0.3"
"@smithy/node-config-provider": "npm:^3.1.4"
"@smithy/node-http-handler": "npm:^3.1.4"
"@smithy/protocol-http": "npm:^4.1.0"
"@smithy/smithy-client": "npm:^3.1.11"
"@smithy/types": "npm:^3.3.0"
"@smithy/url-parser": "npm:^3.0.3"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.13"
"@smithy/util-defaults-mode-node": "npm:^3.0.13"
"@smithy/util-endpoints": "npm:^2.0.5"
"@smithy/util-middleware": "npm:^3.0.3"
"@smithy/util-retry": "npm:^3.0.3"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/c07b4ef102c740c7236b996cda36e819d510988a3237f08c477d897dbf345d875f481b7c34dd9a20ebd80b1b9c186b918f8e982e21d17c486cd6ab0831474bf9
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.621.0":
version: 3.621.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.621.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.621.0"
"@aws-sdk/credential-provider-node": "npm:3.621.0"
"@aws-sdk/middleware-host-header": "npm:3.620.0"
"@aws-sdk/middleware-logger": "npm:3.609.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.620.0"
"@aws-sdk/middleware-user-agent": "npm:3.620.0"
"@aws-sdk/region-config-resolver": "npm:3.614.0"
"@aws-sdk/types": "npm:3.609.0"
"@aws-sdk/util-endpoints": "npm:3.614.0"
"@aws-sdk/util-user-agent-browser": "npm:3.609.0"
"@aws-sdk/util-user-agent-node": "npm:3.614.0"
"@smithy/config-resolver": "npm:^3.0.5"
"@smithy/core": "npm:^2.3.1"
"@smithy/fetch-http-handler": "npm:^3.2.4"
"@smithy/hash-node": "npm:^3.0.3"
"@smithy/invalid-dependency": "npm:^3.0.3"
"@smithy/middleware-content-length": "npm:^3.0.5"
"@smithy/middleware-endpoint": "npm:^3.1.0"
"@smithy/middleware-retry": "npm:^3.0.13"
"@smithy/middleware-serde": "npm:^3.0.3"
"@smithy/middleware-stack": "npm:^3.0.3"
"@smithy/node-config-provider": "npm:^3.1.4"
"@smithy/node-http-handler": "npm:^3.1.4"
"@smithy/protocol-http": "npm:^4.1.0"
"@smithy/smithy-client": "npm:^3.1.11"
"@smithy/types": "npm:^3.3.0"
"@smithy/url-parser": "npm:^3.0.3"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.13"
"@smithy/util-defaults-mode-node": "npm:^3.0.13"
"@smithy/util-endpoints": "npm:^2.0.5"
"@smithy/util-middleware": "npm:^3.0.3"
"@smithy/util-retry": "npm:^3.0.3"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.621.0
checksum: 10c0/600a196da24da566d2cc126fbba47c013724c91d399911614c13d0ebf4af33f4d0553da0da40ac7146d8e593cd4c46ebd4d7313a61a6c1d2dc9fb03948a98796
languageName: node
linkType: hard
"@aws-sdk/client-sso-oidc@npm:3.665.0":
version: 3.665.0
resolution: "@aws-sdk/client-sso-oidc@npm:3.665.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.665.0"
"@aws-sdk/credential-provider-node": "npm:3.665.0"
"@aws-sdk/middleware-host-header": "npm:3.664.0"
"@aws-sdk/middleware-logger": "npm:3.664.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.664.0"
"@aws-sdk/middleware-user-agent": "npm:3.664.0"
"@aws-sdk/region-config-resolver": "npm:3.664.0"
"@aws-sdk/types": "npm:3.664.0"
"@aws-sdk/util-endpoints": "npm:3.664.0"
"@aws-sdk/util-user-agent-browser": "npm:3.664.0"
"@aws-sdk/util-user-agent-node": "npm:3.664.0"
"@smithy/config-resolver": "npm:^3.0.9"
"@smithy/core": "npm:^2.4.7"
"@smithy/fetch-http-handler": "npm:^3.2.9"
"@smithy/hash-node": "npm:^3.0.7"
"@smithy/invalid-dependency": "npm:^3.0.7"
"@smithy/middleware-content-length": "npm:^3.0.9"
"@smithy/middleware-endpoint": "npm:^3.1.4"
"@smithy/middleware-retry": "npm:^3.0.22"
"@smithy/middleware-serde": "npm:^3.0.7"
"@smithy/middleware-stack": "npm:^3.0.7"
"@smithy/node-config-provider": "npm:^3.1.8"
"@smithy/node-http-handler": "npm:^3.2.4"
"@smithy/protocol-http": "npm:^4.1.4"
"@smithy/smithy-client": "npm:^3.3.6"
"@smithy/types": "npm:^3.5.0"
"@smithy/url-parser": "npm:^3.0.7"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.22"
"@smithy/util-defaults-mode-node": "npm:^3.0.22"
"@smithy/util-endpoints": "npm:^2.1.3"
"@smithy/util-middleware": "npm:^3.0.7"
"@smithy/util-retry": "npm:^3.0.7"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-sts": ^3.665.0
checksum: 10c0/37503a8ca75fc2a36cf3259a383181920b7991beac5681a313a51056359e79c29e8938dcdeec2c42d7abe47ab4a752403e206ebe3db510171a316fc619908216
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.621.0":
version: 3.621.0
resolution: "@aws-sdk/client-sso@npm:3.621.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.621.0"
"@aws-sdk/middleware-host-header": "npm:3.620.0"
"@aws-sdk/middleware-logger": "npm:3.609.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.620.0"
"@aws-sdk/middleware-user-agent": "npm:3.620.0"
"@aws-sdk/region-config-resolver": "npm:3.614.0"
"@aws-sdk/types": "npm:3.609.0"
"@aws-sdk/util-endpoints": "npm:3.614.0"
"@aws-sdk/util-user-agent-browser": "npm:3.609.0"
"@aws-sdk/util-user-agent-node": "npm:3.614.0"
"@smithy/config-resolver": "npm:^3.0.5"
"@smithy/core": "npm:^2.3.1"
"@smithy/fetch-http-handler": "npm:^3.2.4"
"@smithy/hash-node": "npm:^3.0.3"
"@smithy/invalid-dependency": "npm:^3.0.3"
"@smithy/middleware-content-length": "npm:^3.0.5"
"@smithy/middleware-endpoint": "npm:^3.1.0"
"@smithy/middleware-retry": "npm:^3.0.13"
"@smithy/middleware-serde": "npm:^3.0.3"
"@smithy/middleware-stack": "npm:^3.0.3"
"@smithy/node-config-provider": "npm:^3.1.4"
"@smithy/node-http-handler": "npm:^3.1.4"
"@smithy/protocol-http": "npm:^4.1.0"
"@smithy/smithy-client": "npm:^3.1.11"
"@smithy/types": "npm:^3.3.0"
"@smithy/url-parser": "npm:^3.0.3"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.13"
"@smithy/util-defaults-mode-node": "npm:^3.0.13"
"@smithy/util-endpoints": "npm:^2.0.5"
"@smithy/util-middleware": "npm:^3.0.3"
"@smithy/util-retry": "npm:^3.0.3"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/6a276bcd6bbb32849504124bd7fe63dcb151b4a978cef9207909b24ce82bdec8dd8df39f3175530e2633ed056c4abab460a594b180765f3078ca7c3646728c9c
languageName: node
linkType: hard
"@aws-sdk/client-sso@npm:3.665.0":
version: 3.665.0
resolution: "@aws-sdk/client-sso@npm:3.665.0"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/core": "npm:3.665.0"
"@aws-sdk/middleware-host-header": "npm:3.664.0"
"@aws-sdk/middleware-logger": "npm:3.664.0"
"@aws-sdk/middleware-recursion-detection": "npm:3.664.0"
"@aws-sdk/middleware-user-agent": "npm:3.664.0"
"@aws-sdk/region-config-resolver": "npm:3.664.0"
"@aws-sdk/types": "npm:3.664.0"
"@aws-sdk/util-endpoints": "npm:3.664.0"
"@aws-sdk/util-user-agent-browser": "npm:3.664.0"
"@aws-sdk/util-user-agent-node": "npm:3.664.0"
"@smithy/config-resolver": "npm:^3.0.9"
"@smithy/core": "npm:^2.4.7"
"@smithy/fetch-http-handler": "npm:^3.2.9"
"@smithy/hash-node": "npm:^3.0.7"
"@smithy/invalid-dependency": "npm:^3.0.7"
"@smithy/middleware-content-length": "npm:^3.0.9"
"@smithy/middleware-endpoint": "npm:^3.1.4"
"@smithy/middleware-retry": "npm:^3.0.22"