@mbc-cqrs-serverless/cli 1.3.0 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -369,20 +369,11 @@
369
369
  }
370
370
  },
371
371
  "node_modules/asn1.js/node_modules/bn.js": {
372
- "version": "4.12.1",
373
- "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.1.tgz",
374
- "integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==",
372
+ "version": "4.12.3",
373
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.3.tgz",
374
+ "integrity": "sha512-fGTi3gxV/23FTYdAoUtLYp6qySe2KE3teyZitipKNRuVYcBkoP/bB3guXN/XVKUe9mxCHXnc9C4ocyz8OmgN0g==",
375
375
  "license": "MIT"
376
376
  },
377
- "node_modules/at-least-node": {
378
- "version": "1.0.0",
379
- "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
380
- "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
381
- "license": "ISC",
382
- "engines": {
383
- "node": ">= 4.0.0"
384
- }
385
- },
386
377
  "node_modules/atomic-sleep": {
387
378
  "version": "1.0.0",
388
379
  "resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
@@ -408,9 +399,10 @@
408
399
  }
409
400
  },
410
401
  "node_modules/aws-sdk": {
411
- "version": "2.1692.0",
412
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1692.0.tgz",
413
- "integrity": "sha512-x511uiJ/57FIsbgUe5csJ13k3uzu25uWQE+XqfBis/sB0SFoiElJWXRkgEAUh0U6n40eT3ay5Ue4oPkRMu1LYw==",
402
+ "version": "2.1693.0",
403
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1693.0.tgz",
404
+ "integrity": "sha512-cJmb8xEnVLT+R6fBS5sn/EFJiX7tUnDaPtOPZ1vFbOJtd0fnZn/Ky2XGgsvvoeliWeH7mL3TWSX5zXXGSQV6gQ==",
405
+ "deprecated": "The AWS SDK for JavaScript (v2) has reached end-of-support, and no longer receives updates. Please migrate your code to use AWS SDK for JavaScript (v3). More info https://a.co/cUPnyil",
414
406
  "hasInstallScript": true,
415
407
  "license": "Apache-2.0",
416
408
  "dependencies": {
@@ -429,21 +421,6 @@
429
421
  "node": ">= 10.0.0"
430
422
  }
431
423
  },
432
- "node_modules/aws-sdk/node_modules/uuid": {
433
- "version": "8.0.0",
434
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz",
435
- "integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==",
436
- "license": "MIT",
437
- "bin": {
438
- "uuid": "dist/bin/uuid"
439
- }
440
- },
441
- "node_modules/balanced-match": {
442
- "version": "1.0.2",
443
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
444
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
445
- "license": "MIT"
446
- },
447
424
  "node_modules/base64-js": {
448
425
  "version": "1.5.1",
449
426
  "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
@@ -465,35 +442,64 @@
465
442
  "license": "MIT"
466
443
  },
467
444
  "node_modules/bn.js": {
468
- "version": "5.2.1",
469
- "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz",
470
- "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==",
445
+ "version": "5.2.3",
446
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.3.tgz",
447
+ "integrity": "sha512-EAcmnPkxpntVL+DS7bO1zhcZNvCkxqtkd0ZY53h06GNQ3DEkkGZ/gKgmDv6DdZQGj9BgfSPKtJJ7Dp1GPP8f7w==",
471
448
  "license": "MIT"
472
449
  },
