@ndlib/ndlib-cdk2 1.0.22 → 1.0.23

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.
Files changed (434) hide show
  1. package/lib/artifact-bucket.js +1 -0
  2. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +770 -703
  3. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +8 -0
  4. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/index.js +119 -0
  5. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipeline.js +2 -0
  6. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RollbackStageCommand.js +24 -0
  7. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/index.js +1 -0
  8. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/models_0.js +33 -0
  9. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/protocols/Aws_json1_1.js +49 -1
  10. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipeline.d.ts +7 -0
  11. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +3 -2
  12. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +6 -0
  13. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +3 -0
  14. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +5 -1
  15. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +3 -0
  16. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +11 -1
  17. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RollbackStageCommand.d.ts +86 -0
  18. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +6 -0
  19. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/index.d.ts +1 -0
  20. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/models_0.d.ts +168 -0
  21. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  22. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipeline.d.ts +17 -0
  23. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +6 -0
  24. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +35 -0
  25. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/index.d.ts +1 -0
  26. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/models_0.d.ts +56 -0
  27. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  28. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +42 -42
  29. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +8 -0
  30. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +213 -73
  31. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +2 -0
  32. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +24 -0
  33. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +1 -1
  34. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +1 -0
  35. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +30 -9
  36. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +9 -43
  37. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +43 -0
  38. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePropertiesPaginator.js +4 -0
  39. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +1 -0
  40. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +78 -3
  41. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +8 -0
  42. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +3 -2
  43. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +151 -0
  44. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +2 -1
  45. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
  46. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -2
  47. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
  48. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
  49. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +1 -1
  50. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +1 -0
  51. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +334 -243
  52. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +219 -234
  53. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +246 -8
  54. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +7 -0
  55. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +1 -0
  56. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  57. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +18 -0
  58. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +6 -0
  59. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +39 -0
  60. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +2 -4
  61. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
  62. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +4 -2
  63. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
  64. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
  65. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -1
  66. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +1 -0
  67. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +79 -49
  68. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +51 -60
  69. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +62 -1
  70. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePropertiesPaginator.d.ts +11 -0
  71. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +1 -0
  72. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  73. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +43 -43
  74. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +39 -40
  75. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +48 -2
  76. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -2
  77. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +16 -0
  78. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +24 -1
  79. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +1 -1
  80. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +1 -0
  81. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +2 -1
  82. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +23 -0
  83. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +63 -2
  84. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
  85. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +15 -0
  86. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +7 -1
  87. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +41 -44
  88. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +3 -3
  89. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +1 -1
  90. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +3 -8
  91. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +18 -26
  92. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +41 -43
  93. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/README.md +35 -1
  94. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/client.js +5 -0
  95. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -446
  96. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +38 -0
  97. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +226 -0
  98. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
  99. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +6 -0
  101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +60 -0
  103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +2 -0
  104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +82 -0
  105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
  107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
  108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
  109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
  110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
  111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
  112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -0
  113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +4 -0
  114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
  115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +51 -0
  116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +57 -0
  117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
  118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
  119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
  121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
  122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
  123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
  126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
  127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
  129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
  130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
  131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +4 -0
  132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
  133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
  134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +4 -0
  135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
  136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
  137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +21 -0
  139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
  140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
  141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
  143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
  144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
  145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
  147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
  148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
  149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
  151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
  152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
  153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
  154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/package.json +45 -8
  155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/protocols.js +5 -0
  156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +1 -0
  157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -3
  159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +8 -9
  160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +1 -2
  161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/package.json +11 -11
  162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -17
  163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -1
  164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -2
  165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -2
  166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -13
  167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/README.md +1 -1
  168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -2
  169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -1
  170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
  171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +1 -0
  172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
  173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +2 -0
  174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
  175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -5
  176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +3 -4
  177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
  178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +1 -1
  179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +2 -2
  180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +1 -2
  181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -7
  182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
  183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
  184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +1 -0
  185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +5 -5
  186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
  187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
  188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +1 -0
  189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -0
  191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +15 -20
  193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
  194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
  195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +10 -8
  196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -4
  197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -2
  198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +3 -3
  199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +6 -1
  200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +5 -1
  201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +5 -1
  202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +3 -4
  204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
  206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -6
  207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/package.json +3 -4
  208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/package.json +6 -7
  209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/package.json +10 -10
  210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
  212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/package.json +7 -8
  213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/README.md +7 -0
  214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -9
  215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +10 -3
  216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +11 -6
  217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/package.json +8 -25
  218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/package.json +6 -7
  219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/package.json +2 -3
  220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/package.json +2 -3
  221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/package.json +5 -6
  222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +3 -3
  223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +3 -3
  224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/package.json +8 -9
  225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/package.json +11 -12
  226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -1
  227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +1 -1
  228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/package.json +4 -5
  229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-cjs/index.js +7 -4
  230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/package.json +3 -4
  231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
  232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/package.json +6 -7
  233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/README.md +5 -0
  234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/index.js +46 -15
  235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
  236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
  237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/package.json +7 -8
  238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/package.json +3 -4
  239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/package.json +3 -4
  240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/package.json +4 -5
  241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/package.json +3 -4
  242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/package.json +3 -4
  243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/package.json +4 -5
  244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +1 -0
  245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/index.js +130 -8
  246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
  247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +6 -5
  248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
  249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -1
  250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
  251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +1 -1
  252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/package.json +9 -11
  253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -1
  254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
  255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/package.json +8 -9
  256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/client.d.ts +12 -0
  257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/http.d.ts +1 -1
  258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +5 -5
  259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +12 -0
  260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -1
  261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -1
  262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/package.json +2 -3
  263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/package.json +3 -4
  264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/package.json +5 -6
  265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/package.json +1 -2
  266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/package.json +3 -4
  267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/package.json +4 -5
  268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/package.json +3 -4
  269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -6
  270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/package.json +8 -9
  271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
  272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
  273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
  274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
  275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/package.json +5 -6
  276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/package.json +2 -3
  277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/package.json +4 -5
  278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/index.js +1 -0
  279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/package.json +5 -6
  280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +8 -2
  281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +8 -2
  282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
  284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/package.json +13 -29
  285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/package.json +2 -3
  286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/package.json +3 -4
  287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/package.json +4 -5
  288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/README.md +53 -2
  289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts +45 -0
  290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -1
  291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js +24 -20
  292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js.map +1 -1
  293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/has-magic.js.map +1 -1
  294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts +6 -1
  295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -1
  296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.js +37 -26
  297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.js.map +1 -1
  298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts +8 -7
  299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts.map +1 -1
  300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js +10 -10
  301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js.map +1 -1
  302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/package.json +3 -1
  303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -1
  304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.js +11 -11
  305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.js.map +1 -1
  306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -1
  307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.js +4 -5
  308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.js.map +1 -1
  309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts +7 -5
  310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -1
  311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.js +44 -15
  312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.js.map +1 -1
  313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs +5 -7
  314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs.map +1 -1
  315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts +45 -0
  316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts.map +1 -1
  317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js +23 -19
  318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js.map +1 -1
  319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/has-magic.js.map +1 -1
  320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts +6 -1
  321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts.map +1 -1
  322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.js +37 -26
  323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.js.map +1 -1
  324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts +8 -7
  325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts.map +1 -1
  326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.js +4 -5
  327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.js.map +1 -1
  328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/package.json +3 -1
  329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.d.ts.map +1 -1
  330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.js +11 -11
  331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.js.map +1 -1
  332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.d.ts.map +1 -1
  333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.js +4 -5
  334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.js.map +1 -1
  335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts +7 -5
  336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts.map +1 -1
  337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.js +44 -15
  338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.js.map +1 -1
  339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/package.json +14 -14
  340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/README.md +3 -0
  341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts +26 -20
  342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts.map +1 -1
  343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js +204 -92
  344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js.map +1 -1
  345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/package.json +3 -1
  346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +1 -1
  347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts +26 -20
  348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts.map +1 -1
  349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js +204 -92
  350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js.map +1 -1
  351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/package.json +3 -1
  352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js +2 -2
  353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js.map +1 -1
  354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/package.json +5 -4
  355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
  356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.min.js.map +7 -0
  357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.min.js +2 -0
  358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.min.js.map +7 -0
  359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +6 -7
  360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
  361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
  362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
  363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
  364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
  365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
  366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.js +592 -0
  367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
  368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
  369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
  370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
  371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
  372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.d.ts +12 -0
  373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
  374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.js +22 -0
  375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
  376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
  377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
  378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.js +1016 -0
  379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
  380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/package.json +3 -0
  381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.d.ts +17 -0
  382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
  383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
  384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
  385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
  386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
  387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
  388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
  389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
  390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
  391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.js +588 -0
  392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.js.map +1 -0
  393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
  394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
  395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
  396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
  397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.d.ts +12 -0
  398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
  399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.js +18 -0
  400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.js.map +1 -0
  401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.d.ts +94 -0
  402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
  403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.js +1000 -0
  404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.js.map +1 -0
  405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/package.json +3 -0
  406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.d.ts +17 -0
  407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
  408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.js +20 -0
  409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
  410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/package.json +21 -25
  411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.d.ts +4 -4
  412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -1
  413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.js +9 -9
  414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.js.map +1 -1
  415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/package.json +3 -1
  416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.d.ts +4 -4
  417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.d.ts.map +1 -1
  418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.js +3 -3
  419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.js.map +1 -1
  420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/package.json +3 -1
  421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/package.json +6 -6
  422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/README.md +34 -29
  423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts +15 -6
  424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -1
  425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js +59 -65
  426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js.map +1 -1
  427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts +15 -6
  428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -1
  429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js +54 -60
  430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js.map +1 -1
  431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +10 -6
  432. package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +766 -699
  433. package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +3 -3
  434. package/package.json +6 -7
@@ -9,30 +9,15 @@
9
9
  "version": "1.0.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@aws-sdk/client-codepipeline": "3.540.0",
13
- "@aws-sdk/client-ssm": "3.540.0",
14
- "glob": "^10.3.10",
12
+ "@aws-sdk/client-codepipeline": "3.583.0",
13
+ "@aws-sdk/client-ssm": "3.583.0",
14
+ "glob": "^10.4.1",
15
15
  "multimatch": "^5.0.0"
16
16
  },
17
17
  "engines": {
18
18
  "node": ">=18.0.0"
19
19
  }
20
20
  },
21
- "node_modules/@aws-crypto/crc32": {
22
- "version": "3.0.0",
23
- "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz",
24
- "integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==",
25
- "dependencies": {
26
- "@aws-crypto/util": "^3.0.0",
27
- "@aws-sdk/types": "^3.222.0",
28
- "tslib": "^1.11.1"
29
- }
30
- },
31
- "node_modules/@aws-crypto/crc32/node_modules/tslib": {
32
- "version": "1.14.1",
33
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
34
- "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
35
- },
36
21
  "node_modules/@aws-crypto/ie11-detection": {
37
22
  "version": "3.0.0",
38
23
  "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
@@ -110,511 +95,537 @@
110
95
  "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
111
96
  },
112
97
  "node_modules/@aws-sdk/client-codepipeline": {
113
- "version": "3.540.0",
114
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.540.0.tgz",
115
- "integrity": "sha512-vjsUKMgSAjEvIxtlY+c+deVD2ri9O6UT+Qm078uBZctEFZxBP/Ek96kfJNn0Q1In5UX9jRY7PJib05KHUhN1sA==",
98
+ "version": "3.583.0",
99
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.583.0.tgz",
100
+ "integrity": "sha512-WIaKzcBtiX8mJio+VJCwyyayZOeowCUu9pW+LbtGchwb42ho7bjUp8dHEQ8yflojG6Oyh2BayMfUJgkONqwjeg==",
101
+ "license": "Apache-2.0",
116
102
  "dependencies": {
117
103
  "@aws-crypto/sha256-browser": "3.0.0",
118
104
  "@aws-crypto/sha256-js": "3.0.0",
119
- "@aws-sdk/client-sts": "3.540.0",
120
- "@aws-sdk/core": "3.535.0",
121
- "@aws-sdk/credential-provider-node": "3.540.0",
122
- "@aws-sdk/middleware-host-header": "3.535.0",
123
- "@aws-sdk/middleware-logger": "3.535.0",
124
- "@aws-sdk/middleware-recursion-detection": "3.535.0",
125
- "@aws-sdk/middleware-user-agent": "3.540.0",
126
- "@aws-sdk/region-config-resolver": "3.535.0",
127
- "@aws-sdk/types": "3.535.0",
128
- "@aws-sdk/util-endpoints": "3.540.0",
129
- "@aws-sdk/util-user-agent-browser": "3.535.0",
130
- "@aws-sdk/util-user-agent-node": "3.535.0",
131
- "@smithy/config-resolver": "^2.2.0",
132
- "@smithy/core": "^1.4.0",
133
- "@smithy/fetch-http-handler": "^2.5.0",
134
- "@smithy/hash-node": "^2.2.0",
135
- "@smithy/invalid-dependency": "^2.2.0",
136
- "@smithy/middleware-content-length": "^2.2.0",
137
- "@smithy/middleware-endpoint": "^2.5.0",
138
- "@smithy/middleware-retry": "^2.2.0",
139
- "@smithy/middleware-serde": "^2.3.0",
140
- "@smithy/middleware-stack": "^2.2.0",
141
- "@smithy/node-config-provider": "^2.3.0",
142
- "@smithy/node-http-handler": "^2.5.0",
143
- "@smithy/protocol-http": "^3.3.0",
144
- "@smithy/smithy-client": "^2.5.0",
145
- "@smithy/types": "^2.12.0",
146
- "@smithy/url-parser": "^2.2.0",
147
- "@smithy/util-base64": "^2.3.0",
148
- "@smithy/util-body-length-browser": "^2.2.0",
149
- "@smithy/util-body-length-node": "^2.3.0",
150
- "@smithy/util-defaults-mode-browser": "^2.2.0",
151
- "@smithy/util-defaults-mode-node": "^2.3.0",
152
- "@smithy/util-endpoints": "^1.2.0",
153
- "@smithy/util-middleware": "^2.2.0",
154
- "@smithy/util-retry": "^2.2.0",
155
- "@smithy/util-utf8": "^2.3.0",
105
+ "@aws-sdk/client-sso-oidc": "3.583.0",
106
+ "@aws-sdk/client-sts": "3.583.0",
107
+ "@aws-sdk/core": "3.582.0",
108
+ "@aws-sdk/credential-provider-node": "3.583.0",
109
+ "@aws-sdk/middleware-host-header": "3.577.0",
110
+ "@aws-sdk/middleware-logger": "3.577.0",
111
+ "@aws-sdk/middleware-recursion-detection": "3.577.0",
112
+ "@aws-sdk/middleware-user-agent": "3.583.0",
113
+ "@aws-sdk/region-config-resolver": "3.577.0",
114
+ "@aws-sdk/types": "3.577.0",
115
+ "@aws-sdk/util-endpoints": "3.583.0",
116
+ "@aws-sdk/util-user-agent-browser": "3.577.0",
117
+ "@aws-sdk/util-user-agent-node": "3.577.0",
118
+ "@smithy/config-resolver": "^3.0.0",
119
+ "@smithy/core": "^2.0.1",
120
+ "@smithy/fetch-http-handler": "^3.0.1",
121
+ "@smithy/hash-node": "^3.0.0",
122
+ "@smithy/invalid-dependency": "^3.0.0",
123
+ "@smithy/middleware-content-length": "^3.0.0",
124
+ "@smithy/middleware-endpoint": "^3.0.0",
125
+ "@smithy/middleware-retry": "^3.0.1",
126
+ "@smithy/middleware-serde": "^3.0.0",
127
+ "@smithy/middleware-stack": "^3.0.0",
128
+ "@smithy/node-config-provider": "^3.0.0",
129
+ "@smithy/node-http-handler": "^3.0.0",
130
+ "@smithy/protocol-http": "^4.0.0",
131
+ "@smithy/smithy-client": "^3.0.1",
132
+ "@smithy/types": "^3.0.0",
133
+ "@smithy/url-parser": "^3.0.0",
134
+ "@smithy/util-base64": "^3.0.0",
135
+ "@smithy/util-body-length-browser": "^3.0.0",
136
+ "@smithy/util-body-length-node": "^3.0.0",
137
+ "@smithy/util-defaults-mode-browser": "^3.0.1",
138
+ "@smithy/util-defaults-mode-node": "^3.0.1",
139
+ "@smithy/util-endpoints": "^2.0.0",
140
+ "@smithy/util-middleware": "^3.0.0",
141
+ "@smithy/util-retry": "^3.0.0",
142
+ "@smithy/util-utf8": "^3.0.0",
156
143
  "tslib": "^2.6.2",
157
144
  "uuid": "^9.0.1"
158
145
  },
159
146
  "engines": {
160
- "node": ">=14.0.0"
147
+ "node": ">=16.0.0"
161
148
  }
162
149
  },
