@ndlib/ndlib-cdk2 1.0.9 → 1.0.11
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.
- package/README.md +3 -29
- package/lib/edge-lambdas/index.d.ts +0 -1
- package/lib/edge-lambdas/index.js +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +770 -543
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +15 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/ie11-detection/package.json +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +41 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/README.md +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +7 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +20 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +5 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +20 -24
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/package.json +8 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +9 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +26 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +27 -37
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +37 -22
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/README.md +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +6 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.js +25 -35
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +153 -153
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/package.json +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +32 -48
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +15 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/package.json +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/abort-controller/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +320 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListActionExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListActionTypesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListPipelinesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/pagination/ListWebhooksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListActionExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListActionTypesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListPipelineExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListPipelinesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListTagsForResourcePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListWebhooksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +67 -61
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +1135 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/ruleset.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeActivationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAssociationExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeAvailablePatchesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstanceInformationPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchStatesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInstancePatchesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeInventoryDeletionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeMaintenanceWindowsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeOpsItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeParametersPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchBaselinesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchGroupsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribePatchPropertiesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/DescribeSessionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventoryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetInventorySchemaPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetOpsSummaryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParameterHistoryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetParametersByPathPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/GetResourcePoliciesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationVersionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListAssociationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandInvocationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListCommandsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListComplianceSummariesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentVersionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListDocumentsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemEventsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsItemRelatedItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListOpsMetadataPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceComplianceSummariesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/pagination/ListResourceDataSyncPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/ruleset.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeActivationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeAvailablePatchesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstanceInformationPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePatchesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeOpsItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeParametersPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchBaselinesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchGroupsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribePatchPropertiesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeSessionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventoryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetInventorySchemaPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetOpsSummaryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParameterHistoryPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetParametersByPathPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/GetResourcePoliciesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationVersionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListAssociationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandInvocationsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListCommandsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListComplianceSummariesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentVersionsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListDocumentsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemEventsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListOpsMetadataPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListResourceDataSyncPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +9 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +63 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +66 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +41 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +31 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +65 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +74 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +62 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +57 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +42 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +41 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +15 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +33 -22
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +68 -62
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/README.md +50 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +1 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +64 -58
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/README.md +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +48 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +32 -37
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/README.md +75 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +15 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +80 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +77 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +84 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +67 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +70 -63
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/config-resolver/package.json +32 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/README.md +4 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/README.md +4 -28
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-imds/package.json +30 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/README.md +4 -120
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +34 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/README.md +16 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +35 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/README.md +4 -56
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +29 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/README.md +4 -90
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +31 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/README.md +4 -132
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +36 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/fetch-http-handler/package.json +29 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/hash-node/package.json +29 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/invalid-dependency/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/is-array-buffer/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-content-length/package.json +30 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-endpoint/package.json +12 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +29 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +24 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +23 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +27 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-retry/package.json +32 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-sdk-sts/package.json +33 -21
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-serde/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-signing/package.json +33 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-stack/package.json +26 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +29 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-config-provider/package.json +29 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/node-http-handler/package.json +30 -24
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/property-provider/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/Field.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/Fields.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/Field.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/Fields.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-es/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/protocol-http/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-builder/package.json +30 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/querystring-parser/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/service-error-classification/package.json +25 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/README.md +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +11 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/slurpFile.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +11 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/slurpFile.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/shared-ini-file-loader/package.json +27 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/signature-v4/package.json +34 -21
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +26 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +36 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +73 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +5 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/smithy-client/package.json +30 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +9 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/abort.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/auth.d.ts +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/client.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/command.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/dns.d.ts +23 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +61 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/http.d.ts +24 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +123 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/profile.d.ts +12 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/request.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/response.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/retry.d.ts +32 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/serde.d.ts +32 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +19 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/signature.d.ts +32 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/stream.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/token.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/util.d.ts +28 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +29 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/url-parser/package.json +28 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-base64/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-browser/package.json +26 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-body-length-node/package.json +26 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-buffer-from/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-config-provider/package.json +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +8 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-defaults-mode-node/package.json +11 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +16 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +12 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-hex-encoding/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/package.json +26 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-middleware/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-retry/package.json +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-uri-escape/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +27 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +37 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/README.md +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-utf8-browser/package.json +23 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +14 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-waiter/package.json +29 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/README.md +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/index.d.ts +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/minimatch/package.json +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/CHANGELOG.md +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/README.md +125 -274
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/package.json +18 -43
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/fxp.d.ts +6 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/util.js +1 -36
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/validator.js +52 -29
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +56 -65
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +73 -51
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/LICENSE +1 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/README.md +987 -279
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.d.ts +328 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.js +228 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/glob.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.js +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/has-magic.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.js +103 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/ignore.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.d.ts +75 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index-cjs.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.d.ts +96 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.js +68 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.d.ts +77 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.js +219 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.d.ts +59 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.js +307 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/processor.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.d.ts +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.js +370 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/cjs/walker.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.d.ts +328 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.js +224 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/glob.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/has-magic.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.js +99 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/ignore.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.d.ts +96 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.js +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.d.ts +77 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.js +215 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.d.ts +59 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.js +300 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/processor.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.d.ts +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.js +361 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/mjs/walker.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/README.md +267 -67
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.d.ts +42 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index-cjs.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts +92 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.js +1304 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts +92 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.js +1289 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/node_modules/minimatch/package.json +65 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/package.json +75 -29
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/LICENSE +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/README.md +1117 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.d.ts +869 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.js +1227 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/index.mjs +1227 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +96 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/LICENSE +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/README.md +769 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.d.ts +150 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.js +702 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/index.mjs +702 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/package.json +76 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/LICENSE.md +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/README.md +559 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.d.ts +1055 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.js +1865 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/cjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.d.ts +1055 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.js +1827 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/mjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +87 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/CopyrightNotice.txt +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/package.json +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.d.ts +314 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.js +59 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.js +69 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +1458 -1050
- package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +4 -4
- package/lib/newman-runner.js +1 -3
- package/package.json +18 -19
- package/lib/edge-lambdas/transclusionLambda/index.d.ts +0 -19
- package/lib/edge-lambdas/transclusionLambda/index.js +0 -48
- package/lib/edge-lambdas/transclusionLambda/src/getFromS3.d.ts +0 -3
- package/lib/edge-lambdas/transclusionLambda/src/getFromS3.js +0 -20
- package/lib/edge-lambdas/transclusionLambda/src/getFromS3.ts +0 -20
- package/lib/edge-lambdas/transclusionLambda/src/handler.d.ts +0 -7
- package/lib/edge-lambdas/transclusionLambda/src/handler.js +0 -86
|
@@ -9,19 +9,19 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-sdk/client-codepipeline": "3.
|
|
13
|
-
"@aws-sdk/client-ssm": "3.
|
|
14
|
-
"glob": "^
|
|
12
|
+
"@aws-sdk/client-codepipeline": "3.293.0",
|
|
13
|
+
"@aws-sdk/client-ssm": "3.293.0",
|
|
14
|
+
"glob": "^9.3.0",
|
|
15
15
|
"multimatch": "^5.0.0"
|
|
16
16
|
},
|
|
17
17
|
"engines": {
|
|
18
|
-
"node": ">=
|
|
18
|
+
"node": ">=16.0.0"
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"node_modules/@aws-crypto/ie11-detection": {
|
|
22
|
-
"version": "
|
|
23
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-
|
|
24
|
-
"integrity": "sha512-
|
|
22
|
+
"version": "3.0.0",
|
|
23
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
|
|
24
|
+
"integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"tslib": "^1.11.1"
|
|
27
27
|
}
|
|
@@ -32,14 +32,15 @@
|
|
|
32
32
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
33
33
|
},
|
|
34
34
|
"node_modules/@aws-crypto/sha256-browser": {
|
|
35
|
-
"version": "
|
|
36
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-
|
|
37
|
-
"integrity": "sha512-
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@aws-crypto/ie11-detection": "^
|
|
40
|
-
"@aws-crypto/sha256-js": "^
|
|
41
|
-
"@aws-crypto/supports-web-crypto": "^
|
|
42
|
-
"@aws-
|
|
35
|
+
"version": "3.0.0",
|
|
36
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz",
|
|
37
|
+
"integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==",
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@aws-crypto/ie11-detection": "^3.0.0",
|
|
40
|
+
"@aws-crypto/sha256-js": "^3.0.0",
|
|
41
|
+
"@aws-crypto/supports-web-crypto": "^3.0.0",
|
|
42
|
+
"@aws-crypto/util": "^3.0.0",
|
|
43
|
+
"@aws-sdk/types": "^3.222.0",
|
|
43
44
|
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
44
45
|
"@aws-sdk/util-utf8-browser": "^3.0.0",
|
|
45
46
|
"tslib": "^1.11.1"
|
|
@@ -51,12 +52,12 @@
|
|
|
51
52
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
52
53
|
},
|
|
53
54
|
"node_modules/@aws-crypto/sha256-js": {
|
|
54
|
-
"version": "
|
|
55
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-
|
|
56
|
-
"integrity": "sha512-
|
|
55
|
+
"version": "3.0.0",
|
|
56
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz",
|
|
57
|
+
"integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==",
|
|
57
58
|
"dependencies": {
|
|
58
|
-
"@aws-
|
|
59
|
-
"@aws-sdk/
|
|
59
|
+
"@aws-crypto/util": "^3.0.0",
|
|
60
|
+
"@aws-sdk/types": "^3.222.0",
|
|
60
61
|
"tslib": "^1.11.1"
|
|
61
62
|
}
|
|
62
63
|
},
|
|
@@ -66,9 +67,9 @@
|
|
|
66
67
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
67
68
|
},
|
|
68
69
|
"node_modules/@aws-crypto/supports-web-crypto": {
|
|
69
|
-
"version": "
|
|
70
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-
|
|
71
|
-
"integrity": "sha512-
|
|
70
|
+
"version": "3.0.0",
|
|
71
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz",
|
|
72
|
+
"integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==",
|
|
72
73
|
"dependencies": {
|
|
73
74
|
"tslib": "^1.11.1"
|
|
74
75
|
}
|
|
@@ -78,756 +79,966 @@
|
|
|
78
79
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
79
80
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
80
81
|
},
|
|
82
|
+
"node_modules/@aws-crypto/util": {
|
|
83
|
+
"version": "3.0.0",
|
|
84
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz",
|
|
85
|
+
"integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==",
|
|
86
|
+
"dependencies": {
|
|
87
|
+
"@aws-sdk/types": "^3.222.0",
|
|
88
|
+
"@aws-sdk/util-utf8-browser": "^3.0.0",
|
|
89
|
+
"tslib": "^1.11.1"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"node_modules/@aws-crypto/util/node_modules/tslib": {
|
|
93
|
+
"version": "1.14.1",
|
|
94
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
95
|
+
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
96
|
+
},
|
|
81
97
|
"node_modules/@aws-sdk/abort-controller": {
|
|
82
|
-
"version": "3.
|
|
83
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.
|
|
84
|
-
"integrity": "sha512-
|
|
98
|
+
"version": "3.292.0",
|
|
99
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.292.0.tgz",
|
|
100
|
+
"integrity": "sha512-lf+OPptL01kvryIJy7+dvFux5KbJ6OTwLPPEekVKZ2AfEvwcVtOZWFUhyw3PJCBTVncjKB1Kjl3V/eTS3YuPXQ==",
|
|
85
101
|
"dependencies": {
|
|
86
|
-
"@aws-sdk/types": "3.
|
|
87
|
-
"tslib": "^2.
|
|
102
|
+
"@aws-sdk/types": "3.292.0",
|
|
103
|
+
"tslib": "^2.3.1"
|
|
88
104
|
},
|
|
89
105
|
"engines": {
|
|
90
|
-
"node": ">=
|
|
106
|
+
"node": ">=14.0.0"
|
|
91
107
|
}
|
|
92
108
|
},
|
|
93
109
|
"node_modules/@aws-sdk/client-codepipeline": {
|
|
94
|
-
"version": "3.
|
|
95
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.
|
|
96
|
-
"integrity": "sha512-
|
|
97
|
-
"dependencies": {
|
|
98
|
-
"@aws-crypto/sha256-browser": "
|
|
99
|
-
"@aws-crypto/sha256-js": "
|
|
100
|
-
"@aws-sdk/client-sts": "3.
|
|
101
|
-
"@aws-sdk/config-resolver": "3.
|
|
102
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
103
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
104
|
-
"@aws-sdk/hash-node": "3.
|
|
105
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
106
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
107
|
-
"@aws-sdk/middleware-
|
|
108
|
-
"@aws-sdk/middleware-
|
|
109
|
-
"@aws-sdk/middleware-
|
|
110
|
-
"@aws-sdk/middleware-
|
|
111
|
-
"@aws-sdk/middleware-
|
|
112
|
-
"@aws-sdk/middleware-
|
|
113
|
-
"@aws-sdk/middleware-
|
|
114
|
-
"@aws-sdk/
|
|
115
|
-
"@aws-sdk/
|
|
116
|
-
"@aws-sdk/
|
|
117
|
-
"@aws-sdk/
|
|
118
|
-
"@aws-sdk/
|
|
119
|
-
"@aws-sdk/
|
|
120
|
-
"@aws-sdk/
|
|
121
|
-
"@aws-sdk/
|
|
122
|
-
"@aws-sdk/util-
|
|
123
|
-
"@aws-sdk/util-body-length-
|
|
124
|
-
"@aws-sdk/util-
|
|
125
|
-
"@aws-sdk/util-
|
|
126
|
-
"@aws-sdk/util-
|
|
127
|
-
"@aws-sdk/util-
|
|
128
|
-
"
|
|
110
|
+
"version": "3.293.0",
|
|
111
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.293.0.tgz",
|
|
112
|
+
"integrity": "sha512-qMIIZud9D2CQZ8meoB6rT8seHaA4EFpAMTUVNXm0XGxON6ssvUJkTdQd0ixk4ZNT+PyXwWvaF1w46UB45Yv5cA==",
|
|
113
|
+
"dependencies": {
|
|
114
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
115
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
116
|
+
"@aws-sdk/client-sts": "3.293.0",
|
|
117
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
118
|
+
"@aws-sdk/credential-provider-node": "3.293.0",
|
|
119
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
120
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
121
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
122
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
123
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
124
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
125
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
126
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
127
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
128
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
129
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
130
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
131
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
132
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
133
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
134
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
135
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
136
|
+
"@aws-sdk/types": "3.292.0",
|
|
137
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
138
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
139
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
140
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
141
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
142
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
143
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
144
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
145
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
146
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
147
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
148
|
+
"tslib": "^2.3.1",
|
|
129
149
|
"uuid": "^8.3.2"
|
|
130
150
|
},
|
|
131
151
|
"engines": {
|
|
132
|
-
"node": ">=
|
|
152
|
+
"node": ">=14.0.0"
|
|
133
153
|
}
|
|
134
154
|
},
|
|
135
155
|
"node_modules/@aws-sdk/client-ssm": {
|
|
136
|
-
"version": "3.
|
|
137
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.
|
|
138
|
-
"integrity": "sha512-
|
|
139
|
-
"dependencies": {
|
|
140
|
-
"@aws-crypto/sha256-browser": "
|
|
141
|
-
"@aws-crypto/sha256-js": "
|
|
142
|
-
"@aws-sdk/client-sts": "3.
|
|
143
|
-
"@aws-sdk/config-resolver": "3.
|
|
144
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
145
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
146
|
-
"@aws-sdk/hash-node": "3.
|
|
147
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
148
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
149
|
-
"@aws-sdk/middleware-
|
|
150
|
-
"@aws-sdk/middleware-
|
|
151
|
-
"@aws-sdk/middleware-
|
|
152
|
-
"@aws-sdk/middleware-
|
|
153
|
-
"@aws-sdk/middleware-
|
|
154
|
-
"@aws-sdk/middleware-
|
|
155
|
-
"@aws-sdk/middleware-
|
|
156
|
-
"@aws-sdk/
|
|
157
|
-
"@aws-sdk/
|
|
158
|
-
"@aws-sdk/
|
|
159
|
-
"@aws-sdk/
|
|
160
|
-
"@aws-sdk/
|
|
161
|
-
"@aws-sdk/
|
|
162
|
-
"@aws-sdk/
|
|
163
|
-
"@aws-sdk/
|
|
164
|
-
"@aws-sdk/util-
|
|
165
|
-
"@aws-sdk/util-body-length-
|
|
166
|
-
"@aws-sdk/util-
|
|
167
|
-
"@aws-sdk/util-
|
|
168
|
-
"@aws-sdk/util-
|
|
169
|
-
"@aws-sdk/util-
|
|
170
|
-
"@aws-sdk/util-
|
|
171
|
-
"
|
|
156
|
+
"version": "3.293.0",
|
|
157
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.293.0.tgz",
|
|
158
|
+
"integrity": "sha512-XcvzD5DiOOnoD4wertLyXRlkfeAqwIJTlStd05y+531slI8+siKLz3KDLDhQhuLdUZFH39Sut9sXtGDq8N9uAg==",
|
|
159
|
+
"dependencies": {
|
|
160
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
161
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
162
|
+
"@aws-sdk/client-sts": "3.293.0",
|
|
163
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
164
|
+
"@aws-sdk/credential-provider-node": "3.293.0",
|
|
165
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
166
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
167
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
168
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
169
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
170
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
171
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
172
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
173
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
174
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
175
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
176
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
177
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
178
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
179
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
180
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
181
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
182
|
+
"@aws-sdk/types": "3.292.0",
|
|
183
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
184
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
185
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
186
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
187
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
188
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
189
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
190
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
191
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
192
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
193
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
194
|
+
"@aws-sdk/util-waiter": "3.292.0",
|
|
195
|
+
"tslib": "^2.3.1",
|
|
172
196
|
"uuid": "^8.3.2"
|
|
173
197
|
},
|
|
174
198
|
"engines": {
|
|
175
|
-
"node": ">=
|
|
199
|
+
"node": ">=14.0.0"
|
|
176
200
|
}
|
|
177
201
|
},
|
|
178
202
|
"node_modules/@aws-sdk/client-sso": {
|
|
179
|
-
"version": "3.
|
|
180
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.
|
|
181
|
-
"integrity": "sha512-
|
|
182
|
-
"dependencies": {
|
|
183
|
-
"@aws-crypto/sha256-browser": "
|
|
184
|
-
"@aws-crypto/sha256-js": "
|
|
185
|
-
"@aws-sdk/config-resolver": "3.
|
|
186
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
187
|
-
"@aws-sdk/hash-node": "3.
|
|
188
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
189
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
190
|
-
"@aws-sdk/middleware-
|
|
191
|
-
"@aws-sdk/middleware-
|
|
192
|
-
"@aws-sdk/middleware-
|
|
193
|
-
"@aws-sdk/middleware-
|
|
194
|
-
"@aws-sdk/middleware-
|
|
195
|
-
"@aws-sdk/middleware-
|
|
196
|
-
"@aws-sdk/
|
|
197
|
-
"@aws-sdk/
|
|
198
|
-
"@aws-sdk/
|
|
199
|
-
"@aws-sdk/
|
|
200
|
-
"@aws-sdk/
|
|
201
|
-
"@aws-sdk/
|
|
202
|
-
"@aws-sdk/
|
|
203
|
-
"@aws-sdk/
|
|
204
|
-
"@aws-sdk/util-
|
|
205
|
-
"@aws-sdk/util-body-length-
|
|
206
|
-
"@aws-sdk/util-
|
|
207
|
-
"@aws-sdk/util-
|
|
208
|
-
"@aws-sdk/util-
|
|
209
|
-
"@aws-sdk/util-
|
|
210
|
-
"
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
"
|
|
203
|
+
"version": "3.293.0",
|
|
204
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.293.0.tgz",
|
|
205
|
+
"integrity": "sha512-EtVgEqL4vSDAV6vi9QzeZA5M+CIQIPoy14Q6Gl7TWehakxBqGFw2xnEHBo2djWH5oJMQAGOfjICPkZLoKxJT1A==",
|
|
206
|
+
"dependencies": {
|
|
207
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
208
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
209
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
210
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
211
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
212
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
213
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
214
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
215
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
216
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
217
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
218
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
219
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
220
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
221
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
222
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
223
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
224
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
225
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
226
|
+
"@aws-sdk/types": "3.292.0",
|
|
227
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
228
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
229
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
230
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
231
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
232
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
233
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
234
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
235
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
236
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
237
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
238
|
+
"tslib": "^2.3.1"
|
|
239
|
+
},
|
|
240
|
+
"engines": {
|
|
241
|
+
"node": ">=14.0.0"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"node_modules/@aws-sdk/client-sso-oidc": {
|
|
245
|
+
"version": "3.293.0",
|
|
246
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.293.0.tgz",
|
|
247
|
+
"integrity": "sha512-GrbcBzRxWNRc5unZ0rOe1Jzhjvf7xIiCfLDhXYKaafb38gxUc3vDPy4Uzih6Trcq525oB0fG7iiZJgstMXelcw==",
|
|
248
|
+
"dependencies": {
|
|
249
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
250
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
251
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
252
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
253
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
254
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
255
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
256
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
257
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
258
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
259
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
260
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
261
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
262
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
263
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
264
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
265
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
266
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
267
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
268
|
+
"@aws-sdk/types": "3.292.0",
|
|
269
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
270
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
271
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
272
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
273
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
274
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
275
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
276
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
277
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
278
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
279
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
280
|
+
"tslib": "^2.3.1"
|
|
281
|
+
},
|
|
282
|
+
"engines": {
|
|
283
|
+
"node": ">=14.0.0"
|
|
214
284
|
}
|
|
215
285
|
},
|
|
216
286
|
"node_modules/@aws-sdk/client-sts": {
|
|
217
|
-
"version": "3.
|
|
218
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.
|
|
219
|
-
"integrity": "sha512-
|
|
220
|
-
"dependencies": {
|
|
221
|
-
"@aws-crypto/sha256-browser": "
|
|
222
|
-
"@aws-crypto/sha256-js": "
|
|
223
|
-
"@aws-sdk/config-resolver": "3.
|
|
224
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
225
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
226
|
-
"@aws-sdk/hash-node": "3.
|
|
227
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
228
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
229
|
-
"@aws-sdk/middleware-
|
|
230
|
-
"@aws-sdk/middleware-
|
|
231
|
-
"@aws-sdk/middleware-
|
|
232
|
-
"@aws-sdk/middleware-
|
|
233
|
-
"@aws-sdk/middleware-
|
|
234
|
-
"@aws-sdk/middleware-
|
|
235
|
-
"@aws-sdk/middleware-
|
|
236
|
-
"@aws-sdk/middleware-
|
|
237
|
-
"@aws-sdk/
|
|
238
|
-
"@aws-sdk/
|
|
239
|
-
"@aws-sdk/
|
|
240
|
-
"@aws-sdk/
|
|
241
|
-
"@aws-sdk/
|
|
242
|
-
"@aws-sdk/
|
|
243
|
-
"@aws-sdk/
|
|
244
|
-
"@aws-sdk/
|
|
245
|
-
"@aws-sdk/util-
|
|
246
|
-
"@aws-sdk/util-body-length-
|
|
247
|
-
"@aws-sdk/util-
|
|
248
|
-
"@aws-sdk/util-
|
|
249
|
-
"@aws-sdk/util-
|
|
250
|
-
"@aws-sdk/util-
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
"
|
|
287
|
+
"version": "3.293.0",
|
|
288
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.293.0.tgz",
|
|
289
|
+
"integrity": "sha512-cNKWt9Xnv1sQvdLnzCdDJBRgavWH6g5F8TzrueaCq10cg/GanKkCgiIZFoKDv8LQ3dHzTkp/OKp4sN5N5DH/Ow==",
|
|
290
|
+
"dependencies": {
|
|
291
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
292
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
293
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
294
|
+
"@aws-sdk/credential-provider-node": "3.293.0",
|
|
295
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
296
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
297
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
298
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
299
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
300
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
301
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
302
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
303
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
304
|
+
"@aws-sdk/middleware-sdk-sts": "3.292.0",
|
|
305
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
306
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
307
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
308
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
309
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
310
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
311
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
312
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
313
|
+
"@aws-sdk/types": "3.292.0",
|
|
314
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
315
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
316
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
317
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
318
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
319
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
320
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
321
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
322
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
323
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
324
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
325
|
+
"fast-xml-parser": "4.1.2",
|
|
326
|
+
"tslib": "^2.3.1"
|
|
327
|
+
},
|
|
328
|
+
"engines": {
|
|
329
|
+
"node": ">=14.0.0"
|
|
257
330
|
}
|
|
258
331
|
},
|
|
259
332
|
"node_modules/@aws-sdk/config-resolver": {
|
|
260
|
-
"version": "3.
|
|
261
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.
|
|
262
|
-
"integrity": "sha512-
|
|
263
|
-
"dependencies": {
|
|
264
|
-
"@aws-sdk/signature-v4": "3.
|
|
265
|
-
"@aws-sdk/types": "3.
|
|
266
|
-
"
|
|
333
|
+
"version": "3.292.0",
|
|
334
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.292.0.tgz",
|
|
335
|
+
"integrity": "sha512-cB3twnNR7vYvlt2jvw8VlA1+iv/tVzl+/S39MKqw2tepU+AbJAM0EHwb/dkf1OKSmlrnANXhshx80MHF9zL4mA==",
|
|
336
|
+
"dependencies": {
|
|
337
|
+
"@aws-sdk/signature-v4": "3.292.0",
|
|
338
|
+
"@aws-sdk/types": "3.292.0",
|
|
339
|
+
"@aws-sdk/util-config-provider": "3.292.0",
|
|
340
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
341
|
+
"tslib": "^2.3.1"
|
|
267
342
|
},
|
|
268
343
|
"engines": {
|
|
269
|
-
"node": ">=
|
|
344
|
+
"node": ">=14.0.0"
|
|
270
345
|
}
|
|
271
346
|
},
|
|
272
347
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
273
|
-
"version": "3.
|
|
274
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.
|
|
275
|
-
"integrity": "sha512
|
|
348
|
+
"version": "3.292.0",
|
|
349
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.292.0.tgz",
|
|
350
|
+
"integrity": "sha512-YbafSG0ZEKE2969CJWVtUhh3hfOeLPecFVoXOtegCyAJgY5Ghtu4TsVhL4DgiGAgOC30ojAmUVQEXzd7xJF5xA==",
|
|
276
351
|
"dependencies": {
|
|
277
|
-
"@aws-sdk/property-provider": "3.
|
|
278
|
-
"@aws-sdk/types": "3.
|
|
279
|
-
"tslib": "^2.
|
|
352
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
353
|
+
"@aws-sdk/types": "3.292.0",
|
|
354
|
+
"tslib": "^2.3.1"
|
|
280
355
|
},
|
|
281
356
|
"engines": {
|
|
282
|
-
"node": ">=
|
|
357
|
+
"node": ">=14.0.0"
|
|
283
358
|
}
|
|
284
359
|
},
|
|
285
360
|
"node_modules/@aws-sdk/credential-provider-imds": {
|
|
286
|
-
"version": "3.
|
|
287
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.
|
|
288
|
-
"integrity": "sha512-
|
|
289
|
-
"dependencies": {
|
|
290
|
-
"@aws-sdk/
|
|
291
|
-
"@aws-sdk/
|
|
292
|
-
"
|
|
361
|
+
"version": "3.292.0",
|
|
362
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.292.0.tgz",
|
|
363
|
+
"integrity": "sha512-W/peOgDSRYulgzFpUhvgi1pCm6piBz6xrVN17N4QOy+3NHBXRVMVzYk6ct2qpLPgJUSEZkcpP+Gds+bBm8ed1A==",
|
|
364
|
+
"dependencies": {
|
|
365
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
366
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
367
|
+
"@aws-sdk/types": "3.292.0",
|
|
368
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
369
|
+
"tslib": "^2.3.1"
|
|
293
370
|
},
|
|
294
371
|
"engines": {
|
|
295
|
-
"node": ">=
|
|
372
|
+
"node": ">=14.0.0"
|
|
296
373
|
}
|
|
297
374
|
},
|
|
298
375
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
299
|
-
"version": "3.
|
|
300
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
301
|
-
"integrity": "sha512-
|
|
302
|
-
"dependencies": {
|
|
303
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
304
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
305
|
-
"@aws-sdk/credential-provider-
|
|
306
|
-
"@aws-sdk/
|
|
307
|
-
"@aws-sdk/
|
|
308
|
-
"@aws-sdk/
|
|
309
|
-
"
|
|
376
|
+
"version": "3.293.0",
|
|
377
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.293.0.tgz",
|
|
378
|
+
"integrity": "sha512-Cy32aGm8Qc70Jc7VjcaxAEBfhLCS6/iewX4ZSI6MRoo0NrggnIwD9pdtO0Y0eqzEHXJvl2bycXFTJPmW4AzQIA==",
|
|
379
|
+
"dependencies": {
|
|
380
|
+
"@aws-sdk/credential-provider-env": "3.292.0",
|
|
381
|
+
"@aws-sdk/credential-provider-imds": "3.292.0",
|
|
382
|
+
"@aws-sdk/credential-provider-process": "3.292.0",
|
|
383
|
+
"@aws-sdk/credential-provider-sso": "3.293.0",
|
|
384
|
+
"@aws-sdk/credential-provider-web-identity": "3.292.0",
|
|
385
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
386
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
387
|
+
"@aws-sdk/types": "3.292.0",
|
|
388
|
+
"tslib": "^2.3.1"
|
|
310
389
|
},
|
|
311
390
|
"engines": {
|
|
312
|
-
"node": ">=
|
|
391
|
+
"node": ">=14.0.0"
|
|
313
392
|
}
|
|
314
393
|
},
|
|
315
394
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
316
|
-
"version": "3.
|
|
317
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
318
|
-
"integrity": "sha512-
|
|
319
|
-
"dependencies": {
|
|
320
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
321
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
322
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
323
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
324
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
325
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
326
|
-
"@aws-sdk/property-provider": "3.
|
|
327
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
328
|
-
"@aws-sdk/types": "3.
|
|
329
|
-
"tslib": "^2.
|
|
395
|
+
"version": "3.293.0",
|
|
396
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.293.0.tgz",
|
|
397
|
+
"integrity": "sha512-w6NuuEiVZ5Ja2fmXbo5GiH2cykKw682HvL6bZ5Yhdj27twFL+4jUuXONxibQkXgTJbtiTx3tlcdLOa67RDq8ow==",
|
|
398
|
+
"dependencies": {
|
|
399
|
+
"@aws-sdk/credential-provider-env": "3.292.0",
|
|
400
|
+
"@aws-sdk/credential-provider-imds": "3.292.0",
|
|
401
|
+
"@aws-sdk/credential-provider-ini": "3.293.0",
|
|
402
|
+
"@aws-sdk/credential-provider-process": "3.292.0",
|
|
403
|
+
"@aws-sdk/credential-provider-sso": "3.293.0",
|
|
404
|
+
"@aws-sdk/credential-provider-web-identity": "3.292.0",
|
|
405
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
406
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
407
|
+
"@aws-sdk/types": "3.292.0",
|
|
408
|
+
"tslib": "^2.3.1"
|
|
330
409
|
},
|
|
331
410
|
"engines": {
|
|
332
|
-
"node": ">=
|
|
411
|
+
"node": ">=14.0.0"
|
|
333
412
|
}
|
|
334
413
|
},
|
|
335
414
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
336
|
-
"version": "3.
|
|
337
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.
|
|
338
|
-
"integrity": "sha512-
|
|
339
|
-
"dependencies": {
|
|
340
|
-
"@aws-sdk/
|
|
341
|
-
"@aws-sdk/
|
|
342
|
-
"@aws-sdk/
|
|
343
|
-
"
|
|
344
|
-
"tslib": "^2.0.0"
|
|
415
|
+
"version": "3.292.0",
|
|
416
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.292.0.tgz",
|
|
417
|
+
"integrity": "sha512-CFVXuMuUvg/a4tknzRikEDwZBnKlHs1LZCpTXIGjBdUTdosoi4WNzDLzGp93ZRTtcgFz+4wirz2f7P3lC0NrQw==",
|
|
418
|
+
"dependencies": {
|
|
419
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
420
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
421
|
+
"@aws-sdk/types": "3.292.0",
|
|
422
|
+
"tslib": "^2.3.1"
|
|
345
423
|
},
|
|
346
424
|
"engines": {
|
|
347
|
-
"node": ">=
|
|
425
|
+
"node": ">=14.0.0"
|
|
348
426
|
}
|
|
349
427
|
},
|
|
350
428
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
351
|
-
"version": "3.
|
|
352
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
353
|
-
"integrity": "sha512-
|
|
354
|
-
"dependencies": {
|
|
355
|
-
"@aws-sdk/client-sso": "3.
|
|
356
|
-
"@aws-sdk/
|
|
357
|
-
"@aws-sdk/
|
|
358
|
-
"@aws-sdk/
|
|
359
|
-
"@aws-sdk/types": "3.
|
|
360
|
-
"tslib": "^2.
|
|
429
|
+
"version": "3.293.0",
|
|
430
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.293.0.tgz",
|
|
431
|
+
"integrity": "sha512-XdZW6mgAcV20AXrQ3FYKVZAO8LuFZwZnEf34Xc1Z2MuHkbSXxixPDu+mqbUKMwru1rmy6YaZ0eNuIbZYVCq0mw==",
|
|
432
|
+
"dependencies": {
|
|
433
|
+
"@aws-sdk/client-sso": "3.293.0",
|
|
434
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
435
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
436
|
+
"@aws-sdk/token-providers": "3.293.0",
|
|
437
|
+
"@aws-sdk/types": "3.292.0",
|
|
438
|
+
"tslib": "^2.3.1"
|
|
361
439
|
},
|
|
362
440
|
"engines": {
|
|
363
|
-
"node": ">=
|
|
441
|
+
"node": ">=14.0.0"
|
|
364
442
|
}
|
|
365
443
|
},
|
|
366
444
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
367
|
-
"version": "3.
|
|
368
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.
|
|
369
|
-
"integrity": "sha512-
|
|
445
|
+
"version": "3.292.0",
|
|
446
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.292.0.tgz",
|
|
447
|
+
"integrity": "sha512-4DbtIEM9gGVfqYlMdYXg3XY+vBhemjB1zXIequottW8loLYM8Vuz4/uGxxKNze6evVVzowsA0wKrYclE1aj/Rg==",
|
|
370
448
|
"dependencies": {
|
|
371
|
-
"@aws-sdk/property-provider": "3.
|
|
372
|
-
"@aws-sdk/types": "3.
|
|
373
|
-
"tslib": "^2.
|
|
449
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
450
|
+
"@aws-sdk/types": "3.292.0",
|
|
451
|
+
"tslib": "^2.3.1"
|
|
374
452
|
},
|
|
375
453
|
"engines": {
|
|
376
|
-
"node": ">=
|
|
454
|
+
"node": ">=14.0.0"
|
|
377
455
|
}
|
|
378
456
|
},
|
|
379
457
|
"node_modules/@aws-sdk/fetch-http-handler": {
|
|
380
|
-
"version": "3.
|
|
381
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.
|
|
382
|
-
"integrity": "sha512-
|
|
458
|
+
"version": "3.292.0",
|
|
459
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.292.0.tgz",
|
|
460
|
+
"integrity": "sha512-zh3bhUJbL8RSa39ZKDcy+AghtUkIP8LwcNlwRIoxMQh3Row4D1s4fCq0KZCx98NJBEXoiTLyTQlZxxI//BOb1Q==",
|
|
383
461
|
"dependencies": {
|
|
384
|
-
"@aws-sdk/protocol-http": "3.
|
|
385
|
-
"@aws-sdk/querystring-builder": "3.
|
|
386
|
-
"@aws-sdk/types": "3.
|
|
387
|
-
"@aws-sdk/util-base64
|
|
388
|
-
"tslib": "^2.
|
|
462
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
463
|
+
"@aws-sdk/querystring-builder": "3.292.0",
|
|
464
|
+
"@aws-sdk/types": "3.292.0",
|
|
465
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
466
|
+
"tslib": "^2.3.1"
|
|
389
467
|
}
|
|
390
468
|
},
|
|
391
469
|
"node_modules/@aws-sdk/hash-node": {
|
|
392
|
-
"version": "3.
|
|
393
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.
|
|
394
|
-
"integrity": "sha512-
|
|
395
|
-
"dependencies": {
|
|
396
|
-
"@aws-sdk/types": "3.
|
|
397
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
398
|
-
"
|
|
470
|
+
"version": "3.292.0",
|
|
471
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.292.0.tgz",
|
|
472
|
+
"integrity": "sha512-1yLxmIsvE+eK36JXEgEIouTITdykQLVhsA5Oai//Lar6Ddgu1sFpLDbdkMtKbrh4I0jLN9RacNCkeVQjZPTCCQ==",
|
|
473
|
+
"dependencies": {
|
|
474
|
+
"@aws-sdk/types": "3.292.0",
|
|
475
|
+
"@aws-sdk/util-buffer-from": "3.292.0",
|
|
476
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
477
|
+
"tslib": "^2.3.1"
|
|
399
478
|
},
|
|
400
479
|
"engines": {
|
|
401
|
-
"node": ">=
|
|
480
|
+
"node": ">=14.0.0"
|
|
402
481
|
}
|
|
403
482
|
},
|
|
404
483
|
"node_modules/@aws-sdk/invalid-dependency": {
|
|
405
|
-
"version": "3.
|
|
406
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.
|
|
407
|
-
"integrity": "sha512
|
|
484
|
+
"version": "3.292.0",
|
|
485
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.292.0.tgz",
|
|
486
|
+
"integrity": "sha512-39OUV78CD3TmEbjhpt+V+Fk4wAGWhixqHxDSN8+4WL0uB4Fl7k5m3Z9hNY78AttHQSl2twR7WtLztnXPAFsriw==",
|
|
408
487
|
"dependencies": {
|
|
409
|
-
"@aws-sdk/types": "3.
|
|
410
|
-
"tslib": "^2.
|
|
488
|
+
"@aws-sdk/types": "3.292.0",
|
|
489
|
+
"tslib": "^2.3.1"
|
|
411
490
|
}
|
|
412
491
|
},
|
|
413
492
|
"node_modules/@aws-sdk/is-array-buffer": {
|
|
414
|
-
"version": "3.
|
|
415
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.
|
|
416
|
-
"integrity": "sha512-
|
|
493
|
+
"version": "3.292.0",
|
|
494
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.292.0.tgz",
|
|
495
|
+
"integrity": "sha512-kW/G5T/fzI0sJH5foZG6XJiNCevXqKLxV50qIT4B1pMuw7regd4ALIy0HwSqj1nnn9mSbRWBfmby0jWCJsMcwg==",
|
|
417
496
|
"dependencies": {
|
|
418
|
-
"tslib": "^2.
|
|
497
|
+
"tslib": "^2.3.1"
|
|
419
498
|
},
|
|
420
499
|
"engines": {
|
|
421
|
-
"node": ">=
|
|
500
|
+
"node": ">=14.0.0"
|
|
422
501
|
}
|
|
423
502
|
},
|
|
424
503
|
"node_modules/@aws-sdk/middleware-content-length": {
|
|
425
|
-
"version": "3.
|
|
426
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.
|
|
427
|
-
"integrity": "sha512-
|
|
504
|
+
"version": "3.292.0",
|
|
505
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.292.0.tgz",
|
|
506
|
+
"integrity": "sha512-2gMWzQus5mj14menolpPDbYBeaOYcj7KNFZOjTjjI3iQ0KqyetG6XasirNrcJ/8QX1BRmpTol8Xjp2Ue3Gbzwg==",
|
|
428
507
|
"dependencies": {
|
|
429
|
-
"@aws-sdk/protocol-http": "3.
|
|
430
|
-
"@aws-sdk/types": "3.
|
|
431
|
-
"tslib": "^2.
|
|
508
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
509
|
+
"@aws-sdk/types": "3.292.0",
|
|
510
|
+
"tslib": "^2.3.1"
|
|
432
511
|
},
|
|
433
512
|
"engines": {
|
|
434
|
-
"node": ">=
|
|
513
|
+
"node": ">=14.0.0"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"node_modules/@aws-sdk/middleware-endpoint": {
|
|
517
|
+
"version": "3.292.0",
|
|
518
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.292.0.tgz",
|
|
519
|
+
"integrity": "sha512-cPMkiSxpZGG6tYlW4OS+ucS6r43f9ddX9kcUoemJCY10MOuogdPjulCAjE0HTs2PLKSOrrG4CTP4Q4wWDrH4Bw==",
|
|
520
|
+
"dependencies": {
|
|
521
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
522
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
523
|
+
"@aws-sdk/signature-v4": "3.292.0",
|
|
524
|
+
"@aws-sdk/types": "3.292.0",
|
|
525
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
526
|
+
"@aws-sdk/util-config-provider": "3.292.0",
|
|
527
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
528
|
+
"tslib": "^2.3.1"
|
|
529
|
+
},
|
|
530
|
+
"engines": {
|
|
531
|
+
"node": ">=14.0.0"
|
|
435
532
|
}
|
|
436
533
|
},
|
|
437
534
|
"node_modules/@aws-sdk/middleware-host-header": {
|
|
438
|
-
"version": "3.
|
|
439
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.
|
|
440
|
-
"integrity": "sha512-
|
|
535
|
+
"version": "3.292.0",
|
|
536
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.292.0.tgz",
|
|
537
|
+
"integrity": "sha512-mHuCWe3Yg2S5YZ7mB7sKU6C97XspfqrimWjMW9pfV2usAvLA3R0HrB03jpR5vpZ3P4q7HB6wK3S6CjYMGGRNag==",
|
|
441
538
|
"dependencies": {
|
|
442
|
-
"@aws-sdk/protocol-http": "3.
|
|
443
|
-
"@aws-sdk/types": "3.
|
|
444
|
-
"tslib": "^2.
|
|
539
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
540
|
+
"@aws-sdk/types": "3.292.0",
|
|
541
|
+
"tslib": "^2.3.1"
|
|
445
542
|
},
|
|
446
543
|
"engines": {
|
|
447
|
-
"node": ">=
|
|
544
|
+
"node": ">=14.0.0"
|
|
448
545
|
}
|
|
449
546
|
},
|
|
450
547
|
"node_modules/@aws-sdk/middleware-logger": {
|
|
451
|
-
"version": "3.
|
|
452
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.
|
|
453
|
-
"integrity": "sha512-
|
|
548
|
+
"version": "3.292.0",
|
|
549
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.292.0.tgz",
|
|
550
|
+
"integrity": "sha512-yZNY1XYmG3NG+uonET7jzKXNiwu61xm/ZZ6i/l51SusuaYN+qQtTAhOFsieQqTehF9kP4FzbsWgPDwD8ZZX9lw==",
|
|
454
551
|
"dependencies": {
|
|
455
|
-
"@aws-sdk/types": "3.
|
|
456
|
-
"tslib": "^2.
|
|
552
|
+
"@aws-sdk/types": "3.292.0",
|
|
553
|
+
"tslib": "^2.3.1"
|
|
457
554
|
},
|
|
458
555
|
"engines": {
|
|
459
|
-
"node": ">=
|
|
556
|
+
"node": ">=14.0.0"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
"node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
560
|
+
"version": "3.292.0",
|
|
561
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.292.0.tgz",
|
|
562
|
+
"integrity": "sha512-kA3VZpPko0Zqd7CYPTKAxhjEv0HJqFu2054L04dde1JLr43ro+2MTdX7vsHzeAFUVRphqatFFofCumvXmU6Mig==",
|
|
563
|
+
"dependencies": {
|
|
564
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
565
|
+
"@aws-sdk/types": "3.292.0",
|
|
566
|
+
"tslib": "^2.3.1"
|
|
567
|
+
},
|
|
568
|
+
"engines": {
|
|
569
|
+
"node": ">=14.0.0"
|
|
460
570
|
}
|
|
461
571
|
},
|
|
462
572
|
"node_modules/@aws-sdk/middleware-retry": {
|
|
463
|
-
"version": "3.
|
|
464
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.
|
|
465
|
-
"integrity": "sha512-
|
|
466
|
-
"dependencies": {
|
|
467
|
-
"@aws-sdk/protocol-http": "3.
|
|
468
|
-
"@aws-sdk/service-error-classification": "3.
|
|
469
|
-
"@aws-sdk/types": "3.
|
|
470
|
-
"
|
|
573
|
+
"version": "3.293.0",
|
|
574
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.293.0.tgz",
|
|
575
|
+
"integrity": "sha512-7tiaz2GzRecNHaZ6YnF+Nrtk3au8qF6oiipf11R7MJiqJ0fkMLnz/iRrlakDziS9qF/a9v+3yxb4W4NHK3f4Tw==",
|
|
576
|
+
"dependencies": {
|
|
577
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
578
|
+
"@aws-sdk/service-error-classification": "3.292.0",
|
|
579
|
+
"@aws-sdk/types": "3.292.0",
|
|
580
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
581
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
582
|
+
"tslib": "^2.3.1",
|
|
471
583
|
"uuid": "^8.3.2"
|
|
472
584
|
},
|
|
473
585
|
"engines": {
|
|
474
|
-
"node": ">=
|
|
586
|
+
"node": ">=14.0.0"
|
|
475
587
|
}
|
|
476
588
|
},
|
|
477
589
|
"node_modules/@aws-sdk/middleware-sdk-sts": {
|
|
478
|
-
"version": "3.
|
|
479
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.
|
|
480
|
-
"integrity": "sha512-
|
|
481
|
-
"dependencies": {
|
|
482
|
-
"@aws-sdk/middleware-signing": "3.
|
|
483
|
-
"@aws-sdk/property-provider": "3.
|
|
484
|
-
"@aws-sdk/protocol-http": "3.
|
|
485
|
-
"@aws-sdk/signature-v4": "3.
|
|
486
|
-
"@aws-sdk/types": "3.
|
|
487
|
-
"tslib": "^2.
|
|
590
|
+
"version": "3.292.0",
|
|
591
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.292.0.tgz",
|
|
592
|
+
"integrity": "sha512-GN5ZHEqXZqDi+HkVbaXRX9HaW/vA5rikYpWKYsmxTUZ7fB7ijvEO3co3lleJv2C+iGYRtUIHC4wYNB5xgoTCxg==",
|
|
593
|
+
"dependencies": {
|
|
594
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
595
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
596
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
597
|
+
"@aws-sdk/signature-v4": "3.292.0",
|
|
598
|
+
"@aws-sdk/types": "3.292.0",
|
|
599
|
+
"tslib": "^2.3.1"
|
|
488
600
|
},
|
|
489
601
|
"engines": {
|
|
490
|
-
"node": ">=
|
|
602
|
+
"node": ">=14.0.0"
|
|
491
603
|
}
|
|
492
604
|
},
|
|
493
605
|
"node_modules/@aws-sdk/middleware-serde": {
|
|
494
|
-
"version": "3.
|
|
495
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.
|
|
496
|
-
"integrity": "sha512-
|
|
606
|
+
"version": "3.292.0",
|
|
607
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.292.0.tgz",
|
|
608
|
+
"integrity": "sha512-6hN9mTQwSvV8EcGvtXbS/MpK7WMCokUku5Wu7X24UwCNMVkoRHLIkYcxHcvBTwttuOU0d8hph1/lIX4dkLwkQw==",
|
|
497
609
|
"dependencies": {
|
|
498
|
-
"@aws-sdk/types": "3.
|
|
499
|
-
"tslib": "^2.
|
|
610
|
+
"@aws-sdk/types": "3.292.0",
|
|
611
|
+
"tslib": "^2.3.1"
|
|
500
612
|
},
|
|
501
613
|
"engines": {
|
|
502
|
-
"node": ">=
|
|
614
|
+
"node": ">=14.0.0"
|
|
503
615
|
}
|
|
504
616
|
},
|
|
505
617
|
"node_modules/@aws-sdk/middleware-signing": {
|
|
506
|
-
"version": "3.
|
|
507
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.
|
|
508
|
-
"integrity": "sha512-
|
|
509
|
-
"dependencies": {
|
|
510
|
-
"@aws-sdk/property-provider": "3.
|
|
511
|
-
"@aws-sdk/protocol-http": "3.
|
|
512
|
-
"@aws-sdk/signature-v4": "3.
|
|
513
|
-
"@aws-sdk/types": "3.
|
|
514
|
-
"
|
|
618
|
+
"version": "3.292.0",
|
|
619
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.292.0.tgz",
|
|
620
|
+
"integrity": "sha512-GVfoSjDjEQ4TaO6x9MffyP3uRV+2KcS5FtexLCYOM9pJcnE9tqq9FJOrZ1xl1g+YjUVKxo4x8lu3tpEtIb17qg==",
|
|
621
|
+
"dependencies": {
|
|
622
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
623
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
624
|
+
"@aws-sdk/signature-v4": "3.292.0",
|
|
625
|
+
"@aws-sdk/types": "3.292.0",
|
|
626
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
627
|
+
"tslib": "^2.3.1"
|
|
515
628
|
},
|
|
516
629
|
"engines": {
|
|
517
|
-
"node": ">=
|
|
630
|
+
"node": ">=14.0.0"
|
|
518
631
|
}
|
|
519
632
|
},
|
|
520
633
|
"node_modules/@aws-sdk/middleware-stack": {
|
|
521
|
-
"version": "3.
|
|
522
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.
|
|
523
|
-
"integrity": "sha512
|
|
634
|
+
"version": "3.292.0",
|
|
635
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.292.0.tgz",
|
|
636
|
+
"integrity": "sha512-WdQpRkuMysrEwrkByCM1qCn2PPpFGGQ2iXqaFha5RzCdZDlxJni9cVNb6HzWUcgjLEYVTXCmOR9Wxm3CNW44Qg==",
|
|
524
637
|
"dependencies": {
|
|
525
|
-
"tslib": "^2.
|
|
638
|
+
"tslib": "^2.3.1"
|
|
526
639
|
},
|
|
527
640
|
"engines": {
|
|
528
|
-
"node": ">=
|
|
641
|
+
"node": ">=14.0.0"
|
|
529
642
|
}
|
|
530
643
|
},
|
|
531
644
|
"node_modules/@aws-sdk/middleware-user-agent": {
|
|
532
|
-
"version": "3.
|
|
533
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.
|
|
534
|
-
"integrity": "sha512-
|
|
535
|
-
"dependencies": {
|
|
536
|
-
"@aws-sdk/protocol-http": "3.
|
|
537
|
-
"@aws-sdk/types": "3.
|
|
538
|
-
"
|
|
645
|
+
"version": "3.293.0",
|
|
646
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.293.0.tgz",
|
|
647
|
+
"integrity": "sha512-gZ7/e6XwpKk9mvgA78q4Ffc796jTn02TUKx2qMDnkLVbeJXBNN2jnvYEKq8v70+o7fd/ALRudg8gBDmkkhM/Hw==",
|
|
648
|
+
"dependencies": {
|
|
649
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
650
|
+
"@aws-sdk/types": "3.292.0",
|
|
651
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
652
|
+
"tslib": "^2.3.1"
|
|
539
653
|
},
|
|
540
654
|
"engines": {
|
|
541
|
-
"node": ">=
|
|
655
|
+
"node": ">=14.0.0"
|
|
542
656
|
}
|
|
543
657
|
},
|
|
544
658
|
"node_modules/@aws-sdk/node-config-provider": {
|
|
545
|
-
"version": "3.
|
|
546
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.
|
|
547
|
-
"integrity": "sha512-
|
|
548
|
-
"dependencies": {
|
|
549
|
-
"@aws-sdk/property-provider": "3.
|
|
550
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
551
|
-
"@aws-sdk/types": "3.
|
|
552
|
-
"tslib": "^2.
|
|
659
|
+
"version": "3.292.0",
|
|
660
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.292.0.tgz",
|
|
661
|
+
"integrity": "sha512-S3NnC9dQ5GIbJYSDIldZb4zdpCOEua1tM7bjYL3VS5uqCEM93kIi/o/UkIUveMp/eqTS2LJa5HjNIz5Te6je0A==",
|
|
662
|
+
"dependencies": {
|
|
663
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
664
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
665
|
+
"@aws-sdk/types": "3.292.0",
|
|
666
|
+
"tslib": "^2.3.1"
|
|
553
667
|
},
|
|
554
668
|
"engines": {
|
|
555
|
-
"node": ">=
|
|
669
|
+
"node": ">=14.0.0"
|
|
556
670
|
}
|
|
557
671
|
},
|
|
558
672
|
"node_modules/@aws-sdk/node-http-handler": {
|
|
559
|
-
"version": "3.
|
|
560
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.
|
|
561
|
-
"integrity": "sha512-
|
|
562
|
-
"dependencies": {
|
|
563
|
-
"@aws-sdk/abort-controller": "3.
|
|
564
|
-
"@aws-sdk/protocol-http": "3.
|
|
565
|
-
"@aws-sdk/querystring-builder": "3.
|
|
566
|
-
"@aws-sdk/types": "3.
|
|
567
|
-
"tslib": "^2.
|
|
673
|
+
"version": "3.292.0",
|
|
674
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.292.0.tgz",
|
|
675
|
+
"integrity": "sha512-L/E3UDSwXLXjt1XWWh0RBD55F+aZI1AEdPwdES9i1PjnZLyuxuDhEDptVibNN56+I9/4Q3SbmuVRVlOD0uzBag==",
|
|
676
|
+
"dependencies": {
|
|
677
|
+
"@aws-sdk/abort-controller": "3.292.0",
|
|
678
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
679
|
+
"@aws-sdk/querystring-builder": "3.292.0",
|
|
680
|
+
"@aws-sdk/types": "3.292.0",
|
|
681
|
+
"tslib": "^2.3.1"
|
|
568
682
|
},
|
|
569
683
|
"engines": {
|
|
570
|
-
"node": ">=
|
|
684
|
+
"node": ">=14.0.0"
|
|
571
685
|
}
|
|
572
686
|
},
|
|
573
687
|
"node_modules/@aws-sdk/property-provider": {
|
|
574
|
-
"version": "3.
|
|
575
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.
|
|
576
|
-
"integrity": "sha512-
|
|
688
|
+
"version": "3.292.0",
|
|
689
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.292.0.tgz",
|
|
690
|
+
"integrity": "sha512-dHArSvsiqhno/g55N815gXmAMrmN8DP7OeFNqJ4wJG42xsF2PFN3DAsjIuHuXMwu+7A3R1LHqIpvv0hA9KeoJQ==",
|
|
577
691
|
"dependencies": {
|
|
578
|
-
"@aws-sdk/types": "3.
|
|
579
|
-
"tslib": "^2.
|
|
692
|
+
"@aws-sdk/types": "3.292.0",
|
|
693
|
+
"tslib": "^2.3.1"
|
|
580
694
|
},
|
|
581
695
|
"engines": {
|
|
582
|
-
"node": ">=
|
|
696
|
+
"node": ">=14.0.0"
|
|
583
697
|
}
|
|
584
698
|
},
|
|
585
699
|
"node_modules/@aws-sdk/protocol-http": {
|
|
586
|
-
"version": "3.
|
|
587
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.
|
|
588
|
-
"integrity": "sha512-
|
|
700
|
+
"version": "3.292.0",
|
|
701
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.292.0.tgz",
|
|
702
|
+
"integrity": "sha512-NLi4fq3k41aXIh1I97yX0JTy+3p6aW1NdwFwdMa674z86QNfb4SfRQRZBQe9wEnAZ/eWHVnlKIuII+U1URk/Kg==",
|
|
589
703
|
"dependencies": {
|
|
590
|
-
"@aws-sdk/types": "3.
|
|
591
|
-
"tslib": "^2.
|
|
704
|
+
"@aws-sdk/types": "3.292.0",
|
|
705
|
+
"tslib": "^2.3.1"
|
|
592
706
|
},
|
|
593
707
|
"engines": {
|
|
594
|
-
"node": ">=
|
|
708
|
+
"node": ">=14.0.0"
|
|
595
709
|
}
|
|
596
710
|
},
|
|
597
711
|
"node_modules/@aws-sdk/querystring-builder": {
|
|
598
|
-
"version": "3.
|
|
599
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.
|
|
600
|
-
"integrity": "sha512-
|
|
712
|
+
"version": "3.292.0",
|
|
713
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.292.0.tgz",
|
|
714
|
+
"integrity": "sha512-XElIFJaReIm24eEvBtV2dOtZvcm3gXsGu/ftG8MLJKbKXFKpAP1q+K6En0Bs7/T88voKghKdKpKT+eZUWgTqlg==",
|
|
601
715
|
"dependencies": {
|
|
602
|
-
"@aws-sdk/types": "3.
|
|
603
|
-
"@aws-sdk/util-uri-escape": "3.
|
|
604
|
-
"tslib": "^2.
|
|
716
|
+
"@aws-sdk/types": "3.292.0",
|
|
717
|
+
"@aws-sdk/util-uri-escape": "3.292.0",
|
|
718
|
+
"tslib": "^2.3.1"
|
|
605
719
|
},
|
|
606
720
|
"engines": {
|
|
607
|
-
"node": ">=
|
|
721
|
+
"node": ">=14.0.0"
|
|
608
722
|
}
|
|
609
723
|
},
|
|
610
724
|
"node_modules/@aws-sdk/querystring-parser": {
|
|
611
|
-
"version": "3.
|
|
612
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.
|
|
613
|
-
"integrity": "sha512-
|
|
725
|
+
"version": "3.292.0",
|
|
726
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.292.0.tgz",
|
|
727
|
+
"integrity": "sha512-iTYpYo7a8X9RxiPbjjewIpm6XQPx2EOcF1dWCPRII9EFlmZ4bwnX+PDI36fIo9oVs8TIKXmwNGODU9nsg7CSAw==",
|
|
614
728
|
"dependencies": {
|
|
615
|
-
"@aws-sdk/types": "3.
|
|
616
|
-
"tslib": "^2.
|
|
729
|
+
"@aws-sdk/types": "3.292.0",
|
|
730
|
+
"tslib": "^2.3.1"
|
|
617
731
|
},
|
|
618
732
|
"engines": {
|
|
619
|
-
"node": ">=
|
|
733
|
+
"node": ">=14.0.0"
|
|
620
734
|
}
|
|
621
735
|
},
|
|
622
736
|
"node_modules/@aws-sdk/service-error-classification": {
|
|
623
|
-
"version": "3.
|
|
624
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.
|
|
625
|
-
"integrity": "sha512-
|
|
737
|
+
"version": "3.292.0",
|
|
738
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.292.0.tgz",
|
|
739
|
+
"integrity": "sha512-X1k3sixCeC45XSNHBe+kRBQBwPDyTFtFITb8O5Qw4dS9XWGhrUJT4CX0qE5aj8qP3F9U5nRizs9c2mBVVP0Caw==",
|
|
626
740
|
"engines": {
|
|
627
|
-
"node": ">=
|
|
741
|
+
"node": ">=14.0.0"
|
|
628
742
|
}
|
|
629
743
|
},
|
|
630
744
|
"node_modules/@aws-sdk/shared-ini-file-loader": {
|
|
631
|
-
"version": "3.
|
|
632
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.
|
|
633
|
-
"integrity": "sha512-
|
|
745
|
+
"version": "3.292.0",
|
|
746
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.292.0.tgz",
|
|
747
|
+
"integrity": "sha512-Av2TTYg1Jig2kbkD56ybiqZJB6vVrYjv1W5UQwY/q3nA/T2mcrgQ20ByCOt5Bv9VvY7FSgC+znj+L4a7RLGmBg==",
|
|
634
748
|
"dependencies": {
|
|
635
|
-
"
|
|
749
|
+
"@aws-sdk/types": "3.292.0",
|
|
750
|
+
"tslib": "^2.3.1"
|
|
636
751
|
},
|
|
637
752
|
"engines": {
|
|
638
|
-
"node": ">=
|
|
753
|
+
"node": ">=14.0.0"
|
|
639
754
|
}
|
|
640
755
|
},
|
|
641
756
|
"node_modules/@aws-sdk/signature-v4": {
|
|
642
|
-
"version": "3.
|
|
643
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.
|
|
644
|
-
"integrity": "sha512
|
|
645
|
-
"dependencies": {
|
|
646
|
-
"@aws-sdk/is-array-buffer": "3.
|
|
647
|
-
"@aws-sdk/types": "3.
|
|
648
|
-
"@aws-sdk/util-hex-encoding": "3.
|
|
649
|
-
"@aws-sdk/util-
|
|
650
|
-
"
|
|
757
|
+
"version": "3.292.0",
|
|
758
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.292.0.tgz",
|
|
759
|
+
"integrity": "sha512-+rw47VY5mvBecn13tDQTl1ipGWg5tE63faWgmZe68HoBL87ZiDzsd7bUKOvjfW21iMgWlwAppkaNNQayYRb2zg==",
|
|
760
|
+
"dependencies": {
|
|
761
|
+
"@aws-sdk/is-array-buffer": "3.292.0",
|
|
762
|
+
"@aws-sdk/types": "3.292.0",
|
|
763
|
+
"@aws-sdk/util-hex-encoding": "3.292.0",
|
|
764
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
765
|
+
"@aws-sdk/util-uri-escape": "3.292.0",
|
|
766
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
767
|
+
"tslib": "^2.3.1"
|
|
651
768
|
},
|
|
652
769
|
"engines": {
|
|
653
|
-
"node": ">=
|
|
770
|
+
"node": ">=14.0.0"
|
|
654
771
|
}
|
|
655
772
|
},
|
|
656
773
|
"node_modules/@aws-sdk/smithy-client": {
|
|
657
|
-
"version": "3.
|
|
658
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.
|
|
659
|
-
"integrity": "sha512-
|
|
774
|
+
"version": "3.292.0",
|
|
775
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.292.0.tgz",
|
|
776
|
+
"integrity": "sha512-S8PKzjPkZ6SXYZuZiU787dMsvQ0d/LFEhw2OI4Oe2An9Fc2IwJ2FYukyHoQJOV2tV0DiuMebPo7eMyQyjKElvA==",
|
|
660
777
|
"dependencies": {
|
|
661
|
-
"@aws-sdk/middleware-stack": "3.
|
|
662
|
-
"@aws-sdk/types": "3.
|
|
663
|
-
"tslib": "^2.
|
|
778
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
779
|
+
"@aws-sdk/types": "3.292.0",
|
|
780
|
+
"tslib": "^2.3.1"
|
|
664
781
|
},
|
|
665
782
|
"engines": {
|
|
666
|
-
"node": ">=
|
|
783
|
+
"node": ">=14.0.0"
|
|
667
784
|
}
|
|
668
785
|
},
|
|
669
|
-
"node_modules/@aws-sdk/
|
|
670
|
-
"version": "3.
|
|
671
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/
|
|
672
|
-
"integrity": "sha512-
|
|
786
|
+
"node_modules/@aws-sdk/token-providers": {
|
|
787
|
+
"version": "3.293.0",
|
|
788
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.293.0.tgz",
|
|
789
|
+
"integrity": "sha512-Ly5pdUZJcufNHTovmA0XjyUV6Qth89oK3VHSnrNbVYKFCDvApF4tuR8lBYayn7vEWrdlkGCnfJu42yN71NPfDw==",
|
|
790
|
+
"dependencies": {
|
|
791
|
+
"@aws-sdk/client-sso-oidc": "3.293.0",
|
|
792
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
793
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
794
|
+
"@aws-sdk/types": "3.292.0",
|
|
795
|
+
"tslib": "^2.3.1"
|
|
796
|
+
},
|
|
673
797
|
"engines": {
|
|
674
|
-
"node": ">=
|
|
798
|
+
"node": ">=14.0.0"
|
|
675
799
|
}
|
|
676
800
|
},
|
|
677
|
-
"node_modules/@aws-sdk/
|
|
678
|
-
"version": "3.
|
|
679
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/
|
|
680
|
-
"integrity": "sha512-
|
|
801
|
+
"node_modules/@aws-sdk/types": {
|
|
802
|
+
"version": "3.292.0",
|
|
803
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.292.0.tgz",
|
|
804
|
+
"integrity": "sha512-1teYAY2M73UXZxMAxqZxVS2qwXjQh0OWtt7qyLfha0TtIk/fZ1hRwFgxbDCHUFcdNBSOSbKH/ESor90KROXLCQ==",
|
|
681
805
|
"dependencies": {
|
|
682
|
-
"
|
|
683
|
-
|
|
684
|
-
|
|
806
|
+
"tslib": "^2.3.1"
|
|
807
|
+
},
|
|
808
|
+
"engines": {
|
|
809
|
+
"node": ">=14.0.0"
|
|
685
810
|
}
|
|
686
811
|
},
|
|
687
|
-
"node_modules/@aws-sdk/
|
|
688
|
-
"version": "3.
|
|
689
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/
|
|
690
|
-
"integrity": "sha512-
|
|
812
|
+
"node_modules/@aws-sdk/url-parser": {
|
|
813
|
+
"version": "3.292.0",
|
|
814
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.292.0.tgz",
|
|
815
|
+
"integrity": "sha512-NZeAuZCk1x6TIiWuRfbOU6wHPBhf0ly2qOHzWut4BCH+b4RrDmFF8EmXcH1auEfGhE7yRyR6XqIN0t3S+hYACA==",
|
|
691
816
|
"dependencies": {
|
|
692
|
-
"
|
|
817
|
+
"@aws-sdk/querystring-parser": "3.292.0",
|
|
818
|
+
"@aws-sdk/types": "3.292.0",
|
|
819
|
+
"tslib": "^2.3.1"
|
|
693
820
|
}
|
|
694
821
|
},
|
|
695
|
-
"node_modules/@aws-sdk/util-base64
|
|
696
|
-
"version": "3.
|
|
697
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-base64
|
|
698
|
-
"integrity": "sha512-
|
|
822
|
+
"node_modules/@aws-sdk/util-base64": {
|
|
823
|
+
"version": "3.292.0",
|
|
824
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-base64/-/util-base64-3.292.0.tgz",
|
|
825
|
+
"integrity": "sha512-zjNCwNdy617yFvEjZorepNWXB2sQCVfsShCwFy/kIQ5iW5tT2jQKaqc0K77diU9atkooxw9p1W9m9sOgrkOFNw==",
|
|
699
826
|
"dependencies": {
|
|
700
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
701
|
-
"tslib": "^2.
|
|
827
|
+
"@aws-sdk/util-buffer-from": "3.292.0",
|
|
828
|
+
"tslib": "^2.3.1"
|
|
702
829
|
},
|
|
703
830
|
"engines": {
|
|
704
|
-
"node": ">=
|
|
831
|
+
"node": ">=14.0.0"
|
|
705
832
|
}
|
|
706
833
|
},
|
|
707
834
|
"node_modules/@aws-sdk/util-body-length-browser": {
|
|
708
|
-
"version": "3.
|
|
709
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.
|
|
710
|
-
"integrity": "sha512
|
|
835
|
+
"version": "3.292.0",
|
|
836
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.292.0.tgz",
|
|
837
|
+
"integrity": "sha512-Wd/BM+JsMiKvKs/bN3z6TredVEHh2pKudGfg3CSjTRpqFpOG903KDfyHBD42yg5PuCHoHoewJvTPKwgn7/vhaw==",
|
|
711
838
|
"dependencies": {
|
|
712
|
-
"tslib": "^2.
|
|
839
|
+
"tslib": "^2.3.1"
|
|
713
840
|
}
|
|
714
841
|
},
|
|
715
842
|
"node_modules/@aws-sdk/util-body-length-node": {
|
|
716
|
-
"version": "3.
|
|
717
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.
|
|
718
|
-
"integrity": "sha512-
|
|
843
|
+
"version": "3.292.0",
|
|
844
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.292.0.tgz",
|
|
845
|
+
"integrity": "sha512-BBgipZ2P6RhogWE/qj0oqpdlyd3iSBYmb+aD/TBXwB2lA/X8A99GxweBd/kp06AmcJRoMS9WIXgbWkiiBlRlSA==",
|
|
719
846
|
"dependencies": {
|
|
720
|
-
"tslib": "^2.
|
|
847
|
+
"tslib": "^2.3.1"
|
|
721
848
|
},
|
|
722
849
|
"engines": {
|
|
723
|
-
"node": ">=
|
|
850
|
+
"node": ">=14.0.0"
|
|
724
851
|
}
|
|
725
852
|
},
|
|
726
853
|
"node_modules/@aws-sdk/util-buffer-from": {
|
|
727
|
-
"version": "3.
|
|
728
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.
|
|
729
|
-
"integrity": "sha512-
|
|
854
|
+
"version": "3.292.0",
|
|
855
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.292.0.tgz",
|
|
856
|
+
"integrity": "sha512-RxNZjLoXNxHconH9TYsk5RaEBjSgTtozHeyIdacaHPj5vlQKi4hgL2hIfKeeNiAfQEVjaUFF29lv81xpNMzVMQ==",
|
|
857
|
+
"dependencies": {
|
|
858
|
+
"@aws-sdk/is-array-buffer": "3.292.0",
|
|
859
|
+
"tslib": "^2.3.1"
|
|
860
|
+
},
|
|
861
|
+
"engines": {
|
|
862
|
+
"node": ">=14.0.0"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
"node_modules/@aws-sdk/util-config-provider": {
|
|
866
|
+
"version": "3.292.0",
|
|
867
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.292.0.tgz",
|
|
868
|
+
"integrity": "sha512-t3noYll6bPRSxeeNNEkC5czVjAiTPcsq00OwfJ2xyUqmquhLEfLwoJKmrT1uP7DjIEXdUtfoIQ2jWiIVm/oO5A==",
|
|
869
|
+
"dependencies": {
|
|
870
|
+
"tslib": "^2.3.1"
|
|
871
|
+
},
|
|
872
|
+
"engines": {
|
|
873
|
+
"node": ">=14.0.0"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
"node_modules/@aws-sdk/util-defaults-mode-browser": {
|
|
877
|
+
"version": "3.292.0",
|
|
878
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.292.0.tgz",
|
|
879
|
+
"integrity": "sha512-7+zVUlMGfa8/KT++9humHo6IDxTnxMCmWUj5jVNlkpk6h7Ecmppf7aXotviyVIA43lhtz0p2AErs0N0ekEUK+w==",
|
|
730
880
|
"dependencies": {
|
|
731
|
-
"@aws-sdk/
|
|
732
|
-
"
|
|
881
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
882
|
+
"@aws-sdk/types": "3.292.0",
|
|
883
|
+
"bowser": "^2.11.0",
|
|
884
|
+
"tslib": "^2.3.1"
|
|
733
885
|
},
|
|
734
886
|
"engines": {
|
|
735
887
|
"node": ">= 10.0.0"
|
|
736
888
|
}
|
|
737
889
|
},
|
|
738
|
-
"node_modules/@aws-sdk/util-
|
|
739
|
-
"version": "3.
|
|
740
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-
|
|
741
|
-
"integrity": "sha512-
|
|
890
|
+
"node_modules/@aws-sdk/util-defaults-mode-node": {
|
|
891
|
+
"version": "3.292.0",
|
|
892
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.292.0.tgz",
|
|
893
|
+
"integrity": "sha512-SSIw85eF4BVs0fOJRyshT+R3b/UmBPhiVKCUZm2rq6+lIGkDPiSwQU3d/80AhXtiL5SFT/IzAKKgQd8qMa7q3A==",
|
|
742
894
|
"dependencies": {
|
|
743
|
-
"
|
|
895
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
896
|
+
"@aws-sdk/credential-provider-imds": "3.292.0",
|
|
897
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
898
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
899
|
+
"@aws-sdk/types": "3.292.0",
|
|
900
|
+
"tslib": "^2.3.1"
|
|
744
901
|
},
|
|
745
902
|
"engines": {
|
|
746
903
|
"node": ">= 10.0.0"
|
|
747
904
|
}
|
|
748
905
|
},
|
|
906
|
+
"node_modules/@aws-sdk/util-endpoints": {
|
|
907
|
+
"version": "3.293.0",
|
|
908
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.293.0.tgz",
|
|
909
|
+
"integrity": "sha512-R/99aNV49Refpv5guiUjEUrZYlvnfaNBniB+/ZtMO3ixxUopapssCrUivuJrmhccmrYaTCZw7dRzIWjU1jJhKg==",
|
|
910
|
+
"dependencies": {
|
|
911
|
+
"@aws-sdk/types": "3.292.0",
|
|
912
|
+
"tslib": "^2.3.1"
|
|
913
|
+
},
|
|
914
|
+
"engines": {
|
|
915
|
+
"node": ">=14.0.0"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"node_modules/@aws-sdk/util-hex-encoding": {
|
|
919
|
+
"version": "3.292.0",
|
|
920
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.292.0.tgz",
|
|
921
|
+
"integrity": "sha512-qBd5KFIUywQ3qSSbj814S2srk0vfv8A6QMI+Obs1y2LHZFdQN5zViptI4UhXhKOHe+NnrHWxSuLC/LMH6q3SmA==",
|
|
922
|
+
"dependencies": {
|
|
923
|
+
"tslib": "^2.3.1"
|
|
924
|
+
},
|
|
925
|
+
"engines": {
|
|
926
|
+
"node": ">=14.0.0"
|
|
927
|
+
}
|
|
928
|
+
},
|
|
749
929
|
"node_modules/@aws-sdk/util-locate-window": {
|
|
750
|
-
"version": "3.
|
|
751
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.
|
|
752
|
-
"integrity": "sha512-
|
|
930
|
+
"version": "3.292.0",
|
|
931
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.292.0.tgz",
|
|
932
|
+
"integrity": "sha512-6xnFJXZI9pKw5lQCDvuWA5PnOaUtNRKWwdxvGkkLx5orboFaoVMS6zowjSQxwVNRjW82u6dYNkhmj9mZ8VSjWg==",
|
|
753
933
|
"dependencies": {
|
|
754
|
-
"tslib": "^2.
|
|
934
|
+
"tslib": "^2.3.1"
|
|
755
935
|
},
|
|
756
936
|
"engines": {
|
|
757
|
-
"node": ">=
|
|
937
|
+
"node": ">=14.0.0"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"node_modules/@aws-sdk/util-middleware": {
|
|
941
|
+
"version": "3.292.0",
|
|
942
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.292.0.tgz",
|
|
943
|
+
"integrity": "sha512-KjhS7flfoBKDxbiBZjLjMvEizXgjfQb7GQEItgzGoI9rfGCmZtvqCcqQQoIlxb8bIzGRggAUHtBGWnlLbpb+GQ==",
|
|
944
|
+
"dependencies": {
|
|
945
|
+
"tslib": "^2.3.1"
|
|
946
|
+
},
|
|
947
|
+
"engines": {
|
|
948
|
+
"node": ">=14.0.0"
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
"node_modules/@aws-sdk/util-retry": {
|
|
952
|
+
"version": "3.292.0",
|
|
953
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.292.0.tgz",
|
|
954
|
+
"integrity": "sha512-JEHyF7MpVeRF5uR4LDYgpOKcFpOPiAj8TqN46SVOQQcL1K+V7cSr7O7N7J6MwJaN9XOzAcBadeIupMm7/BFbgw==",
|
|
955
|
+
"dependencies": {
|
|
956
|
+
"@aws-sdk/service-error-classification": "3.292.0",
|
|
957
|
+
"tslib": "^2.3.1"
|
|
958
|
+
},
|
|
959
|
+
"engines": {
|
|
960
|
+
"node": ">= 14.0.0"
|
|
758
961
|
}
|
|
759
962
|
},
|
|
760
963
|
"node_modules/@aws-sdk/util-uri-escape": {
|
|
761
|
-
"version": "3.
|
|
762
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.
|
|
763
|
-
"integrity": "sha512-
|
|
964
|
+
"version": "3.292.0",
|
|
965
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.292.0.tgz",
|
|
966
|
+
"integrity": "sha512-hOQtUMQ4VcQ9iwKz50AoCp1XBD5gJ9nly/gJZccAM7zSA5mOO8RRKkbdonqquVHxrO0CnYgiFeCh3V35GFecUw==",
|
|
764
967
|
"dependencies": {
|
|
765
|
-
"tslib": "^2.
|
|
968
|
+
"tslib": "^2.3.1"
|
|
766
969
|
},
|
|
767
970
|
"engines": {
|
|
768
|
-
"node": ">=
|
|
971
|
+
"node": ">=14.0.0"
|
|
769
972
|
}
|
|
770
973
|
},
|
|
771
974
|
"node_modules/@aws-sdk/util-user-agent-browser": {
|
|
772
|
-
"version": "3.
|
|
773
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.
|
|
774
|
-
"integrity": "sha512-
|
|
975
|
+
"version": "3.292.0",
|
|
976
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.292.0.tgz",
|
|
977
|
+
"integrity": "sha512-dld+lpC3QdmTQHdBWJ0WFDkXDSrJgfz03q6mQ8+7H+BC12ZhT0I0g9iuvUjolqy7QR00OxOy47Y9FVhq8EC0Gg==",
|
|
775
978
|
"dependencies": {
|
|
776
|
-
"@aws-sdk/types": "3.
|
|
979
|
+
"@aws-sdk/types": "3.292.0",
|
|
777
980
|
"bowser": "^2.11.0",
|
|
778
|
-
"tslib": "^2.
|
|
981
|
+
"tslib": "^2.3.1"
|
|
779
982
|
}
|
|
780
983
|
},
|
|
781
984
|
"node_modules/@aws-sdk/util-user-agent-node": {
|
|
782
|
-
"version": "3.
|
|
783
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.
|
|
784
|
-
"integrity": "sha512-
|
|
985
|
+
"version": "3.292.0",
|
|
986
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.292.0.tgz",
|
|
987
|
+
"integrity": "sha512-f+NfIMal5E61MDc5WGhUEoicr7b1eNNhA+GgVdSB/Hg5fYhEZvFK9RZizH5rrtsLjjgcr9nPYSR7/nDKCJLumw==",
|
|
785
988
|
"dependencies": {
|
|
786
|
-
"@aws-sdk/node-config-provider": "3.
|
|
787
|
-
"@aws-sdk/types": "3.
|
|
788
|
-
"tslib": "^2.
|
|
989
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
990
|
+
"@aws-sdk/types": "3.292.0",
|
|
991
|
+
"tslib": "^2.3.1"
|
|
789
992
|
},
|
|
790
993
|
"engines": {
|
|
791
|
-
"node": ">=
|
|
994
|
+
"node": ">=14.0.0"
|
|
995
|
+
},
|
|
996
|
+
"peerDependencies": {
|
|
997
|
+
"aws-crt": ">=1.0.0"
|
|
998
|
+
},
|
|
999
|
+
"peerDependenciesMeta": {
|
|
1000
|
+
"aws-crt": {
|
|
1001
|
+
"optional": true
|
|
1002
|
+
}
|
|
792
1003
|
}
|
|
793
1004
|
},
|
|
794
|
-
"node_modules/@aws-sdk/util-utf8
|
|
795
|
-
"version": "3.
|
|
796
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8
|
|
797
|
-
"integrity": "sha512-
|
|
1005
|
+
"node_modules/@aws-sdk/util-utf8": {
|
|
1006
|
+
"version": "3.292.0",
|
|
1007
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8/-/util-utf8-3.292.0.tgz",
|
|
1008
|
+
"integrity": "sha512-FPkj+Z59/DQWvoVu2wFaRncc3KVwe/pgK3MfVb0Lx+Ibey5KUx+sNpJmYcVYHUAe/Nv/JeIpOtYuC96IXOnI6w==",
|
|
798
1009
|
"dependencies": {
|
|
799
|
-
"
|
|
1010
|
+
"@aws-sdk/util-buffer-from": "3.292.0",
|
|
1011
|
+
"tslib": "^2.3.1"
|
|
1012
|
+
},
|
|
1013
|
+
"engines": {
|
|
1014
|
+
"node": ">=14.0.0"
|
|
800
1015
|
}
|
|
801
1016
|
},
|
|
802
|
-
"node_modules/@aws-sdk/util-utf8-
|
|
803
|
-
"version": "3.
|
|
804
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-
|
|
805
|
-
"integrity": "sha512-
|
|
1017
|
+
"node_modules/@aws-sdk/util-utf8-browser": {
|
|
1018
|
+
"version": "3.259.0",
|
|
1019
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz",
|
|
1020
|
+
"integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==",
|
|
806
1021
|
"dependencies": {
|
|
807
|
-
"
|
|
808
|
-
"tslib": "^2.0.0"
|
|
809
|
-
},
|
|
810
|
-
"engines": {
|
|
811
|
-
"node": ">= 10.0.0"
|
|
1022
|
+
"tslib": "^2.3.1"
|
|
812
1023
|
}
|
|
813
1024
|
},
|
|
814
1025
|
"node_modules/@aws-sdk/util-waiter": {
|
|
815
|
-
"version": "3.
|
|
816
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.
|
|
817
|
-
"integrity": "sha512
|
|
1026
|
+
"version": "3.292.0",
|
|
1027
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.292.0.tgz",
|
|
1028
|
+
"integrity": "sha512-+7j+mcWUY4GwU8nTK4MvLWpOzS34SJZL85qLxQ04pysoCSHkInyS51D1ejBVNlJdbUSFvIcU0WHU0y6MDDeJzg==",
|
|
818
1029
|
"dependencies": {
|
|
819
|
-
"@aws-sdk/abort-controller": "3.
|
|
820
|
-
"@aws-sdk/types": "3.
|
|
821
|
-
"tslib": "^2.
|
|
1030
|
+
"@aws-sdk/abort-controller": "3.292.0",
|
|
1031
|
+
"@aws-sdk/types": "3.292.0",
|
|
1032
|
+
"tslib": "^2.3.1"
|
|
822
1033
|
},
|
|
823
1034
|
"engines": {
|
|
824
|
-
"node": ">=
|
|
1035
|
+
"node": ">=14.0.0"
|
|
825
1036
|
}
|
|
826
1037
|
},
|
|
827
1038
|
"node_modules/@types/minimatch": {
|
|
828
|
-
"version": "3.0.
|
|
829
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.
|
|
830
|
-
"integrity": "sha512-
|
|
1039
|
+
"version": "3.0.5",
|
|
1040
|
+
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
|
|
1041
|
+
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
|
|
831
1042
|
},
|
|
832
1043
|
"node_modules/array-differ": {
|
|
833
1044
|
"version": "3.0.0",
|
|
@@ -877,20 +1088,15 @@
|
|
|
877
1088
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
878
1089
|
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
|
|
879
1090
|
},
|
|
880
|
-
"node_modules/entities": {
|
|
881
|
-
"version": "2.2.0",
|
|
882
|
-
"resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
|
|
883
|
-
"integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
|
|
884
|
-
"funding": {
|
|
885
|
-
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
886
|
-
}
|
|
887
|
-
},
|
|
888
1091
|
"node_modules/fast-xml-parser": {
|
|
889
|
-
"version": "
|
|
890
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-
|
|
891
|
-
"integrity": "sha512-
|
|
1092
|
+
"version": "4.1.2",
|
|
1093
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz",
|
|
1094
|
+
"integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==",
|
|
1095
|
+
"dependencies": {
|
|
1096
|
+
"strnum": "^1.0.5"
|
|
1097
|
+
},
|
|
892
1098
|
"bin": {
|
|
893
|
-
"
|
|
1099
|
+
"fxparser": "src/cli/cli.js"
|
|
894
1100
|
},
|
|
895
1101
|
"funding": {
|
|
896
1102
|
"type": "paypal",
|
|
@@ -903,37 +1109,51 @@
|
|
|
903
1109
|
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
|
|
904
1110
|
},
|
|
905
1111
|
"node_modules/glob": {
|
|
906
|
-
"version": "
|
|
907
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
908
|
-
"integrity": "sha512-
|
|
1112
|
+
"version": "9.3.0",
|
|
1113
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.0.tgz",
|
|
1114
|
+
"integrity": "sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==",
|
|
909
1115
|
"dependencies": {
|
|
910
1116
|
"fs.realpath": "^1.0.0",
|
|
911
|
-
"
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
"once": "^1.3.0",
|
|
915
|
-
"path-is-absolute": "^1.0.0"
|
|
1117
|
+
"minimatch": "^7.4.1",
|
|
1118
|
+
"minipass": "^4.2.4",
|
|
1119
|
+
"path-scurry": "^1.6.1"
|
|
916
1120
|
},
|
|
917
1121
|
"engines": {
|
|
918
|
-
"node": "
|
|
1122
|
+
"node": ">=16 || 14 >=14.17"
|
|
919
1123
|
},
|
|
920
1124
|
"funding": {
|
|
921
1125
|
"url": "https://github.com/sponsors/isaacs"
|
|
922
1126
|
}
|
|
923
1127
|
},
|
|
924
|
-
"node_modules/
|
|
925
|
-
"version": "
|
|
926
|
-
"resolved": "https://registry.npmjs.org/
|
|
927
|
-
"integrity": "
|
|
1128
|
+
"node_modules/glob/node_modules/brace-expansion": {
|
|
1129
|
+
"version": "2.0.1",
|
|
1130
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
1131
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
1132
|
+
"dependencies": {
|
|
1133
|
+
"balanced-match": "^1.0.0"
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"node_modules/glob/node_modules/minimatch": {
|
|
1137
|
+
"version": "7.4.2",
|
|
1138
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz",
|
|
1139
|
+
"integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==",
|
|
928
1140
|
"dependencies": {
|
|
929
|
-
"
|
|
930
|
-
|
|
1141
|
+
"brace-expansion": "^2.0.1"
|
|
1142
|
+
},
|
|
1143
|
+
"engines": {
|
|
1144
|
+
"node": ">=10"
|
|
1145
|
+
},
|
|
1146
|
+
"funding": {
|
|
1147
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
931
1148
|
}
|
|
932
1149
|
},
|
|
933
|
-
"node_modules/
|
|
934
|
-
"version": "
|
|
935
|
-
"resolved": "https://registry.npmjs.org/
|
|
936
|
-
"integrity": "sha512-
|
|
1150
|
+
"node_modules/lru-cache": {
|
|
1151
|
+
"version": "7.18.3",
|
|
1152
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
|
|
1153
|
+
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
|
1154
|
+
"engines": {
|
|
1155
|
+
"node": ">=12"
|
|
1156
|
+
}
|
|
937
1157
|
},
|
|
938
1158
|
"node_modules/minimatch": {
|
|
939
1159
|
"version": "3.1.2",
|
|
@@ -946,6 +1166,14 @@
|
|
|
946
1166
|
"node": "*"
|
|
947
1167
|
}
|
|
948
1168
|
},
|
|
1169
|
+
"node_modules/minipass": {
|
|
1170
|
+
"version": "4.2.5",
|
|
1171
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz",
|
|
1172
|
+
"integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==",
|
|
1173
|
+
"engines": {
|
|
1174
|
+
"node": ">=8"
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
949
1177
|
"node_modules/multimatch": {
|
|
950
1178
|
"version": "5.0.0",
|
|
951
1179
|
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
@@ -964,26 +1192,30 @@
|
|
|
964
1192
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
965
1193
|
}
|
|
966
1194
|
},
|
|
967
|
-
"node_modules/
|
|
968
|
-
"version": "1.
|
|
969
|
-
"resolved": "https://registry.npmjs.org/
|
|
970
|
-
"integrity": "
|
|
1195
|
+
"node_modules/path-scurry": {
|
|
1196
|
+
"version": "1.6.1",
|
|
1197
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz",
|
|
1198
|
+
"integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==",
|
|
971
1199
|
"dependencies": {
|
|
972
|
-
"
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
"node_modules/path-is-absolute": {
|
|
976
|
-
"version": "1.0.1",
|
|
977
|
-
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
978
|
-
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
|
|
1200
|
+
"lru-cache": "^7.14.1",
|
|
1201
|
+
"minipass": "^4.0.2"
|
|
1202
|
+
},
|
|
979
1203
|
"engines": {
|
|
980
|
-
"node": ">=
|
|
1204
|
+
"node": ">=14"
|
|
1205
|
+
},
|
|
1206
|
+
"funding": {
|
|
1207
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
981
1208
|
}
|
|
982
1209
|
},
|
|
1210
|
+
"node_modules/strnum": {
|
|
1211
|
+
"version": "1.0.5",
|
|
1212
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
|
|
1213
|
+
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
|
|
1214
|
+
},
|
|
983
1215
|
"node_modules/tslib": {
|
|
984
|
-
"version": "2.
|
|
985
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.
|
|
986
|
-
"integrity": "sha512-
|
|
1216
|
+
"version": "2.5.0",
|
|
1217
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
|
|
1218
|
+
"integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
|
|
987
1219
|
},
|
|
988
1220
|
"node_modules/uuid": {
|
|
989
1221
|
"version": "8.3.2",
|
|
@@ -992,18 +1224,13 @@
|
|
|
992
1224
|
"bin": {
|
|
993
1225
|
"uuid": "dist/bin/uuid"
|
|
994
1226
|
}
|
|
995
|
-
},
|
|
996
|
-
"node_modules/wrappy": {
|
|
997
|
-
"version": "1.0.2",
|
|
998
|
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
999
|
-
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
|
1000
1227
|
}
|
|
1001
1228
|
},
|
|
1002
1229
|
"dependencies": {
|
|
1003
1230
|
"@aws-crypto/ie11-detection": {
|
|
1004
|
-
"version": "
|
|
1005
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-
|
|
1006
|
-
"integrity": "sha512-
|
|
1231
|
+
"version": "3.0.0",
|
|
1232
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz",
|
|
1233
|
+
"integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==",
|
|
1007
1234
|
"requires": {
|
|
1008
1235
|
"tslib": "^1.11.1"
|
|
1009
1236
|
},
|
|
@@ -1016,14 +1243,15 @@
|
|
|
1016
1243
|
}
|
|
1017
1244
|
},
|
|
1018
1245
|
"@aws-crypto/sha256-browser": {
|
|
1019
|
-
"version": "
|
|
1020
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-
|
|
1021
|
-
"integrity": "sha512-
|
|
1022
|
-
"requires": {
|
|
1023
|
-
"@aws-crypto/ie11-detection": "^
|
|
1024
|
-
"@aws-crypto/sha256-js": "^
|
|
1025
|
-
"@aws-crypto/supports-web-crypto": "^
|
|
1026
|
-
"@aws-
|
|
1246
|
+
"version": "3.0.0",
|
|
1247
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz",
|
|
1248
|
+
"integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==",
|
|
1249
|
+
"requires": {
|
|
1250
|
+
"@aws-crypto/ie11-detection": "^3.0.0",
|
|
1251
|
+
"@aws-crypto/sha256-js": "^3.0.0",
|
|
1252
|
+
"@aws-crypto/supports-web-crypto": "^3.0.0",
|
|
1253
|
+
"@aws-crypto/util": "^3.0.0",
|
|
1254
|
+
"@aws-sdk/types": "^3.222.0",
|
|
1027
1255
|
"@aws-sdk/util-locate-window": "^3.0.0",
|
|
1028
1256
|
"@aws-sdk/util-utf8-browser": "^3.0.0",
|
|
1029
1257
|
"tslib": "^1.11.1"
|
|
@@ -1037,12 +1265,12 @@
|
|
|
1037
1265
|
}
|
|
1038
1266
|
},
|
|
1039
1267
|
"@aws-crypto/sha256-js": {
|
|
1040
|
-
"version": "
|
|
1041
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-
|
|
1042
|
-
"integrity": "sha512-
|
|
1268
|
+
"version": "3.0.0",
|
|
1269
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz",
|
|
1270
|
+
"integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==",
|
|
1043
1271
|
"requires": {
|
|
1044
|
-
"@aws-
|
|
1045
|
-
"@aws-sdk/
|
|
1272
|
+
"@aws-crypto/util": "^3.0.0",
|
|
1273
|
+
"@aws-sdk/types": "^3.222.0",
|
|
1046
1274
|
"tslib": "^1.11.1"
|
|
1047
1275
|
},
|
|
1048
1276
|
"dependencies": {
|
|
@@ -1054,10 +1282,27 @@
|
|
|
1054
1282
|
}
|
|
1055
1283
|
},
|
|
1056
1284
|
"@aws-crypto/supports-web-crypto": {
|
|
1057
|
-
"version": "
|
|
1058
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-
|
|
1059
|
-
"integrity": "sha512-
|
|
1285
|
+
"version": "3.0.0",
|
|
1286
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz",
|
|
1287
|
+
"integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==",
|
|
1288
|
+
"requires": {
|
|
1289
|
+
"tslib": "^1.11.1"
|
|
1290
|
+
},
|
|
1291
|
+
"dependencies": {
|
|
1292
|
+
"tslib": {
|
|
1293
|
+
"version": "1.14.1",
|
|
1294
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
1295
|
+
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
},
|
|
1299
|
+
"@aws-crypto/util": {
|
|
1300
|
+
"version": "3.0.0",
|
|
1301
|
+
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz",
|
|
1302
|
+
"integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==",
|
|
1060
1303
|
"requires": {
|
|
1304
|
+
"@aws-sdk/types": "^3.222.0",
|
|
1305
|
+
"@aws-sdk/util-utf8-browser": "^3.0.0",
|
|
1061
1306
|
"tslib": "^1.11.1"
|
|
1062
1307
|
},
|
|
1063
1308
|
"dependencies": {
|
|
@@ -1069,623 +1314,780 @@
|
|
|
1069
1314
|
}
|
|
1070
1315
|
},
|
|
1071
1316
|
"@aws-sdk/abort-controller": {
|
|
1072
|
-
"version": "3.
|
|
1073
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.
|
|
1074
|
-
"integrity": "sha512-
|
|
1317
|
+
"version": "3.292.0",
|
|
1318
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.292.0.tgz",
|
|
1319
|
+
"integrity": "sha512-lf+OPptL01kvryIJy7+dvFux5KbJ6OTwLPPEekVKZ2AfEvwcVtOZWFUhyw3PJCBTVncjKB1Kjl3V/eTS3YuPXQ==",
|
|
1075
1320
|
"requires": {
|
|
1076
|
-
"@aws-sdk/types": "3.
|
|
1077
|
-
"tslib": "^2.
|
|
1321
|
+
"@aws-sdk/types": "3.292.0",
|
|
1322
|
+
"tslib": "^2.3.1"
|
|
1078
1323
|
}
|
|
1079
1324
|
},
|
|
1080
1325
|
"@aws-sdk/client-codepipeline": {
|
|
1081
|
-
"version": "3.
|
|
1082
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.
|
|
1083
|
-
"integrity": "sha512-
|
|
1084
|
-
"requires": {
|
|
1085
|
-
"@aws-crypto/sha256-browser": "
|
|
1086
|
-
"@aws-crypto/sha256-js": "
|
|
1087
|
-
"@aws-sdk/client-sts": "3.
|
|
1088
|
-
"@aws-sdk/config-resolver": "3.
|
|
1089
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
1090
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
1091
|
-
"@aws-sdk/hash-node": "3.
|
|
1092
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
1093
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
1094
|
-
"@aws-sdk/middleware-
|
|
1095
|
-
"@aws-sdk/middleware-
|
|
1096
|
-
"@aws-sdk/middleware-
|
|
1097
|
-
"@aws-sdk/middleware-
|
|
1098
|
-
"@aws-sdk/middleware-
|
|
1099
|
-
"@aws-sdk/middleware-
|
|
1100
|
-
"@aws-sdk/middleware-
|
|
1101
|
-
"@aws-sdk/
|
|
1102
|
-
"@aws-sdk/
|
|
1103
|
-
"@aws-sdk/
|
|
1104
|
-
"@aws-sdk/
|
|
1105
|
-
"@aws-sdk/
|
|
1106
|
-
"@aws-sdk/
|
|
1107
|
-
"@aws-sdk/
|
|
1108
|
-
"@aws-sdk/
|
|
1109
|
-
"@aws-sdk/util-
|
|
1110
|
-
"@aws-sdk/util-body-length-
|
|
1111
|
-
"@aws-sdk/util-
|
|
1112
|
-
"@aws-sdk/util-
|
|
1113
|
-
"@aws-sdk/util-
|
|
1114
|
-
"@aws-sdk/util-
|
|
1115
|
-
"
|
|
1326
|
+
"version": "3.293.0",
|
|
1327
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-codepipeline/-/client-codepipeline-3.293.0.tgz",
|
|
1328
|
+
"integrity": "sha512-qMIIZud9D2CQZ8meoB6rT8seHaA4EFpAMTUVNXm0XGxON6ssvUJkTdQd0ixk4ZNT+PyXwWvaF1w46UB45Yv5cA==",
|
|
1329
|
+
"requires": {
|
|
1330
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1331
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
1332
|
+
"@aws-sdk/client-sts": "3.293.0",
|
|
1333
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
1334
|
+
"@aws-sdk/credential-provider-node": "3.293.0",
|
|
1335
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
1336
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
1337
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
1338
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
1339
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
1340
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
1341
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
1342
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
1343
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
1344
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
1345
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
1346
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
1347
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
1348
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
1349
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
1350
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1351
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
1352
|
+
"@aws-sdk/types": "3.292.0",
|
|
1353
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
1354
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
1355
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
1356
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
1357
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
1358
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
1359
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
1360
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
1361
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
1362
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
1363
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
1364
|
+
"tslib": "^2.3.1",
|
|
1116
1365
|
"uuid": "^8.3.2"
|
|
1117
1366
|
}
|
|
1118
1367
|
},
|
|
1119
1368
|
"@aws-sdk/client-ssm": {
|
|
1120
|
-
"version": "3.
|
|
1121
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.
|
|
1122
|
-
"integrity": "sha512-
|
|
1123
|
-
"requires": {
|
|
1124
|
-
"@aws-crypto/sha256-browser": "
|
|
1125
|
-
"@aws-crypto/sha256-js": "
|
|
1126
|
-
"@aws-sdk/client-sts": "3.
|
|
1127
|
-
"@aws-sdk/config-resolver": "3.
|
|
1128
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
1129
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
1130
|
-
"@aws-sdk/hash-node": "3.
|
|
1131
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
1132
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
1133
|
-
"@aws-sdk/middleware-
|
|
1134
|
-
"@aws-sdk/middleware-
|
|
1135
|
-
"@aws-sdk/middleware-
|
|
1136
|
-
"@aws-sdk/middleware-
|
|
1137
|
-
"@aws-sdk/middleware-
|
|
1138
|
-
"@aws-sdk/middleware-
|
|
1139
|
-
"@aws-sdk/middleware-
|
|
1140
|
-
"@aws-sdk/
|
|
1141
|
-
"@aws-sdk/
|
|
1142
|
-
"@aws-sdk/
|
|
1143
|
-
"@aws-sdk/
|
|
1144
|
-
"@aws-sdk/
|
|
1145
|
-
"@aws-sdk/
|
|
1146
|
-
"@aws-sdk/
|
|
1147
|
-
"@aws-sdk/
|
|
1148
|
-
"@aws-sdk/util-
|
|
1149
|
-
"@aws-sdk/util-body-length-
|
|
1150
|
-
"@aws-sdk/util-
|
|
1151
|
-
"@aws-sdk/util-
|
|
1152
|
-
"@aws-sdk/util-
|
|
1153
|
-
"@aws-sdk/util-
|
|
1154
|
-
"@aws-sdk/util-
|
|
1155
|
-
"
|
|
1369
|
+
"version": "3.293.0",
|
|
1370
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.293.0.tgz",
|
|
1371
|
+
"integrity": "sha512-XcvzD5DiOOnoD4wertLyXRlkfeAqwIJTlStd05y+531slI8+siKLz3KDLDhQhuLdUZFH39Sut9sXtGDq8N9uAg==",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1374
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
1375
|
+
"@aws-sdk/client-sts": "3.293.0",
|
|
1376
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
1377
|
+
"@aws-sdk/credential-provider-node": "3.293.0",
|
|
1378
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
1379
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
1380
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
1381
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
1382
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
1383
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
1384
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
1385
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
1386
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
1387
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
1388
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
1389
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
1390
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
1391
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
1392
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
1393
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1394
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
1395
|
+
"@aws-sdk/types": "3.292.0",
|
|
1396
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
1397
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
1398
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
1399
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
1400
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
1401
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
1402
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
1403
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
1404
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
1405
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
1406
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
1407
|
+
"@aws-sdk/util-waiter": "3.292.0",
|
|
1408
|
+
"tslib": "^2.3.1",
|
|
1156
1409
|
"uuid": "^8.3.2"
|
|
1157
1410
|
}
|
|
1158
1411
|
},
|
|
1159
1412
|
"@aws-sdk/client-sso": {
|
|
1160
|
-
"version": "3.
|
|
1161
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.
|
|
1162
|
-
"integrity": "sha512-
|
|
1163
|
-
"requires": {
|
|
1164
|
-
"@aws-crypto/sha256-browser": "
|
|
1165
|
-
"@aws-crypto/sha256-js": "
|
|
1166
|
-
"@aws-sdk/config-resolver": "3.
|
|
1167
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
1168
|
-
"@aws-sdk/hash-node": "3.
|
|
1169
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
1170
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
1171
|
-
"@aws-sdk/middleware-
|
|
1172
|
-
"@aws-sdk/middleware-
|
|
1173
|
-
"@aws-sdk/middleware-
|
|
1174
|
-
"@aws-sdk/middleware-
|
|
1175
|
-
"@aws-sdk/middleware-
|
|
1176
|
-
"@aws-sdk/middleware-
|
|
1177
|
-
"@aws-sdk/
|
|
1178
|
-
"@aws-sdk/
|
|
1179
|
-
"@aws-sdk/
|
|
1180
|
-
"@aws-sdk/
|
|
1181
|
-
"@aws-sdk/
|
|
1182
|
-
"@aws-sdk/
|
|
1183
|
-
"@aws-sdk/
|
|
1184
|
-
"@aws-sdk/
|
|
1185
|
-
"@aws-sdk/util-
|
|
1186
|
-
"@aws-sdk/util-body-length-
|
|
1187
|
-
"@aws-sdk/util-
|
|
1188
|
-
"@aws-sdk/util-
|
|
1189
|
-
"@aws-sdk/util-
|
|
1190
|
-
"@aws-sdk/util-
|
|
1191
|
-
"
|
|
1413
|
+
"version": "3.293.0",
|
|
1414
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.293.0.tgz",
|
|
1415
|
+
"integrity": "sha512-EtVgEqL4vSDAV6vi9QzeZA5M+CIQIPoy14Q6Gl7TWehakxBqGFw2xnEHBo2djWH5oJMQAGOfjICPkZLoKxJT1A==",
|
|
1416
|
+
"requires": {
|
|
1417
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1418
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
1419
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
1420
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
1421
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
1422
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
1423
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
1424
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
1425
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
1426
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
1427
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
1428
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
1429
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
1430
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
1431
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
1432
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
1433
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
1434
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1435
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
1436
|
+
"@aws-sdk/types": "3.292.0",
|
|
1437
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
1438
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
1439
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
1440
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
1441
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
1442
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
1443
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
1444
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
1445
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
1446
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
1447
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
1448
|
+
"tslib": "^2.3.1"
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
"@aws-sdk/client-sso-oidc": {
|
|
1452
|
+
"version": "3.293.0",
|
|
1453
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.293.0.tgz",
|
|
1454
|
+
"integrity": "sha512-GrbcBzRxWNRc5unZ0rOe1Jzhjvf7xIiCfLDhXYKaafb38gxUc3vDPy4Uzih6Trcq525oB0fG7iiZJgstMXelcw==",
|
|
1455
|
+
"requires": {
|
|
1456
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1457
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
1458
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
1459
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
1460
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
1461
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
1462
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
1463
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
1464
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
1465
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
1466
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
1467
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
1468
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
1469
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
1470
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
1471
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
1472
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
1473
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1474
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
1475
|
+
"@aws-sdk/types": "3.292.0",
|
|
1476
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
1477
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
1478
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
1479
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
1480
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
1481
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
1482
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
1483
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
1484
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
1485
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
1486
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
1487
|
+
"tslib": "^2.3.1"
|
|
1192
1488
|
}
|
|
1193
1489
|
},
|
|
1194
1490
|
"@aws-sdk/client-sts": {
|
|
1195
|
-
"version": "3.
|
|
1196
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.
|
|
1197
|
-
"integrity": "sha512-
|
|
1198
|
-
"requires": {
|
|
1199
|
-
"@aws-crypto/sha256-browser": "
|
|
1200
|
-
"@aws-crypto/sha256-js": "
|
|
1201
|
-
"@aws-sdk/config-resolver": "3.
|
|
1202
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
1203
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
1204
|
-
"@aws-sdk/hash-node": "3.
|
|
1205
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
1206
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
1207
|
-
"@aws-sdk/middleware-
|
|
1208
|
-
"@aws-sdk/middleware-
|
|
1209
|
-
"@aws-sdk/middleware-
|
|
1210
|
-
"@aws-sdk/middleware-
|
|
1211
|
-
"@aws-sdk/middleware-
|
|
1212
|
-
"@aws-sdk/middleware-
|
|
1213
|
-
"@aws-sdk/middleware-
|
|
1214
|
-
"@aws-sdk/middleware-
|
|
1215
|
-
"@aws-sdk/
|
|
1216
|
-
"@aws-sdk/
|
|
1217
|
-
"@aws-sdk/
|
|
1218
|
-
"@aws-sdk/
|
|
1219
|
-
"@aws-sdk/
|
|
1220
|
-
"@aws-sdk/
|
|
1221
|
-
"@aws-sdk/
|
|
1222
|
-
"@aws-sdk/
|
|
1223
|
-
"@aws-sdk/util-
|
|
1224
|
-
"@aws-sdk/util-body-length-
|
|
1225
|
-
"@aws-sdk/util-
|
|
1226
|
-
"@aws-sdk/util-
|
|
1227
|
-
"@aws-sdk/util-
|
|
1228
|
-
"@aws-sdk/util-
|
|
1229
|
-
"
|
|
1230
|
-
"
|
|
1231
|
-
"
|
|
1491
|
+
"version": "3.293.0",
|
|
1492
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.293.0.tgz",
|
|
1493
|
+
"integrity": "sha512-cNKWt9Xnv1sQvdLnzCdDJBRgavWH6g5F8TzrueaCq10cg/GanKkCgiIZFoKDv8LQ3dHzTkp/OKp4sN5N5DH/Ow==",
|
|
1494
|
+
"requires": {
|
|
1495
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
1496
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
1497
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
1498
|
+
"@aws-sdk/credential-provider-node": "3.293.0",
|
|
1499
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
1500
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
1501
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
1502
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
1503
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
1504
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
1505
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
1506
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
1507
|
+
"@aws-sdk/middleware-retry": "3.293.0",
|
|
1508
|
+
"@aws-sdk/middleware-sdk-sts": "3.292.0",
|
|
1509
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
1510
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
1511
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
1512
|
+
"@aws-sdk/middleware-user-agent": "3.293.0",
|
|
1513
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
1514
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
1515
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1516
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
1517
|
+
"@aws-sdk/types": "3.292.0",
|
|
1518
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
1519
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
1520
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
1521
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
1522
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
1523
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
1524
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
1525
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
1526
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
1527
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
1528
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
1529
|
+
"fast-xml-parser": "4.1.2",
|
|
1530
|
+
"tslib": "^2.3.1"
|
|
1232
1531
|
}
|
|
1233
1532
|
},
|
|
1234
1533
|
"@aws-sdk/config-resolver": {
|
|
1235
|
-
"version": "3.
|
|
1236
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.
|
|
1237
|
-
"integrity": "sha512-
|
|
1534
|
+
"version": "3.292.0",
|
|
1535
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.292.0.tgz",
|
|
1536
|
+
"integrity": "sha512-cB3twnNR7vYvlt2jvw8VlA1+iv/tVzl+/S39MKqw2tepU+AbJAM0EHwb/dkf1OKSmlrnANXhshx80MHF9zL4mA==",
|
|
1238
1537
|
"requires": {
|
|
1239
|
-
"@aws-sdk/signature-v4": "3.
|
|
1240
|
-
"@aws-sdk/types": "3.
|
|
1241
|
-
"
|
|
1538
|
+
"@aws-sdk/signature-v4": "3.292.0",
|
|
1539
|
+
"@aws-sdk/types": "3.292.0",
|
|
1540
|
+
"@aws-sdk/util-config-provider": "3.292.0",
|
|
1541
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
1542
|
+
"tslib": "^2.3.1"
|
|
1242
1543
|
}
|
|
1243
1544
|
},
|
|
1244
1545
|
"@aws-sdk/credential-provider-env": {
|
|
1245
|
-
"version": "3.
|
|
1246
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.
|
|
1247
|
-
"integrity": "sha512
|
|
1546
|
+
"version": "3.292.0",
|
|
1547
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.292.0.tgz",
|
|
1548
|
+
"integrity": "sha512-YbafSG0ZEKE2969CJWVtUhh3hfOeLPecFVoXOtegCyAJgY5Ghtu4TsVhL4DgiGAgOC30ojAmUVQEXzd7xJF5xA==",
|
|
1248
1549
|
"requires": {
|
|
1249
|
-
"@aws-sdk/property-provider": "3.
|
|
1250
|
-
"@aws-sdk/types": "3.
|
|
1251
|
-
"tslib": "^2.
|
|
1550
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1551
|
+
"@aws-sdk/types": "3.292.0",
|
|
1552
|
+
"tslib": "^2.3.1"
|
|
1252
1553
|
}
|
|
1253
1554
|
},
|
|
1254
1555
|
"@aws-sdk/credential-provider-imds": {
|
|
1255
|
-
"version": "3.
|
|
1256
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.
|
|
1257
|
-
"integrity": "sha512-
|
|
1556
|
+
"version": "3.292.0",
|
|
1557
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.292.0.tgz",
|
|
1558
|
+
"integrity": "sha512-W/peOgDSRYulgzFpUhvgi1pCm6piBz6xrVN17N4QOy+3NHBXRVMVzYk6ct2qpLPgJUSEZkcpP+Gds+bBm8ed1A==",
|
|
1258
1559
|
"requires": {
|
|
1259
|
-
"@aws-sdk/
|
|
1260
|
-
"@aws-sdk/
|
|
1261
|
-
"
|
|
1560
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
1561
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1562
|
+
"@aws-sdk/types": "3.292.0",
|
|
1563
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
1564
|
+
"tslib": "^2.3.1"
|
|
1262
1565
|
}
|
|
1263
1566
|
},
|
|
1264
1567
|
"@aws-sdk/credential-provider-ini": {
|
|
1265
|
-
"version": "3.
|
|
1266
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
1267
|
-
"integrity": "sha512-
|
|
1568
|
+
"version": "3.293.0",
|
|
1569
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.293.0.tgz",
|
|
1570
|
+
"integrity": "sha512-Cy32aGm8Qc70Jc7VjcaxAEBfhLCS6/iewX4ZSI6MRoo0NrggnIwD9pdtO0Y0eqzEHXJvl2bycXFTJPmW4AzQIA==",
|
|
1268
1571
|
"requires": {
|
|
1269
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
1270
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
1271
|
-
"@aws-sdk/credential-provider-
|
|
1272
|
-
"@aws-sdk/
|
|
1273
|
-
"@aws-sdk/
|
|
1274
|
-
"@aws-sdk/
|
|
1275
|
-
"
|
|
1572
|
+
"@aws-sdk/credential-provider-env": "3.292.0",
|
|
1573
|
+
"@aws-sdk/credential-provider-imds": "3.292.0",
|
|
1574
|
+
"@aws-sdk/credential-provider-process": "3.292.0",
|
|
1575
|
+
"@aws-sdk/credential-provider-sso": "3.293.0",
|
|
1576
|
+
"@aws-sdk/credential-provider-web-identity": "3.292.0",
|
|
1577
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1578
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
1579
|
+
"@aws-sdk/types": "3.292.0",
|
|
1580
|
+
"tslib": "^2.3.1"
|
|
1276
1581
|
}
|
|
1277
1582
|
},
|
|
1278
1583
|
"@aws-sdk/credential-provider-node": {
|
|
1279
|
-
"version": "3.
|
|
1280
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
1281
|
-
"integrity": "sha512-
|
|
1282
|
-
"requires": {
|
|
1283
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
1284
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
1285
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
1286
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
1287
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
1288
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
1289
|
-
"@aws-sdk/property-provider": "3.
|
|
1290
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
1291
|
-
"@aws-sdk/types": "3.
|
|
1292
|
-
"tslib": "^2.
|
|
1584
|
+
"version": "3.293.0",
|
|
1585
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.293.0.tgz",
|
|
1586
|
+
"integrity": "sha512-w6NuuEiVZ5Ja2fmXbo5GiH2cykKw682HvL6bZ5Yhdj27twFL+4jUuXONxibQkXgTJbtiTx3tlcdLOa67RDq8ow==",
|
|
1587
|
+
"requires": {
|
|
1588
|
+
"@aws-sdk/credential-provider-env": "3.292.0",
|
|
1589
|
+
"@aws-sdk/credential-provider-imds": "3.292.0",
|
|
1590
|
+
"@aws-sdk/credential-provider-ini": "3.293.0",
|
|
1591
|
+
"@aws-sdk/credential-provider-process": "3.292.0",
|
|
1592
|
+
"@aws-sdk/credential-provider-sso": "3.293.0",
|
|
1593
|
+
"@aws-sdk/credential-provider-web-identity": "3.292.0",
|
|
1594
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1595
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
1596
|
+
"@aws-sdk/types": "3.292.0",
|
|
1597
|
+
"tslib": "^2.3.1"
|
|
1293
1598
|
}
|
|
1294
1599
|
},
|
|
1295
1600
|
"@aws-sdk/credential-provider-process": {
|
|
1296
|
-
"version": "3.
|
|
1297
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.
|
|
1298
|
-
"integrity": "sha512-
|
|
1601
|
+
"version": "3.292.0",
|
|
1602
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.292.0.tgz",
|
|
1603
|
+
"integrity": "sha512-CFVXuMuUvg/a4tknzRikEDwZBnKlHs1LZCpTXIGjBdUTdosoi4WNzDLzGp93ZRTtcgFz+4wirz2f7P3lC0NrQw==",
|
|
1299
1604
|
"requires": {
|
|
1300
|
-
"@aws-sdk/
|
|
1301
|
-
"@aws-sdk/
|
|
1302
|
-
"@aws-sdk/
|
|
1303
|
-
"
|
|
1304
|
-
"tslib": "^2.0.0"
|
|
1605
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1606
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
1607
|
+
"@aws-sdk/types": "3.292.0",
|
|
1608
|
+
"tslib": "^2.3.1"
|
|
1305
1609
|
}
|
|
1306
1610
|
},
|
|
1307
1611
|
"@aws-sdk/credential-provider-sso": {
|
|
1308
|
-
"version": "3.
|
|
1309
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
1310
|
-
"integrity": "sha512-
|
|
1612
|
+
"version": "3.293.0",
|
|
1613
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.293.0.tgz",
|
|
1614
|
+
"integrity": "sha512-XdZW6mgAcV20AXrQ3FYKVZAO8LuFZwZnEf34Xc1Z2MuHkbSXxixPDu+mqbUKMwru1rmy6YaZ0eNuIbZYVCq0mw==",
|
|
1311
1615
|
"requires": {
|
|
1312
|
-
"@aws-sdk/client-sso": "3.
|
|
1313
|
-
"@aws-sdk/
|
|
1314
|
-
"@aws-sdk/
|
|
1315
|
-
"@aws-sdk/
|
|
1316
|
-
"@aws-sdk/types": "3.
|
|
1317
|
-
"tslib": "^2.
|
|
1616
|
+
"@aws-sdk/client-sso": "3.293.0",
|
|
1617
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1618
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
1619
|
+
"@aws-sdk/token-providers": "3.293.0",
|
|
1620
|
+
"@aws-sdk/types": "3.292.0",
|
|
1621
|
+
"tslib": "^2.3.1"
|
|
1318
1622
|
}
|
|
1319
1623
|
},
|
|
1320
1624
|
"@aws-sdk/credential-provider-web-identity": {
|
|
1321
|
-
"version": "3.
|
|
1322
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.
|
|
1323
|
-
"integrity": "sha512-
|
|
1625
|
+
"version": "3.292.0",
|
|
1626
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.292.0.tgz",
|
|
1627
|
+
"integrity": "sha512-4DbtIEM9gGVfqYlMdYXg3XY+vBhemjB1zXIequottW8loLYM8Vuz4/uGxxKNze6evVVzowsA0wKrYclE1aj/Rg==",
|
|
1324
1628
|
"requires": {
|
|
1325
|
-
"@aws-sdk/property-provider": "3.
|
|
1326
|
-
"@aws-sdk/types": "3.
|
|
1327
|
-
"tslib": "^2.
|
|
1629
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1630
|
+
"@aws-sdk/types": "3.292.0",
|
|
1631
|
+
"tslib": "^2.3.1"
|
|
1328
1632
|
}
|
|
1329
1633
|
},
|
|
1330
1634
|
"@aws-sdk/fetch-http-handler": {
|
|
1331
|
-
"version": "3.
|
|
1332
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.
|
|
1333
|
-
"integrity": "sha512-
|
|
1635
|
+
"version": "3.292.0",
|
|
1636
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.292.0.tgz",
|
|
1637
|
+
"integrity": "sha512-zh3bhUJbL8RSa39ZKDcy+AghtUkIP8LwcNlwRIoxMQh3Row4D1s4fCq0KZCx98NJBEXoiTLyTQlZxxI//BOb1Q==",
|
|
1334
1638
|
"requires": {
|
|
1335
|
-
"@aws-sdk/protocol-http": "3.
|
|
1336
|
-
"@aws-sdk/querystring-builder": "3.
|
|
1337
|
-
"@aws-sdk/types": "3.
|
|
1338
|
-
"@aws-sdk/util-base64
|
|
1339
|
-
"tslib": "^2.
|
|
1639
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1640
|
+
"@aws-sdk/querystring-builder": "3.292.0",
|
|
1641
|
+
"@aws-sdk/types": "3.292.0",
|
|
1642
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
1643
|
+
"tslib": "^2.3.1"
|
|
1340
1644
|
}
|
|
1341
1645
|
},
|
|
1342
1646
|
"@aws-sdk/hash-node": {
|
|
1343
|
-
"version": "3.
|
|
1344
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.
|
|
1345
|
-
"integrity": "sha512-
|
|
1647
|
+
"version": "3.292.0",
|
|
1648
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.292.0.tgz",
|
|
1649
|
+
"integrity": "sha512-1yLxmIsvE+eK36JXEgEIouTITdykQLVhsA5Oai//Lar6Ddgu1sFpLDbdkMtKbrh4I0jLN9RacNCkeVQjZPTCCQ==",
|
|
1346
1650
|
"requires": {
|
|
1347
|
-
"@aws-sdk/types": "3.
|
|
1348
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
1349
|
-
"
|
|
1651
|
+
"@aws-sdk/types": "3.292.0",
|
|
1652
|
+
"@aws-sdk/util-buffer-from": "3.292.0",
|
|
1653
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
1654
|
+
"tslib": "^2.3.1"
|
|
1350
1655
|
}
|
|
1351
1656
|
},
|
|
1352
1657
|
"@aws-sdk/invalid-dependency": {
|
|
1353
|
-
"version": "3.
|
|
1354
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.
|
|
1355
|
-
"integrity": "sha512
|
|
1658
|
+
"version": "3.292.0",
|
|
1659
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.292.0.tgz",
|
|
1660
|
+
"integrity": "sha512-39OUV78CD3TmEbjhpt+V+Fk4wAGWhixqHxDSN8+4WL0uB4Fl7k5m3Z9hNY78AttHQSl2twR7WtLztnXPAFsriw==",
|
|
1356
1661
|
"requires": {
|
|
1357
|
-
"@aws-sdk/types": "3.
|
|
1358
|
-
"tslib": "^2.
|
|
1662
|
+
"@aws-sdk/types": "3.292.0",
|
|
1663
|
+
"tslib": "^2.3.1"
|
|
1359
1664
|
}
|
|
1360
1665
|
},
|
|
1361
1666
|
"@aws-sdk/is-array-buffer": {
|
|
1362
|
-
"version": "3.
|
|
1363
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.
|
|
1364
|
-
"integrity": "sha512-
|
|
1667
|
+
"version": "3.292.0",
|
|
1668
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.292.0.tgz",
|
|
1669
|
+
"integrity": "sha512-kW/G5T/fzI0sJH5foZG6XJiNCevXqKLxV50qIT4B1pMuw7regd4ALIy0HwSqj1nnn9mSbRWBfmby0jWCJsMcwg==",
|
|
1365
1670
|
"requires": {
|
|
1366
|
-
"tslib": "^2.
|
|
1671
|
+
"tslib": "^2.3.1"
|
|
1367
1672
|
}
|
|
1368
1673
|
},
|
|
1369
1674
|
"@aws-sdk/middleware-content-length": {
|
|
1370
|
-
"version": "3.
|
|
1371
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.
|
|
1372
|
-
"integrity": "sha512-
|
|
1675
|
+
"version": "3.292.0",
|
|
1676
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.292.0.tgz",
|
|
1677
|
+
"integrity": "sha512-2gMWzQus5mj14menolpPDbYBeaOYcj7KNFZOjTjjI3iQ0KqyetG6XasirNrcJ/8QX1BRmpTol8Xjp2Ue3Gbzwg==",
|
|
1373
1678
|
"requires": {
|
|
1374
|
-
"@aws-sdk/protocol-http": "3.
|
|
1375
|
-
"@aws-sdk/types": "3.
|
|
1376
|
-
"tslib": "^2.
|
|
1679
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1680
|
+
"@aws-sdk/types": "3.292.0",
|
|
1681
|
+
"tslib": "^2.3.1"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
"@aws-sdk/middleware-endpoint": {
|
|
1685
|
+
"version": "3.292.0",
|
|
1686
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.292.0.tgz",
|
|
1687
|
+
"integrity": "sha512-cPMkiSxpZGG6tYlW4OS+ucS6r43f9ddX9kcUoemJCY10MOuogdPjulCAjE0HTs2PLKSOrrG4CTP4Q4wWDrH4Bw==",
|
|
1688
|
+
"requires": {
|
|
1689
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
1690
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1691
|
+
"@aws-sdk/signature-v4": "3.292.0",
|
|
1692
|
+
"@aws-sdk/types": "3.292.0",
|
|
1693
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
1694
|
+
"@aws-sdk/util-config-provider": "3.292.0",
|
|
1695
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
1696
|
+
"tslib": "^2.3.1"
|
|
1377
1697
|
}
|
|
1378
1698
|
},
|
|
1379
1699
|
"@aws-sdk/middleware-host-header": {
|
|
1380
|
-
"version": "3.
|
|
1381
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.
|
|
1382
|
-
"integrity": "sha512-
|
|
1700
|
+
"version": "3.292.0",
|
|
1701
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.292.0.tgz",
|
|
1702
|
+
"integrity": "sha512-mHuCWe3Yg2S5YZ7mB7sKU6C97XspfqrimWjMW9pfV2usAvLA3R0HrB03jpR5vpZ3P4q7HB6wK3S6CjYMGGRNag==",
|
|
1383
1703
|
"requires": {
|
|
1384
|
-
"@aws-sdk/protocol-http": "3.
|
|
1385
|
-
"@aws-sdk/types": "3.
|
|
1386
|
-
"tslib": "^2.
|
|
1704
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1705
|
+
"@aws-sdk/types": "3.292.0",
|
|
1706
|
+
"tslib": "^2.3.1"
|
|
1387
1707
|
}
|
|
1388
1708
|
},
|
|
1389
1709
|
"@aws-sdk/middleware-logger": {
|
|
1390
|
-
"version": "3.
|
|
1391
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.
|
|
1392
|
-
"integrity": "sha512-
|
|
1710
|
+
"version": "3.292.0",
|
|
1711
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.292.0.tgz",
|
|
1712
|
+
"integrity": "sha512-yZNY1XYmG3NG+uonET7jzKXNiwu61xm/ZZ6i/l51SusuaYN+qQtTAhOFsieQqTehF9kP4FzbsWgPDwD8ZZX9lw==",
|
|
1393
1713
|
"requires": {
|
|
1394
|
-
"@aws-sdk/types": "3.
|
|
1395
|
-
"tslib": "^2.
|
|
1714
|
+
"@aws-sdk/types": "3.292.0",
|
|
1715
|
+
"tslib": "^2.3.1"
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
"@aws-sdk/middleware-recursion-detection": {
|
|
1719
|
+
"version": "3.292.0",
|
|
1720
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.292.0.tgz",
|
|
1721
|
+
"integrity": "sha512-kA3VZpPko0Zqd7CYPTKAxhjEv0HJqFu2054L04dde1JLr43ro+2MTdX7vsHzeAFUVRphqatFFofCumvXmU6Mig==",
|
|
1722
|
+
"requires": {
|
|
1723
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1724
|
+
"@aws-sdk/types": "3.292.0",
|
|
1725
|
+
"tslib": "^2.3.1"
|
|
1396
1726
|
}
|
|
1397
1727
|
},
|
|
1398
1728
|
"@aws-sdk/middleware-retry": {
|
|
1399
|
-
"version": "3.
|
|
1400
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.
|
|
1401
|
-
"integrity": "sha512-
|
|
1402
|
-
"requires": {
|
|
1403
|
-
"@aws-sdk/protocol-http": "3.
|
|
1404
|
-
"@aws-sdk/service-error-classification": "3.
|
|
1405
|
-
"@aws-sdk/types": "3.
|
|
1406
|
-
"
|
|
1729
|
+
"version": "3.293.0",
|
|
1730
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.293.0.tgz",
|
|
1731
|
+
"integrity": "sha512-7tiaz2GzRecNHaZ6YnF+Nrtk3au8qF6oiipf11R7MJiqJ0fkMLnz/iRrlakDziS9qF/a9v+3yxb4W4NHK3f4Tw==",
|
|
1732
|
+
"requires": {
|
|
1733
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1734
|
+
"@aws-sdk/service-error-classification": "3.292.0",
|
|
1735
|
+
"@aws-sdk/types": "3.292.0",
|
|
1736
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
1737
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
1738
|
+
"tslib": "^2.3.1",
|
|
1407
1739
|
"uuid": "^8.3.2"
|
|
1408
1740
|
}
|
|
1409
1741
|
},
|
|
1410
1742
|
"@aws-sdk/middleware-sdk-sts": {
|
|
1411
|
-
"version": "3.
|
|
1412
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.
|
|
1413
|
-
"integrity": "sha512-
|
|
1743
|
+
"version": "3.292.0",
|
|
1744
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.292.0.tgz",
|
|
1745
|
+
"integrity": "sha512-GN5ZHEqXZqDi+HkVbaXRX9HaW/vA5rikYpWKYsmxTUZ7fB7ijvEO3co3lleJv2C+iGYRtUIHC4wYNB5xgoTCxg==",
|
|
1414
1746
|
"requires": {
|
|
1415
|
-
"@aws-sdk/middleware-signing": "3.
|
|
1416
|
-
"@aws-sdk/property-provider": "3.
|
|
1417
|
-
"@aws-sdk/protocol-http": "3.
|
|
1418
|
-
"@aws-sdk/signature-v4": "3.
|
|
1419
|
-
"@aws-sdk/types": "3.
|
|
1420
|
-
"tslib": "^2.
|
|
1747
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
1748
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1749
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1750
|
+
"@aws-sdk/signature-v4": "3.292.0",
|
|
1751
|
+
"@aws-sdk/types": "3.292.0",
|
|
1752
|
+
"tslib": "^2.3.1"
|
|
1421
1753
|
}
|
|
1422
1754
|
},
|
|
1423
1755
|
"@aws-sdk/middleware-serde": {
|
|
1424
|
-
"version": "3.
|
|
1425
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.
|
|
1426
|
-
"integrity": "sha512-
|
|
1756
|
+
"version": "3.292.0",
|
|
1757
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.292.0.tgz",
|
|
1758
|
+
"integrity": "sha512-6hN9mTQwSvV8EcGvtXbS/MpK7WMCokUku5Wu7X24UwCNMVkoRHLIkYcxHcvBTwttuOU0d8hph1/lIX4dkLwkQw==",
|
|
1427
1759
|
"requires": {
|
|
1428
|
-
"@aws-sdk/types": "3.
|
|
1429
|
-
"tslib": "^2.
|
|
1760
|
+
"@aws-sdk/types": "3.292.0",
|
|
1761
|
+
"tslib": "^2.3.1"
|
|
1430
1762
|
}
|
|
1431
1763
|
},
|
|
1432
1764
|
"@aws-sdk/middleware-signing": {
|
|
1433
|
-
"version": "3.
|
|
1434
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.
|
|
1435
|
-
"integrity": "sha512-
|
|
1765
|
+
"version": "3.292.0",
|
|
1766
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.292.0.tgz",
|
|
1767
|
+
"integrity": "sha512-GVfoSjDjEQ4TaO6x9MffyP3uRV+2KcS5FtexLCYOM9pJcnE9tqq9FJOrZ1xl1g+YjUVKxo4x8lu3tpEtIb17qg==",
|
|
1436
1768
|
"requires": {
|
|
1437
|
-
"@aws-sdk/property-provider": "3.
|
|
1438
|
-
"@aws-sdk/protocol-http": "3.
|
|
1439
|
-
"@aws-sdk/signature-v4": "3.
|
|
1440
|
-
"@aws-sdk/types": "3.
|
|
1441
|
-
"
|
|
1769
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1770
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1771
|
+
"@aws-sdk/signature-v4": "3.292.0",
|
|
1772
|
+
"@aws-sdk/types": "3.292.0",
|
|
1773
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
1774
|
+
"tslib": "^2.3.1"
|
|
1442
1775
|
}
|
|
1443
1776
|
},
|
|
1444
1777
|
"@aws-sdk/middleware-stack": {
|
|
1445
|
-
"version": "3.
|
|
1446
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.
|
|
1447
|
-
"integrity": "sha512
|
|
1778
|
+
"version": "3.292.0",
|
|
1779
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.292.0.tgz",
|
|
1780
|
+
"integrity": "sha512-WdQpRkuMysrEwrkByCM1qCn2PPpFGGQ2iXqaFha5RzCdZDlxJni9cVNb6HzWUcgjLEYVTXCmOR9Wxm3CNW44Qg==",
|
|
1448
1781
|
"requires": {
|
|
1449
|
-
"tslib": "^2.
|
|
1782
|
+
"tslib": "^2.3.1"
|
|
1450
1783
|
}
|
|
1451
1784
|
},
|
|
1452
1785
|
"@aws-sdk/middleware-user-agent": {
|
|
1453
|
-
"version": "3.
|
|
1454
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.
|
|
1455
|
-
"integrity": "sha512-
|
|
1786
|
+
"version": "3.293.0",
|
|
1787
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.293.0.tgz",
|
|
1788
|
+
"integrity": "sha512-gZ7/e6XwpKk9mvgA78q4Ffc796jTn02TUKx2qMDnkLVbeJXBNN2jnvYEKq8v70+o7fd/ALRudg8gBDmkkhM/Hw==",
|
|
1456
1789
|
"requires": {
|
|
1457
|
-
"@aws-sdk/protocol-http": "3.
|
|
1458
|
-
"@aws-sdk/types": "3.
|
|
1459
|
-
"
|
|
1790
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1791
|
+
"@aws-sdk/types": "3.292.0",
|
|
1792
|
+
"@aws-sdk/util-endpoints": "3.293.0",
|
|
1793
|
+
"tslib": "^2.3.1"
|
|
1460
1794
|
}
|
|
1461
1795
|
},
|
|
1462
1796
|
"@aws-sdk/node-config-provider": {
|
|
1463
|
-
"version": "3.
|
|
1464
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.
|
|
1465
|
-
"integrity": "sha512-
|
|
1797
|
+
"version": "3.292.0",
|
|
1798
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.292.0.tgz",
|
|
1799
|
+
"integrity": "sha512-S3NnC9dQ5GIbJYSDIldZb4zdpCOEua1tM7bjYL3VS5uqCEM93kIi/o/UkIUveMp/eqTS2LJa5HjNIz5Te6je0A==",
|
|
1466
1800
|
"requires": {
|
|
1467
|
-
"@aws-sdk/property-provider": "3.
|
|
1468
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
1469
|
-
"@aws-sdk/types": "3.
|
|
1470
|
-
"tslib": "^2.
|
|
1801
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1802
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
1803
|
+
"@aws-sdk/types": "3.292.0",
|
|
1804
|
+
"tslib": "^2.3.1"
|
|
1471
1805
|
}
|
|
1472
1806
|
},
|
|
1473
1807
|
"@aws-sdk/node-http-handler": {
|
|
1474
|
-
"version": "3.
|
|
1475
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.
|
|
1476
|
-
"integrity": "sha512-
|
|
1808
|
+
"version": "3.292.0",
|
|
1809
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.292.0.tgz",
|
|
1810
|
+
"integrity": "sha512-L/E3UDSwXLXjt1XWWh0RBD55F+aZI1AEdPwdES9i1PjnZLyuxuDhEDptVibNN56+I9/4Q3SbmuVRVlOD0uzBag==",
|
|
1477
1811
|
"requires": {
|
|
1478
|
-
"@aws-sdk/abort-controller": "3.
|
|
1479
|
-
"@aws-sdk/protocol-http": "3.
|
|
1480
|
-
"@aws-sdk/querystring-builder": "3.
|
|
1481
|
-
"@aws-sdk/types": "3.
|
|
1482
|
-
"tslib": "^2.
|
|
1812
|
+
"@aws-sdk/abort-controller": "3.292.0",
|
|
1813
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
1814
|
+
"@aws-sdk/querystring-builder": "3.292.0",
|
|
1815
|
+
"@aws-sdk/types": "3.292.0",
|
|
1816
|
+
"tslib": "^2.3.1"
|
|
1483
1817
|
}
|
|
1484
1818
|
},
|
|
1485
1819
|
"@aws-sdk/property-provider": {
|
|
1486
|
-
"version": "3.
|
|
1487
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.
|
|
1488
|
-
"integrity": "sha512-
|
|
1820
|
+
"version": "3.292.0",
|
|
1821
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.292.0.tgz",
|
|
1822
|
+
"integrity": "sha512-dHArSvsiqhno/g55N815gXmAMrmN8DP7OeFNqJ4wJG42xsF2PFN3DAsjIuHuXMwu+7A3R1LHqIpvv0hA9KeoJQ==",
|
|
1489
1823
|
"requires": {
|
|
1490
|
-
"@aws-sdk/types": "3.
|
|
1491
|
-
"tslib": "^2.
|
|
1824
|
+
"@aws-sdk/types": "3.292.0",
|
|
1825
|
+
"tslib": "^2.3.1"
|
|
1492
1826
|
}
|
|
1493
1827
|
},
|
|
1494
1828
|
"@aws-sdk/protocol-http": {
|
|
1495
|
-
"version": "3.
|
|
1496
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.
|
|
1497
|
-
"integrity": "sha512-
|
|
1829
|
+
"version": "3.292.0",
|
|
1830
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.292.0.tgz",
|
|
1831
|
+
"integrity": "sha512-NLi4fq3k41aXIh1I97yX0JTy+3p6aW1NdwFwdMa674z86QNfb4SfRQRZBQe9wEnAZ/eWHVnlKIuII+U1URk/Kg==",
|
|
1498
1832
|
"requires": {
|
|
1499
|
-
"@aws-sdk/types": "3.
|
|
1500
|
-
"tslib": "^2.
|
|
1833
|
+
"@aws-sdk/types": "3.292.0",
|
|
1834
|
+
"tslib": "^2.3.1"
|
|
1501
1835
|
}
|
|
1502
1836
|
},
|
|
1503
1837
|
"@aws-sdk/querystring-builder": {
|
|
1504
|
-
"version": "3.
|
|
1505
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.
|
|
1506
|
-
"integrity": "sha512-
|
|
1838
|
+
"version": "3.292.0",
|
|
1839
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.292.0.tgz",
|
|
1840
|
+
"integrity": "sha512-XElIFJaReIm24eEvBtV2dOtZvcm3gXsGu/ftG8MLJKbKXFKpAP1q+K6En0Bs7/T88voKghKdKpKT+eZUWgTqlg==",
|
|
1507
1841
|
"requires": {
|
|
1508
|
-
"@aws-sdk/types": "3.
|
|
1509
|
-
"@aws-sdk/util-uri-escape": "3.
|
|
1510
|
-
"tslib": "^2.
|
|
1842
|
+
"@aws-sdk/types": "3.292.0",
|
|
1843
|
+
"@aws-sdk/util-uri-escape": "3.292.0",
|
|
1844
|
+
"tslib": "^2.3.1"
|
|
1511
1845
|
}
|
|
1512
1846
|
},
|
|
1513
1847
|
"@aws-sdk/querystring-parser": {
|
|
1514
|
-
"version": "3.
|
|
1515
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.
|
|
1516
|
-
"integrity": "sha512-
|
|
1848
|
+
"version": "3.292.0",
|
|
1849
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.292.0.tgz",
|
|
1850
|
+
"integrity": "sha512-iTYpYo7a8X9RxiPbjjewIpm6XQPx2EOcF1dWCPRII9EFlmZ4bwnX+PDI36fIo9oVs8TIKXmwNGODU9nsg7CSAw==",
|
|
1517
1851
|
"requires": {
|
|
1518
|
-
"@aws-sdk/types": "3.
|
|
1519
|
-
"tslib": "^2.
|
|
1852
|
+
"@aws-sdk/types": "3.292.0",
|
|
1853
|
+
"tslib": "^2.3.1"
|
|
1520
1854
|
}
|
|
1521
1855
|
},
|
|
1522
1856
|
"@aws-sdk/service-error-classification": {
|
|
1523
|
-
"version": "3.
|
|
1524
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.
|
|
1525
|
-
"integrity": "sha512-
|
|
1857
|
+
"version": "3.292.0",
|
|
1858
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.292.0.tgz",
|
|
1859
|
+
"integrity": "sha512-X1k3sixCeC45XSNHBe+kRBQBwPDyTFtFITb8O5Qw4dS9XWGhrUJT4CX0qE5aj8qP3F9U5nRizs9c2mBVVP0Caw=="
|
|
1526
1860
|
},
|
|
1527
1861
|
"@aws-sdk/shared-ini-file-loader": {
|
|
1528
|
-
"version": "3.
|
|
1529
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.
|
|
1530
|
-
"integrity": "sha512-
|
|
1862
|
+
"version": "3.292.0",
|
|
1863
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.292.0.tgz",
|
|
1864
|
+
"integrity": "sha512-Av2TTYg1Jig2kbkD56ybiqZJB6vVrYjv1W5UQwY/q3nA/T2mcrgQ20ByCOt5Bv9VvY7FSgC+znj+L4a7RLGmBg==",
|
|
1531
1865
|
"requires": {
|
|
1532
|
-
"
|
|
1866
|
+
"@aws-sdk/types": "3.292.0",
|
|
1867
|
+
"tslib": "^2.3.1"
|
|
1533
1868
|
}
|
|
1534
1869
|
},
|
|
1535
1870
|
"@aws-sdk/signature-v4": {
|
|
1536
|
-
"version": "3.
|
|
1537
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.
|
|
1538
|
-
"integrity": "sha512
|
|
1871
|
+
"version": "3.292.0",
|
|
1872
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.292.0.tgz",
|
|
1873
|
+
"integrity": "sha512-+rw47VY5mvBecn13tDQTl1ipGWg5tE63faWgmZe68HoBL87ZiDzsd7bUKOvjfW21iMgWlwAppkaNNQayYRb2zg==",
|
|
1539
1874
|
"requires": {
|
|
1540
|
-
"@aws-sdk/is-array-buffer": "3.
|
|
1541
|
-
"@aws-sdk/types": "3.
|
|
1542
|
-
"@aws-sdk/util-hex-encoding": "3.
|
|
1543
|
-
"@aws-sdk/util-
|
|
1544
|
-
"
|
|
1875
|
+
"@aws-sdk/is-array-buffer": "3.292.0",
|
|
1876
|
+
"@aws-sdk/types": "3.292.0",
|
|
1877
|
+
"@aws-sdk/util-hex-encoding": "3.292.0",
|
|
1878
|
+
"@aws-sdk/util-middleware": "3.292.0",
|
|
1879
|
+
"@aws-sdk/util-uri-escape": "3.292.0",
|
|
1880
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
1881
|
+
"tslib": "^2.3.1"
|
|
1545
1882
|
}
|
|
1546
1883
|
},
|
|
1547
1884
|
"@aws-sdk/smithy-client": {
|
|
1548
|
-
"version": "3.
|
|
1549
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.
|
|
1550
|
-
"integrity": "sha512-
|
|
1885
|
+
"version": "3.292.0",
|
|
1886
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.292.0.tgz",
|
|
1887
|
+
"integrity": "sha512-S8PKzjPkZ6SXYZuZiU787dMsvQ0d/LFEhw2OI4Oe2An9Fc2IwJ2FYukyHoQJOV2tV0DiuMebPo7eMyQyjKElvA==",
|
|
1551
1888
|
"requires": {
|
|
1552
|
-
"@aws-sdk/middleware-stack": "3.
|
|
1553
|
-
"@aws-sdk/types": "3.
|
|
1554
|
-
"tslib": "^2.
|
|
1889
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
1890
|
+
"@aws-sdk/types": "3.292.0",
|
|
1891
|
+
"tslib": "^2.3.1"
|
|
1555
1892
|
}
|
|
1556
1893
|
},
|
|
1557
|
-
"@aws-sdk/
|
|
1558
|
-
"version": "3.
|
|
1559
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/
|
|
1560
|
-
"integrity": "sha512-
|
|
1894
|
+
"@aws-sdk/token-providers": {
|
|
1895
|
+
"version": "3.293.0",
|
|
1896
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.293.0.tgz",
|
|
1897
|
+
"integrity": "sha512-Ly5pdUZJcufNHTovmA0XjyUV6Qth89oK3VHSnrNbVYKFCDvApF4tuR8lBYayn7vEWrdlkGCnfJu42yN71NPfDw==",
|
|
1898
|
+
"requires": {
|
|
1899
|
+
"@aws-sdk/client-sso-oidc": "3.293.0",
|
|
1900
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1901
|
+
"@aws-sdk/shared-ini-file-loader": "3.292.0",
|
|
1902
|
+
"@aws-sdk/types": "3.292.0",
|
|
1903
|
+
"tslib": "^2.3.1"
|
|
1904
|
+
}
|
|
1561
1905
|
},
|
|
1562
|
-
"@aws-sdk/
|
|
1563
|
-
"version": "3.
|
|
1564
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/
|
|
1565
|
-
"integrity": "sha512-
|
|
1906
|
+
"@aws-sdk/types": {
|
|
1907
|
+
"version": "3.292.0",
|
|
1908
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.292.0.tgz",
|
|
1909
|
+
"integrity": "sha512-1teYAY2M73UXZxMAxqZxVS2qwXjQh0OWtt7qyLfha0TtIk/fZ1hRwFgxbDCHUFcdNBSOSbKH/ESor90KROXLCQ==",
|
|
1566
1910
|
"requires": {
|
|
1567
|
-
"
|
|
1568
|
-
"@aws-sdk/types": "3.18.0",
|
|
1569
|
-
"tslib": "^2.0.0"
|
|
1911
|
+
"tslib": "^2.3.1"
|
|
1570
1912
|
}
|
|
1571
1913
|
},
|
|
1572
|
-
"@aws-sdk/
|
|
1573
|
-
"version": "3.
|
|
1574
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/
|
|
1575
|
-
"integrity": "sha512-
|
|
1914
|
+
"@aws-sdk/url-parser": {
|
|
1915
|
+
"version": "3.292.0",
|
|
1916
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.292.0.tgz",
|
|
1917
|
+
"integrity": "sha512-NZeAuZCk1x6TIiWuRfbOU6wHPBhf0ly2qOHzWut4BCH+b4RrDmFF8EmXcH1auEfGhE7yRyR6XqIN0t3S+hYACA==",
|
|
1576
1918
|
"requires": {
|
|
1577
|
-
"
|
|
1919
|
+
"@aws-sdk/querystring-parser": "3.292.0",
|
|
1920
|
+
"@aws-sdk/types": "3.292.0",
|
|
1921
|
+
"tslib": "^2.3.1"
|
|
1578
1922
|
}
|
|
1579
1923
|
},
|
|
1580
|
-
"@aws-sdk/util-base64
|
|
1581
|
-
"version": "3.
|
|
1582
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-base64
|
|
1583
|
-
"integrity": "sha512-
|
|
1924
|
+
"@aws-sdk/util-base64": {
|
|
1925
|
+
"version": "3.292.0",
|
|
1926
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-base64/-/util-base64-3.292.0.tgz",
|
|
1927
|
+
"integrity": "sha512-zjNCwNdy617yFvEjZorepNWXB2sQCVfsShCwFy/kIQ5iW5tT2jQKaqc0K77diU9atkooxw9p1W9m9sOgrkOFNw==",
|
|
1584
1928
|
"requires": {
|
|
1585
|
-
"@aws-sdk/util-buffer-from": "3.
|
|
1586
|
-
"tslib": "^2.
|
|
1929
|
+
"@aws-sdk/util-buffer-from": "3.292.0",
|
|
1930
|
+
"tslib": "^2.3.1"
|
|
1587
1931
|
}
|
|
1588
1932
|
},
|
|
1589
1933
|
"@aws-sdk/util-body-length-browser": {
|
|
1590
|
-
"version": "3.
|
|
1591
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.
|
|
1592
|
-
"integrity": "sha512
|
|
1934
|
+
"version": "3.292.0",
|
|
1935
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.292.0.tgz",
|
|
1936
|
+
"integrity": "sha512-Wd/BM+JsMiKvKs/bN3z6TredVEHh2pKudGfg3CSjTRpqFpOG903KDfyHBD42yg5PuCHoHoewJvTPKwgn7/vhaw==",
|
|
1593
1937
|
"requires": {
|
|
1594
|
-
"tslib": "^2.
|
|
1938
|
+
"tslib": "^2.3.1"
|
|
1595
1939
|
}
|
|
1596
1940
|
},
|
|
1597
1941
|
"@aws-sdk/util-body-length-node": {
|
|
1598
|
-
"version": "3.
|
|
1599
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.
|
|
1600
|
-
"integrity": "sha512-
|
|
1942
|
+
"version": "3.292.0",
|
|
1943
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.292.0.tgz",
|
|
1944
|
+
"integrity": "sha512-BBgipZ2P6RhogWE/qj0oqpdlyd3iSBYmb+aD/TBXwB2lA/X8A99GxweBd/kp06AmcJRoMS9WIXgbWkiiBlRlSA==",
|
|
1601
1945
|
"requires": {
|
|
1602
|
-
"tslib": "^2.
|
|
1946
|
+
"tslib": "^2.3.1"
|
|
1603
1947
|
}
|
|
1604
1948
|
},
|
|
1605
1949
|
"@aws-sdk/util-buffer-from": {
|
|
1606
|
-
"version": "3.
|
|
1607
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.
|
|
1608
|
-
"integrity": "sha512-
|
|
1950
|
+
"version": "3.292.0",
|
|
1951
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.292.0.tgz",
|
|
1952
|
+
"integrity": "sha512-RxNZjLoXNxHconH9TYsk5RaEBjSgTtozHeyIdacaHPj5vlQKi4hgL2hIfKeeNiAfQEVjaUFF29lv81xpNMzVMQ==",
|
|
1953
|
+
"requires": {
|
|
1954
|
+
"@aws-sdk/is-array-buffer": "3.292.0",
|
|
1955
|
+
"tslib": "^2.3.1"
|
|
1956
|
+
}
|
|
1957
|
+
},
|
|
1958
|
+
"@aws-sdk/util-config-provider": {
|
|
1959
|
+
"version": "3.292.0",
|
|
1960
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.292.0.tgz",
|
|
1961
|
+
"integrity": "sha512-t3noYll6bPRSxeeNNEkC5czVjAiTPcsq00OwfJ2xyUqmquhLEfLwoJKmrT1uP7DjIEXdUtfoIQ2jWiIVm/oO5A==",
|
|
1962
|
+
"requires": {
|
|
1963
|
+
"tslib": "^2.3.1"
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
"@aws-sdk/util-defaults-mode-browser": {
|
|
1967
|
+
"version": "3.292.0",
|
|
1968
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.292.0.tgz",
|
|
1969
|
+
"integrity": "sha512-7+zVUlMGfa8/KT++9humHo6IDxTnxMCmWUj5jVNlkpk6h7Ecmppf7aXotviyVIA43lhtz0p2AErs0N0ekEUK+w==",
|
|
1609
1970
|
"requires": {
|
|
1610
|
-
"@aws-sdk/
|
|
1611
|
-
"
|
|
1971
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1972
|
+
"@aws-sdk/types": "3.292.0",
|
|
1973
|
+
"bowser": "^2.11.0",
|
|
1974
|
+
"tslib": "^2.3.1"
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1977
|
+
"@aws-sdk/util-defaults-mode-node": {
|
|
1978
|
+
"version": "3.292.0",
|
|
1979
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.292.0.tgz",
|
|
1980
|
+
"integrity": "sha512-SSIw85eF4BVs0fOJRyshT+R3b/UmBPhiVKCUZm2rq6+lIGkDPiSwQU3d/80AhXtiL5SFT/IzAKKgQd8qMa7q3A==",
|
|
1981
|
+
"requires": {
|
|
1982
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
1983
|
+
"@aws-sdk/credential-provider-imds": "3.292.0",
|
|
1984
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
1985
|
+
"@aws-sdk/property-provider": "3.292.0",
|
|
1986
|
+
"@aws-sdk/types": "3.292.0",
|
|
1987
|
+
"tslib": "^2.3.1"
|
|
1988
|
+
}
|
|
1989
|
+
},
|
|
1990
|
+
"@aws-sdk/util-endpoints": {
|
|
1991
|
+
"version": "3.293.0",
|
|
1992
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.293.0.tgz",
|
|
1993
|
+
"integrity": "sha512-R/99aNV49Refpv5guiUjEUrZYlvnfaNBniB+/ZtMO3ixxUopapssCrUivuJrmhccmrYaTCZw7dRzIWjU1jJhKg==",
|
|
1994
|
+
"requires": {
|
|
1995
|
+
"@aws-sdk/types": "3.292.0",
|
|
1996
|
+
"tslib": "^2.3.1"
|
|
1612
1997
|
}
|
|
1613
1998
|
},
|
|
1614
1999
|
"@aws-sdk/util-hex-encoding": {
|
|
1615
|
-
"version": "3.
|
|
1616
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.
|
|
1617
|
-
"integrity": "sha512-
|
|
2000
|
+
"version": "3.292.0",
|
|
2001
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.292.0.tgz",
|
|
2002
|
+
"integrity": "sha512-qBd5KFIUywQ3qSSbj814S2srk0vfv8A6QMI+Obs1y2LHZFdQN5zViptI4UhXhKOHe+NnrHWxSuLC/LMH6q3SmA==",
|
|
1618
2003
|
"requires": {
|
|
1619
|
-
"tslib": "^2.
|
|
2004
|
+
"tslib": "^2.3.1"
|
|
1620
2005
|
}
|
|
1621
2006
|
},
|
|
1622
2007
|
"@aws-sdk/util-locate-window": {
|
|
1623
|
-
"version": "3.
|
|
1624
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.
|
|
1625
|
-
"integrity": "sha512-
|
|
2008
|
+
"version": "3.292.0",
|
|
2009
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.292.0.tgz",
|
|
2010
|
+
"integrity": "sha512-6xnFJXZI9pKw5lQCDvuWA5PnOaUtNRKWwdxvGkkLx5orboFaoVMS6zowjSQxwVNRjW82u6dYNkhmj9mZ8VSjWg==",
|
|
2011
|
+
"requires": {
|
|
2012
|
+
"tslib": "^2.3.1"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
"@aws-sdk/util-middleware": {
|
|
2016
|
+
"version": "3.292.0",
|
|
2017
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.292.0.tgz",
|
|
2018
|
+
"integrity": "sha512-KjhS7flfoBKDxbiBZjLjMvEizXgjfQb7GQEItgzGoI9rfGCmZtvqCcqQQoIlxb8bIzGRggAUHtBGWnlLbpb+GQ==",
|
|
2019
|
+
"requires": {
|
|
2020
|
+
"tslib": "^2.3.1"
|
|
2021
|
+
}
|
|
2022
|
+
},
|
|
2023
|
+
"@aws-sdk/util-retry": {
|
|
2024
|
+
"version": "3.292.0",
|
|
2025
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.292.0.tgz",
|
|
2026
|
+
"integrity": "sha512-JEHyF7MpVeRF5uR4LDYgpOKcFpOPiAj8TqN46SVOQQcL1K+V7cSr7O7N7J6MwJaN9XOzAcBadeIupMm7/BFbgw==",
|
|
1626
2027
|
"requires": {
|
|
1627
|
-
"
|
|
2028
|
+
"@aws-sdk/service-error-classification": "3.292.0",
|
|
2029
|
+
"tslib": "^2.3.1"
|
|
1628
2030
|
}
|
|
1629
2031
|
},
|
|
1630
2032
|
"@aws-sdk/util-uri-escape": {
|
|
1631
|
-
"version": "3.
|
|
1632
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.
|
|
1633
|
-
"integrity": "sha512-
|
|
2033
|
+
"version": "3.292.0",
|
|
2034
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.292.0.tgz",
|
|
2035
|
+
"integrity": "sha512-hOQtUMQ4VcQ9iwKz50AoCp1XBD5gJ9nly/gJZccAM7zSA5mOO8RRKkbdonqquVHxrO0CnYgiFeCh3V35GFecUw==",
|
|
1634
2036
|
"requires": {
|
|
1635
|
-
"tslib": "^2.
|
|
2037
|
+
"tslib": "^2.3.1"
|
|
1636
2038
|
}
|
|
1637
2039
|
},
|
|
1638
2040
|
"@aws-sdk/util-user-agent-browser": {
|
|
1639
|
-
"version": "3.
|
|
1640
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.
|
|
1641
|
-
"integrity": "sha512-
|
|
2041
|
+
"version": "3.292.0",
|
|
2042
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.292.0.tgz",
|
|
2043
|
+
"integrity": "sha512-dld+lpC3QdmTQHdBWJ0WFDkXDSrJgfz03q6mQ8+7H+BC12ZhT0I0g9iuvUjolqy7QR00OxOy47Y9FVhq8EC0Gg==",
|
|
1642
2044
|
"requires": {
|
|
1643
|
-
"@aws-sdk/types": "3.
|
|
2045
|
+
"@aws-sdk/types": "3.292.0",
|
|
1644
2046
|
"bowser": "^2.11.0",
|
|
1645
|
-
"tslib": "^2.
|
|
2047
|
+
"tslib": "^2.3.1"
|
|
1646
2048
|
}
|
|
1647
2049
|
},
|
|
1648
2050
|
"@aws-sdk/util-user-agent-node": {
|
|
1649
|
-
"version": "3.
|
|
1650
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.
|
|
1651
|
-
"integrity": "sha512-
|
|
2051
|
+
"version": "3.292.0",
|
|
2052
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.292.0.tgz",
|
|
2053
|
+
"integrity": "sha512-f+NfIMal5E61MDc5WGhUEoicr7b1eNNhA+GgVdSB/Hg5fYhEZvFK9RZizH5rrtsLjjgcr9nPYSR7/nDKCJLumw==",
|
|
1652
2054
|
"requires": {
|
|
1653
|
-
"@aws-sdk/node-config-provider": "3.
|
|
1654
|
-
"@aws-sdk/types": "3.
|
|
1655
|
-
"tslib": "^2.
|
|
2055
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
2056
|
+
"@aws-sdk/types": "3.292.0",
|
|
2057
|
+
"tslib": "^2.3.1"
|
|
1656
2058
|
}
|
|
1657
2059
|
},
|
|
1658
|
-
"@aws-sdk/util-utf8
|
|
1659
|
-
"version": "3.
|
|
1660
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8
|
|
1661
|
-
"integrity": "sha512-
|
|
2060
|
+
"@aws-sdk/util-utf8": {
|
|
2061
|
+
"version": "3.292.0",
|
|
2062
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8/-/util-utf8-3.292.0.tgz",
|
|
2063
|
+
"integrity": "sha512-FPkj+Z59/DQWvoVu2wFaRncc3KVwe/pgK3MfVb0Lx+Ibey5KUx+sNpJmYcVYHUAe/Nv/JeIpOtYuC96IXOnI6w==",
|
|
1662
2064
|
"requires": {
|
|
1663
|
-
"
|
|
2065
|
+
"@aws-sdk/util-buffer-from": "3.292.0",
|
|
2066
|
+
"tslib": "^2.3.1"
|
|
1664
2067
|
}
|
|
1665
2068
|
},
|
|
1666
|
-
"@aws-sdk/util-utf8-
|
|
1667
|
-
"version": "3.
|
|
1668
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-
|
|
1669
|
-
"integrity": "sha512-
|
|
2069
|
+
"@aws-sdk/util-utf8-browser": {
|
|
2070
|
+
"version": "3.259.0",
|
|
2071
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz",
|
|
2072
|
+
"integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==",
|
|
1670
2073
|
"requires": {
|
|
1671
|
-
"
|
|
1672
|
-
"tslib": "^2.0.0"
|
|
2074
|
+
"tslib": "^2.3.1"
|
|
1673
2075
|
}
|
|
1674
2076
|
},
|
|
1675
2077
|
"@aws-sdk/util-waiter": {
|
|
1676
|
-
"version": "3.
|
|
1677
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.
|
|
1678
|
-
"integrity": "sha512
|
|
2078
|
+
"version": "3.292.0",
|
|
2079
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-waiter/-/util-waiter-3.292.0.tgz",
|
|
2080
|
+
"integrity": "sha512-+7j+mcWUY4GwU8nTK4MvLWpOzS34SJZL85qLxQ04pysoCSHkInyS51D1ejBVNlJdbUSFvIcU0WHU0y6MDDeJzg==",
|
|
1679
2081
|
"requires": {
|
|
1680
|
-
"@aws-sdk/abort-controller": "3.
|
|
1681
|
-
"@aws-sdk/types": "3.
|
|
1682
|
-
"tslib": "^2.
|
|
2082
|
+
"@aws-sdk/abort-controller": "3.292.0",
|
|
2083
|
+
"@aws-sdk/types": "3.292.0",
|
|
2084
|
+
"tslib": "^2.3.1"
|
|
1683
2085
|
}
|
|
1684
2086
|
},
|
|
1685
2087
|
"@types/minimatch": {
|
|
1686
|
-
"version": "3.0.
|
|
1687
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.
|
|
1688
|
-
"integrity": "sha512-
|
|
2088
|
+
"version": "3.0.5",
|
|
2089
|
+
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
|
|
2090
|
+
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
|
|
1689
2091
|
},
|
|
1690
2092
|
"array-differ": {
|
|
1691
2093
|
"version": "3.0.0",
|
|
@@ -1726,15 +2128,13 @@
|
|
|
1726
2128
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
1727
2129
|
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
|
|
1728
2130
|
},
|
|
1729
|
-
"entities": {
|
|
1730
|
-
"version": "2.2.0",
|
|
1731
|
-
"resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
|
|
1732
|
-
"integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="
|
|
1733
|
-
},
|
|
1734
2131
|
"fast-xml-parser": {
|
|
1735
|
-
"version": "
|
|
1736
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-
|
|
1737
|
-
"integrity": "sha512-
|
|
2132
|
+
"version": "4.1.2",
|
|
2133
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz",
|
|
2134
|
+
"integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==",
|
|
2135
|
+
"requires": {
|
|
2136
|
+
"strnum": "^1.0.5"
|
|
2137
|
+
}
|
|
1738
2138
|
},
|
|
1739
2139
|
"fs.realpath": {
|
|
1740
2140
|
"version": "1.0.0",
|
|
@@ -1742,31 +2142,38 @@
|
|
|
1742
2142
|
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
|
|
1743
2143
|
},
|
|
1744
2144
|
"glob": {
|
|
1745
|
-
"version": "
|
|
1746
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
1747
|
-
"integrity": "sha512-
|
|
2145
|
+
"version": "9.3.0",
|
|
2146
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.0.tgz",
|
|
2147
|
+
"integrity": "sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==",
|
|
1748
2148
|
"requires": {
|
|
1749
2149
|
"fs.realpath": "^1.0.0",
|
|
1750
|
-
"
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
"
|
|
2150
|
+
"minimatch": "^7.4.1",
|
|
2151
|
+
"minipass": "^4.2.4",
|
|
2152
|
+
"path-scurry": "^1.6.1"
|
|
2153
|
+
},
|
|
2154
|
+
"dependencies": {
|
|
2155
|
+
"brace-expansion": {
|
|
2156
|
+
"version": "2.0.1",
|
|
2157
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
2158
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
2159
|
+
"requires": {
|
|
2160
|
+
"balanced-match": "^1.0.0"
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2163
|
+
"minimatch": {
|
|
2164
|
+
"version": "7.4.2",
|
|
2165
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz",
|
|
2166
|
+
"integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==",
|
|
2167
|
+
"requires": {
|
|
2168
|
+
"brace-expansion": "^2.0.1"
|
|
2169
|
+
}
|
|
2170
|
+
}
|
|
1764
2171
|
}
|
|
1765
2172
|
},
|
|
1766
|
-
"
|
|
1767
|
-
"version": "
|
|
1768
|
-
"resolved": "https://registry.npmjs.org/
|
|
1769
|
-
"integrity": "sha512-
|
|
2173
|
+
"lru-cache": {
|
|
2174
|
+
"version": "7.18.3",
|
|
2175
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
|
|
2176
|
+
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA=="
|
|
1770
2177
|
},
|
|
1771
2178
|
"minimatch": {
|
|
1772
2179
|
"version": "3.1.2",
|
|
@@ -1776,6 +2183,11 @@
|
|
|
1776
2183
|
"brace-expansion": "^1.1.7"
|
|
1777
2184
|
}
|
|
1778
2185
|
},
|
|
2186
|
+
"minipass": {
|
|
2187
|
+
"version": "4.2.5",
|
|
2188
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz",
|
|
2189
|
+
"integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q=="
|
|
2190
|
+
},
|
|
1779
2191
|
"multimatch": {
|
|
1780
2192
|
"version": "5.0.0",
|
|
1781
2193
|
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
|
@@ -1788,33 +2200,29 @@
|
|
|
1788
2200
|
"minimatch": "^3.0.4"
|
|
1789
2201
|
}
|
|
1790
2202
|
},
|
|
1791
|
-
"
|
|
1792
|
-
"version": "1.
|
|
1793
|
-
"resolved": "https://registry.npmjs.org/
|
|
1794
|
-
"integrity": "
|
|
2203
|
+
"path-scurry": {
|
|
2204
|
+
"version": "1.6.1",
|
|
2205
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz",
|
|
2206
|
+
"integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==",
|
|
1795
2207
|
"requires": {
|
|
1796
|
-
"
|
|
2208
|
+
"lru-cache": "^7.14.1",
|
|
2209
|
+
"minipass": "^4.0.2"
|
|
1797
2210
|
}
|
|
1798
2211
|
},
|
|
1799
|
-
"
|
|
1800
|
-
"version": "1.0.
|
|
1801
|
-
"resolved": "https://registry.npmjs.org/
|
|
1802
|
-
"integrity": "
|
|
2212
|
+
"strnum": {
|
|
2213
|
+
"version": "1.0.5",
|
|
2214
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
|
|
2215
|
+
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
|
|
1803
2216
|
},
|
|
1804
2217
|
"tslib": {
|
|
1805
|
-
"version": "2.
|
|
1806
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.
|
|
1807
|
-
"integrity": "sha512-
|
|
2218
|
+
"version": "2.5.0",
|
|
2219
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
|
|
2220
|
+
"integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
|
|
1808
2221
|
},
|
|
1809
2222
|
"uuid": {
|
|
1810
2223
|
"version": "8.3.2",
|
|
1811
2224
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
1812
2225
|
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
|
1813
|
-
},
|
|
1814
|
-
"wrappy": {
|
|
1815
|
-
"version": "1.0.2",
|
|
1816
|
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
1817
|
-
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
|
1818
2226
|
}
|
|
1819
2227
|
}
|
|
1820
2228
|
}
|