473
450
  "node_modules/body-parser": {
474
- "version": "1.20.3",
475
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
476
- "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
451
+ "version": "1.20.5",
452
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.5.tgz",
453
+ "integrity": "sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==",
477
454
  "license": "MIT",
478
455
  "dependencies": {
479
- "bytes": "3.1.2",
456
+ "bytes": "~3.1.2",
480
457
  "content-type": "~1.0.5",
481
458
  "debug": "2.6.9",
482
459
  "depd": "2.0.0",
483
- "destroy": "1.2.0",
484
- "http-errors": "2.0.0",
485
- "iconv-lite": "0.4.24",
486
- "on-finished": "2.4.1",
487
- "qs": "6.13.0",
488
- "raw-body": "2.5.2",
460
+ "destroy": "~1.2.0",
461
+ "http-errors": "~2.0.1",
462
+ "iconv-lite": "~0.4.24",
463
+ "on-finished": "~2.4.1",
464
+ "qs": "~6.15.1",
465
+ "raw-body": "~2.5.3",
489
466
  "type-is": "~1.6.18",
490
- "unpipe": "1.0.0"
467
+ "unpipe": "~1.0.0"
491
468
  },
492
469
  "engines": {
493
470
  "node": ">= 0.8",
494
471
  "npm": "1.2.8000 || >= 1.4.16"
495
472
  }
496
473
  },
474
+ "node_modules/body-parser/node_modules/http-errors": {
475
+ "version": "2.0.1",
476
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
477
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
478
+ "license": "MIT",
479
+ "dependencies": {
480
+ "depd": "~2.0.0",
481
+ "inherits": "~2.0.4",
482
+ "setprototypeof": "~1.2.0",
483
+ "statuses": "~2.0.2",
484
+ "toidentifier": "~1.0.1"
485
+ },
486
+ "engines": {
487
+ "node": ">= 0.8"
488
+ },
489
+ "funding": {
490
+ "type": "opencollective",
491
+ "url": "https://opencollective.com/express"
492
+ }
493
+ },
494
+ "node_modules/body-parser/node_modules/statuses": {
495
+ "version": "2.0.2",
496
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
497
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
498
+ "license": "MIT",
499
+ "engines": {
500
+ "node": ">= 0.8"
501
+ }
502
+ },
497
503
  "node_modules/boxen": {
498
504
  "version": "5.1.2",
499
505
  "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz",
@@ -516,16 +522,6 @@
516
522
  "url": "https://github.com/sponsors/sindresorhus"
517
523
  }
518
524
  },
519
- "node_modules/brace-expansion": {
520
- "version": "1.1.11",
521
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
522
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
523
- "license": "MIT",
524
- "dependencies": {
525
- "balanced-match": "^1.0.0",
526
- "concat-map": "0.0.1"
527
- }
528
- },
529
525
  "node_modules/braces": {
530
526
  "version": "3.0.3",
531
527
  "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
@@ -583,6 +579,35 @@
583
579
  "url": "https://github.com/sponsors/ljharb"
584
580
  }
585
581
  },
582
+ "node_modules/call-bind-apply-helpers": {
583
+ "version": "1.0.2",
584
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
585
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
586
+ "license": "MIT",
587
+ "dependencies": {
588
+ "es-errors": "^1.3.0",
589
+ "function-bind": "^1.1.2"
590
+ },
591
+ "engines": {
592
+ "node": ">= 0.4"
593
+ }
594
+ },
595
+ "node_modules/call-bound": {
596
+ "version": "1.0.4",
597
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
598
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
599
+ "license": "MIT",
600
+ "dependencies": {
601
+ "call-bind-apply-helpers": "^1.0.2",
602
+ "get-intrinsic": "^1.3.0"
603
+ },
604
+ "engines": {
605
+ "node": ">= 0.4"
606
+ },
607
+ "funding": {
608
+ "url": "https://github.com/sponsors/ljharb"
609
+ }
610
+ },
586
611
  "node_modules/camelcase": {
587
612
  "version": "6.3.0",
588
613
  "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
@@ -690,12 +715,6 @@
690
715
  "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
691
716
  "license": "MIT"
692
717
  },
693
- "node_modules/concat-map": {
694
- "version": "0.0.1",
695
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
696
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
697
- "license": "MIT"
698
- },
699
718
  "node_modules/content-disposition": {
700
719
  "version": "0.5.4",
701
720
  "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
@@ -813,6 +832,20 @@
813
832
  "npm": "1.2.8000 || >= 1.4.16"
814
833
  }