163
150
  "node_modules/@aws-sdk/client-ssm": {
164
- "version": "3.540.0",
165
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.540.0.tgz",
166
- "integrity": "sha512-GcELCPJBcYpd0zPYO+fTKjeRtvufFEM0AMIdeBojNqObFLx9eyjhzJNpykXulE8J3kPvjzXEs88azPGf0PXu5Q==",
151
+ "version": "3.583.0",
152
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.583.0.tgz",
153
+ "integrity": "sha512-qdbFmU50EXKIIGvU0KVkgOTlzm6bN92LAJnizDo8Fz0nQUYKLF3GdNBXpD8FIu6Y5JqO6yAvl0mEch0PvyyejA==",
154
+ "license": "Apache-2.0",
167
155
  "dependencies": {
168
156
  "@aws-crypto/sha256-browser": "3.0.0",
169
157
  "@aws-crypto/sha256-js": "3.0.0",
170
- "@aws-sdk/client-sts": "3.540.0",
171
- "@aws-sdk/core": "3.535.0",
172
- "@aws-sdk/credential-provider-node": "3.540.0",
173
- "@aws-sdk/middleware-host-header": "3.535.0",
174
- "@aws-sdk/middleware-logger": "3.535.0",
175
- "@aws-sdk/middleware-recursion-detection": "3.535.0",
176
- "@aws-sdk/middleware-user-agent": "3.540.0",
177
- "@aws-sdk/region-config-resolver": "3.535.0",
178
- "@aws-sdk/types": "3.535.0",
179
- "@aws-sdk/util-endpoints": "3.540.0",
180
- "@aws-sdk/util-user-agent-browser": "3.535.0",
181
- "@aws-sdk/util-user-agent-node": "3.535.0",
182
- "@smithy/config-resolver": "^2.2.0",
183
- "@smithy/core": "^1.4.0",
184
- "@smithy/fetch-http-handler": "^2.5.0",
185
- "@smithy/hash-node": "^2.2.0",
186
- "@smithy/invalid-dependency": "^2.2.0",
187
- "@smithy/middleware-content-length": "^2.2.0",
188
- "@smithy/middleware-endpoint": "^2.5.0",
189
- "@smithy/middleware-retry": "^2.2.0",
190
- "@smithy/middleware-serde": "^2.3.0",
191
- "@smithy/middleware-stack": "^2.2.0",
192
- "@smithy/node-config-provider": "^2.3.0",
193
- "@smithy/node-http-handler": "^2.5.0",
194
- "@smithy/protocol-http": "^3.3.0",
195
- "@smithy/smithy-client": "^2.5.0",
196
- "@smithy/types": "^2.12.0",
197
- "@smithy/url-parser": "^2.2.0",
198
- "@smithy/util-base64": "^2.3.0",
199
- "@smithy/util-body-length-browser": "^2.2.0",
200
- "@smithy/util-body-length-node": "^2.3.0",
201
- "@smithy/util-defaults-mode-browser": "^2.2.0",
202
- "@smithy/util-defaults-mode-node": "^2.3.0",
203
- "@smithy/util-endpoints": "^1.2.0",
204
- "@smithy/util-middleware": "^2.2.0",
205
- "@smithy/util-retry": "^2.2.0",
206
- "@smithy/util-utf8": "^2.3.0",
207
- "@smithy/util-waiter": "^2.2.0",
158
+ "@aws-sdk/client-sso-oidc": "3.583.0",
159
+ "@aws-sdk/client-sts": "3.583.0",
160
+ "@aws-sdk/core": "3.582.0",
161
+ "@aws-sdk/credential-provider-node": "3.583.0",
162
+ "@aws-sdk/middleware-host-header": "3.577.0",
163
+ "@aws-sdk/middleware-logger": "3.577.0",
164
+ "@aws-sdk/middleware-recursion-detection": "3.577.0",
165
+ "@aws-sdk/middleware-user-agent": "3.583.0",
166
+ "@aws-sdk/region-config-resolver": "3.577.0",
167
+ "@aws-sdk/types": "3.577.0",
168
+ "@aws-sdk/util-endpoints": "3.583.0",
169
+ "@aws-sdk/util-user-agent-browser": "3.577.0",
170
+ "@aws-sdk/util-user-agent-node": "3.577.0",
171
+ "@smithy/config-resolver": "^3.0.0",
172
+ "@smithy/core": "^2.0.1",
173
+ "@smithy/fetch-http-handler": "^3.0.1",
174
+ "@smithy/hash-node": "^3.0.0",
175
+ "@smithy/invalid-dependency": "^3.0.0",
176
+ "@smithy/middleware-content-length": "^3.0.0",
177
+ "@smithy/middleware-endpoint": "^3.0.0",
178
+ "@smithy/middleware-retry": "^3.0.1",
179
+ "@smithy/middleware-serde": "^3.0.0",
180
+ "@smithy/middleware-stack": "^3.0.0",
181
+ "@smithy/node-config-provider": "^3.0.0",
182
+ "@smithy/node-http-handler": "^3.0.0",
183
+ "@smithy/protocol-http": "^4.0.0",
184
+ "@smithy/smithy-client": "^3.0.1",
185
+ "@smithy/types": "^3.0.0",
186
+ "@smithy/url-parser": "^3.0.0",
187
+ "@smithy/util-base64": "^3.0.0",
188
+ "@smithy/util-body-length-browser": "^3.0.0",
189
+ "@smithy/util-body-length-node": "^3.0.0",
190
+ "@smithy/util-defaults-mode-browser": "^3.0.1",
191
+ "@smithy/util-defaults-mode-node": "^3.0.1",
192
+ "@smithy/util-endpoints": "^2.0.0",
193
+ "@smithy/util-middleware": "^3.0.0",
194
+ "@smithy/util-retry": "^3.0.0",
195
+ "@smithy/util-utf8": "^3.0.0",
196
+ "@smithy/util-waiter": "^3.0.0",
208
197
  "tslib": "^2.6.2",
209
198
  "uuid": "^9.0.1"
210
199
  },
211
200
  "engines": {
212
- "node": ">=14.0.0"
201
+ "node": ">=16.0.0"
213
202
  }
214
203
  },
215
204
  "node_modules/@aws-sdk/client-sso": {
216
- "version": "3.540.0",
217
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.540.0.tgz",
218
- "integrity": "sha512-rrQZMuw4sxIo3eyAUUzPQRA336mPRnrAeSlSdVHBKZD8Fjvoy0lYry2vNhkPLpFZLso1J66KRyuIv4LzRR3v1Q==",
205
+ "version": "3.583.0",
206
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.583.0.tgz",
207
+ "integrity": "sha512-FNJ2MmiBtZZwgkj4+GLVrzqwmD6D8FBptrFZk7PnGkSf7v1Q8txYNI6gY938RRhYJ4lBW4cNbhPvWoDxAl90Hw==",
208
+ "license": "Apache-2.0",
219
209
  "dependencies": {
220
210
  "@aws-crypto/sha256-browser": "3.0.0",
221
211
  "@aws-crypto/sha256-js": "3.0.0",
222
- "@aws-sdk/core": "3.535.0",
223
- "@aws-sdk/middleware-host-header": "3.535.0",
224
- "@aws-sdk/middleware-logger": "3.535.0",
225
- "@aws-sdk/middleware-recursion-detection": "3.535.0",
226
- "@aws-sdk/middleware-user-agent": "3.540.0",
227
- "@aws-sdk/region-config-resolver": "3.535.0",
228
- "@aws-sdk/types": "3.535.0",
229
- "@aws-sdk/util-endpoints": "3.540.0",
230
- "@aws-sdk/util-user-agent-browser": "3.535.0",
231
- "@aws-sdk/util-user-agent-node": "3.535.0",
232
- "@smithy/config-resolver": "^2.2.0",
233
- "@smithy/core": "^1.4.0",
234
- "@smithy/fetch-http-handler": "^2.5.0",
235
- "@smithy/hash-node": "^2.2.0",
236
- "@smithy/invalid-dependency": "^2.2.0",
237
- "@smithy/middleware-content-length": "^2.2.0",
238
- "@smithy/middleware-endpoint": "^2.5.0",
239
- "@smithy/middleware-retry": "^2.2.0",
240
- "@smithy/middleware-serde": "^2.3.0",
241
- "@smithy/middleware-stack": "^2.2.0",
242
- "@smithy/node-config-provider": "^2.3.0",
243
- "@smithy/node-http-handler": "^2.5.0",
244
- "@smithy/protocol-http": "^3.3.0",
245
- "@smithy/smithy-client": "^2.5.0",
246
- "@smithy/types": "^2.12.0",
247
- "@smithy/url-parser": "^2.2.0",
248
- "@smithy/util-base64": "^2.3.0",
249
- "@smithy/util-body-length-browser": "^2.2.0",
250
- "@smithy/util-body-length-node": "^2.3.0",
251
- "@smithy/util-defaults-mode-browser": "^2.2.0",
252
- "@smithy/util-defaults-mode-node": "^2.3.0",
253
- "@smithy/util-endpoints": "^1.2.0",
254
- "@smithy/util-middleware": "^2.2.0",
255
- "@smithy/util-retry": "^2.2.0",
256
- "@smithy/util-utf8": "^2.3.0",
212
+ "@aws-sdk/core": "3.582.0",
213
+ "@aws-sdk/middleware-host-header": "3.577.0",
214
+ "@aws-sdk/middleware-logger": "3.577.0",
215
+ "@aws-sdk/middleware-recursion-detection": "3.577.0",
216
+ "@aws-sdk/middleware-user-agent": "3.583.0",
217
+ "@aws-sdk/region-config-resolver": "3.577.0",
218
+ "@aws-sdk/types": "3.577.0",
219
+ "@aws-sdk/util-endpoints": "3.583.0",
220
+ "@aws-sdk/util-user-agent-browser": "3.577.0",
221
+ "@aws-sdk/util-user-agent-node": "3.577.0",
222
+ "@smithy/config-resolver": "^3.0.0",
223
+ "@smithy/core": "^2.0.1",
224
+ "@smithy/fetch-http-handler": "^3.0.1",
225
+ "@smithy/hash-node": "^3.0.0",
226
+ "@smithy/invalid-dependency": "^3.0.0",
227
+ "@smithy/middleware-content-length": "^3.0.0",
228
+ "@smithy/middleware-endpoint": "^3.0.0",
229
+ "@smithy/middleware-retry": "^3.0.1",
230
+ "@smithy/middleware-serde": "^3.0.0",
231
+ "@smithy/middleware-stack": "^3.0.0",
232
+ "@smithy/node-config-provider": "^3.0.0",
233
+ "@smithy/node-http-handler": "^3.0.0",
234
+ "@smithy/protocol-http": "^4.0.0",
235
+ "@smithy/smithy-client": "^3.0.1",
236
+ "@smithy/types": "^3.0.0",
237
+ "@smithy/url-parser": "^3.0.0",
238
+ "@smithy/util-base64": "^3.0.0",
239
+ "@smithy/util-body-length-browser": "^3.0.0",
240
+ "@smithy/util-body-length-node": "^3.0.0",
241
+ "@smithy/util-defaults-mode-browser": "^3.0.1",
242
+ "@smithy/util-defaults-mode-node": "^3.0.1",
243
+ "@smithy/util-endpoints": "^2.0.0",
244
+ "@smithy/util-middleware": "^3.0.0",
245
+ "@smithy/util-retry": "^3.0.0",
246
+ "@smithy/util-utf8": "^3.0.0",
257
247
  "tslib": "^2.6.2"
258
248
  },
259
249
  "engines": {
260
- "node": ">=14.0.0"
250
+ "node": ">=16.0.0"
261
251
  }
262
252
  },
263
253
  "node_modules/@aws-sdk/client-sso-oidc": {
264
- "version": "3.540.0",
265
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.540.0.tgz",
266
- "integrity": "sha512-LZYK0lBRQK8D8M3Sqc96XiXkAV2v70zhTtF6weyzEpgwxZMfSuFJjs0jFyhaeZBZbZv7BBghIdhJ5TPavNxGMQ==",
254
+ "version": "3.583.0",
255
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.583.0.tgz",
256
+ "integrity": "sha512-LO3wmrFXPi2kNE46lD1XATfRrvdNxXd4DlTFouoWmr7lvqoUkcbmtkV2r/XChZA2z0HiDauphC1e8b8laJVeSg==",
257
+ "license": "Apache-2.0",
267
258
  "dependencies": {
268
259
  "@aws-crypto/sha256-browser": "3.0.0",
269
260
  "@aws-crypto/sha256-js": "3.0.0",
270
- "@aws-sdk/client-sts": "3.540.0",
271
- "@aws-sdk/core": "3.535.0",
272
- "@aws-sdk/middleware-host-header": "3.535.0",
273
- "@aws-sdk/middleware-logger": "3.535.0",
274
- "@aws-sdk/middleware-recursion-detection": "3.535.0",
275
- "@aws-sdk/middleware-user-agent": "3.540.0",
276
- "@aws-sdk/region-config-resolver": "3.535.0",
277
- "@aws-sdk/types": "3.535.0",
278
- "@aws-sdk/util-endpoints": "3.540.0",
279
- "@aws-sdk/util-user-agent-browser": "3.535.0",
280
- "@aws-sdk/util-user-agent-node": "3.535.0",
281
- "@smithy/config-resolver": "^2.2.0",
282
- "@smithy/core": "^1.4.0",
283
- "@smithy/fetch-http-handler": "^2.5.0",
284
- "@smithy/hash-node": "^2.2.0",
285
- "@smithy/invalid-dependency": "^2.2.0",
286
- "@smithy/middleware-content-length": "^2.2.0",
287
- "@smithy/middleware-endpoint": "^2.5.0",
288
- "@smithy/middleware-retry": "^2.2.0",
289
- "@smithy/middleware-serde": "^2.3.0",
290
- "@smithy/middleware-stack": "^2.2.0",
291
- "@smithy/node-config-provider": "^2.3.0",
292
- "@smithy/node-http-handler": "^2.5.0",
293
- "@smithy/protocol-http": "^3.3.0",
294
- "@smithy/smithy-client": "^2.5.0",
295
- "@smithy/types": "^2.12.0",
296
- "@smithy/url-parser": "^2.2.0",
297
- "@smithy/util-base64": "^2.3.0",
298
- "@smithy/util-body-length-browser": "^2.2.0",
299
- "@smithy/util-body-length-node": "^2.3.0",
300
- "@smithy/util-defaults-mode-browser": "^2.2.0",
301
- "@smithy/util-defaults-mode-node": "^2.3.0",
302
- "@smithy/util-endpoints": "^1.2.0",
303
- "@smithy/util-middleware": "^2.2.0",
304
- "@smithy/util-retry": "^2.2.0",
305
- "@smithy/util-utf8": "^2.3.0",
261
+ "@aws-sdk/client-sts": "3.583.0",
262
+ "@aws-sdk/core": "3.582.0",
263
+ "@aws-sdk/credential-provider-node": "3.583.0",
264
+ "@aws-sdk/middleware-host-header": "3.577.0",
265
+ "@aws-sdk/middleware-logger": "3.577.0",
266
+ "@aws-sdk/middleware-recursion-detection": "3.577.0",
267
+ "@aws-sdk/middleware-user-agent": "3.583.0",
268
+ "@aws-sdk/region-config-resolver": "3.577.0",
269
+ "@aws-sdk/types": "3.577.0",
270
+ "@aws-sdk/util-endpoints": "3.583.0",
271
+ "@aws-sdk/util-user-agent-browser": "3.577.0",
272
+ "@aws-sdk/util-user-agent-node": "3.577.0",
273
+ "@smithy/config-resolver": "^3.0.0",
274
+ "@smithy/core": "^2.0.1",
275
+ "@smithy/fetch-http-handler": "^3.0.1",
276
+ "@smithy/hash-node": "^3.0.0",
277
+ "@smithy/invalid-dependency": "^3.0.0",
278
+ "@smithy/middleware-content-length": "^3.0.0",
279
+ "@smithy/middleware-endpoint": "^3.0.0",
280
+ "@smithy/middleware-retry": "^3.0.1",
281
+ "@smithy/middleware-serde": "^3.0.0",
282
+ "@smithy/middleware-stack": "^3.0.0",
283
+ "@smithy/node-config-provider": "^3.0.0",
284
+ "@smithy/node-http-handler": "^3.0.0",
285
+ "@smithy/protocol-http": "^4.0.0",
286
+ "@smithy/smithy-client": "^3.0.1",
287
+ "@smithy/types": "^3.0.0",
288
+ "@smithy/url-parser": "^3.0.0",
289
+ "@smithy/util-base64": "^3.0.0",
290
+ "@smithy/util-body-length-browser": "^3.0.0",
291
+ "@smithy/util-body-length-node": "^3.0.0",
292
+ "@smithy/util-defaults-mode-browser": "^3.0.1",
293
+ "@smithy/util-defaults-mode-node": "^3.0.1",
294
+ "@smithy/util-endpoints": "^2.0.0",
295
+ "@smithy/util-middleware": "^3.0.0",
296
+ "@smithy/util-retry": "^3.0.0",
297
+ "@smithy/util-utf8": "^3.0.0",
306
298
  "tslib": "^2.6.2"
307
299
  },
308
300
  "engines": {
309
- "node": ">=14.0.0"
310
- },
311
- "peerDependencies": {
312
- "@aws-sdk/credential-provider-node": "^3.540.0"
301
+ "node": ">=16.0.0"
313
302
  }
314
303
  },