815
834
  },
835
+ "node_modules/dunder-proto": {
836
+ "version": "1.0.1",
837
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
838
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
839
+ "license": "MIT",
840
+ "dependencies": {
841
+ "call-bind-apply-helpers": "^1.0.1",
842
+ "es-errors": "^1.3.0",
843
+ "gopd": "^1.2.0"
844
+ },
845
+ "engines": {
846
+ "node": ">= 0.4"
847
+ }
848
+ },
816
849
  "node_modules/duplexify": {
817
850
  "version": "4.1.3",
818
851
  "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz",
@@ -865,13 +898,10 @@
865
898
  }
866
899
  },
867
900
  "node_modules/es-define-property": {
868
- "version": "1.0.0",
869
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
870
- "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
901
+ "version": "1.0.1",
902
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
903
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
871
904
  "license": "MIT",
872
- "dependencies": {
873
- "get-intrinsic": "^1.2.4"
874
- },
875
905
  "engines": {
876
906
  "node": ">= 0.4"
877
907
  }
@@ -885,6 +915,18 @@
885
915
  "node": ">= 0.4"
886
916
  }
887
917
  },
918
+ "node_modules/es-object-atoms": {
919
+ "version": "1.1.2",
920
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
921
+ "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
922
+ "license": "MIT",
923
+ "dependencies": {
924
+ "es-errors": "^1.3.0"
925
+ },
926
+ "engines": {
927
+ "node": ">= 0.4"
928
+ }
929
+ },
888
930
  "node_modules/escape-html": {
889
931
  "version": "1.0.3",
890
932
  "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
@@ -919,38 +961,39 @@
919
961
  }
920
962
  },
921
963
  "node_modules/express": {
922
- "version": "4.21.2",
923
- "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
924
- "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
964
+ "version": "4.22.2",
965
+ "resolved": "https://registry.npmjs.org/express/-/express-4.22.2.tgz",
966
+ "integrity": "sha512-IuL+Elrou2ZvCFHs18/CIzy2Nzvo25nZ1/D2eIZlz7c+QUayAcYoiM2BthCjs+EBHVpjYjcuLDAiCWgeIX3X1Q==",
967
+ "license": "MIT",
925
968
  "dependencies": {
926
969
  "accepts": "~1.3.8",
927
970
  "array-flatten": "1.1.1",
928
- "body-parser": "1.20.3",
929
- "content-disposition": "0.5.4",
971
+ "body-parser": "~1.20.5",
972
+ "content-disposition": "~0.5.4",
930
973
  "content-type": "~1.0.4",
931
- "cookie": "0.7.1",
932
- "cookie-signature": "1.0.6",
974
+ "cookie": "~0.7.1",
975
+ "cookie-signature": "~1.0.6",
933
976
  "debug": "2.6.9",
934
977
  "depd": "2.0.0",
935
978
  "encodeurl": "~2.0.0",
936
979
  "escape-html": "~1.0.3",
937
980
  "etag": "~1.8.1",
938
- "finalhandler": "1.3.1",
939
- "fresh": "0.5.2",
940
- "http-errors": "2.0.0",
981
+ "finalhandler": "~1.3.1",
982
+ "fresh": "~0.5.2",
983
+ "http-errors": "~2.0.0",
941
984
  "merge-descriptors": "1.0.3",
942
985
  "methods": "~1.1.2",
943
- "on-finished": "2.4.1",
986
+ "on-finished": "~2.4.1",
944
987
  "parseurl": "~1.3.3",
945
- "path-to-regexp": "0.1.12",
988
+ "path-to-regexp": "~0.1.12",
946
989
  "proxy-addr": "~2.0.7",
947
- "qs": "6.13.0",
990
+ "qs": "~6.15.1",
948
991
  "range-parser": "~1.2.1",
949
992
  "safe-buffer": "5.2.1",
950
- "send": "0.19.0",
951
- "serve-static": "1.16.2",
993
+ "send": "~0.19.0",
994
+ "serve-static": "~1.16.2",
952
995
  "setprototypeof": "1.2.0",
953
- "statuses": "2.0.1",
996
+ "statuses": "~2.0.1",
954
997
  "type-is": "~1.6.18",
955
998
  "utils-merge": "1.0.1",
956
999
  "vary": "~1.1.2"
@@ -1054,26 +1097,19 @@
1054
1097
  }
1055
1098
  },