315
304
  "node_modules/@aws-sdk/client-sts": {
316
- "version": "3.540.0",
317
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.540.0.tgz",
318
- "integrity": "sha512-ITHUQxvpqfQX6obfpIi3KYGzZYfe/I5Ixjfxoi5lB7ISCtmxqObKB1fzD93wonkMJytJ7LUO8panZl/ojiJ1uw==",
305
+ "version": "3.583.0",
306
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.583.0.tgz",
307
+ "integrity": "sha512-xDMxiemPDWr9dY2Q4AyixkRnk/hvS6fs6OWxuVCz1WO47YhaAfOsEGAgQMgDLLaOfj/oLU5D14uTNBEPGh4rBA==",
308
+ "license": "Apache-2.0",
319
309
  "dependencies": {
320
310
  "@aws-crypto/sha256-browser": "3.0.0",
321
311
  "@aws-crypto/sha256-js": "3.0.0",
322
- "@aws-sdk/core": "3.535.0",
323
- "@aws-sdk/middleware-host-header": "3.535.0",
324
- "@aws-sdk/middleware-logger": "3.535.0",
325
- "@aws-sdk/middleware-recursion-detection": "3.535.0",
326
- "@aws-sdk/middleware-user-agent": "3.540.0",
327
- "@aws-sdk/region-config-resolver": "3.535.0",
328
- "@aws-sdk/types": "3.535.0",
329
- "@aws-sdk/util-endpoints": "3.540.0",
330
- "@aws-sdk/util-user-agent-browser": "3.535.0",
331
- "@aws-sdk/util-user-agent-node": "3.535.0",
332
- "@smithy/config-resolver": "^2.2.0",
333
- "@smithy/core": "^1.4.0",
334
- "@smithy/fetch-http-handler": "^2.5.0",
335
- "@smithy/hash-node": "^2.2.0",
336
- "@smithy/invalid-dependency": "^2.2.0",
337
- "@smithy/middleware-content-length": "^2.2.0",
338
- "@smithy/middleware-endpoint": "^2.5.0",
339
- "@smithy/middleware-retry": "^2.2.0",
340
- "@smithy/middleware-serde": "^2.3.0",
341
- "@smithy/middleware-stack": "^2.2.0",
342
- "@smithy/node-config-provider": "^2.3.0",
343
- "@smithy/node-http-handler": "^2.5.0",
344
- "@smithy/protocol-http": "^3.3.0",
345
- "@smithy/smithy-client": "^2.5.0",
346
- "@smithy/types": "^2.12.0",
347
- "@smithy/url-parser": "^2.2.0",
348
- "@smithy/util-base64": "^2.3.0",
349
- "@smithy/util-body-length-browser": "^2.2.0",
350
- "@smithy/util-body-length-node": "^2.3.0",
351
- "@smithy/util-defaults-mode-browser": "^2.2.0",
352
- "@smithy/util-defaults-mode-node": "^2.3.0",
353
- "@smithy/util-endpoints": "^1.2.0",
354
- "@smithy/util-middleware": "^2.2.0",
355
- "@smithy/util-retry": "^2.2.0",
356
- "@smithy/util-utf8": "^2.3.0",
312
+ "@aws-sdk/client-sso-oidc": "3.583.0",
313
+ "@aws-sdk/core": "3.582.0",
314
+ "@aws-sdk/credential-provider-node": "3.583.0",
315
+ "@aws-sdk/middleware-host-header": "3.577.0",
316
+ "@aws-sdk/middleware-logger": "3.577.0",
317
+ "@aws-sdk/middleware-recursion-detection": "3.577.0",
318
+ "@aws-sdk/middleware-user-agent": "3.583.0",
319
+ "@aws-sdk/region-config-resolver": "3.577.0",
320
+ "@aws-sdk/types": "3.577.0",
321
+ "@aws-sdk/util-endpoints": "3.583.0",
322
+ "@aws-sdk/util-user-agent-browser": "3.577.0",
323
+ "@aws-sdk/util-user-agent-node": "3.577.0",
324
+ "@smithy/config-resolver": "^3.0.0",
325
+ "@smithy/core": "^2.0.1",
326
+ "@smithy/fetch-http-handler": "^3.0.1",
327
+ "@smithy/hash-node": "^3.0.0",
328
+ "@smithy/invalid-dependency": "^3.0.0",
329
+ "@smithy/middleware-content-length": "^3.0.0",
330
+ "@smithy/middleware-endpoint": "^3.0.0",
331
+ "@smithy/middleware-retry": "^3.0.1",
332
+ "@smithy/middleware-serde": "^3.0.0",
333
+ "@smithy/middleware-stack": "^3.0.0",
334
+ "@smithy/node-config-provider": "^3.0.0",
335
+ "@smithy/node-http-handler": "^3.0.0",
336
+ "@smithy/protocol-http": "^4.0.0",
337
+ "@smithy/smithy-client": "^3.0.1",
338
+ "@smithy/types": "^3.0.0",
339
+ "@smithy/url-parser": "^3.0.0",
340
+ "@smithy/util-base64": "^3.0.0",
341
+ "@smithy/util-body-length-browser": "^3.0.0",
342
+ "@smithy/util-body-length-node": "^3.0.0",
343
+ "@smithy/util-defaults-mode-browser": "^3.0.1",
344
+ "@smithy/util-defaults-mode-node": "^3.0.1",
345
+ "@smithy/util-endpoints": "^2.0.0",
346
+ "@smithy/util-middleware": "^3.0.0",
347
+ "@smithy/util-retry": "^3.0.0",
348
+ "@smithy/util-utf8": "^3.0.0",
357
349
  "tslib": "^2.6.2"
358
350
  },
359
351
  "engines": {
360
- "node": ">=14.0.0"
361
- },
362
- "peerDependencies": {
363
- "@aws-sdk/credential-provider-node": "^3.540.0"
352
+ "node": ">=16.0.0"
364
353
  }
365
354
  },