1056
1099
  "node_modules/fs-extra": {
1057
- "version": "9.1.0",
1058
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
1059
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
1100
+ "version": "10.1.0",
1101
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
1102
+ "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
1060
1103
  "license": "MIT",
1061
1104
  "dependencies": {
1062
- "at-least-node": "^1.0.0",
1063
1105
  "graceful-fs": "^4.2.0",
1064
1106
  "jsonfile": "^6.0.1",
1065
1107
  "universalify": "^2.0.0"
1066
1108
  },
1067
1109
  "engines": {
1068
- "node": ">=10"
1110
+ "node": ">=12"
1069
1111
  }
1070
1112
  },
1071
- "node_modules/fs.realpath": {
1072
- "version": "1.0.0",
1073
- "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
1074
- "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
1075
- "license": "ISC"
1076
- },
1077
1113
  "node_modules/function-bind": {
1078
1114
  "version": "1.1.2",
1079
1115
  "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
@@ -1093,16 +1129,21 @@
1093
1129
  }
1094
1130
  },
1095
1131
  "node_modules/get-intrinsic": {
1096
- "version": "1.2.4",
1097
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
1098
- "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
1132
+ "version": "1.3.0",
1133
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
1134
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
1099
1135
  "license": "MIT",
1100
1136
  "dependencies": {
1137
+ "call-bind-apply-helpers": "^1.0.2",
1138
+ "es-define-property": "^1.0.1",
1101
1139
  "es-errors": "^1.3.0",
1140
+ "es-object-atoms": "^1.1.1",
1102
1141
  "function-bind": "^1.1.2",
1103
- "has-proto": "^1.0.1",
1104
- "has-symbols": "^1.0.3",
1105
- "hasown": "^2.0.0"
1142
+ "get-proto": "^1.0.1",
1143
+ "gopd": "^1.2.0",
1144
+ "has-symbols": "^1.1.0",
1145
+ "hasown": "^2.0.2",
1146
+ "math-intrinsics": "^1.1.0"
1106
1147
  },
1107
1148
  "engines": {
1108
1149
  "node": ">= 0.4"
@@ -1111,35 +1152,24 @@
1111
1152
  "url": "https://github.com/sponsors/ljharb"
1112
1153
  }
1113
1154
  },
1114
- "node_modules/glob": {
1115
- "version": "7.2.3",
1116
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
1117
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
1118
- "deprecated": "Glob versions prior to v9 are no longer supported",
1119
- "license": "ISC",
1155
+ "node_modules/get-proto": {
1156
+ "version": "1.0.1",
1157
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
1158
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
1159
+ "license": "MIT",
1120
1160
  "dependencies": {
1121
- "fs.realpath": "^1.0.0",
1122
- "inflight": "^1.0.4",
1123
- "inherits": "2",
1124
- "minimatch": "^3.1.1",
1125
- "once": "^1.3.0",
1126
- "path-is-absolute": "^1.0.0"
1161
+ "dunder-proto": "^1.0.1",
1162
+ "es-object-atoms": "^1.0.0"
1127
1163
  },
1128
1164
  "engines": {
1129
- "node": "*"
1130
- },
1131
- "funding": {
1132
- "url": "https://github.com/sponsors/isaacs"
1165
+ "node": ">= 0.4"
1133
1166
  }
1134
1167
  },
1135
1168
  "node_modules/gopd": {
1136
- "version": "1.1.0",
1137
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.1.0.tgz",
1138
- "integrity": "sha512-FQoVQnqcdk4hVM4JN1eromaun4iuS34oStkdlLENLdpULsuQcTyXj8w7ayhuUfPwEYZ1ZOooOTT6fdA9Vmx/RA==",
1169
+ "version": "1.2.0",
1170
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
1171
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1139
1172
  "license": "MIT",
1140
- "dependencies": {
1141
- "get-intrinsic": "^1.2.4"
1142
- },
1143
1173
  "engines": {
1144
1174
  "node": ">= 0.4"
1145
1175
  },
@@ -1174,21 +1204,6 @@
1174
1204
  "url": "https://github.com/sponsors/ljharb"
1175
1205
  }
1176
1206
  },
1177
- "node_modules/has-proto": {
1178
- "version": "1.1.0",
1179
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.1.0.tgz",
1180
- "integrity": "sha512-QLdzI9IIO1Jg7f9GT1gXpPpXArAn6cS31R1eEZqz08Gc+uQ8/XiqHWt17Fiw+2p6oTTIq5GXEpQkAlA88YRl/Q==",
1181
- "license": "MIT",
1182
- "dependencies": {
1183
- "call-bind": "^1.0.7"
1184
- },
1185
- "engines": {
1186
- "node": ">= 0.4"
1187
- },
1188
- "funding": {
1189
- "url": "https://github.com/sponsors/ljharb"
1190
- }
1191
- },
1192
1207
  "node_modules/has-symbols": {
1193
1208
  "version": "1.1.0",
1194
1209
  "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
@@ -1262,17 +1277,6 @@
1262
1277
  "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==",
1263
1278
  "license": "BSD-3-Clause"
1264
1279
  },
1265
- "node_modules/inflight": {
1266
- "version": "1.0.6",
1267
- "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
1268
- "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
1269
- "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
1270
- "license": "ISC",
1271
- "dependencies": {
1272
- "once": "^1.3.0",
1273
- "wrappy": "1"
1274
- }
1275
- },
1276
1280
  "node_modules/inherits": {
1277
1281
  "version": "2.0.4",
1278
1282
  "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
@@ -1446,9 +1450,9 @@
1446
1450
  "license": "MIT"
1447
1451
  },
1448
1452
  "node_modules/jsonfile": {
1449
- "version": "6.1.0",
1450
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
1451
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
1453
+ "version": "6.2.1",
1454
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.1.tgz",
1455
+ "integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
1452
1456
  "license": "MIT",
1453
1457
  "dependencies": {
1454
1458
  "universalify": "^2.0.0"
@@ -1593,6 +1597,15 @@
1593
1597
  "node": ">=10"
1594
1598
  }
1595
1599
  },
1600
+ "node_modules/math-intrinsics": {
1601
+ "version": "1.1.0",
1602
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1603
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1604
+ "license": "MIT",
1605
+ "engines": {
1606
+ "node": ">= 0.4"
1607
+ }
1608
+ },
1596
1609
  "node_modules/media-typer": {
1597
1610
  "version": "0.3.0",
1598
1611
  "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
@@ -1672,18 +1685,6 @@
1672
1685
  "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
1673
1686
  "license": "ISC"
1674
1687
  },
1675
- "node_modules/minimatch": {
1676
- "version": "3.1.2",
1677
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
1678
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
1679
- "license": "ISC",
1680
- "dependencies": {
1681
- "brace-expansion": "^1.1.7"
1682
- },
1683
- "engines": {
1684
- "node": "*"
1685
- }
1686
- },
1687
1688
  "node_modules/minimist": {
1688
1689
  "version": "1.2.8",
1689
1690
  "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
@@ -1727,9 +1728,9 @@
1727
1728
  }
1728
1729
  },