366
355
  "node_modules/@aws-sdk/core": {
367
- "version": "3.535.0",
368
- "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.535.0.tgz",
369
- "integrity": "sha512-+Yusa9HziuaEDta1UaLEtMAtmgvxdxhPn7jgfRY6PplqAqgsfa5FR83sxy5qr2q7xjQTwHtV4MjQVuOjG9JsLw==",
370
- "dependencies": {
371
- "@smithy/core": "^1.4.0",
372
- "@smithy/protocol-http": "^3.3.0",
373
- "@smithy/signature-v4": "^2.2.0",
374
- "@smithy/smithy-client": "^2.5.0",
375
- "@smithy/types": "^2.12.0",
356
+ "version": "3.582.0",
357
+ "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.582.0.tgz",
358
+ "integrity": "sha512-ofmD96IQc9g1dbyqlCyxu5fCG7kIl9p1NoN5+vGBUyLdbmPCV3Pdg99nRHYEJuv2MgGx5AUFGDPMHcqbJpnZIw==",
359
+ "license": "Apache-2.0",
360
+ "dependencies": {
361
+ "@smithy/core": "^2.0.1",
362
+ "@smithy/protocol-http": "^4.0.0",
363
+ "@smithy/signature-v4": "^3.0.0",
364
+ "@smithy/smithy-client": "^3.0.1",
365
+ "@smithy/types": "^3.0.0",
376
366
  "fast-xml-parser": "4.2.5",
377
367
  "tslib": "^2.6.2"
378
368
  },
379
369
  "engines": {
380
- "node": ">=14.0.0"
370
+ "node": ">=16.0.0"
381
371
  }
382
372
  },
383
373
  "node_modules/@aws-sdk/credential-provider-env": {
384
- "version": "3.535.0",
385
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.535.0.tgz",
386
- "integrity": "sha512-XppwO8c0GCGSAvdzyJOhbtktSEaShg14VJKg8mpMa1XcgqzmcqqHQjtDWbx5rZheY1VdpXZhpEzJkB6LpQejpA==",
374
+ "version": "3.577.0",
375
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.577.0.tgz",
376
+ "integrity": "sha512-Jxu255j0gToMGEiqufP8ZtKI8HW90lOLjwJ3LrdlD/NLsAY0tOQf1fWc53u28hWmmNGMxmCrL2p66IOgMDhDUw==",
377
+ "license": "Apache-2.0",
387
378
  "dependencies": {
388
- "@aws-sdk/types": "3.535.0",
389
- "@smithy/property-provider": "^2.2.0",
390
- "@smithy/types": "^2.12.0",
379
+ "@aws-sdk/types": "3.577.0",
380
+ "@smithy/property-provider": "^3.0.0",
381
+ "@smithy/types": "^3.0.0",
391
382
  "tslib": "^2.6.2"
392
383
  },
393
384
  "engines": {
394
- "node": ">=14.0.0"
385
+ "node": ">=16.0.0"
395
386
  }
396
387
  },
397
388
  "node_modules/@aws-sdk/credential-provider-http": {
398
- "version": "3.535.0",
399
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.535.0.tgz",
400
- "integrity": "sha512-kdj1wCmOMZ29jSlUskRqN04S6fJ4dvt0Nq9Z32SA6wO7UG8ht6Ot9h/au/eTWJM3E1somZ7D771oK7dQt9b8yw==",
401
- "dependencies": {
402
- "@aws-sdk/types": "3.535.0",
403
- "@smithy/fetch-http-handler": "^2.5.0",
404
- "@smithy/node-http-handler": "^2.5.0",
405
- "@smithy/property-provider": "^2.2.0",
406
- "@smithy/protocol-http": "^3.3.0",
407
- "@smithy/smithy-client": "^2.5.0",
408
- "@smithy/types": "^2.12.0",
409
- "@smithy/util-stream": "^2.2.0",
389
+ "version": "3.582.0",
390
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.582.0.tgz",
391
+ "integrity": "sha512-kGOUKw5ryPkDIYB69PjK3SicVLTbWB06ouFN2W1EvqUJpkQGPAUGzYcomKtt3mJaCTf/1kfoaHwARAl6KKSP8Q==",
392
+ "license": "Apache-2.0",
393
+ "dependencies": {
394
+ "@aws-sdk/types": "3.577.0",
395
+ "@smithy/fetch-http-handler": "^3.0.1",
396
+ "@smithy/node-http-handler": "^3.0.0",
397
+ "@smithy/property-provider": "^3.0.0",
398
+ "@smithy/protocol-http": "^4.0.0",
399
+ "@smithy/smithy-client": "^3.0.1",
400
+ "@smithy/types": "^3.0.0",
401
+ "@smithy/util-stream": "^3.0.1",
410
402
  "tslib": "^2.6.2"
411
403
  },
412
404
  "engines": {
413
- "node": ">=14.0.0"
405
+ "node": ">=16.0.0"
414
406
  }
415
407
  },
416
408
  "node_modules/@aws-sdk/credential-provider-ini": {
417
- "version": "3.540.0",
418
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.540.0.tgz",
419
- "integrity": "sha512-igN/RbsnulIBwqXbwsWmR3srqmtbPF1dm+JteGvUY31FW65fTVvWvSr945Y/cf1UbhPmIQXntlsqESqpkhTHwg==",
420
- "dependencies": {
421
- "@aws-sdk/client-sts": "3.540.0",
422
- "@aws-sdk/credential-provider-env": "3.535.0",
423
- "@aws-sdk/credential-provider-process": "3.535.0",
424
- "@aws-sdk/credential-provider-sso": "3.540.0",
425
- "@aws-sdk/credential-provider-web-identity": "3.540.0",
426
- "@aws-sdk/types": "3.535.0",
427
- "@smithy/credential-provider-imds": "^2.3.0",
428
- "@smithy/property-provider": "^2.2.0",
429
- "@smithy/shared-ini-file-loader": "^2.4.0",
430
- "@smithy/types": "^2.12.0",
409
+ "version": "3.583.0",
410
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.583.0.tgz",
411
+ "integrity": "sha512-8I0oWNg/yps6ctjhEeL/qJ9BIa/+xXP7RPDQqFKZ2zBkWbmLLOoMWXRvl8uKUBD6qCe+DGmcu9skfVXeXSesEQ==",
412
+ "license": "Apache-2.0",
413
+ "dependencies": {
414
+ "@aws-sdk/credential-provider-env": "3.577.0",
415
+ "@aws-sdk/credential-provider-process": "3.577.0",
416
+ "@aws-sdk/credential-provider-sso": "3.583.0",
417
+ "@aws-sdk/credential-provider-web-identity": "3.577.0",
418
+ "@aws-sdk/types": "3.577.0",
419
+ "@smithy/credential-provider-imds": "^3.0.0",
420
+ "@smithy/property-provider": "^3.0.0",
421
+ "@smithy/shared-ini-file-loader": "^3.0.0",
422
+ "@smithy/types": "^3.0.0",
431
423
  "tslib": "^2.6.2"
432
424
  },
433
425
  "engines": {
434
- "node": ">=14.0.0"
426
+ "node": ">=16.0.0"
427
+ },
428
+ "peerDependencies": {
429
+ "@aws-sdk/client-sts": "^3.583.0"
435
430
  }
436
431
  },
437
432
  "node_modules/@aws-sdk/credential-provider-node": {
438
- "version": "3.540.0",
439
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.540.0.tgz",
440
- "integrity": "sha512-HKQZJbLHlrHX9A0B1poiYNXIIQfy8whTjuosTCYKPDBhhUyVAQfxy/KG726j0v43IhaNPLgTGZCJve4hAsazSw==",
441
- "dependencies": {
442
- "@aws-sdk/credential-provider-env": "3.535.0",
443
- "@aws-sdk/credential-provider-http": "3.535.0",
444
- "@aws-sdk/credential-provider-ini": "3.540.0",
445
- "@aws-sdk/credential-provider-process": "3.535.0",
446
- "@aws-sdk/credential-provider-sso": "3.540.0",
447
- "@aws-sdk/credential-provider-web-identity": "3.540.0",
448
- "@aws-sdk/types": "3.535.0",
449
- "@smithy/credential-provider-imds": "^2.3.0",
450
- "@smithy/property-provider": "^2.2.0",
451
- "@smithy/shared-ini-file-loader": "^2.4.0",
452
- "@smithy/types": "^2.12.0",
433
+ "version": "3.583.0",
434
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.583.0.tgz",
435
+ "integrity": "sha512-yBNypBXny7zJH85SzxDj8s1mbLXv9c/Vbq0qR3R3POj2idZ6ywB/qlIRC1XwBuv49Wvg8kA1wKXk3K3jrpcVIw==",
436
+ "license": "Apache-2.0",
437
+ "dependencies": {
438
+ "@aws-sdk/credential-provider-env": "3.577.0",
439
+ "@aws-sdk/credential-provider-http": "3.582.0",
440
+ "@aws-sdk/credential-provider-ini": "3.583.0",
441
+ "@aws-sdk/credential-provider-process": "3.577.0",
442
+ "@aws-sdk/credential-provider-sso": "3.583.0",
443
+ "@aws-sdk/credential-provider-web-identity": "3.577.0",
444
+ "@aws-sdk/types": "3.577.0",
445
+ "@smithy/credential-provider-imds": "^3.0.0",
446
+ "@smithy/property-provider": "^3.0.0",
447
+ "@smithy/shared-ini-file-loader": "^3.0.0",
448
+ "@smithy/types": "^3.0.0",
453
449
  "tslib": "^2.6.2"
454
450
  },
455
451
  "engines": {
456
- "node": ">=14.0.0"
452
+ "node": ">=16.0.0"
457
453
  }
458
454
  },
459
455
  "node_modules/@aws-sdk/credential-provider-process": {
460
- "version": "3.535.0",
461
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.535.0.tgz",
462
- "integrity": "sha512-9O1OaprGCnlb/kYl8RwmH7Mlg8JREZctB8r9sa1KhSsWFq/SWO0AuJTyowxD7zL5PkeS4eTvzFFHWCa3OO5epA==",
456
+ "version": "3.577.0",
457
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.577.0.tgz",
458
+ "integrity": "sha512-Gin6BWtOiXxIgITrJ3Nwc+Y2P1uVT6huYR4EcbA/DJUPWyO0n9y5UFLewPvVbLkRn15JeEqErBLUrHclkiOKtw==",
459
+ "license": "Apache-2.0",
463
460
  "dependencies": {
464
- "@aws-sdk/types": "3.535.0",
465
- "@smithy/property-provider": "^2.2.0",
466
- "@smithy/shared-ini-file-loader": "^2.4.0",
467
- "@smithy/types": "^2.12.0",
461
+ "@aws-sdk/types": "3.577.0",
462
+ "@smithy/property-provider": "^3.0.0",
463
+ "@smithy/shared-ini-file-loader": "^3.0.0",
464
+ "@smithy/types": "^3.0.0",
468
465
  "tslib": "^2.6.2"
469
466
  },
470
467
  "engines": {
471
- "node": ">=14.0.0"
468
+ "node": ">=16.0.0"
472
469
  }
473
470
  },
474
471
  "node_modules/@aws-sdk/credential-provider-sso": {
475
- "version": "3.540.0",
476
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.540.0.tgz",
477
- "integrity": "sha512-tKkFqK227LF5ajc5EL6asXS32p3nkofpP8G7NRpU7zOEOQCg01KUc4JRX+ItI0T007CiN1J19yNoFqHLT/SqHg==",
478
- "dependencies": {
479
- "@aws-sdk/client-sso": "3.540.0",
480
- "@aws-sdk/token-providers": "3.540.0",
481
- "@aws-sdk/types": "3.535.0",
482
- "@smithy/property-provider": "^2.2.0",
483
- "@smithy/shared-ini-file-loader": "^2.4.0",
484
- "@smithy/types": "^2.12.0",
472
+ "version": "3.583.0",
473
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.583.0.tgz",
474
+ "integrity": "sha512-G/1EvL9tBezSiU+06tG4K/kOvFfPjnheT4JSXqjPM7+vjKzgp2jxp1J9MMd69zs4jVWon932zMeGgjrCplzMEg==",
475
+ "license": "Apache-2.0",
476
+ "dependencies": {
477
+ "@aws-sdk/client-sso": "3.583.0",
478
+ "@aws-sdk/token-providers": "3.577.0",
479
+ "@aws-sdk/types": "3.577.0",
480
+ "@smithy/property-provider": "^3.0.0",
481
+ "@smithy/shared-ini-file-loader": "^3.0.0",
482
+ "@smithy/types": "^3.0.0",
485
483
  "tslib": "^2.6.2"
486
484
  },
487
485
  "engines": {
488
- "node": ">=14.0.0"
486
+ "node": ">=16.0.0"
489
487
  }
490
488
  },
491
489
  "node_modules/@aws-sdk/credential-provider-web-identity": {
492
- "version": "3.540.0",
493
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.540.0.tgz",
494
- "integrity": "sha512-OpDm9w3A168B44hSjpnvECP4rvnFzD86rN4VYdGADuCvEa5uEcdA/JuT5WclFPDqdWEmFBqS1pxBIJBf0g2Q9Q==",
495
- "dependencies": {
496
- "@aws-sdk/client-sts": "3.540.0",
497
- "@aws-sdk/types": "3.535.0",
498
- "@smithy/property-provider": "^2.2.0",
499
- "@smithy/types": "^2.12.0",
490
+ "version": "3.577.0",
491
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.577.0.tgz",
492
+ "integrity": "sha512-ZGHGNRaCtJJmszb9UTnC7izNCtRUttdPlLdMkh41KPS32vfdrBDHs1JrpbZijItRj1xKuOXsiYSXLAaHGcLh8Q==",
493
+ "license": "Apache-2.0",
494
+ "dependencies": {
495
+ "@aws-sdk/types": "3.577.0",
496
+ "@smithy/property-provider": "^3.0.0",
497
+ "@smithy/types": "^3.0.0",
500
498
  "tslib": "^2.6.2"
501
499
  },
502
500
  "engines": {
503
- "node": ">=14.0.0"
501
+ "node": ">=16.0.0"
502
+ },
503
+ "peerDependencies": {
504
+ "@aws-sdk/client-sts": "^3.577.0"
504
505
  }
505
506
  },
506
507
  "node_modules/@aws-sdk/middleware-host-header": {
507
- "version": "3.535.0",
508
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.535.0.tgz",
509
- "integrity": "sha512-0h6TWjBWtDaYwHMQJI9ulafeS4lLaw1vIxRjbpH0svFRt6Eve+Sy8NlVhECfTU2hNz/fLubvrUxsXoThaLBIew==",
508
+ "version": "3.577.0",
509
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.577.0.tgz",
510
+ "integrity": "sha512-9ca5MJz455CODIVXs0/sWmJm7t3QO4EUa1zf8pE8grLpzf0J94bz/skDWm37Pli13T3WaAQBHCTiH2gUVfCsWg==",
511
+ "license": "Apache-2.0",
510
512
  "dependencies": {
511
- "@aws-sdk/types": "3.535.0",
512
- "@smithy/protocol-http": "^3.3.0",
513
- "@smithy/types": "^2.12.0",
513
+ "@aws-sdk/types": "3.577.0",
514
+ "@smithy/protocol-http": "^4.0.0",
515
+ "@smithy/types": "^3.0.0",
514
516
  "tslib": "^2.6.2"
515
517
  },
516
518
  "engines": {
517
- "node": ">=14.0.0"
519
+ "node": ">=16.0.0"
518
520
  }
519
521
  },
520
522
  "node_modules/@aws-sdk/middleware-logger": {
521
- "version": "3.535.0",
522
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.535.0.tgz",
523
- "integrity": "sha512-huNHpONOrEDrdRTvSQr1cJiRMNf0S52NDXtaPzdxiubTkP+vni2MohmZANMOai/qT0olmEVX01LhZ0ZAOgmg6A==",
523
+ "version": "3.577.0",
524
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.577.0.tgz",
525
+ "integrity": "sha512-aPFGpGjTZcJYk+24bg7jT4XdIp42mFXSuPt49lw5KygefLyJM/sB0bKKqPYYivW0rcuZ9brQ58eZUNthrzYAvg==",
526
+ "license": "Apache-2.0",
524
527
  "dependencies": {
525
- "@aws-sdk/types": "3.535.0",
526
- "@smithy/types": "^2.12.0",
528
+ "@aws-sdk/types": "3.577.0",
529
+ "@smithy/types": "^3.0.0",
527
530
  "tslib": "^2.6.2"
528
531
  },
529
532
  "engines": {
530
- "node": ">=14.0.0"
533
+ "node": ">=16.0.0"
531
534
  }
532
535
  },
533
536
  "node_modules/@aws-sdk/middleware-recursion-detection": {
534
- "version": "3.535.0",
535
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.535.0.tgz",
536
- "integrity": "sha512-am2qgGs+gwqmR4wHLWpzlZ8PWhm4ktj5bYSgDrsOfjhdBlWNxvPoID9/pDAz5RWL48+oH7I6SQzMqxXsFDikrw==",
537
+ "version": "3.577.0",
538
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.577.0.tgz",
539
+ "integrity": "sha512-pn3ZVEd2iobKJlR3H+bDilHjgRnNrQ6HMmK9ZzZw89Ckn3Dcbv48xOv4RJvu0aU8SDLl/SNCxppKjeLDTPGBNA==",
540
+ "license": "Apache-2.0",
537
541
  "dependencies": {
538
- "@aws-sdk/types": "3.535.0",
539
- "@smithy/protocol-http": "^3.3.0",
540
- "@smithy/types": "^2.12.0",
542
+ "@aws-sdk/types": "3.577.0",
543
+ "@smithy/protocol-http": "^4.0.0",
544
+ "@smithy/types": "^3.0.0",
541
545
  "tslib": "^2.6.2"
542
546
  },
543
547
  "engines": {
544
- "node": ">=14.0.0"
548
+ "node": ">=16.0.0"
545
549
  }
546
550
  },
547
551
  "node_modules/@aws-sdk/middleware-user-agent": {
548
- "version": "3.540.0",
549
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.540.0.tgz",
550
- "integrity": "sha512-8Rd6wPeXDnOYzWj1XCmOKcx/Q87L0K1/EHqOBocGjLVbN3gmRxBvpmR1pRTjf7IsWfnnzN5btqtcAkfDPYQUMQ==",
551
- "dependencies": {
552
- "@aws-sdk/types": "3.535.0",
553
- "@aws-sdk/util-endpoints": "3.540.0",
554
- "@smithy/protocol-http": "^3.3.0",
555
- "@smithy/types": "^2.12.0",
552
+ "version": "3.583.0",
553
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.583.0.tgz",
554
+ "integrity": "sha512-xVNXXXDWvBVI/AeVtSdA9SVumqxiZaESk/JpUn9GMkmtTKfter0Cweap+1iQ9j8bRAO0vNhmIkbcvdB1S4WVUw==",
555
+ "license": "Apache-2.0",
556
+ "dependencies": {
557
+ "@aws-sdk/types": "3.577.0",
558
+ "@aws-sdk/util-endpoints": "3.583.0",
559
+ "@smithy/protocol-http": "^4.0.0",
560
+ "@smithy/types": "^3.0.0",
556
561
  "tslib": "^2.6.2"
557
562
  },
558
563
  "engines": {
559
- "node": ">=14.0.0"
564
+ "node": ">=16.0.0"
560
565
  }
561
566
  },
562
567
  "node_modules/@aws-sdk/region-config-resolver": {
563
- "version": "3.535.0",
564
- "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.535.0.tgz",
565
- "integrity": "sha512-IXOznDiaItBjsQy4Fil0kzX/J3HxIOknEphqHbOfUf+LpA5ugcsxuQQONrbEQusCBnfJyymrldBvBhFmtlU9Wg==",
566
- "dependencies": {
567
- "@aws-sdk/types": "3.535.0",
568
- "@smithy/node-config-provider": "^2.3.0",
569
- "@smithy/types": "^2.12.0",
570
- "@smithy/util-config-provider": "^2.3.0",
571
- "@smithy/util-middleware": "^2.2.0",
568
+ "version": "3.577.0",
569
+ "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.577.0.tgz",
570
+ "integrity": "sha512-4ChCFACNwzqx/xjg3zgFcW8Ali6R9C95cFECKWT/7CUM1D0MGvkclSH2cLarmHCmJgU6onKkJroFtWp0kHhgyg==",
571
+ "license": "Apache-2.0",
572
+ "dependencies": {
573
+ "@aws-sdk/types": "3.577.0",
574
+ "@smithy/node-config-provider": "^3.0.0",
575
+ "@smithy/types": "^3.0.0",
576
+ "@smithy/util-config-provider": "^3.0.0",
577
+ "@smithy/util-middleware": "^3.0.0",
572
578
  "tslib": "^2.6.2"
573
579
  },
574
580
  "engines": {
575
- "node": ">=14.0.0"
581
+ "node": ">=16.0.0"
576
582
  }
577
583
  },
578
584
  "node_modules/@aws-sdk/token-providers": {
579
- "version": "3.540.0",
580
- "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.540.0.tgz",
581
- "integrity": "sha512-9BvtiVEZe5Ev88Wa4ZIUbtT6BVcPwhxmVInQ6c12MYNb0WNL54BN6wLy/eknAfF05gpX2/NDU2pUDOyMPdm/+g==",
582
- "dependencies": {
583
- "@aws-sdk/client-sso-oidc": "3.540.0",
584
- "@aws-sdk/types": "3.535.0",
585
- "@smithy/property-provider": "^2.2.0",
586
- "@smithy/shared-ini-file-loader": "^2.4.0",
587
- "@smithy/types": "^2.12.0",
585
+ "version": "3.577.0",
586
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.577.0.tgz",
587
+ "integrity": "sha512-0CkIZpcC3DNQJQ1hDjm2bdSy/Xjs7Ny5YvSsacasGOkNfk+FdkiQy6N67bZX3Zbc9KIx+Nz4bu3iDeNSNplnnQ==",
588
+ "license": "Apache-2.0",
589
+ "dependencies": {
590
+ "@aws-sdk/types": "3.577.0",
591
+ "@smithy/property-provider": "^3.0.0",
592
+ "@smithy/shared-ini-file-loader": "^3.0.0",
593
+ "@smithy/types": "^3.0.0",
588
594
  "tslib": "^2.6.2"
589
595
  },
590
596
  "engines": {
591
- "node": ">=14.0.0"
597
+ "node": ">=16.0.0"
598
+ },
599
+ "peerDependencies": {
600
+ "@aws-sdk/client-sso-oidc": "^3.577.0"
592
601
  }
593
602
  },
594
603
  "node_modules/@aws-sdk/types": {
595
- "version": "3.535.0",
596
- "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.535.0.tgz",
597
- "integrity": "sha512-aY4MYfduNj+sRR37U7XxYR8wemfbKP6lx00ze2M2uubn7mZotuVrWYAafbMSXrdEMSToE5JDhr28vArSOoLcSg==",
604
+ "version": "3.577.0",
605
+ "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.577.0.tgz",
606
+ "integrity": "sha512-FT2JZES3wBKN/alfmhlo+3ZOq/XJ0C7QOZcDNrpKjB0kqYoKjhVKZ/Hx6ArR0czkKfHzBBEs6y40ebIHx2nSmA==",
607
+ "license": "Apache-2.0",
598
608
  "dependencies": {
599
- "@smithy/types": "^2.12.0",
609
+ "@smithy/types": "^3.0.0",
600
610
  "tslib": "^2.6.2"
601
611
  },
602
612
  "engines": {
603
- "node": ">=14.0.0"
613
+ "node": ">=16.0.0"
604
614
  }
605
615
  },
606
616
  "node_modules/@aws-sdk/util-endpoints": {
607
- "version": "3.540.0",
608
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.540.0.tgz",
609
- "integrity": "sha512-1kMyQFAWx6f8alaI6UT65/5YW/7pDWAKAdNwL6vuJLea03KrZRX3PMoONOSJpAS5m3Ot7HlWZvf3wZDNTLELZw==",
617
+ "version": "3.583.0",
618
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.583.0.tgz",
619
+ "integrity": "sha512-ZC9mb2jq6BFXPYsUsD2tmYcnlmd+9PGNwnFNn8jk4abna5Jjk2wDknN81ybktmBR5ttN9W8ugmktuKtvAMIDCQ==",
620
+ "license": "Apache-2.0",
610
621
  "dependencies": {
611
- "@aws-sdk/types": "3.535.0",
612
- "@smithy/types": "^2.12.0",
613
- "@smithy/util-endpoints": "^1.2.0",
622
+ "@aws-sdk/types": "3.577.0",
623
+ "@smithy/types": "^3.0.0",
624
+ "@smithy/util-endpoints": "^2.0.0",
614
625
  "tslib": "^2.6.2"
615
626
  },
616
627
  "engines": {
617
- "node": ">=14.0.0"
628
+ "node": ">=16.0.0"
618
629
  }
619
630
  },
620
631
  "node_modules/@aws-sdk/util-locate-window": {
@@ -629,28 +640,30 @@
629
640
  }
630
641
  },
631
642
  "node_modules/@aws-sdk/util-user-agent-browser": {
632
- "version": "3.535.0",
633
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.535.0.tgz",
634
- "integrity": "sha512-RWMcF/xV5n+nhaA/Ff5P3yNP3Kur/I+VNZngog4TEs92oB/nwOdAg/2JL8bVAhUbMrjTjpwm7PItziYFQoqyig==",
643
+ "version": "3.577.0",
644
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.577.0.tgz",
645
+ "integrity": "sha512-zEAzHgR6HWpZOH7xFgeJLc6/CzMcx4nxeQolZxVZoB5pPaJd3CjyRhZN0xXeZB0XIRCWmb4yJBgyiugXLNMkLA==",
646
+ "license": "Apache-2.0",
635
647
  "dependencies": {
636
- "@aws-sdk/types": "3.535.0",
637
- "@smithy/types": "^2.12.0",
648
+ "@aws-sdk/types": "3.577.0",
649
+ "@smithy/types": "^3.0.0",
638
650
  "bowser": "^2.11.0",
639
651
  "tslib": "^2.6.2"
640
652
  }
641
653
  },
642
654
  "node_modules/@aws-sdk/util-user-agent-node": {
643
- "version": "3.535.0",
644
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.535.0.tgz",
645
- "integrity": "sha512-dRek0zUuIT25wOWJlsRm97nTkUlh1NDcLsQZIN2Y8KxhwoXXWtJs5vaDPT+qAg+OpcNj80i1zLR/CirqlFg/TQ==",
655
+ "version": "3.577.0",
656
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.577.0.tgz",
657
+ "integrity": "sha512-XqvtFjbSMtycZTWVwDe8DRWovuoMbA54nhUoZwVU6rW9OSD6NZWGR512BUGHFaWzW0Wg8++Dj10FrKTG2XtqfA==",
658
+ "license": "Apache-2.0",
646
659
  "dependencies": {
647
- "@aws-sdk/types": "3.535.0",
648
- "@smithy/node-config-provider": "^2.3.0",
649
- "@smithy/types": "^2.12.0",
660
+ "@aws-sdk/types": "3.577.0",
661
+ "@smithy/node-config-provider": "^3.0.0",
662
+ "@smithy/types": "^3.0.0",
650
663
  "tslib": "^2.6.2"
651
664
  },
652
665
  "engines": {
653
- "node": ">=14.0.0"
666
+ "node": ">=16.0.0"
654
667
  },
655
668
  "peerDependencies": {
656
669
  "aws-crt": ">=1.0.0"
@@ -673,6 +686,7 @@
673
686
  "version": "8.0.2",
674
687
  "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
675
688
  "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
689
+ "license": "ISC",
676
690
  "dependencies": {
677
691
  "string-width": "^5.1.2",
678
692
  "string-width-cjs": "npm:string-width@^4.2.0",
@@ -689,428 +703,440 @@
689
703
  "version": "0.11.0",
690
704
  "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
691
705
  "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
706
+ "license": "MIT",
692
707
  "optional": true,
693
708
  "engines": {
694
709
  "node": ">=14"
695
710
  }
696
711
  },
697
712
  "node_modules/@smithy/abort-controller": {
698
- "version": "2.2.0",
699
- "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.2.0.tgz",
700
- "integrity": "sha512-wRlta7GuLWpTqtFfGo+nZyOO1vEvewdNR1R4rTxpC8XU6vG/NDyrFBhwLZsqg1NUoR1noVaXJPC/7ZK47QCySw==",
713
+ "version": "3.0.0",
714
+ "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-3.0.0.tgz",
715
+ "integrity": "sha512-p6GlFGBt9K4MYLu72YuJ523NVR4A8oHlC5M2JO6OmQqN8kAc/uh1JqLE+FizTokrSJGg0CSvC+BrsmGzKtsZKA==",
716
+ "license": "Apache-2.0",
701
717
  "dependencies": {
702
- "@smithy/types": "^2.12.0",
718
+ "@smithy/types": "^3.0.0",
703
719
  "tslib": "^2.6.2"
704
720
  },
705
721
  "engines": {
706
- "node": ">=14.0.0"
722
+ "node": ">=16.0.0"
707
723
  }
708
724
  },
709
725
  "node_modules/@smithy/config-resolver": {
710
- "version": "2.2.0",
711
- "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-2.2.0.tgz",
712
- "integrity": "sha512-fsiMgd8toyUba6n1WRmr+qACzXltpdDkPTAaDqc8QqPBUzO+/JKwL6bUBseHVi8tu9l+3JOK+tSf7cay+4B3LA==",
713
- "dependencies": {
714
- "@smithy/node-config-provider": "^2.3.0",
715
- "@smithy/types": "^2.12.0",
716
- "@smithy/util-config-provider": "^2.3.0",
717
- "@smithy/util-middleware": "^2.2.0",
726
+ "version": "3.0.0",
727
+ "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-3.0.0.tgz",
728
+ "integrity": "sha512-2GzOfADwYLQugYkKQhIyZyQlM05K+tMKvRnc6eFfZcpJGRfKoMUMYdPlBKmqHwQFXQKBrGV6cxL9oymWgDzvFw==",
729
+ "license": "Apache-2.0",
730
+ "dependencies": {
731
+ "@smithy/node-config-provider": "^3.0.0",
732
+ "@smithy/types": "^3.0.0",
733
+ "@smithy/util-config-provider": "^3.0.0",
734
+ "@smithy/util-middleware": "^3.0.0",
718
735
  "tslib": "^2.6.2"
719
736
  },
720
737
  "engines": {
721
- "node": ">=14.0.0"
738
+ "node": ">=16.0.0"
722
739
  }
723
740
  },
724
741
  "node_modules/@smithy/core": {
725
- "version": "1.4.0",
726
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-1.4.0.tgz",
727
- "integrity": "sha512-uu9ZDI95Uij4qk+L6kyFjdk11zqBkcJ3Lv0sc6jZrqHvLyr0+oeekD3CnqMafBn/5PRI6uv6ulW3kNLRBUHeVw==",
728
- "dependencies": {
729
- "@smithy/middleware-endpoint": "^2.5.0",
730
- "@smithy/middleware-retry": "^2.2.0",
731
- "@smithy/middleware-serde": "^2.3.0",
732
- "@smithy/protocol-http": "^3.3.0",
733
- "@smithy/smithy-client": "^2.5.0",
734
- "@smithy/types": "^2.12.0",
735
- "@smithy/util-middleware": "^2.2.0",
742
+ "version": "2.0.1",
743
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-2.0.1.tgz",
744
+ "integrity": "sha512-rcMkjvwxH/bER+oZUPR0yTA0ELD6m3A+d92+CFkdF6HJFCBB1bXo7P5pm21L66XwTN01B6bUhSCQ7cymWRD8zg==",
745
+ "license": "Apache-2.0",
746
+ "dependencies": {
747
+ "@smithy/middleware-endpoint": "^3.0.0",
748
+ "@smithy/middleware-retry": "^3.0.1",
749
+ "@smithy/middleware-serde": "^3.0.0",
750
+ "@smithy/protocol-http": "^4.0.0",
751
+ "@smithy/smithy-client": "^3.0.1",
752
+ "@smithy/types": "^3.0.0",
753
+ "@smithy/util-middleware": "^3.0.0",
736
754
  "tslib": "^2.6.2"
737
755
  },
738
756
  "engines": {
739
- "node": ">=14.0.0"
757
+ "node": ">=16.0.0"
740
758
  }
741
759
  },
742
760
  "node_modules/@smithy/credential-provider-imds": {
743
- "version": "2.3.0",
744
- "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-2.3.0.tgz",
745
- "integrity": "sha512-BWB9mIukO1wjEOo1Ojgl6LrG4avcaC7T/ZP6ptmAaW4xluhSIPZhY+/PI5YKzlk+jsm+4sQZB45Bt1OfMeQa3w==",
746
- "dependencies": {
747
- "@smithy/node-config-provider": "^2.3.0",
748
- "@smithy/property-provider": "^2.2.0",
749
- "@smithy/types": "^2.12.0",
750
- "@smithy/url-parser": "^2.2.0",
761
+ "version": "3.0.0",
762
+ "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-3.0.0.tgz",
763
+ "integrity": "sha512-lfmBiFQcA3FsDAPxNfY0L7CawcWtbyWsBOHo34nF095728JLkBX4Y9q/VPPE2r7fqMVK+drmDigqE2/SSQeVRA==",
764
+ "license": "Apache-2.0",
765
+ "dependencies": {
766
+ "@smithy/node-config-provider": "^3.0.0",
767
+ "@smithy/property-provider": "^3.0.0",
768
+ "@smithy/types": "^3.0.0",
769
+ "@smithy/url-parser": "^3.0.0",
751
770
  "tslib": "^2.6.2"
752
771
  },
753
772
  "engines": {
754
- "node": ">=14.0.0"
755
- }
756
- },
757
- "node_modules/@smithy/eventstream-codec": {
758
- "version": "2.2.0",
759
- "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-2.2.0.tgz",
760
- "integrity": "sha512-8janZoJw85nJmQZc4L8TuePp2pk1nxLgkxIR0TUjKJ5Dkj5oelB9WtiSSGXCQvNsJl0VSTvK/2ueMXxvpa9GVw==",
761
- "dependencies": {
762
- "@aws-crypto/crc32": "3.0.0",
763
- "@smithy/types": "^2.12.0",
764
- "@smithy/util-hex-encoding": "^2.2.0",
765
- "tslib": "^2.6.2"
773
+ "node": ">=16.0.0"
766
774
  }
767
775
  },
768
776
  "node_modules/@smithy/fetch-http-handler": {
769
- "version": "2.5.0",
770
- "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-2.5.0.tgz",
771
- "integrity": "sha512-BOWEBeppWhLn/no/JxUL/ghTfANTjT7kg3Ww2rPqTUY9R4yHPXxJ9JhMe3Z03LN3aPwiwlpDIUcVw1xDyHqEhw==",
772
- "dependencies": {
773
- "@smithy/protocol-http": "^3.3.0",
774
- "@smithy/querystring-builder": "^2.2.0",
775
- "@smithy/types": "^2.12.0",
776
- "@smithy/util-base64": "^2.3.0",
777
+ "version": "3.0.1",
778
+ "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-3.0.1.tgz",
779
+ "integrity": "sha512-uaH74i5BDj+rBwoQaXioKpI0SHBJFtOVwzrCpxZxphOW0ki5jhj7dXvDMYM2IJem8TpdFvS2iC08sjOblfFGFg==",
780
+ "license": "Apache-2.0",
781
+ "dependencies": {
782
+ "@smithy/protocol-http": "^4.0.0",
783
+ "@smithy/querystring-builder": "^3.0.0",
784
+ "@smithy/types": "^3.0.0",
785
+ "@smithy/util-base64": "^3.0.0",
777
786
  "tslib": "^2.6.2"
778
787
  }
779
788
  },
780
789
  "node_modules/@smithy/hash-node": {
781
- "version": "2.2.0",
782
- "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-2.2.0.tgz",
783
- "integrity": "sha512-zLWaC/5aWpMrHKpoDF6nqpNtBhlAYKF/7+9yMN7GpdR8CzohnWfGtMznPybnwSS8saaXBMxIGwJqR4HmRp6b3g==",
790
+ "version": "3.0.0",
791
+ "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-3.0.0.tgz",
792
+ "integrity": "sha512-84qXstNemP3XS5jcof0el6+bDfjzuvhJPQTEfro3lgtbCtKgzPm3MgiS6ehXVPjeQ5+JS0HqmTz8f/RYfzHVxw==",
793
+ "license": "Apache-2.0",
784
794
  "dependencies": {
785
- "@smithy/types": "^2.12.0",
786
- "@smithy/util-buffer-from": "^2.2.0",
787
- "@smithy/util-utf8": "^2.3.0",
795
+ "@smithy/types": "^3.0.0",
796
+ "@smithy/util-buffer-from": "^3.0.0",
797
+ "@smithy/util-utf8": "^3.0.0",
788
798
  "tslib": "^2.6.2"
789
799
  },
790
800
  "engines": {
791
- "node": ">=14.0.0"
801
+ "node": ">=16.0.0"
792
802
  }
793
803
  },
794
804
  "node_modules/@smithy/invalid-dependency": {
795
- "version": "2.2.0",
796
- "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-2.2.0.tgz",
797
- "integrity": "sha512-nEDASdbKFKPXN2O6lOlTgrEEOO9NHIeO+HVvZnkqc8h5U9g3BIhWsvzFo+UcUbliMHvKNPD/zVxDrkP1Sbgp8Q==",
805
+ "version": "3.0.0",
806
+ "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-3.0.0.tgz",
807
+ "integrity": "sha512-F6wBBaEFgJzj0s4KUlliIGPmqXemwP6EavgvDqYwCH40O5Xr2iMHvS8todmGVZtuJCorBkXsYLyTu4PuizVq5g==",
808
+ "license": "Apache-2.0",
798
809
  "dependencies": {
799
- "@smithy/types": "^2.12.0",
810
+ "@smithy/types": "^3.0.0",
800
811
  "tslib": "^2.6.2"
801
812
  }
802
813
  },
803
814
  "node_modules/@smithy/is-array-buffer": {
804
- "version": "2.2.0",
805
- "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
806
- "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
815
+ "version": "3.0.0",
816
+ "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz",
817
+ "integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==",
818
+ "license": "Apache-2.0",
807
819
  "dependencies": {
808
820
  "tslib": "^2.6.2"
809
821
  },
810
822
  "engines": {
811
- "node": ">=14.0.0"
823
+ "node": ">=16.0.0"
812
824
  }
813
825
  },
814
826
  "node_modules/@smithy/middleware-content-length": {
815
- "version": "2.2.0",
816
- "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-2.2.0.tgz",
817
- "integrity": "sha512-5bl2LG1Ah/7E5cMSC+q+h3IpVHMeOkG0yLRyQT1p2aMJkSrZG7RlXHPuAgb7EyaFeidKEnnd/fNaLLaKlHGzDQ==",
827
+ "version": "3.0.0",
828
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-3.0.0.tgz",
829
+ "integrity": "sha512-3C4s4d/iGobgCtk2tnWW6+zSTOBg1PRAm2vtWZLdriwTroFbbWNSr3lcyzHdrQHnEXYCC5K52EbpfodaIUY8sg==",
830
+ "license": "Apache-2.0",
818
831
  "dependencies": {
819
- "@smithy/protocol-http": "^3.3.0",
820
- "@smithy/types": "^2.12.0",
832
+ "@smithy/protocol-http": "^4.0.0",
833
+ "@smithy/types": "^3.0.0",
821
834
  "tslib": "^2.6.2"
822
835
  },
823
836
  "engines": {
824
- "node": ">=14.0.0"
837
+ "node": ">=16.0.0"
825
838
  }
826
839
  },
827
840
  "node_modules/@smithy/middleware-endpoint": {
828
- "version": "2.5.0",
829
- "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-2.5.0.tgz",
830
- "integrity": "sha512-OBhI9ZEAG8Xen0xsFJwwNOt44WE2CWkfYIxTognC8x42Lfsdf0VN/wCMqpdkySMDio/vts10BiovAxQp0T0faA==",
831
- "dependencies": {
832
- "@smithy/middleware-serde": "^2.3.0",
833
- "@smithy/node-config-provider": "^2.3.0",
834
- "@smithy/shared-ini-file-loader": "^2.4.0",
835
- "@smithy/types": "^2.12.0",
836
- "@smithy/url-parser": "^2.2.0",
837
- "@smithy/util-middleware": "^2.2.0",
841
+ "version": "3.0.0",
842
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-3.0.0.tgz",
843
+ "integrity": "sha512-aXOAWztw/5qAfp0NcA2OWpv6ZI/E+Dh9mByif7i91D/0iyYNUcKvskmXiowKESFkuZ7PIMd3VOR4fTibZDs2OQ==",
844
+ "license": "Apache-2.0",
845
+ "dependencies": {
846
+ "@smithy/middleware-serde": "^3.0.0",
847
+ "@smithy/node-config-provider": "^3.0.0",
848
+ "@smithy/shared-ini-file-loader": "^3.0.0",
849
+ "@smithy/types": "^3.0.0",
850
+ "@smithy/url-parser": "^3.0.0",
851
+ "@smithy/util-middleware": "^3.0.0",
838
852
  "tslib": "^2.6.2"
839
853
  },
840
854
  "engines": {
841
- "node": ">=14.0.0"
855
+ "node": ">=16.0.0"
842
856
  }
843
857
  },
844
858
  "node_modules/@smithy/middleware-retry": {
845
- "version": "2.2.0",
846
- "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-2.2.0.tgz",
847
- "integrity": "sha512-PsjDOLpbevgn37yJbawmfVoanru40qVA8UEf2+YA1lvOefmhuhL6ZbKtGsLAWDRnE1OlAmedsbA/htH6iSZjNA==",
848
- "dependencies": {
849
- "@smithy/node-config-provider": "^2.3.0",
850
- "@smithy/protocol-http": "^3.3.0",
851
- "@smithy/service-error-classification": "^2.1.5",
852
- "@smithy/smithy-client": "^2.5.0",
853
- "@smithy/types": "^2.12.0",
854
- "@smithy/util-middleware": "^2.2.0",
855
- "@smithy/util-retry": "^2.2.0",
859
+ "version": "3.0.1",
860
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-3.0.1.tgz",
861
+ "integrity": "sha512-hBhSEuL841FhJBK/19WpaGk5YWSzFk/P2UaVjANGKRv3eYNO8Y1lANWgqnuPWjOyCEWMPr58vELFDWpxvRKANw==",
862
+ "license": "Apache-2.0",
863
+ "dependencies": {
864
+ "@smithy/node-config-provider": "^3.0.0",
865
+ "@smithy/protocol-http": "^4.0.0",
866
+ "@smithy/service-error-classification": "^3.0.0",
867
+ "@smithy/smithy-client": "^3.0.1",
868
+ "@smithy/types": "^3.0.0",
869
+ "@smithy/util-middleware": "^3.0.0",
870
+ "@smithy/util-retry": "^3.0.0",
856
871
  "tslib": "^2.6.2",
857
- "uuid": "^8.3.2"
872
+ "uuid": "^9.0.1"
858
873
  },
859
874
  "engines": {
860
- "node": ">=14.0.0"
861
- }
862
- },
863
- "node_modules/@smithy/middleware-retry/node_modules/uuid": {
864
- "version": "8.3.2",
865
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
866
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
867
- "bin": {
868
- "uuid": "dist/bin/uuid"
875
+ "node": ">=16.0.0"
869
876
  }
870
877
  },
871
878
  "node_modules/@smithy/middleware-serde": {
872
- "version": "2.3.0",
873
- "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-2.3.0.tgz",
874
- "integrity": "sha512-sIADe7ojwqTyvEQBe1nc/GXB9wdHhi9UwyX0lTyttmUWDJLP655ZYE1WngnNyXREme8I27KCaUhyhZWRXL0q7Q==",
879
+ "version": "3.0.0",
880
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-3.0.0.tgz",
881
+ "integrity": "sha512-I1vKG1foI+oPgG9r7IMY1S+xBnmAn1ISqployvqkwHoSb8VPsngHDTOgYGYBonuOKndaWRUGJZrKYYLB+Ane6w==",
882
+ "license": "Apache-2.0",
875
883
  "dependencies": {
876
- "@smithy/types": "^2.12.0",
884
+ "@smithy/types": "^3.0.0",
877
885
  "tslib": "^2.6.2"
878
886
  },
879
887
  "engines": {
880
- "node": ">=14.0.0"
888
+ "node": ">=16.0.0"
881
889
  }
882
890
  },
883
891
  "node_modules/@smithy/middleware-stack": {
884
- "version": "2.2.0",
885
- "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-2.2.0.tgz",
886
- "integrity": "sha512-Qntc3jrtwwrsAC+X8wms8zhrTr0sFXnyEGhZd9sLtsJ/6gGQKFzNB+wWbOcpJd7BR8ThNCoKt76BuQahfMvpeA==",
892
+ "version": "3.0.0",
893
+ "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-3.0.0.tgz",
894
+ "integrity": "sha512-+H0jmyfAyHRFXm6wunskuNAqtj7yfmwFB6Fp37enytp2q047/Od9xetEaUbluyImOlGnGpaVGaVfjwawSr+i6Q==",
895
+ "license": "Apache-2.0",
887
896
  "dependencies": {
888
- "@smithy/types": "^2.12.0",
897
+ "@smithy/types": "^3.0.0",
889
898
  "tslib": "^2.6.2"
890
899
  },
891
900
  "engines": {
892
- "node": ">=14.0.0"
901
+ "node": ">=16.0.0"
893
902
  }
894
903
  },
895
904
  "node_modules/@smithy/node-config-provider": {
896
- "version": "2.3.0",
897
- "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-2.3.0.tgz",
898
- "integrity": "sha512-0elK5/03a1JPWMDPaS726Iw6LpQg80gFut1tNpPfxFuChEEklo2yL823V94SpTZTxmKlXFtFgsP55uh3dErnIg==",
905
+ "version": "3.0.0",
906
+ "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-3.0.0.tgz",
907
+ "integrity": "sha512-buqfaSdDh0zo62EPLf8rGDvcpKwGpO5ho4bXS2cdFhlOta7tBkWJt+O5uiaAeICfIOfPclNOndshDNSanX2X9g==",
908
+ "license": "Apache-2.0",
899
909
  "dependencies": {
900
- "@smithy/property-provider": "^2.2.0",
901
- "@smithy/shared-ini-file-loader": "^2.4.0",
902
- "@smithy/types": "^2.12.0",
910
+ "@smithy/property-provider": "^3.0.0",
911
+ "@smithy/shared-ini-file-loader": "^3.0.0",
912
+ "@smithy/types": "^3.0.0",
903
913
  "tslib": "^2.6.2"
904
914
  },
905
915
  "engines": {
906
- "node": ">=14.0.0"
916
+ "node": ">=16.0.0"
907
917
  }
908
918
  },
909
919
  "node_modules/@smithy/node-http-handler": {
910
- "version": "2.5.0",
911
- "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.5.0.tgz",
912
- "integrity": "sha512-mVGyPBzkkGQsPoxQUbxlEfRjrj6FPyA3u3u2VXGr9hT8wilsoQdZdvKpMBFMB8Crfhv5dNkKHIW0Yyuc7eABqA==",
913
- "dependencies": {
914
- "@smithy/abort-controller": "^2.2.0",
915
- "@smithy/protocol-http": "^3.3.0",
916
- "@smithy/querystring-builder": "^2.2.0",
917
- "@smithy/types": "^2.12.0",
920
+ "version": "3.0.0",
921
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-3.0.0.tgz",
922
+ "integrity": "sha512-3trD4r7NOMygwLbUJo4eodyQuypAWr7uvPnebNJ9a70dQhVn+US8j/lCnvoJS6BXfZeF7PkkkI0DemVJw+n+eQ==",
923
+ "license": "Apache-2.0",
924
+ "dependencies": {
925
+ "@smithy/abort-controller": "^3.0.0",
926
+ "@smithy/protocol-http": "^4.0.0",
927
+ "@smithy/querystring-builder": "^3.0.0",
928
+ "@smithy/types": "^3.0.0",
918
929
  "tslib": "^2.6.2"
919
930
  },
920
931
  "engines": {
921
- "node": ">=14.0.0"
932
+ "node": ">=16.0.0"
922
933
  }
923
934
  },
924
935
  "node_modules/@smithy/property-provider": {
925
- "version": "2.2.0",
926
- "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.2.0.tgz",
927
- "integrity": "sha512-+xiil2lFhtTRzXkx8F053AV46QnIw6e7MV8od5Mi68E1ICOjCeCHw2XfLnDEUHnT9WGUIkwcqavXjfwuJbGlpg==",
936
+ "version": "3.0.0",
937
+ "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-3.0.0.tgz",
938
+ "integrity": "sha512-LmbPgHBswdXCrkWWuUwBm9w72S2iLWyC/5jet9/Y9cGHtzqxi+GVjfCfahkvNV4KXEwgnH8EMpcrD9RUYe0eLQ==",
939
+ "license": "Apache-2.0",
928
940
  "dependencies": {
929
- "@smithy/types": "^2.12.0",
941
+ "@smithy/types": "^3.0.0",
930
942
  "tslib": "^2.6.2"
931
943
  },
932
944
  "engines": {
933
- "node": ">=14.0.0"
945
+ "node": ">=16.0.0"
934
946
  }
935
947
  },
936
948
  "node_modules/@smithy/protocol-http": {
937
- "version": "3.3.0",
938
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.3.0.tgz",
939
- "integrity": "sha512-Xy5XK1AFWW2nlY/biWZXu6/krgbaf2dg0q492D8M5qthsnU2H+UgFeZLbM76FnH7s6RO/xhQRkj+T6KBO3JzgQ==",
949
+ "version": "4.0.0",
950
+ "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.0.0.tgz",
951
+ "integrity": "sha512-qOQZOEI2XLWRWBO9AgIYuHuqjZ2csyr8/IlgFDHDNuIgLAMRx2Bl8ck5U5D6Vh9DPdoaVpuzwWMa0xcdL4O/AQ==",
952
+ "license": "Apache-2.0",
940
953
  "dependencies": {
941
- "@smithy/types": "^2.12.0",
954
+ "@smithy/types": "^3.0.0",
942
955
  "tslib": "^2.6.2"
943
956
  },
944
957
  "engines": {
945
- "node": ">=14.0.0"
958
+ "node": ">=16.0.0"
946
959
  }
947
960
  },
948
961
  "node_modules/@smithy/querystring-builder": {
949
- "version": "2.2.0",
950
- "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.2.0.tgz",
951
- "integrity": "sha512-L1kSeviUWL+emq3CUVSgdogoM/D9QMFaqxL/dd0X7PCNWmPXqt+ExtrBjqT0V7HLN03Vs9SuiLrG3zy3JGnE5A==",
962
+ "version": "3.0.0",
963
+ "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-3.0.0.tgz",
964
+ "integrity": "sha512-bW8Fi0NzyfkE0TmQphDXr1AmBDbK01cA4C1Z7ggwMAU5RDz5AAv/KmoRwzQAS0kxXNf/D2ALTEgwK0U2c4LtRg==",
965
+ "license": "Apache-2.0",
952
966
  "dependencies": {
953
- "@smithy/types": "^2.12.0",
954
- "@smithy/util-uri-escape": "^2.2.0",
967
+ "@smithy/types": "^3.0.0",
968
+ "@smithy/util-uri-escape": "^3.0.0",
955
969
  "tslib": "^2.6.2"
956
970
  },
957
971
  "engines": {
958
- "node": ">=14.0.0"
972
+ "node": ">=16.0.0"
959
973
  }
960
974
  },
961
975
  "node_modules/@smithy/querystring-parser": {
962
- "version": "2.2.0",
963
- "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-2.2.0.tgz",
964
- "integrity": "sha512-BvHCDrKfbG5Yhbpj4vsbuPV2GgcpHiAkLeIlcA1LtfpMz3jrqizP1+OguSNSj1MwBHEiN+jwNisXLGdajGDQJA==",
976
+ "version": "3.0.0",
977
+ "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-3.0.0.tgz",
978
+ "integrity": "sha512-UzHwthk0UEccV4dHzPySnBy34AWw3V9lIqUTxmozQ+wPDAO9csCWMfOLe7V9A2agNYy7xE+Pb0S6K/J23JSzfQ==",
979
+ "license": "Apache-2.0",
965
980
  "dependencies": {
966
- "@smithy/types": "^2.12.0",
981
+ "@smithy/types": "^3.0.0",
967
982
  "tslib": "^2.6.2"
968
983
  },
969
984
  "engines": {
970
- "node": ">=14.0.0"
985
+ "node": ">=16.0.0"
971
986
  }
972
987
  },
973
988
  "node_modules/@smithy/service-error-classification": {
974
- "version": "2.1.5",
975
- "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-2.1.5.tgz",
976
- "integrity": "sha512-uBDTIBBEdAQryvHdc5W8sS5YX7RQzF683XrHePVdFmAgKiMofU15FLSM0/HU03hKTnazdNRFa0YHS7+ArwoUSQ==",
989
+ "version": "3.0.0",
990
+ "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-3.0.0.tgz",
991
+ "integrity": "sha512-3BsBtOUt2Gsnc3X23ew+r2M71WwtpHfEDGhHYHSDg6q1t8FrWh15jT25DLajFV1H+PpxAJ6gqe9yYeRUsmSdFA==",
992
+ "license": "Apache-2.0",
977
993
  "dependencies": {
978
- "@smithy/types": "^2.12.0"
994
+ "@smithy/types": "^3.0.0"
979
995
  },
980
996
  "engines": {
981
- "node": ">=14.0.0"
997
+ "node": ">=16.0.0"
982
998
  }
983
999
  },
984
1000
  "node_modules/@smithy/shared-ini-file-loader": {
985
- "version": "2.4.0",
986
- "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.4.0.tgz",
987
- "integrity": "sha512-WyujUJL8e1B6Z4PBfAqC/aGY1+C7T0w20Gih3yrvJSk97gpiVfB+y7c46T4Nunk+ZngLq0rOIdeVeIklk0R3OA==",
1001
+ "version": "3.0.0",
1002
+ "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-3.0.0.tgz",
1003
+ "integrity": "sha512-REVw6XauXk8xE4zo5aGL7Rz4ywA8qNMUn8RtWeTRQsgAlmlvbJ7CEPBcaXU2NDC3AYBgYAXrGyWD8XrN8UGDog==",
1004
+ "license": "Apache-2.0",
988
1005
  "dependencies": {
989
- "@smithy/types": "^2.12.0",
1006
+ "@smithy/types": "^3.0.0",
990
1007
  "tslib": "^2.6.2"
991
1008
  },
992
1009
  "engines": {
993
- "node": ">=14.0.0"
1010
+ "node": ">=16.0.0"
994
1011
  }
995
1012
  },
996
1013
  "node_modules/@smithy/signature-v4": {
997
- "version": "2.2.0",
998
- "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-2.2.0.tgz",
999
- "integrity": "sha512-+B5TNzj/fRZzVW3z8UUJOkNx15+4E0CLuvJmJUA1JUIZFp3rdJ/M2H5r2SqltaVPXL0oIxv/6YK92T9TsFGbFg==",
1000
- "dependencies": {
1001
- "@smithy/eventstream-codec": "^2.2.0",
1002
- "@smithy/is-array-buffer": "^2.2.0",
1003
- "@smithy/types": "^2.12.0",
1004
- "@smithy/util-hex-encoding": "^2.2.0",
1005
- "@smithy/util-middleware": "^2.2.0",
1006
- "@smithy/util-uri-escape": "^2.2.0",
1007
- "@smithy/util-utf8": "^2.3.0",
1014
+ "version": "3.0.0",
1015
+ "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-3.0.0.tgz",
1016
+ "integrity": "sha512-kXFOkNX+BQHe2qnLxpMEaCRGap9J6tUGLzc3A9jdn+nD4JdMwCKTJ+zFwQ20GkY+mAXGatyTw3HcoUlR39HwmA==",
1017
+ "license": "Apache-2.0",
1018
+ "dependencies": {
1019
+ "@smithy/is-array-buffer": "^3.0.0",
1020
+ "@smithy/types": "^3.0.0",
1021
+ "@smithy/util-hex-encoding": "^3.0.0",
1022
+ "@smithy/util-middleware": "^3.0.0",
1023
+ "@smithy/util-uri-escape": "^3.0.0",
1024
+ "@smithy/util-utf8": "^3.0.0",
1008
1025
  "tslib": "^2.6.2"
1009
1026
  },
1010
1027
  "engines": {
1011
- "node": ">=14.0.0"
1028
+ "node": ">=16.0.0"
1012
1029
  }
1013
1030
  },
1014
1031
  "node_modules/@smithy/smithy-client": {
1015
- "version": "2.5.0",
1016
- "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-2.5.0.tgz",
1017
- "integrity": "sha512-DDXWHWdimtS3y/Kw1Jo46KQ0ZYsDKcldFynQERUGBPDpkW1lXOTHy491ALHjwfiBQvzsVKVxl5+ocXNIgJuX4g==",
1018
- "dependencies": {
1019
- "@smithy/middleware-endpoint": "^2.5.0",
1020
- "@smithy/middleware-stack": "^2.2.0",
1021
- "@smithy/protocol-http": "^3.3.0",
1022
- "@smithy/types": "^2.12.0",
1023
- "@smithy/util-stream": "^2.2.0",
1032
+ "version": "3.0.1",
1033
+ "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-3.0.1.tgz",
1034
+ "integrity": "sha512-KAiFY4Y4jdHxR+4zerH/VBhaFKM8pbaVmJZ/CWJRwtM/CmwzTfXfvYwf6GoUwiHepdv+lwiOXCuOl6UBDUEINw==",
1035
+ "license": "Apache-2.0",
1036
+ "dependencies": {
1037
+ "@smithy/middleware-endpoint": "^3.0.0",
1038
+ "@smithy/middleware-stack": "^3.0.0",
1039
+ "@smithy/protocol-http": "^4.0.0",
1040
+ "@smithy/types": "^3.0.0",
1041
+ "@smithy/util-stream": "^3.0.1",
1024
1042
  "tslib": "^2.6.2"
1025
1043
  },
1026
1044
  "engines": {
1027
- "node": ">=14.0.0"
1045
+ "node": ">=16.0.0"
1028
1046
  }
1029
1047
  },
1030
1048
  "node_modules/@smithy/types": {
1031
- "version": "2.12.0",
1032
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.12.0.tgz",
1033
- "integrity": "sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==",
1049
+ "version": "3.0.0",
1050
+ "resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.0.0.tgz",
1051
+ "integrity": "sha512-VvWuQk2RKFuOr98gFhjca7fkBS+xLLURT8bUjk5XQoV0ZLm7WPwWPPY3/AwzTLuUBDeoKDCthfe1AsTUWaSEhw==",
1052
+ "license": "Apache-2.0",
1034
1053
  "dependencies": {
1035
1054
  "tslib": "^2.6.2"
1036
1055
  },
1037
1056
  "engines": {
1038
- "node": ">=14.0.0"
1057
+ "node": ">=16.0.0"
1039
1058
  }
1040
1059
  },
1041
1060
  "node_modules/@smithy/url-parser": {
1042
- "version": "2.2.0",
1043
- "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-2.2.0.tgz",
1044
- "integrity": "sha512-hoA4zm61q1mNTpksiSWp2nEl1dt3j726HdRhiNgVJQMj7mLp7dprtF57mOB6JvEk/x9d2bsuL5hlqZbBuHQylQ==",
1061
+ "version": "3.0.0",
1062
+ "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-3.0.0.tgz",
1063
+ "integrity": "sha512-2XLazFgUu+YOGHtWihB3FSLAfCUajVfNBXGGYjOaVKjLAuAxx3pSBY3hBgLzIgB17haf59gOG3imKqTy8mcrjw==",
1064
+ "license": "Apache-2.0",
1045
1065
  "dependencies": {
1046
- "@smithy/querystring-parser": "^2.2.0",
1047
- "@smithy/types": "^2.12.0",
1066
+ "@smithy/querystring-parser": "^3.0.0",
1067
+ "@smithy/types": "^3.0.0",
1048
1068
  "tslib": "^2.6.2"
1049
1069
  }
1050
1070
  },
1051
1071
  "node_modules/@smithy/util-base64": {
1052
- "version": "2.3.0",
1053
- "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-2.3.0.tgz",
1054
- "integrity": "sha512-s3+eVwNeJuXUwuMbusncZNViuhv2LjVJ1nMwTqSA0XAC7gjKhqqxRdJPhR8+YrkoZ9IiIbFk/yK6ACe/xlF+hw==",
1072
+ "version": "3.0.0",
1073
+ "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-3.0.0.tgz",
1074
+ "integrity": "sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==",
1075
+ "license": "Apache-2.0",
1055
1076
  "dependencies": {
1056
- "@smithy/util-buffer-from": "^2.2.0",
1057
- "@smithy/util-utf8": "^2.3.0",
1077
+ "@smithy/util-buffer-from": "^3.0.0",
1078
+ "@smithy/util-utf8": "^3.0.0",
1058
1079
  "tslib": "^2.6.2"
1059
1080
  },
1060
1081
  "engines": {
1061
- "node": ">=14.0.0"
1082
+ "node": ">=16.0.0"
1062
1083
  }
1063
1084
  },
1064
1085
  "node_modules/@smithy/util-body-length-browser": {
1065
- "version": "2.2.0",
1066
- "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-2.2.0.tgz",
1067
- "integrity": "sha512-dtpw9uQP7W+n3vOtx0CfBD5EWd7EPdIdsQnWTDoFf77e3VUf05uA7R7TGipIo8e4WL2kuPdnsr3hMQn9ziYj5w==",
1086
+ "version": "3.0.0",
1087
+ "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-3.0.0.tgz",
1088
+ "integrity": "sha512-cbjJs2A1mLYmqmyVl80uoLTJhAcfzMOyPgjwAYusWKMdLeNtzmMz9YxNl3/jRLoxSS3wkqkf0jwNdtXWtyEBaQ==",
1089
+ "license": "Apache-2.0",
1068
1090
  "dependencies": {
1069
1091
  "tslib": "^2.6.2"
1070
1092
  }
1071
1093
  },
1072
1094
  "node_modules/@smithy/util-body-length-node": {
1073
- "version": "2.3.0",
1074
- "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-2.3.0.tgz",
1075
- "integrity": "sha512-ITWT1Wqjubf2CJthb0BuT9+bpzBfXeMokH/AAa5EJQgbv9aPMVfnM76iFIZVFf50hYXGbtiV71BHAthNWd6+dw==",
1095
+ "version": "3.0.0",
1096
+ "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-3.0.0.tgz",
1097
+ "integrity": "sha512-Tj7pZ4bUloNUP6PzwhN7K386tmSmEET9QtQg0TgdNOnxhZvCssHji+oZTUIuzxECRfG8rdm2PMw2WCFs6eIYkA==",
1098
+ "license": "Apache-2.0",
1076
1099
  "dependencies": {
1077
1100
  "tslib": "^2.6.2"
1078
1101
  },
1079
1102
  "engines": {
1080
- "node": ">=14.0.0"
1103
+ "node": ">=16.0.0"
1081
1104
  }
1082
1105
  },
1083
1106
  "node_modules/@smithy/util-buffer-from": {
1084
- "version": "2.2.0",
1085
- "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
1086
- "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
1107
+ "version": "3.0.0",
1108
+ "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-3.0.0.tgz",
1109
+ "integrity": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==",
1110
+ "license": "Apache-2.0",
1087
1111
  "dependencies": {
1088
- "@smithy/is-array-buffer": "^2.2.0",
1112
+ "@smithy/is-array-buffer": "^3.0.0",
1089
1113
  "tslib": "^2.6.2"
1090
1114
  },
1091
1115
  "engines": {
1092
- "node": ">=14.0.0"
1116
+ "node": ">=16.0.0"
1093
1117
  }
1094
1118
  },
1095
1119
  "node_modules/@smithy/util-config-provider": {
1096
- "version": "2.3.0",
1097
- "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-2.3.0.tgz",
1098
- "integrity": "sha512-HZkzrRcuFN1k70RLqlNK4FnPXKOpkik1+4JaBoHNJn+RnJGYqaa3c5/+XtLOXhlKzlRgNvyaLieHTW2VwGN0VQ==",
1120
+ "version": "3.0.0",
1121
+ "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-3.0.0.tgz",
1122
+ "integrity": "sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==",
1123
+ "license": "Apache-2.0",
1099
1124
  "dependencies": {
1100
1125
  "tslib": "^2.6.2"
1101
1126
  },
1102
1127
  "engines": {
1103
- "node": ">=14.0.0"
1128
+ "node": ">=16.0.0"
1104
1129
  }
1105
1130
  },
1106
1131
  "node_modules/@smithy/util-defaults-mode-browser": {
1107
- "version": "2.2.0",
1108
- "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.2.0.tgz",
1109
- "integrity": "sha512-2okTdZaCBvOJszAPU/KSvlimMe35zLOKbQpHhamFJmR7t95HSe0K3C92jQPjKY3PmDBD+7iMkOnuW05F5OlF4g==",
1132
+ "version": "3.0.1",
1133
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-3.0.1.tgz",
1134
+ "integrity": "sha512-nW5kEzdJn1Bn5TF+gOPHh2rcPli8JU9vSSXLbfg7uPnfR1TMRQqs9zlYRhIb87NeSxIbpdXOI94tvXSy+fvDYg==",
1135
+ "license": "Apache-2.0",
1110
1136
  "dependencies": {
1111
- "@smithy/property-provider": "^2.2.0",
1112
- "@smithy/smithy-client": "^2.5.0",
1113
- "@smithy/types": "^2.12.0",
1137
+ "@smithy/property-provider": "^3.0.0",
1138
+ "@smithy/smithy-client": "^3.0.1",
1139
+ "@smithy/types": "^3.0.0",
1114
1140
  "bowser": "^2.11.0",
1115
1141
  "tslib": "^2.6.2"
1116
1142
  },
@@ -1119,16 +1145,17 @@
1119
1145
  }
1120
1146
  },
1121
1147
  "node_modules/@smithy/util-defaults-mode-node": {
1122
- "version": "2.3.0",
1123
- "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.3.0.tgz",
1124
- "integrity": "sha512-hfKXnNLmsW9cmLb/JXKIvtuO6Cf4SuqN5PN1C2Ru/TBIws+m1wSgb+A53vo0r66xzB6E82inKG2J7qtwdi+Kkw==",
1125
- "dependencies": {
1126
- "@smithy/config-resolver": "^2.2.0",
1127
- "@smithy/credential-provider-imds": "^2.3.0",
1128
- "@smithy/node-config-provider": "^2.3.0",
1129
- "@smithy/property-provider": "^2.2.0",
1130
- "@smithy/smithy-client": "^2.5.0",
1131
- "@smithy/types": "^2.12.0",
1148
+ "version": "3.0.1",
1149
+ "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-3.0.1.tgz",
1150
+ "integrity": "sha512-TFk+Qb+elLc/MOhtSp+50fstyfZ6avQbgH2d96xUBpeScu+Al9elxv+UFAjaTHe0HQe5n+wem8ZLpXvU8lwV6Q==",
1151
+ "license": "Apache-2.0",
1152
+ "dependencies": {
1153
+ "@smithy/config-resolver": "^3.0.0",
1154
+ "@smithy/credential-provider-imds": "^3.0.0",
1155
+ "@smithy/node-config-provider": "^3.0.0",
1156
+ "@smithy/property-provider": "^3.0.0",
1157
+ "@smithy/smithy-client": "^3.0.1",
1158
+ "@smithy/types": "^3.0.0",
1132
1159
  "tslib": "^2.6.2"
1133
1160
  },
1134
1161
  "engines": {
@@ -1136,106 +1163,114 @@
1136
1163
  }
1137
1164
  },
1138
1165
  "node_modules/@smithy/util-endpoints": {
1139
- "version": "1.2.0",
1140
- "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-1.2.0.tgz",
1141
- "integrity": "sha512-BuDHv8zRjsE5zXd3PxFXFknzBG3owCpjq8G3FcsXW3CykYXuEqM3nTSsmLzw5q+T12ZYuDlVUZKBdpNbhVtlrQ==",
1166
+ "version": "2.0.0",
1167
+ "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-2.0.0.tgz",
1168
+ "integrity": "sha512-+exaXzEY3DNt2qtA2OtRNSDlVrE4p32j1JSsQkzA5AdP0YtJNjkYbYhJxkFmPYcjI1abuwopOZCwUmv682QkiQ==",
1169
+ "license": "Apache-2.0",
1142
1170
  "dependencies": {
1143
- "@smithy/node-config-provider": "^2.3.0",
1144
- "@smithy/types": "^2.12.0",
1171
+ "@smithy/node-config-provider": "^3.0.0",
1172
+ "@smithy/types": "^3.0.0",
1145
1173
  "tslib": "^2.6.2"
1146
1174
  },
1147
1175
  "engines": {
1148
- "node": ">= 14.0.0"
1176
+ "node": ">=16.0.0"
1149
1177
  }
1150
1178
  },
1151
1179
  "node_modules/@smithy/util-hex-encoding": {
1152
- "version": "2.2.0",
1153
- "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-2.2.0.tgz",
1154
- "integrity": "sha512-7iKXR+/4TpLK194pVjKiasIyqMtTYJsgKgM242Y9uzt5dhHnUDvMNb+3xIhRJ9QhvqGii/5cRUt4fJn3dtXNHQ==",
1180
+ "version": "3.0.0",
1181
+ "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-3.0.0.tgz",
1182
+ "integrity": "sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==",
1183
+ "license": "Apache-2.0",
1155
1184
  "dependencies": {
1156
1185
  "tslib": "^2.6.2"
1157
1186
  },
1158
1187
  "engines": {
1159
- "node": ">=14.0.0"
1188
+ "node": ">=16.0.0"
1160
1189
  }
1161
1190
  },
1162
1191
  "node_modules/@smithy/util-middleware": {
1163
- "version": "2.2.0",
1164
- "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-2.2.0.tgz",
1165
- "integrity": "sha512-L1qpleXf9QD6LwLCJ5jddGkgWyuSvWBkJwWAZ6kFkdifdso+sk3L3O1HdmPvCdnCK3IS4qWyPxev01QMnfHSBw==",
1192
+ "version": "3.0.0",
1193
+ "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-3.0.0.tgz",
1194
+ "integrity": "sha512-q5ITdOnV2pXHSVDnKWrwgSNTDBAMHLptFE07ua/5Ty5WJ11bvr0vk2a7agu7qRhrCFRQlno5u3CneU5EELK+DQ==",
1195
+ "license": "Apache-2.0",
1166
1196
  "dependencies": {
1167
- "@smithy/types": "^2.12.0",
1197
+ "@smithy/types": "^3.0.0",
1168
1198
  "tslib": "^2.6.2"
1169
1199
  },
1170
1200
  "engines": {
1171
- "node": ">=14.0.0"
1201
+ "node": ">=16.0.0"
1172
1202
  }
1173
1203
  },
1174
1204
  "node_modules/@smithy/util-retry": {
1175
- "version": "2.2.0",
1176
- "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-2.2.0.tgz",
1177
- "integrity": "sha512-q9+pAFPTfftHXRytmZ7GzLFFrEGavqapFc06XxzZFcSIGERXMerXxCitjOG1prVDR9QdjqotF40SWvbqcCpf8g==",
1205
+ "version": "3.0.0",
1206
+ "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-3.0.0.tgz",
1207
+ "integrity": "sha512-nK99bvJiziGv/UOKJlDvFF45F00WgPLKVIGUfAK+mDhzVN2hb/S33uW2Tlhg5PVBoqY7tDVqL0zmu4OxAHgo9g==",
1208
+ "license": "Apache-2.0",
1178
1209
  "dependencies": {
1179
- "@smithy/service-error-classification": "^2.1.5",
1180
- "@smithy/types": "^2.12.0",
1210
+ "@smithy/service-error-classification": "^3.0.0",
1211
+ "@smithy/types": "^3.0.0",
1181
1212
  "tslib": "^2.6.2"
1182
1213
  },
1183
1214
  "engines": {
1184
- "node": ">= 14.0.0"
1215
+ "node": ">=16.0.0"
1185
1216
  }
1186
1217
  },
1187
1218
  "node_modules/@smithy/util-stream": {
1188
- "version": "2.2.0",
1189
- "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-2.2.0.tgz",
1190
- "integrity": "sha512-17faEXbYWIRst1aU9SvPZyMdWmqIrduZjVOqCPMIsWFNxs5yQQgFrJL6b2SdiCzyW9mJoDjFtgi53xx7EH+BXA==",
1191
- "dependencies": {
1192
- "@smithy/fetch-http-handler": "^2.5.0",
1193
- "@smithy/node-http-handler": "^2.5.0",
1194
- "@smithy/types": "^2.12.0",
1195
- "@smithy/util-base64": "^2.3.0",
1196
- "@smithy/util-buffer-from": "^2.2.0",
1197
- "@smithy/util-hex-encoding": "^2.2.0",
1198
- "@smithy/util-utf8": "^2.3.0",
1219
+ "version": "3.0.1",
1220
+ "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-3.0.1.tgz",
1221
+ "integrity": "sha512-7F7VNNhAsfMRA8I986YdOY5fE0/T1/ZjFF6OLsqkvQVNP3vZ/szYDfGCyphb7ioA09r32K/0qbSFfNFU68aSzA==",
1222
+ "license": "Apache-2.0",
1223
+ "dependencies": {
1224
+ "@smithy/fetch-http-handler": "^3.0.1",
1225
+ "@smithy/node-http-handler": "^3.0.0",
1226
+ "@smithy/types": "^3.0.0",
1227
+ "@smithy/util-base64": "^3.0.0",
1228
+ "@smithy/util-buffer-from": "^3.0.0",
1229
+ "@smithy/util-hex-encoding": "^3.0.0",
1230
+ "@smithy/util-utf8": "^3.0.0",
1199
1231
  "tslib": "^2.6.2"
1200
1232
  },
1201
1233
  "engines": {
1202
- "node": ">=14.0.0"
1234
+ "node": ">=16.0.0"
1203
1235
  }
1204
1236
  },
1205
1237
  "node_modules/@smithy/util-uri-escape": {
1206
- "version": "2.2.0",
1207
- "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-2.2.0.tgz",
1208
- "integrity": "sha512-jtmJMyt1xMD/d8OtbVJ2gFZOSKc+ueYJZPW20ULW1GOp/q/YIM0wNh+u8ZFao9UaIGz4WoPW8hC64qlWLIfoDA==",
1238
+ "version": "3.0.0",
1239
+ "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-3.0.0.tgz",
1240
+ "integrity": "sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==",
1241
+ "license": "Apache-2.0",
1209
1242
  "dependencies": {
1210
1243
  "tslib": "^2.6.2"
1211
1244
  },
1212
1245
  "engines": {
1213
- "node": ">=14.0.0"
1246
+ "node": ">=16.0.0"
1214
1247
  }
1215
1248
  },
1216
1249
  "node_modules/@smithy/util-utf8": {
1217
- "version": "2.3.0",
1218
- "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
1219
- "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
1250
+ "version": "3.0.0",
1251
+ "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-3.0.0.tgz",
1252
+ "integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==",
1253
+ "license": "Apache-2.0",
1220
1254
  "dependencies": {
1221
- "@smithy/util-buffer-from": "^2.2.0",
1255
+ "@smithy/util-buffer-from": "^3.0.0",
1222
1256
  "tslib": "^2.6.2"
1223
1257
  },
1224
1258
  "engines": {
1225
- "node": ">=14.0.0"
1259
+ "node": ">=16.0.0"
1226
1260
  }
1227
1261
  },
1228
1262
  "node_modules/@smithy/util-waiter": {
1229
- "version": "2.2.0",
1230
- "resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-2.2.0.tgz",
1231
- "integrity": "sha512-IHk53BVw6MPMi2Gsn+hCng8rFA3ZmR3Rk7GllxDUW9qFJl/hiSvskn7XldkECapQVkIg/1dHpMAxI9xSTaLLSA==",
1263
+ "version": "3.0.0",
1264
+ "resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-3.0.0.tgz",
1265
+ "integrity": "sha512-+fEXJxGDLCoqRKVSmo0auGxaqbiCo+8oph+4auefYjaNxjOLKSY2MxVQfRzo65PaZv4fr+5lWg+au7vSuJJ/zw==",
1266
+ "license": "Apache-2.0",
1232
1267
  "dependencies": {
1233
- "@smithy/abort-controller": "^2.2.0",
1234
- "@smithy/types": "^2.12.0",
1268
+ "@smithy/abort-controller": "^3.0.0",
1269
+ "@smithy/types": "^3.0.0",
1235
1270
  "tslib": "^2.6.2"
1236
1271
  },
1237
1272
  "engines": {
1238
- "node": ">=14.0.0"
1273
+ "node": ">=16.0.0"
1239
1274
  }
1240
1275
  },
1241
1276
  "node_modules/@types/minimatch": {
@@ -1247,6 +1282,7 @@
1247
1282
  "version": "6.0.1",
1248
1283
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
1249
1284
  "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
1285
+ "license": "MIT",
1250
1286
  "engines": {
1251
1287
  "node": ">=12"
1252
1288
  },
@@ -1258,6 +1294,7 @@
1258
1294
  "version": "6.2.1",
1259
1295
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
1260
1296
  "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
1297
+ "license": "MIT",
1261
1298
  "engines": {
1262
1299
  "node": ">=12"
1263
1300
  },
@@ -1297,12 +1334,14 @@
1297
1334
  "node_modules/bowser": {
1298
1335
  "version": "2.11.0",
1299
1336
  "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz",
1300
- "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA=="
1337
+ "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==",
1338
+ "license": "MIT"
1301
1339
  },
1302
1340
  "node_modules/brace-expansion": {
1303
1341
  "version": "2.0.1",
1304
1342
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
1305
1343
  "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
1344
+ "license": "MIT",
1306
1345
  "dependencies": {
1307
1346
  "balanced-match": "^1.0.0"
1308
1347
  }
@@ -1311,6 +1350,7 @@
1311
1350
  "version": "2.0.1",
1312
1351
  "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1313
1352
  "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1353
+ "license": "MIT",
1314
1354
  "dependencies": {
1315
1355
  "color-name": "~1.1.4"
1316
1356
  },
@@ -1321,7 +1361,8 @@
1321
1361
  "node_modules/color-name": {
1322
1362
  "version": "1.1.4",
1323
1363
  "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1324
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
1364
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1365
+ "license": "MIT"
1325
1366
  },
1326
1367
  "node_modules/concat-map": {
1327
1368
  "version": "0.0.1",
@@ -1344,12 +1385,14 @@
1344
1385
  "node_modules/eastasianwidth": {
1345
1386
  "version": "0.2.0",
1346
1387
  "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
1347
- "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
1388
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
1389
+ "license": "MIT"
1348
1390
  },
1349
1391
  "node_modules/emoji-regex": {
1350
1392
  "version": "9.2.2",
1351
1393
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
1352
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
1394
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
1395
+ "license": "MIT"
1353
1396
  },
1354
1397
  "node_modules/fast-xml-parser": {
1355
1398
  "version": "4.2.5",
@@ -1365,6 +1408,7 @@
1365
1408
  "url": "https://github.com/sponsors/NaturalIntelligence"
1366
1409
  }
1367
1410
  ],
1411
+ "license": "MIT",
1368
1412
  "dependencies": {
1369
1413
  "strnum": "^1.0.5"
1370
1414
  },
@@ -1388,21 +1432,22 @@
1388
1432
  }
1389
1433
  },
1390
1434
  "node_modules/glob": {
1391
- "version": "10.3.10",
1392
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
1393
- "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
1435
+ "version": "10.4.1",
1436
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
1437
+ "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
1438
+ "license": "ISC",
1394
1439
  "dependencies": {
1395
1440
  "foreground-child": "^3.1.0",
1396
- "jackspeak": "^2.3.5",
1397
- "minimatch": "^9.0.1",
1398
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
1399
- "path-scurry": "^1.10.1"
1441
+ "jackspeak": "^3.1.2",
1442
+ "minimatch": "^9.0.4",
1443
+ "minipass": "^7.1.2",
1444
+ "path-scurry": "^1.11.1"
1400
1445
  },
1401
1446
  "bin": {
1402
1447
  "glob": "dist/esm/bin.mjs"
1403
1448
  },
1404
1449
  "engines": {
1405
- "node": ">=16 || 14 >=14.17"
1450
+ "node": ">=16 || 14 >=14.18"
1406
1451
  },
1407
1452
  "funding": {
1408
1453
  "url": "https://github.com/sponsors/isaacs"
@@ -1412,6 +1457,7 @@
1412
1457
  "version": "3.0.0",
1413
1458
  "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
1414
1459
  "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1460
+ "license": "MIT",
1415
1461
  "engines": {
1416
1462
  "node": ">=8"
1417
1463
  }
@@ -1422,9 +1468,10 @@
1422
1468
  "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
1423
1469
  },
1424
1470
  "node_modules/jackspeak": {
1425
- "version": "2.3.6",
1426
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
1427
- "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
1471
+ "version": "3.1.2",
1472
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.1.2.tgz",
1473
+ "integrity": "sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ==",
1474
+ "license": "BlueOak-1.0.0",
1428
1475
  "dependencies": {
1429
1476
  "@isaacs/cliui": "^8.0.2"
1430
1477
  },
@@ -1439,17 +1486,19 @@
1439
1486
  }
1440
1487
  },
1441
1488
  "node_modules/lru-cache": {
1442
- "version": "10.2.0",
1443
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
1444
- "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
1489
+ "version": "10.2.2",
1490
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
1491
+ "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
1492
+ "license": "ISC",
1445
1493
  "engines": {
1446
1494
  "node": "14 || >=16.14"
1447
1495
  }
1448
1496
  },
1449
1497
  "node_modules/minimatch": {
1450
- "version": "9.0.3",
1451
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
1452
- "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
1498
+ "version": "9.0.4",
1499
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
1500
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
1501
+ "license": "ISC",
1453
1502
  "dependencies": {
1454
1503
  "brace-expansion": "^2.0.1"
1455
1504
  },
@@ -1461,9 +1510,10 @@
1461
1510
  }
1462
1511
  },
1463
1512
  "node_modules/minipass": {
1464
- "version": "7.0.4",
1465
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
1466
- "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
1513
+ "version": "7.1.2",
1514
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
1515
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
1516
+ "license": "ISC",
1467
1517
  "engines": {
1468
1518
  "node": ">=16 || 14 >=14.17"
1469
1519
  }
@@ -1515,15 +1565,16 @@
1515
1565
  }
1516
1566
  },
1517
1567
  "node_modules/path-scurry": {
1518
- "version": "1.10.2",
1519
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz",
1520
- "integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==",
1568
+ "version": "1.11.1",
1569
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
1570
+ "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
1571
+ "license": "BlueOak-1.0.0",
1521
1572
  "dependencies": {
1522
1573
  "lru-cache": "^10.2.0",
1523
1574
  "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
1524
1575
  },
1525
1576
  "engines": {
1526
- "node": ">=16 || 14 >=14.17"
1577
+ "node": ">=16 || 14 >=14.18"
1527
1578
  },
1528
1579
  "funding": {
1529
1580
  "url": "https://github.com/sponsors/isaacs"
@@ -1563,6 +1614,7 @@
1563
1614
  "version": "5.1.2",
1564
1615
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
1565
1616
  "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
1617
+ "license": "MIT",
1566
1618
  "dependencies": {
1567
1619
  "eastasianwidth": "^0.2.0",
1568
1620
  "emoji-regex": "^9.2.2",
@@ -1580,6 +1632,7 @@
1580
1632
  "version": "4.2.3",
1581
1633
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1582
1634
  "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1635
+ "license": "MIT",
1583
1636
  "dependencies": {
1584
1637
  "emoji-regex": "^8.0.0",
1585
1638
  "is-fullwidth-code-point": "^3.0.0",
@@ -1593,6 +1646,7 @@
1593
1646
  "version": "5.0.1",
1594
1647
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1595
1648
  "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1649
+ "license": "MIT",
1596
1650
  "engines": {
1597
1651
  "node": ">=8"
1598
1652
  }
@@ -1600,12 +1654,14 @@
1600
1654
  "node_modules/string-width-cjs/node_modules/emoji-regex": {
1601
1655
  "version": "8.0.0",
1602
1656
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1603
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
1657
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1658
+ "license": "MIT"
1604
1659
  },
1605
1660
  "node_modules/string-width-cjs/node_modules/strip-ansi": {
1606
1661
  "version": "6.0.1",
1607
1662
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1608
1663
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1664
+ "license": "MIT",
1609
1665
  "dependencies": {
1610
1666
  "ansi-regex": "^5.0.1"
1611
1667
  },
@@ -1617,6 +1673,7 @@
1617
1673
  "version": "7.1.0",
1618
1674
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
1619
1675
  "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
1676
+ "license": "MIT",
1620
1677
  "dependencies": {
1621
1678
  "ansi-regex": "^6.0.1"
1622
1679
  },
@@ -1632,6 +1689,7 @@
1632
1689
  "version": "6.0.1",
1633
1690
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1634
1691
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1692
+ "license": "MIT",
1635
1693
  "dependencies": {
1636
1694
  "ansi-regex": "^5.0.1"
1637
1695
  },
@@ -1643,6 +1701,7 @@
1643
1701
  "version": "5.0.1",
1644
1702
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1645
1703
  "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1704
+ "license": "MIT",
1646
1705
  "engines": {
1647
1706
  "node": ">=8"
1648
1707
  }
@@ -1650,7 +1709,8 @@
1650
1709
  "node_modules/strnum": {
1651
1710
  "version": "1.0.5",
1652
1711
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1653
- "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
1712
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
1713
+ "license": "MIT"
1654
1714
  },
1655
1715
  "node_modules/tslib": {
1656
1716
  "version": "2.6.2",
@@ -1687,6 +1747,7 @@
1687
1747
  "version": "8.1.0",
1688
1748
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
1689
1749
  "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
1750
+ "license": "MIT",
1690
1751
  "dependencies": {
1691
1752
  "ansi-styles": "^6.1.0",
1692
1753
  "string-width": "^5.0.1",
@@ -1704,6 +1765,7 @@
1704
1765
  "version": "7.0.0",
1705
1766
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
1706
1767
  "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
1768
+ "license": "MIT",
1707
1769
  "dependencies": {
1708
1770
  "ansi-styles": "^4.0.0",
1709
1771
  "string-width": "^4.1.0",
@@ -1720,6 +1782,7 @@
1720
1782
  "version": "5.0.1",
1721
1783
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1722
1784
  "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1785
+ "license": "MIT",
1723
1786
  "engines": {
1724
1787
  "node": ">=8"
1725
1788
  }
@@ -1728,6 +1791,7 @@
1728
1791
  "version": "4.3.0",
1729
1792
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1730
1793
  "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1794
+ "license": "MIT",
1731
1795
  "dependencies": {
1732
1796
  "color-convert": "^2.0.1"
1733
1797
  },
@@ -1741,12 +1805,14 @@
1741
1805
  "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
1742
1806
  "version": "8.0.0",
1743
1807
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1744
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
1808
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1809
+ "license": "MIT"
1745
1810
  },
1746
1811
  "node_modules/wrap-ansi-cjs/node_modules/string-width": {
1747
1812
  "version": "4.2.3",
1748
1813
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1749
1814
  "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1815
+ "license": "MIT",
1750
1816
  "dependencies": {
1751
1817
  "emoji-regex": "^8.0.0",
1752
1818
  "is-fullwidth-code-point": "^3.0.0",
@@ -1760,6 +1826,7 @@
1760
1826
  "version": "6.0.1",
1761
1827
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1762
1828
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1829
+ "license": "MIT",
1763
1830
  "dependencies": {
1764
1831
  "ansi-regex": "^5.0.1"
1765
1832
  },