1729
1730
  "node_modules/object-inspect": {
1730
- "version": "1.13.3",
1731
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz",
1732
- "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==",
1731
+ "version": "1.13.4",
1732
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
1733
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
1733
1734
  "license": "MIT",
1734
1735
  "engines": {
1735
1736
  "node": ">= 0.4"
@@ -1790,15 +1791,6 @@
1790
1791
  "url": "https://github.com/sponsors/sindresorhus"
1791
1792
  }
1792
1793
  },
1793
- "node_modules/os-tmpdir": {
1794
- "version": "1.0.2",
1795
- "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
1796
- "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
1797
- "license": "MIT",
1798
- "engines": {
1799
- "node": ">=0.10.0"
1800
- }
1801
- },
1802
1794
  "node_modules/parseurl": {
1803
1795
  "version": "1.3.3",
1804
1796
  "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
@@ -1809,9 +1801,9 @@
1809
1801
  }
1810
1802
  },
1811
1803
  "node_modules/patch-package": {
1812
- "version": "8.0.0",
1813
- "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-8.0.0.tgz",
1814
- "integrity": "sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==",
1804
+ "version": "8.0.1",
1805
+ "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-8.0.1.tgz",
1806
+ "integrity": "sha512-VsKRIA8f5uqHQ7NGhwIna6Bx6D9s/1iXlA1hthBVBEbkq+t4kXD0HHt+rJhf/Z+Ci0F/HCB2hvn0qLdLG+Qxlw==",
1815
1807
  "license": "MIT",
1816
1808
  "dependencies": {
1817
1809
  "@yarnpkg/lockfile": "^1.1.0",
@@ -1819,15 +1811,14 @@
1819
1811
  "ci-info": "^3.7.0",
1820
1812
  "cross-spawn": "^7.0.3",
1821
1813
  "find-yarn-workspace-root": "^2.0.0",
1822
- "fs-extra": "^9.0.0",
1814
+ "fs-extra": "^10.0.0",
1823
1815
  "json-stable-stringify": "^1.0.2",
1824
1816
  "klaw-sync": "^6.0.0",
1825
1817
  "minimist": "^1.2.6",
1826
1818
  "open": "^7.4.2",
1827
- "rimraf": "^2.6.3",
1828
1819
  "semver": "^7.5.3",
1829
1820
  "slash": "^2.0.0",
1830
- "tmp": "^0.0.33",
1821
+ "tmp": "^0.2.4",
1831
1822
  "yaml": "^2.2.2"
1832
1823
  },
1833
1824
  "bin": {
@@ -1838,15 +1829,6 @@
1838
1829
  "npm": ">5"
1839
1830
  }
1840
1831
  },
1841
- "node_modules/path-is-absolute": {
1842
- "version": "1.0.1",
1843
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
1844
- "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
1845
- "license": "MIT",
1846
- "engines": {
1847
- "node": ">=0.10.0"
1848
- }
1849
- },
1850
1832
  "node_modules/path-key": {
1851
1833
  "version": "3.1.1",
1852
1834
  "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
@@ -1857,14 +1839,15 @@
1857
1839
  }
1858
1840
  },
1859
1841
  "node_modules/path-to-regexp": {
1860
- "version": "0.1.12",
1861
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
1862
- "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ=="
1842
+ "version": "0.1.13",
1843
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz",
1844
+ "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==",
1845
+ "license": "MIT"
1863
1846
  },
1864
1847
  "node_modules/picomatch": {
1865
- "version": "2.3.1",
1866
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1867
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1848
+ "version": "2.3.2",
1849
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
1850
+ "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
1868
1851
  "license": "MIT",
1869
1852
  "engines": {
1870
1853
  "node": ">=8.6"
@@ -1998,12 +1981,12 @@
1998
1981
  "license": "MIT"
1999
1982
  },
2000
1983
  "node_modules/qs": {
2001
- "version": "6.13.0",
2002
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
2003
- "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
1984
+ "version": "6.15.2",
1985
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
1986
+ "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
2004
1987
  "license": "BSD-3-Clause",
2005
1988
  "dependencies": {
2006
- "side-channel": "^1.0.6"
1989
+ "side-channel": "^1.1.0"
2007
1990
  },
2008
1991
  "engines": {
2009
1992
  "node": ">=0.6"
@@ -2037,16 +2020,45 @@
2037
2020
  }
2038
2021
  },
2039
2022
  "node_modules/raw-body": {
2040
- "version": "2.5.2",
2041
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
2042
- "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
2023
+ "version": "2.5.3",
2024
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz",
2025
+ "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
2043
2026
  "license": "MIT",
2044
2027
  "dependencies": {
2045
- "bytes": "3.1.2",
2046
- "http-errors": "2.0.0",
2047
- "iconv-lite": "0.4.24",
2048
- "unpipe": "1.0.0"
2028
+ "bytes": "~3.1.2",
2029
+ "http-errors": "~2.0.1",
2030
+ "iconv-lite": "~0.4.24",
2031
+ "unpipe": "~1.0.0"
2032
+ },
2033
+ "engines": {
2034
+ "node": ">= 0.8"
2035
+ }
2036
+ },
2037
+ "node_modules/raw-body/node_modules/http-errors": {
2038
+ "version": "2.0.1",
2039
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
2040
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
2041
+ "license": "MIT",
2042
+ "dependencies": {
2043
+ "depd": "~2.0.0",
2044
+ "inherits": "~2.0.4",
2045
+ "setprototypeof": "~1.2.0",
2046
+ "statuses": "~2.0.2",
2047
+ "toidentifier": "~1.0.1"
2049
2048
  },
2049
+ "engines": {
2050
+ "node": ">= 0.8"
2051
+ },
2052
+ "funding": {
2053
+ "type": "opencollective",
2054
+ "url": "https://opencollective.com/express"
2055
+ }
2056
+ },
2057
+ "node_modules/raw-body/node_modules/statuses": {
2058
+ "version": "2.0.2",
2059
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
2060
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
2061
+ "license": "MIT",
2050
2062
  "engines": {
2051
2063
  "node": ">= 0.8"
2052
2064
  }
@@ -2080,19 +2092,6 @@
2080
2092
  "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
2081
2093
  "license": "MIT"
2082
2094
  },
2083
- "node_modules/rimraf": {
2084
- "version": "2.7.1",
2085
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
2086
- "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
2087
- "deprecated": "Rimraf versions prior to v4 are no longer supported",
2088
- "license": "ISC",
2089
- "dependencies": {
2090
- "glob": "^7.1.3"
2091
- },
2092
- "bin": {
2093
- "rimraf": "bin.js"
2094
- }
2095
- },
2096
2095
  "node_modules/safe-buffer": {
2097
2096
  "version": "5.2.1",
2098
2097
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -2264,15 +2263,69 @@
2264
2263
  }
2265
2264
  },
2266
2265
  "node_modules/side-channel": {
2267
- "version": "1.0.6",
2268
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
2269
- "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
2266
+ "version": "1.1.1",
2267
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
2268
+ "integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
2270
2269
  "license": "MIT",
2271
2270
  "dependencies": {
2272
- "call-bind": "^1.0.7",
2273
2271
  "es-errors": "^1.3.0",
2274
- "get-intrinsic": "^1.2.4",
2275
- "object-inspect": "^1.13.1"
2272
+ "object-inspect": "^1.13.4",
2273
+ "side-channel-list": "^1.0.1",
2274
+ "side-channel-map": "^1.0.1",
2275
+ "side-channel-weakmap": "^1.0.2"
2276
+ },
2277
+ "engines": {
2278
+ "node": ">= 0.4"
2279
+ },
2280
+ "funding": {
2281
+ "url": "https://github.com/sponsors/ljharb"
2282
+ }
2283
+ },
2284
+ "node_modules/side-channel-list": {
2285
+ "version": "1.0.1",
2286
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
2287
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
2288
+ "license": "MIT",
2289
+ "dependencies": {
2290
+ "es-errors": "^1.3.0",
2291
+ "object-inspect": "^1.13.4"
2292
+ },
2293
+ "engines": {
2294
+ "node": ">= 0.4"
2295
+ },
2296
+ "funding": {
2297
+ "url": "https://github.com/sponsors/ljharb"
2298
+ }
2299
+ },
2300
+ "node_modules/side-channel-map": {
2301
+ "version": "1.0.1",
2302
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
2303
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
2304
+ "license": "MIT",
2305
+ "dependencies": {
2306
+ "call-bound": "^1.0.2",
2307
+ "es-errors": "^1.3.0",
2308
+ "get-intrinsic": "^1.2.5",
2309
+ "object-inspect": "^1.13.3"
2310
+ },
2311
+ "engines": {
2312
+ "node": ">= 0.4"
2313
+ },
2314
+ "funding": {
2315
+ "url": "https://github.com/sponsors/ljharb"
2316
+ }
2317
+ },
2318
+ "node_modules/side-channel-weakmap": {
2319
+ "version": "1.0.2",
2320
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
2321
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
2322
+ "license": "MIT",
2323
+ "dependencies": {
2324
+ "call-bound": "^1.0.2",
2325
+ "es-errors": "^1.3.0",
2326
+ "get-intrinsic": "^1.2.5",
2327
+ "object-inspect": "^1.13.3",
2328
+ "side-channel-map": "^1.0.1"
2276
2329
  },
2277
2330
  "engines": {
2278
2331
  "node": ">= 0.4"
@@ -2399,15 +2452,12 @@
2399
2452
  }
2400
2453
  },
2401
2454
  "node_modules/tmp": {
2402
- "version": "0.0.33",
2403
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
2404
- "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
2455
+ "version": "0.2.7",
2456
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz",
2457
+ "integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==",
2405
2458
  "license": "MIT",
2406
- "dependencies": {
2407
- "os-tmpdir": "~1.0.2"
2408
- },
2409
2459
  "engines": {
2410
- "node": ">=0.6.0"
2460
+ "node": ">=14.14"
2411
2461
  }
2412
2462
  },
2413
2463
  "node_modules/to-regex-range": {
@@ -2531,12 +2581,16 @@
2531
2581
  }
2532
2582
  },
2533
2583
  "node_modules/uuid": {
2534
- "version": "8.3.2",
2535
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
2536
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
2584
+ "version": "11.1.1",
2585
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz",
2586
+ "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==",
2587
+ "funding": [
2588
+ "https://github.com/sponsors/broofa",
2589
+ "https://github.com/sponsors/ctavan"
2590
+ ],
2537
2591
  "license": "MIT",
2538
2592
  "bin": {
2539
- "uuid": "dist/bin/uuid"
2593
+ "uuid": "dist/esm/bin/uuid"
2540
2594
  }
2541
2595
  },
2542
2596
  "node_modules/vary": {
@@ -2646,15 +2700,18 @@
2646
2700
  "license": "ISC"
2647
2701
  },
2648
2702
  "node_modules/yaml": {
2649
- "version": "2.6.1",
2650
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz",
2651
- "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
2703
+ "version": "2.9.0",
2704
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
2705
+ "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
2652
2706
  "license": "ISC",
2653
2707
  "bin": {
2654
2708
  "yaml": "bin.mjs"
2655
2709
  },
2656
2710
  "engines": {
2657
- "node": ">= 14"
2711
+ "node": ">= 14.6"
2712
+ },
2713
+ "funding": {
2714
+ "url": "https://github.com/sponsors/eemeli"
2658
2715
  }
2659
2716
  }
2660
2717
  }