From 3c6f9951b06d9db44405f69b2af0ab45730af23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:28:28 +0000 Subject: [PATCH] fix(lambda): bump the aws group across 1 directory with 7 updates Bumps the aws group with 7 updates in the /lambdas directory: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2) | `3.703.0` | `3.712.0` | | [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.699.0` | `3.712.0` | | [@aws-sdk/types](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types) | `3.696.0` | `3.709.0` | | [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.699.0` | `3.712.0` | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.703.0` | `3.712.0` | | [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.703.0` | `3.712.0` | | [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.703.0` | `3.712.0` | Updates `@aws-sdk/client-ec2` from 3.703.0 to 3.712.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ec2/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.712.0/clients/client-ec2) Updates `@aws-sdk/client-ssm` from 3.699.0 to 3.712.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.712.0/clients/client-ssm) Updates `@aws-sdk/types` from 3.696.0 to 3.709.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/types/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.709.0/packages/types) Updates `@aws-sdk/client-sqs` from 3.699.0 to 3.712.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.712.0/clients/client-sqs) Updates `@aws-sdk/client-s3` from 3.703.0 to 3.712.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.712.0/clients/client-s3) Updates `@aws-sdk/lib-storage` from 3.703.0 to 3.712.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.712.0/lib/lib-storage) Updates `@aws-sdk/client-eventbridge` from 3.703.0 to 3.712.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-eventbridge/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.712.0/clients/client-eventbridge) --- updated-dependencies: - dependency-name: "@aws-sdk/client-ec2" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-ssm" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/types" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-sqs" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-s3" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/lib-storage" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-eventbridge" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] --- .../functions/ami-housekeeper/package.json | 6 +- lambdas/functions/control-plane/package.json | 6 +- .../functions/gh-agent-syncer/package.json | 6 +- .../termination-watcher/package.json | 4 +- lambdas/functions/webhook/package.json | 4 +- lambdas/libs/aws-ssm-util/package.json | 4 +- lambdas/yarn.lock | 1746 ++++++++--------- 7 files changed, 869 insertions(+), 907 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index b2651bf208..56636626c9 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -39,9 +39,9 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-ec2": "^3.703.0", - "@aws-sdk/client-ssm": "^3.699.0", - "@aws-sdk/types": "^3.696.0", + "@aws-sdk/client-ec2": "^3.712.0", + "@aws-sdk/client-ssm": "^3.712.0", + "@aws-sdk/types": "^3.709.0", "cron-parser": "^4.9.0", "typescript": "^5.7.2" }, diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 22369961be..2ecc07d02a 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -41,9 +41,9 @@ "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", "@aws-lambda-powertools/parameters": "^2.11.0", - "@aws-sdk/client-ec2": "^3.703.0", - "@aws-sdk/client-sqs": "^3.699.0", - "@aws-sdk/types": "^3.696.0", + "@aws-sdk/client-ec2": "^3.712.0", + "@aws-sdk/client-sqs": "^3.712.0", + "@aws-sdk/types": "^3.709.0", "@middy/core": "^4.7.0", "@octokit/auth-app": "6.1.3", "@octokit/core": "5.2.0", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index 89294494f6..69c3c93b72 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -37,9 +37,9 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-s3": "^3.703.0", - "@aws-sdk/lib-storage": "^3.703.0", - "@aws-sdk/types": "^3.696.0", + "@aws-sdk/client-s3": "^3.712.0", + "@aws-sdk/lib-storage": "^3.712.0", + "@aws-sdk/types": "^3.709.0", "@middy/core": "^4.7.0", "@octokit/rest": "20.1.1", "axios": "^1.7.7" diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 27017f4965..8c0785cdc7 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -36,8 +36,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ec2": "^3.703.0", - "@aws-sdk/types": "^3.696.0", + "@aws-sdk/client-ec2": "^3.712.0", + "@aws-sdk/types": "^3.709.0", "@middy/core": "^4.7.0", "typescript": "^5.7.2" }, diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 3e9d22c742..5d527daa37 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -16,7 +16,7 @@ "all": "yarn build && yarn format && yarn lint && yarn test" }, "devDependencies": { - "@aws-sdk/client-eventbridge": "^3.703.0", + "@aws-sdk/client-eventbridge": "^3.712.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/aws-lambda": "^8.10.145", "@types/express": "^4.17.21", @@ -40,7 +40,7 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-sqs": "^3.699.0", + "@aws-sdk/client-sqs": "^3.712.0", "@middy/core": "^4.7.0", "@octokit/rest": "20.1.1", "@octokit/types": "^13.6.2", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index 2d4e39f549..2ffe44940b 100644 --- a/lambdas/libs/aws-ssm-util/package.json +++ b/lambdas/libs/aws-ssm-util/package.json @@ -36,8 +36,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ssm": "^3.699.0", - "@aws-sdk/types": "^3.696.0" + "@aws-sdk/client-ssm": "^3.712.0", + "@aws-sdk/types": "^3.709.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index a6167863b0..28e084181d 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -103,9 +103,9 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.703.0" - "@aws-sdk/client-ssm": "npm:^3.699.0" - "@aws-sdk/types": "npm:^3.696.0" + "@aws-sdk/client-ec2": "npm:^3.712.0" + "@aws-sdk/client-ssm": "npm:^3.712.0" + "@aws-sdk/types": "npm:^3.709.0" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" "@types/aws-lambda": "npm:^8.10.145" "@types/jest": "npm:^29.5.14" @@ -165,8 +165,8 @@ __metadata: resolution: "@aws-github-runner/aws-ssm-util@workspace:libs/aws-ssm-util" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ssm": "npm:^3.699.0" - "@aws-sdk/types": "npm:^3.696.0" + "@aws-sdk/client-ssm": "npm:^3.712.0" + "@aws-sdk/types": "npm:^3.709.0" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" "@types/aws-lambda": "npm:^8.10.145" "@types/express": "npm:^4.17.21" @@ -196,9 +196,9 @@ __metadata: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" "@aws-lambda-powertools/parameters": "npm:^2.11.0" - "@aws-sdk/client-ec2": "npm:^3.703.0" - "@aws-sdk/client-sqs": "npm:^3.699.0" - "@aws-sdk/types": "npm:^3.696.0" + "@aws-sdk/client-ec2": "npm:^3.712.0" + "@aws-sdk/client-sqs": "npm:^3.712.0" + "@aws-sdk/types": "npm:^3.709.0" "@middy/core": "npm:^4.7.0" "@octokit/auth-app": "npm:6.1.3" "@octokit/core": "npm:5.2.0" @@ -235,9 +235,9 @@ __metadata: resolution: "@aws-github-runner/gh-agent-syncer@workspace:functions/gh-agent-syncer" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-s3": "npm:^3.703.0" - "@aws-sdk/lib-storage": "npm:^3.703.0" - "@aws-sdk/types": "npm:^3.696.0" + "@aws-sdk/client-s3": "npm:^3.712.0" + "@aws-sdk/lib-storage": "npm:^3.712.0" + "@aws-sdk/types": "npm:^3.709.0" "@middy/core": "npm:^4.7.0" "@octokit/rest": "npm:20.1.1" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" @@ -267,8 +267,8 @@ __metadata: resolution: "@aws-github-runner/termination-watcher@workspace:functions/termination-watcher" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.703.0" - "@aws-sdk/types": "npm:^3.696.0" + "@aws-sdk/client-ec2": "npm:^3.712.0" + "@aws-sdk/types": "npm:^3.709.0" "@middy/core": "npm:^4.7.0" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" "@types/aws-lambda": "npm:^8.10.145" @@ -299,8 +299,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-eventbridge": "npm:^3.703.0" - "@aws-sdk/client-sqs": "npm:^3.699.0" + "@aws-sdk/client-eventbridge": "npm:^3.712.0" + "@aws-sdk/client-sqs": "npm:^3.712.0" "@middy/core": "npm:^4.7.0" "@octokit/rest": "npm:20.1.1" "@octokit/types": "npm:^13.6.2" @@ -408,797 +408,797 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.703.0": - version: 3.703.0 - resolution: "@aws-sdk/client-ec2@npm:3.703.0" +"@aws-sdk/client-ec2@npm:^3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/client-ec2@npm:3.712.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.699.0" - "@aws-sdk/client-sts": "npm:3.699.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/credential-provider-node": "npm:3.699.0" - "@aws-sdk/middleware-host-header": "npm:3.696.0" - "@aws-sdk/middleware-logger": "npm:3.696.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.696.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.696.0" - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/region-config-resolver": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@aws-sdk/util-user-agent-browser": "npm:3.696.0" - "@aws-sdk/util-user-agent-node": "npm:3.696.0" - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/core": "npm:^2.5.3" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/hash-node": "npm:^3.0.10" - "@smithy/invalid-dependency": "npm:^3.0.10" - "@smithy/middleware-content-length": "npm:^3.0.12" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-retry": "npm:^3.0.27" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" + "@aws-sdk/client-sso-oidc": "npm:3.712.0" + "@aws-sdk/client-sts": "npm:3.712.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/credential-provider-node": "npm:3.712.0" + "@aws-sdk/middleware-host-header": "npm:3.709.0" + "@aws-sdk/middleware-logger": "npm:3.709.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.709.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.709.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/region-config-resolver": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@aws-sdk/util-user-agent-browser": "npm:3.709.0" + "@aws-sdk/util-user-agent-node": "npm:3.712.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/core": "npm:^2.5.5" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/hash-node": "npm:^3.0.11" + "@smithy/invalid-dependency": "npm:^3.0.11" + "@smithy/middleware-content-length": "npm:^3.0.13" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-retry": "npm:^3.0.30" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.27" - "@smithy/util-defaults-mode-node": "npm:^3.0.27" - "@smithy/util-endpoints": "npm:^2.1.6" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" + "@smithy/util-defaults-mode-browser": "npm:^3.0.30" + "@smithy/util-defaults-mode-node": "npm:^3.0.30" + "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.1.9" + "@smithy/util-waiter": "npm:^3.2.0" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/3ab15a5da0c1d42e3ffef2de997d16b4ee35db79b33d475bfbb6ef3b4472822fdf76d25314a379b6d1743a34051d36e58ddedc798dd16c3a953d8507b14e1392 + checksum: 10c0/97de0ec0e576783200ead07434faf841a49516d20d9275d3a1036adc420d431244ef02edc2f015b7a497d7138e974fc055c01907f67c6a41e3452cda88b7bd7e languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.703.0": - version: 3.703.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.703.0" +"@aws-sdk/client-eventbridge@npm:^3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.712.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.699.0" - "@aws-sdk/client-sts": "npm:3.699.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/credential-provider-node": "npm:3.699.0" - "@aws-sdk/middleware-host-header": "npm:3.696.0" - "@aws-sdk/middleware-logger": "npm:3.696.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.696.0" - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/region-config-resolver": "npm:3.696.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@aws-sdk/util-user-agent-browser": "npm:3.696.0" - "@aws-sdk/util-user-agent-node": "npm:3.696.0" - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/core": "npm:^2.5.3" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/hash-node": "npm:^3.0.10" - "@smithy/invalid-dependency": "npm:^3.0.10" - "@smithy/middleware-content-length": "npm:^3.0.12" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-retry": "npm:^3.0.27" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" + "@aws-sdk/client-sso-oidc": "npm:3.712.0" + "@aws-sdk/client-sts": "npm:3.712.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/credential-provider-node": "npm:3.712.0" + "@aws-sdk/middleware-host-header": "npm:3.709.0" + "@aws-sdk/middleware-logger": "npm:3.709.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.709.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/region-config-resolver": "npm:3.709.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@aws-sdk/util-user-agent-browser": "npm:3.709.0" + "@aws-sdk/util-user-agent-node": "npm:3.712.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/core": "npm:^2.5.5" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/hash-node": "npm:^3.0.11" + "@smithy/invalid-dependency": "npm:^3.0.11" + "@smithy/middleware-content-length": "npm:^3.0.13" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-retry": "npm:^3.0.30" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.27" - "@smithy/util-defaults-mode-node": "npm:^3.0.27" - "@smithy/util-endpoints": "npm:^2.1.6" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" + "@smithy/util-defaults-mode-browser": "npm:^3.0.30" + "@smithy/util-defaults-mode-node": "npm:^3.0.30" + "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/652f79d4311b51eadf159c14ad9989c48a57c562ec2971d0df391bdacfa842c63064541d533456d1d9402fe63b092359638eedcf9d878fbbc287983e04a75ac6 + checksum: 10c0/775a7804532c173d928d40255c1877b4054d44ee4cf291148f444b4cf96ff9296b7cbef50efea84f53176603657e60902dc07cff78e88708c7867969bdc34de7 languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.703.0": - version: 3.703.0 - resolution: "@aws-sdk/client-s3@npm:3.703.0" +"@aws-sdk/client-s3@npm:^3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/client-s3@npm:3.712.0" dependencies: "@aws-crypto/sha1-browser": "npm:5.2.0" "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.699.0" - "@aws-sdk/client-sts": "npm:3.699.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/credential-provider-node": "npm:3.699.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.696.0" - "@aws-sdk/middleware-expect-continue": "npm:3.696.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.701.0" - "@aws-sdk/middleware-host-header": "npm:3.696.0" - "@aws-sdk/middleware-location-constraint": "npm:3.696.0" - "@aws-sdk/middleware-logger": "npm:3.696.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.696.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.696.0" - "@aws-sdk/middleware-ssec": "npm:3.696.0" - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/region-config-resolver": "npm:3.696.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@aws-sdk/util-user-agent-browser": "npm:3.696.0" - "@aws-sdk/util-user-agent-node": "npm:3.696.0" - "@aws-sdk/xml-builder": "npm:3.696.0" - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/core": "npm:^2.5.3" - "@smithy/eventstream-serde-browser": "npm:^3.0.13" - "@smithy/eventstream-serde-config-resolver": "npm:^3.0.10" - "@smithy/eventstream-serde-node": "npm:^3.0.12" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/hash-blob-browser": "npm:^3.1.9" - "@smithy/hash-node": "npm:^3.0.10" - "@smithy/hash-stream-node": "npm:^3.1.9" - "@smithy/invalid-dependency": "npm:^3.0.10" - "@smithy/md5-js": "npm:^3.0.10" - "@smithy/middleware-content-length": "npm:^3.0.12" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-retry": "npm:^3.0.27" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" + "@aws-sdk/client-sso-oidc": "npm:3.712.0" + "@aws-sdk/client-sts": "npm:3.712.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/credential-provider-node": "npm:3.712.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.709.0" + "@aws-sdk/middleware-expect-continue": "npm:3.709.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.709.0" + "@aws-sdk/middleware-host-header": "npm:3.709.0" + "@aws-sdk/middleware-location-constraint": "npm:3.709.0" + "@aws-sdk/middleware-logger": "npm:3.709.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.709.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.709.0" + "@aws-sdk/middleware-ssec": "npm:3.709.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/region-config-resolver": "npm:3.709.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@aws-sdk/util-user-agent-browser": "npm:3.709.0" + "@aws-sdk/util-user-agent-node": "npm:3.712.0" + "@aws-sdk/xml-builder": "npm:3.709.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/core": "npm:^2.5.5" + "@smithy/eventstream-serde-browser": "npm:^3.0.14" + "@smithy/eventstream-serde-config-resolver": "npm:^3.0.11" + "@smithy/eventstream-serde-node": "npm:^3.0.13" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/hash-blob-browser": "npm:^3.1.10" + "@smithy/hash-node": "npm:^3.0.11" + "@smithy/hash-stream-node": "npm:^3.1.10" + "@smithy/invalid-dependency": "npm:^3.0.11" + "@smithy/md5-js": "npm:^3.0.11" + "@smithy/middleware-content-length": "npm:^3.0.13" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-retry": "npm:^3.0.30" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.27" - "@smithy/util-defaults-mode-node": "npm:^3.0.27" - "@smithy/util-endpoints": "npm:^2.1.6" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" - "@smithy/util-stream": "npm:^3.3.1" + "@smithy/util-defaults-mode-browser": "npm:^3.0.30" + "@smithy/util-defaults-mode-node": "npm:^3.0.30" + "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" + "@smithy/util-stream": "npm:^3.3.2" "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.1.9" + "@smithy/util-waiter": "npm:^3.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/eba492878a32cad0709383af4d56b9df95e8de02d99963cb9e3bdb60ade49c8617c857340bd0348711f2212b9ca6d9f7dc00ea80c001ac31afcdeee6824b702d + checksum: 10c0/89996a5689c4ac567a36362e8449eda67cb1e183e53fd1810c1e95e6d480f9b365c258a80d5bb5394aa374d0f2295defda4a81d5985875d9cab707cce4014f65 languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/client-sqs@npm:3.699.0" +"@aws-sdk/client-sqs@npm:^3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/client-sqs@npm:3.712.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.699.0" - "@aws-sdk/client-sts": "npm:3.699.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/credential-provider-node": "npm:3.699.0" - "@aws-sdk/middleware-host-header": "npm:3.696.0" - "@aws-sdk/middleware-logger": "npm:3.696.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.696.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.696.0" - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/region-config-resolver": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@aws-sdk/util-user-agent-browser": "npm:3.696.0" - "@aws-sdk/util-user-agent-node": "npm:3.696.0" - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/core": "npm:^2.5.3" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/hash-node": "npm:^3.0.10" - "@smithy/invalid-dependency": "npm:^3.0.10" - "@smithy/md5-js": "npm:^3.0.10" - "@smithy/middleware-content-length": "npm:^3.0.12" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-retry": "npm:^3.0.27" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" + "@aws-sdk/client-sso-oidc": "npm:3.712.0" + "@aws-sdk/client-sts": "npm:3.712.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/credential-provider-node": "npm:3.712.0" + "@aws-sdk/middleware-host-header": "npm:3.709.0" + "@aws-sdk/middleware-logger": "npm:3.709.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.709.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.709.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/region-config-resolver": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@aws-sdk/util-user-agent-browser": "npm:3.709.0" + "@aws-sdk/util-user-agent-node": "npm:3.712.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/core": "npm:^2.5.5" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/hash-node": "npm:^3.0.11" + "@smithy/invalid-dependency": "npm:^3.0.11" + "@smithy/md5-js": "npm:^3.0.11" + "@smithy/middleware-content-length": "npm:^3.0.13" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-retry": "npm:^3.0.30" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.27" - "@smithy/util-defaults-mode-node": "npm:^3.0.27" - "@smithy/util-endpoints": "npm:^2.1.6" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" + "@smithy/util-defaults-mode-browser": "npm:^3.0.30" + "@smithy/util-defaults-mode-node": "npm:^3.0.30" + "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/408218502c2e83a55ba525383c121cf7b41fb98564d3b528a703148ef82c237320841301a7becf29270159e413fcdaa4021a8a0dc3e565565939408b6d2e748b + checksum: 10c0/6dfdc1deb851fb9d82d9c43c2a21ce6311e956a1009d01ee67cb5d1d73b3f4eae1d152b1bad1cdcba39645f45f9ecf2cbb5189af927cfe7605d9175e6f3d560a languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/client-ssm@npm:3.699.0" +"@aws-sdk/client-ssm@npm:^3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/client-ssm@npm:3.712.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.699.0" - "@aws-sdk/client-sts": "npm:3.699.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/credential-provider-node": "npm:3.699.0" - "@aws-sdk/middleware-host-header": "npm:3.696.0" - "@aws-sdk/middleware-logger": "npm:3.696.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.696.0" - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/region-config-resolver": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@aws-sdk/util-user-agent-browser": "npm:3.696.0" - "@aws-sdk/util-user-agent-node": "npm:3.696.0" - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/core": "npm:^2.5.3" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/hash-node": "npm:^3.0.10" - "@smithy/invalid-dependency": "npm:^3.0.10" - "@smithy/middleware-content-length": "npm:^3.0.12" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-retry": "npm:^3.0.27" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" + "@aws-sdk/client-sso-oidc": "npm:3.712.0" + "@aws-sdk/client-sts": "npm:3.712.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/credential-provider-node": "npm:3.712.0" + "@aws-sdk/middleware-host-header": "npm:3.709.0" + "@aws-sdk/middleware-logger": "npm:3.709.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.709.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/region-config-resolver": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@aws-sdk/util-user-agent-browser": "npm:3.709.0" + "@aws-sdk/util-user-agent-node": "npm:3.712.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/core": "npm:^2.5.5" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/hash-node": "npm:^3.0.11" + "@smithy/invalid-dependency": "npm:^3.0.11" + "@smithy/middleware-content-length": "npm:^3.0.13" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-retry": "npm:^3.0.30" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.27" - "@smithy/util-defaults-mode-node": "npm:^3.0.27" - "@smithy/util-endpoints": "npm:^2.1.6" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" + "@smithy/util-defaults-mode-browser": "npm:^3.0.30" + "@smithy/util-defaults-mode-node": "npm:^3.0.30" + "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" "@smithy/util-utf8": "npm:^3.0.0" - "@smithy/util-waiter": "npm:^3.1.9" + "@smithy/util-waiter": "npm:^3.2.0" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/4b08bf6a509d739f68c0dbefa5ed783dbdd09d6a0370c35d885ee326a1c6e42c3981c979229837db32344a0880c60124219bafd8e5deaae7ec13bb2c3e32c43f + checksum: 10c0/b7e160922e42da9d9e38c799d3a65e4363dc1fc61e6830e186ce2528bf061ebd2cc8242a10bd38446442aea75bf87596c78c6c70840c413895fda13bb88c2649 languageName: node linkType: hard -"@aws-sdk/client-sso-oidc@npm:3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/client-sso-oidc@npm:3.699.0" +"@aws-sdk/client-sso-oidc@npm:3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/client-sso-oidc@npm:3.712.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/credential-provider-node": "npm:3.699.0" - "@aws-sdk/middleware-host-header": "npm:3.696.0" - "@aws-sdk/middleware-logger": "npm:3.696.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.696.0" - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/region-config-resolver": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@aws-sdk/util-user-agent-browser": "npm:3.696.0" - "@aws-sdk/util-user-agent-node": "npm:3.696.0" - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/core": "npm:^2.5.3" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/hash-node": "npm:^3.0.10" - "@smithy/invalid-dependency": "npm:^3.0.10" - "@smithy/middleware-content-length": "npm:^3.0.12" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-retry": "npm:^3.0.27" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/credential-provider-node": "npm:3.712.0" + "@aws-sdk/middleware-host-header": "npm:3.709.0" + "@aws-sdk/middleware-logger": "npm:3.709.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.709.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/region-config-resolver": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@aws-sdk/util-user-agent-browser": "npm:3.709.0" + "@aws-sdk/util-user-agent-node": "npm:3.712.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/core": "npm:^2.5.5" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/hash-node": "npm:^3.0.11" + "@smithy/invalid-dependency": "npm:^3.0.11" + "@smithy/middleware-content-length": "npm:^3.0.13" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-retry": "npm:^3.0.30" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.27" - "@smithy/util-defaults-mode-node": "npm:^3.0.27" - "@smithy/util-endpoints": "npm:^2.1.6" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" + "@smithy/util-defaults-mode-browser": "npm:^3.0.30" + "@smithy/util-defaults-mode-node": "npm:^3.0.30" + "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sts": ^3.699.0 - checksum: 10c0/b4d277fe4a7af3934b7528e8379901ae56ab9b9d3b6ed019d0a89f22ce2f8430edbe77ef1ced413216b378e517e32a625f3c4a4e8d6ef2bc58baefb6bc5e96d9 + "@aws-sdk/client-sts": ^3.712.0 + checksum: 10c0/10eebcf2943f230703e08c54c2b57c09863ee69200faeeb05e62e55a7cf6fbb911932f07b5fb97ea024ed9ff559580909a612445bc5f59963e233798a0ab16c6 languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/client-sso@npm:3.696.0" +"@aws-sdk/client-sso@npm:3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/client-sso@npm:3.712.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/middleware-host-header": "npm:3.696.0" - "@aws-sdk/middleware-logger": "npm:3.696.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.696.0" - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/region-config-resolver": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@aws-sdk/util-user-agent-browser": "npm:3.696.0" - "@aws-sdk/util-user-agent-node": "npm:3.696.0" - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/core": "npm:^2.5.3" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/hash-node": "npm:^3.0.10" - "@smithy/invalid-dependency": "npm:^3.0.10" - "@smithy/middleware-content-length": "npm:^3.0.12" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-retry": "npm:^3.0.27" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/middleware-host-header": "npm:3.709.0" + "@aws-sdk/middleware-logger": "npm:3.709.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.709.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/region-config-resolver": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@aws-sdk/util-user-agent-browser": "npm:3.709.0" + "@aws-sdk/util-user-agent-node": "npm:3.712.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/core": "npm:^2.5.5" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/hash-node": "npm:^3.0.11" + "@smithy/invalid-dependency": "npm:^3.0.11" + "@smithy/middleware-content-length": "npm:^3.0.13" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-retry": "npm:^3.0.30" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.27" - "@smithy/util-defaults-mode-node": "npm:^3.0.27" - "@smithy/util-endpoints": "npm:^2.1.6" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" + "@smithy/util-defaults-mode-browser": "npm:^3.0.30" + "@smithy/util-defaults-mode-node": "npm:^3.0.30" + "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/e96c907c3385ea183181eb7dbdceb01c2b96a220f67bf6147b9a116aa197ceb2860fa54667405a7f60f365ee1c056b7039ff1ac236815894b675ee76c52862f3 + checksum: 10c0/9de61923becc98a61943e2fbf10382727c32508e9a824b4925306fc337260d6620a9f637ad6563eecf55835635dc7b2b284c10aef2bd5643ce4ea75944e3be12 languageName: node linkType: hard -"@aws-sdk/client-sts@npm:3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/client-sts@npm:3.699.0" +"@aws-sdk/client-sts@npm:3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/client-sts@npm:3.712.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.699.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/credential-provider-node": "npm:3.699.0" - "@aws-sdk/middleware-host-header": "npm:3.696.0" - "@aws-sdk/middleware-logger": "npm:3.696.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.696.0" - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/region-config-resolver": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@aws-sdk/util-user-agent-browser": "npm:3.696.0" - "@aws-sdk/util-user-agent-node": "npm:3.696.0" - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/core": "npm:^2.5.3" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/hash-node": "npm:^3.0.10" - "@smithy/invalid-dependency": "npm:^3.0.10" - "@smithy/middleware-content-length": "npm:^3.0.12" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-retry": "npm:^3.0.27" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" + "@aws-sdk/client-sso-oidc": "npm:3.712.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/credential-provider-node": "npm:3.712.0" + "@aws-sdk/middleware-host-header": "npm:3.709.0" + "@aws-sdk/middleware-logger": "npm:3.709.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.709.0" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/region-config-resolver": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@aws-sdk/util-user-agent-browser": "npm:3.709.0" + "@aws-sdk/util-user-agent-node": "npm:3.712.0" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/core": "npm:^2.5.5" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/hash-node": "npm:^3.0.11" + "@smithy/invalid-dependency": "npm:^3.0.11" + "@smithy/middleware-content-length": "npm:^3.0.13" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-retry": "npm:^3.0.30" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.27" - "@smithy/util-defaults-mode-node": "npm:^3.0.27" - "@smithy/util-endpoints": "npm:^2.1.6" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" + "@smithy/util-defaults-mode-browser": "npm:^3.0.30" + "@smithy/util-defaults-mode-node": "npm:^3.0.30" + "@smithy/util-endpoints": "npm:^2.1.7" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/bdc7bc373fc518570d8d034b6e1af033c2bf272217c79ebe3e1ec3f928c5b73b4b71f6b7d0be9a95db1f909cdcbe8b5a52776f4f2290d63a78bd05ece7d9abe0 + checksum: 10c0/21d06234556a98194b07cfeb133b9b89e43021fbcf9bb6b06b87a38d8523fb4ee43a01f4a58a8176bb84fc7fad3131ac780850a80c0685a675f006bdb4db9276 languageName: node linkType: hard -"@aws-sdk/core@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/core@npm:3.696.0" +"@aws-sdk/core@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/core@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/core": "npm:^2.5.3" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/signature-v4": "npm:^4.2.2" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-middleware": "npm:^3.0.10" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/core": "npm:^2.5.5" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/signature-v4": "npm:^4.2.4" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-middleware": "npm:^3.0.11" fast-xml-parser: "npm:4.4.1" tslib: "npm:^2.6.2" - checksum: 10c0/4a96a3e29bf6e0dcd82d8160633eb4b8a488d821a8e59c1033c79a8e0d32b2f82e241e1cf94599f48836800549e342a410318b18e055851741ddf7d5d3ad4606 + checksum: 10c0/9ae5b510c2376f6fc79a70bb6773408cbcb24e9b686d6efc55b75e791c1fe03079fee18399a006be0441381c67d051d06db758a76c0e7fceb7f65c41dc91154d languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.696.0" +"@aws-sdk/credential-provider-env@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.709.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/e16987ca343f9dbae2560d0d016ca005f36b27fb094f8d32b99954d0a2874aa8230f924f2dab2a0e0aebc7ee9eda6881c5f6e928d89dc759f70a7658363e20be + checksum: 10c0/e68fc5ba198255754e4e2605bf305790cf82183139971ab152b03f30a2d6316ce64007473639566a14c335f0ca9afca1e0c1dd4df3b88b511ff6fe1745397233 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.696.0" +"@aws-sdk/credential-provider-http@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.709.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-stream": "npm:^3.3.1" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-stream": "npm:^3.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/383dd45600b0edbcc52c8e1101485569e631fb218f1776bbd4971e43a54be0adef458cb096d06d944353675136d2043da588424c78fff1c4eeeaf5229eb6774d + checksum: 10c0/f899cc2810802d3df3efad8a355426cee8313e9391055b1c420223852c6574630036dff0aaae4a2c98963451be77803f4d409174d833d68bb4907390af9ad0cd languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.699.0" +"@aws-sdk/credential-provider-ini@npm:3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.712.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/credential-provider-env": "npm:3.696.0" - "@aws-sdk/credential-provider-http": "npm:3.696.0" - "@aws-sdk/credential-provider-process": "npm:3.696.0" - "@aws-sdk/credential-provider-sso": "npm:3.699.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/credential-provider-imds": "npm:^3.2.6" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/shared-ini-file-loader": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/credential-provider-env": "npm:3.709.0" + "@aws-sdk/credential-provider-http": "npm:3.709.0" + "@aws-sdk/credential-provider-process": "npm:3.709.0" + "@aws-sdk/credential-provider-sso": "npm:3.712.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/credential-provider-imds": "npm:^3.2.8" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sts": ^3.699.0 - checksum: 10c0/1efb837da910ce4e8a43574f2fdceb82daecefbb7f3853d7ec97059a80a7193cf579d185d4f4b1ef67cb378db9c5d4d3058a252a75fd6a32caad257c6602765e + "@aws-sdk/client-sts": ^3.712.0 + checksum: 10c0/6dad19252c269425a5beeadf34a0eed0c0ef1e4d47f933707be6fcbd2e8d1a0bdbfec9b0f774a2439c64aa32bb4b0188c865af0916e249635da9870c469ea00c languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.699.0" +"@aws-sdk/credential-provider-node@npm:3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.712.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.696.0" - "@aws-sdk/credential-provider-http": "npm:3.696.0" - "@aws-sdk/credential-provider-ini": "npm:3.699.0" - "@aws-sdk/credential-provider-process": "npm:3.696.0" - "@aws-sdk/credential-provider-sso": "npm:3.699.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/credential-provider-imds": "npm:^3.2.6" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/shared-ini-file-loader": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/credential-provider-env": "npm:3.709.0" + "@aws-sdk/credential-provider-http": "npm:3.709.0" + "@aws-sdk/credential-provider-ini": "npm:3.712.0" + "@aws-sdk/credential-provider-process": "npm:3.709.0" + "@aws-sdk/credential-provider-sso": "npm:3.712.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/credential-provider-imds": "npm:^3.2.8" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/d2e690eb839d906409da293af7918ab20210c25428985f019b161b3cbf5deca681d4cc397c7d5a929aeaa0b90be8dbe3282bd5a9b17969c2e6ddb5c08d66e5c4 + checksum: 10c0/d0c08460c1b7e7bf7f3fd0a41d13ce7a2ad9a35e962721e6a4abdbf5b81b361becaf8549f0d7173d07e146a00c5642819775f53d026a120bf6b630001d0eeecb languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.696.0" +"@aws-sdk/credential-provider-process@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.709.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/shared-ini-file-loader": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/61741aa3d9cbbc88ea31bad7b7e8253aa4a0860eef215ff8d9a8196cdaa7ca8fa3bb438500c558abc9ce78b9490c540b12180acee21a7a9276491344931c5279 + checksum: 10c0/34db091e276fb4f9cde7dd4bb11d3fd6937a7bd30452b6db0b6e6a95a7180a60e3aefd41f5ec0461ee9e2aa6db040e251ec4c4158b30ad6d68da381cef97a487 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.699.0" +"@aws-sdk/credential-provider-sso@npm:3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.712.0" dependencies: - "@aws-sdk/client-sso": "npm:3.696.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/token-providers": "npm:3.699.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/shared-ini-file-loader": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/client-sso": "npm:3.712.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/token-providers": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/be78a04f971d716b24e4bb9ce5ecec8ed8ffe9fdeebb07d4e6138c1b833529b5260d7381af8460b00f1659eb26018bffa51c9955b24a327374dd79c2fb2ce0ab + checksum: 10c0/270500bc4a0dd072cc3dbfc49a4f78b1a9b3805a6f50ce21f27363f2c4d4c7c4e9748403c5cdc5739fd56550f6923bb27f665fbe0f400d5107121b3d4a862168 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.696.0" +"@aws-sdk/credential-provider-web-identity@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.709.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sts": ^3.696.0 - checksum: 10c0/a983867c72a6c8a1fd397f8051f4b6e64f5cac1ff5afff1b2d00815096d6c819d9ad155f4724cb27ebe3c13714eeb22cc545533f4ccaaa63980308b8bef2fa4c + "@aws-sdk/client-sts": ^3.709.0 + checksum: 10c0/9b81d6f600b01d5c9123d41ae732a1b4667bf70eddf18dbdcc724304f8a66b0a9cd1d87f7e07ccdd6f2172e46c03fd810d518827149bb1605d400ca69ea04993 languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.703.0": - version: 3.703.0 - resolution: "@aws-sdk/lib-storage@npm:3.703.0" +"@aws-sdk/lib-storage@npm:^3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/lib-storage@npm:3.712.0" dependencies: - "@smithy/abort-controller": "npm:^3.1.7" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/smithy-client": "npm:^3.4.4" + "@smithy/abort-controller": "npm:^3.1.9" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/smithy-client": "npm:^3.5.0" buffer: "npm:5.6.0" events: "npm:3.3.0" stream-browserify: "npm:3.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-s3": ^3.703.0 - checksum: 10c0/18972ae77f17ba19120fff3c6f2e448ab3dfaa2b741532fb99b3d9afc247dd698196c757dd3d76e7628fef284c0152fedfec43cbd8608e9354ea179039faae3b + "@aws-sdk/client-s3": ^3.712.0 + checksum: 10c0/93bf60e0901fb505ad21d8ba46a93b42365c729a55383250ac95b432004732542a0d991450caa0fa46a0b7326debee3535b1fc3c2ebc120fe0b4a3749138f594 languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.696.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" + "@aws-sdk/types": "npm:3.709.0" "@aws-sdk/util-arn-parser": "npm:3.693.0" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" "@smithy/util-config-provider": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/2e8fd34f69466dee6884bd2501ad47b0815583ce92adebc0cd69537a084f56ec34760dcf34979a67faec70980dba3cde6fd6516576cc32b1d9f27e494d3ea62c + checksum: 10c0/c48ea32719bc823baf3c285a7cf9e76fd192428370f558012246f25580eb5eba747a5b23aa827c101abb98867abbaa6c09f3c919d5a7137594b244933e43a789 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.696.0" +"@aws-sdk/middleware-expect-continue@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/1f91c500d44e2dcbf16434c40e4cf78a3c652b161bf4ccfcda03b94cd8b17d69d0058ee1932b6101643a8a2003487f1cc95e33a5972fe04366e86a3105fdfd24 + checksum: 10c0/359336699eb9e0a6221831b78fa5d52a01741768f48de277b13b68a1b6007d4c69f4597bfb4d4f204db9911ea52d728d88ff9ebb2e9b54e7f2f1d2d10ecb9330 languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.701.0": - version: 3.701.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.701.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.709.0" dependencies: "@aws-crypto/crc32": "npm:5.2.0" "@aws-crypto/crc32c": "npm:5.2.0" "@aws-crypto/util": "npm:5.2.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" "@smithy/is-array-buffer": "npm:^3.0.0" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-stream": "npm:^3.3.1" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-stream": "npm:^3.3.2" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b56d848f14f2f27c0837aa3f93bfddf51d1dcb06a8aae9a91536bbb14be92f88b27b1a0d5297a95ee91b3cc521202740646b52a229bbe24cca2e089038037547 + checksum: 10c0/d5a44d79c99f4543f87ac4cee8660f75f86c71e15c378952b049721de1d69abb78e3b726b4cd40c5a2ce2e473e4843bcc4f5d198714e4ac649793d289371151f languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.696.0" +"@aws-sdk/middleware-host-header@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/793c61a6af5533872888d9ee1b6765e06bd9716a9b1e497fb53b39da0bdbde2c379601ddf29bd2120cc520241143bae7763691f476f81721c290ee4e71264b6e + checksum: 10c0/0b5b7da73f936946cf6f073ce5635cfaf35e11c58980ef59360c9cdf64a8f6932016db67b2683d64a8be984c19f5aadeb4e9808df7b5c008616c3401b4edc652 languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.696.0" +"@aws-sdk/middleware-location-constraint@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/300cc6148da5f49ff7ce82987af746a2af6f0bdffb8f31a07fd60d39a24ca797c89874349215f46d59dd2b5ca312ff288a6a1584b95e713c265344129a0b88b7 + checksum: 10c0/892f911343954cf098710b279233046db85a37fa81ba0b39b3f03c951e5525ff54e7ff55f1ed010c617ce44d00a5a894ebe89ed3b200b4d52f26e94ae5b03f8a languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-logger@npm:3.696.0" +"@aws-sdk/middleware-logger@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-logger@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/978145de80cb21a59d525fe9611d78e513df506e29123c39d425dd7c77043f9b57f05f03edde33864d9494a7ce76b7e2a48ec38ee4cee213b470ff1cd11c229f + checksum: 10c0/324f5d9252d8880aa4cd069a92a2d68cd8ba72d00aeea8628a3071214ea43de3180b5091fc06bd79fe24221bde3e0bec348e9b4978a8a3eaf43b09e159bfb513 languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.696.0" +"@aws-sdk/middleware-recursion-detection@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/20db668ef267c62134e241511a6a5a49cbcacbf4eb28eb8fede903086e38bdc3d6d5277f5faae4bb0b3a5123a2f1c116b219c3c48d4b8aa49c12e97707736d51 + checksum: 10c0/aa1b049fed68e676905a97b2cdfe7e1faf1839c0296a42ebfce7cb93a9c5d1a63bd96cc1e56fb0339de4d4ab969c1d5e2a1012b6a2ba90b697b1b08e138ede62 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.696.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-format-url": "npm:3.696.0" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/signature-v4": "npm:^4.2.2" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-format-url": "npm:3.709.0" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/signature-v4": "npm:^4.2.4" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/ad40811abd89c1fcca7187c77986057e59c3b0119f5199e45fc0c14229a6c6e0cb40f3afc60a96033ab84659de5e296f1bd651540c00ef329d028e6bf8b2d7bb + checksum: 10c0/c9d75e38d3d27a9198d3fdff3503e54f83e4516a027250457846136dc79ca338c8f9e7358409a56576b661aa2f609c0d586e3689648b927fda924f99948ed60f languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.696.0" +"@aws-sdk/middleware-sdk-s3@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.709.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" "@aws-sdk/util-arn-parser": "npm:3.693.0" - "@smithy/core": "npm:^2.5.3" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/signature-v4": "npm:^4.2.2" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" + "@smithy/core": "npm:^2.5.5" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/signature-v4": "npm:^4.2.4" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-stream": "npm:^3.3.1" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-stream": "npm:^3.3.2" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/1387b24256680f9d58c74db02fc32696a503d1d4299f8aaabf6b66350788105b7ae181880bd8a2dec39e3c735d98f41583dee673eab7f46c322d530b13ff51e9 + checksum: 10c0/a41bc462cd6526c332cab4408e37eed2d7ee56888d860b452c2a08eafbe850f1590bae1c6dba83c76de2a89c01a8452bcc64369c0d3a76f3409ef0a0a82bd915 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.696.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" "@smithy/util-hex-encoding": "npm:^3.0.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/f7b3b48c787615edcce44390afe79c694229a1ee9a624459417084470c989713c84070cbb2c2930b31e29cb74b10bd94a7df78f2906b7cc85703e188c3982017 + checksum: 10c0/a52af6fb9019a6b0aa4e83dd3411886b994dde3ac8b116eda9260e4463260c6ac8351341f46009414bc66335c4a15b465854199f5c3edf4238337314d26e138b languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.696.0" +"@aws-sdk/middleware-ssec@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/5041d9d367d1b0daa897351b8d446e66929577b80a86e06af40ee5664c3f29cd5a35230d93d522e9acc23c15db4c4dfcc39a092e12a4be73061069b1a99d674a + checksum: 10c0/9880f03e0ad713ac6583795a5bbf90b2379f54c52610b1142edd7cd94a78c6bfe2a8c97316bb1f6043fb13f10b08fc6aebe6c909ac732c94b7b1d4db217cab9d languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.696.0" +"@aws-sdk/middleware-user-agent@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.709.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@smithy/core": "npm:^2.5.3" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/core": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@aws-sdk/util-endpoints": "npm:3.709.0" + "@smithy/core": "npm:^2.5.5" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/3af4fc987d3a3cfa9036c67f60fb939a02d801ccb2781ea0be653896dfb34382c4c895a2e3ce2c48f2db547aea09d871217d77c814331251faf10b5a472974f7 + checksum: 10c0/cb788870ae6cced748f931e05021cb03f14d16f1d843beb47ea3e52f93e14a1d2c5aef2d177d8bbc6fc1a63754b1de3fb713931a0f996b7626ab796fa9ad8eba languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.696.0" +"@aws-sdk/region-config-resolver@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.10" + "@smithy/util-middleware": "npm:^3.0.11" tslib: "npm:^2.6.2" - checksum: 10c0/bc8765735dcd888a73336d1c0cac75fec0303446f2cd97c7818cec89d5d9f7e4b98705de1e751a47abbc3442d9237169dc967f175be27d9f828e65acb6c2d23a + checksum: 10c0/f42e2cb8c23f6600b06a4bbba128c2ffd3bc764b8e942ef2cc607cef55e679ab6a2ab9d2655eb72cf08749982992a7a1a3957a034d8f38ddad1da5e39b6cb8b4 languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.696.0" +"@aws-sdk/signature-v4-multi-region@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.709.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/signature-v4": "npm:^4.2.2" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/middleware-sdk-s3": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/signature-v4": "npm:^4.2.4" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/2d429b1ad202d4ff6e56671f8778d42b84a9bc6d03ac3db96bc332d11411cae461d78c7a76c0c9f597ac2c51fb88bf8db7071782fac85392350d09dfdaabbf15 + checksum: 10c0/4acbe987bdf00ff6cb637e373a3fa766203eed953932ee311bbb3240c0350d3e52cbfdfa8fe2ec5d7c5d2d68bdf7b6e05c28579c54a87bed101ea34b12f32ce2 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/token-providers@npm:3.699.0" +"@aws-sdk/token-providers@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/token-providers@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/shared-ini-file-loader": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sso-oidc": ^3.699.0 - checksum: 10c0/f69d005aff7e85d04930374651edb75937cadab5baaa365044bf1318207b208d7cf857142fdbb8e66055fb92043140531945986346661bc82322b7307b109d56 + "@aws-sdk/client-sso-oidc": ^3.709.0 + checksum: 10c0/17fb682004a1b90f4190b8c09372ce565f390118c03afdde8ed5ffd6f25354a7d9c18d3970eaa1e6a25992dbfef128cee5b4b040c8d4d281d22e507c0582c502 languageName: node linkType: hard -"@aws-sdk/types@npm:3.696.0, @aws-sdk/types@npm:^3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/types@npm:3.696.0" +"@aws-sdk/types@npm:3.709.0, @aws-sdk/types@npm:^3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/types@npm:3.709.0" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/3721939d5dd2a68fa4aee89d56b4817dd6c020721e2b2ea5b702968e7055826eb37e1924bc298007686304bf9bb6623bfec26b5cfd0663f2dba9d1b48437bb91 + checksum: 10c0/332884276344189e53d7044e27b9d6ec89fe1f06cdbd24afafcfc08c817a54ccf8b74312aa866895caae18a8f3a8d985a5afdf8553d90843998866b86acebacf languageName: node linkType: hard @@ -1221,27 +1221,27 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/util-endpoints@npm:3.696.0" +"@aws-sdk/util-endpoints@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/util-endpoints@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-endpoints": "npm:^2.1.6" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-endpoints": "npm:^2.1.7" tslib: "npm:^2.6.2" - checksum: 10c0/b32822b5f6924b8e3f88c7269afb216d07eccb338627a366ff3f94d98e7f5e4a9448dcf7c5ac97fc31fd0dfec5dfec52bbbeda65d84edd33fd509ed1dbfb1993 + checksum: 10c0/946449c2ebb209cd9fb784e5a1dcb005f4249b41c9f6025cb6f5677bf0e884b6a791976926fa768b529376dabbde807eed4161573d06dea4dff125549052bdcc languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/util-format-url@npm:3.696.0" +"@aws-sdk/util-format-url@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/util-format-url@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/querystring-builder": "npm:^3.0.10" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/querystring-builder": "npm:^3.0.11" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/194541c0aa030adcd3764c07048856b2157cd6f2fe10f183a6ca3f24ee55a72cd2d358eb8568f8019726142530565e33f92d2f27630a67c190de19728ff12cc6 + checksum: 10c0/a3164289780bb147583ff1f755c0d60b9401e680ff2790c1661be88f40fe94ee7975b5d82c496d6a41e560e3f14ec5e319d44971f3adfaba431d734c55528d98 languageName: node linkType: hard @@ -1254,43 +1254,43 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.696.0" +"@aws-sdk/util-user-agent-browser@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.709.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/types": "npm:^3.7.2" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/e72e35b21e6945d8a3cc46f92a5a6509842fe5439c2b1628f72d1f0932398d4aae2648c8a1779e2936aa4f4720047344790dc533f334ae18b20a43443d4a7b93 + checksum: 10c0/28b12c8f5dab6d3f78f7108aeffd8173d2e3ff7738f20ce9ab8e4c2d0e628bdf15cff31466a58bbe0904dd04008e4f4def9db7bf67c59e9cfd6c06d30e9000a7 languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.696.0" +"@aws-sdk/util-user-agent-node@npm:3.712.0": + version: 3.712.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.712.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/middleware-user-agent": "npm:3.709.0" + "@aws-sdk/types": "npm:3.709.0" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/9dd7ef236ff13552f559d0e78bfffe424032dc4040306808542a2eedbe80801ae05389c415b770461b6b39a0b35cdbebf97e673e6f7132e05121708acee3db83 + checksum: 10c0/3ab1b713e3a25b1673b263ba163369457a7520f0d133e8e614006f44634f58e0823331d4f672bb177f2c797c630d91b70cc3044a03b8ed141b9cdb84704fb48b languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/xml-builder@npm:3.696.0" +"@aws-sdk/xml-builder@npm:3.709.0": + version: 3.709.0 + resolution: "@aws-sdk/xml-builder@npm:3.709.0" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/7a628df60d55bbee0dafd1920b37e071c9c663ef8b3ef8e601a528185f0503d6b4da50350f636b1f09851f60314e12b28d16fa1239f40a6fb4866e9f6f829778 + checksum: 10c0/019feddf39e8a98862baac53cce8e39cf1d9452e6ca8d04a89854429e31dadd2280cf5d8c3ebf9cb04ec5ffc871d86eeb74318a32ad28d3618ebf24305722896 languageName: node linkType: hard @@ -4203,13 +4203,13 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^3.1.7, @smithy/abort-controller@npm:^3.1.8": - version: 3.1.8 - resolution: "@smithy/abort-controller@npm:3.1.8" +"@smithy/abort-controller@npm:^3.1.9": + version: 3.1.9 + resolution: "@smithy/abort-controller@npm:3.1.9" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/ba62148955592036502880ac68a3fd1d4b0b70e3ace36ef9f1d0f507287795875598e2b9823ab6cdf542dcdb9fe75b57872694fc4a8108f7ab71938426a1c89c + checksum: 10c0/d8e27940a087a16922d3c292049b50847fe8a84e632701e5aa33c175ddd84c1ef2566ac3f6550bcc06689da64bf79bdbabaf4e442ba92b18c252e62ca6a8880e languageName: node linkType: hard @@ -4232,174 +4232,158 @@ __metadata: languageName: node linkType: hard -"@smithy/config-resolver@npm:^3.0.12": - version: 3.0.12 - resolution: "@smithy/config-resolver@npm:3.0.12" +"@smithy/config-resolver@npm:^3.0.13": + version: 3.0.13 + resolution: "@smithy/config-resolver@npm:3.0.13" dependencies: - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.10" - tslib: "npm:^2.6.2" - checksum: 10c0/01686446680e1a0e98051034671813f2ea78664ee8a6b22811a12fb937c1ac5b67b63ab9a6ae5995c61991344fbacebc906189cd063512ef1c1bdfb6c491941d - languageName: node - linkType: hard - -"@smithy/core@npm:^2.5.3": - version: 2.5.3 - resolution: "@smithy/core@npm:2.5.3" - dependencies: - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-stream": "npm:^3.3.1" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.11" tslib: "npm:^2.6.2" - checksum: 10c0/36064babd1a46163ac32b4819dac3a11da853286e9f388e5189098e984ec4c3cbb514ead6f73f0e3a619e22df4ad75146a690fa352f23657614dfeaefbded15a + checksum: 10c0/9dac64028019e7b64ddf0e884dd03ce53eb1e9f070aec28acfbc24d624cd5d5ba2830d1e63a448119b20711969b03d4dbca0c4d7650e976b28475a8d8b7d0d93 languageName: node linkType: hard -"@smithy/core@npm:^2.5.4": - version: 2.5.4 - resolution: "@smithy/core@npm:2.5.4" +"@smithy/core@npm:^2.5.5": + version: 2.5.5 + resolution: "@smithy/core@npm:2.5.5" dependencies: - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-stream": "npm:^3.3.1" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-stream": "npm:^3.3.2" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b966d6a7136cc9575370a75ad380fc27b85e83dd6615c04a413a3ef7ef2a496adb1a7e46b8daa256cfaf5993c4d14957834a1dfd416a3bb16402d6012229e2a0 + checksum: 10c0/7b05af10073eaa6353bf0da4de5862ba3651ffa1abdd2f3a0dc874ace03c4e3dd9137d38dd876f8dde7f5f7a94371328ffde01ae67b5f6651ac31d29cb87beeb languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^3.2.6, @smithy/credential-provider-imds@npm:^3.2.7": - version: 3.2.7 - resolution: "@smithy/credential-provider-imds@npm:3.2.7" +"@smithy/credential-provider-imds@npm:^3.2.8": + version: 3.2.8 + resolution: "@smithy/credential-provider-imds@npm:3.2.8" dependencies: - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/property-provider": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" tslib: "npm:^2.6.2" - checksum: 10c0/c0f1d0c439f26d046ef130057ea1727cb06cab96054ed23202d6eb7eaec3e5d8ef96380b69fbdec505c569e5f2b56ed68ba8c687f47d7d99607c30e5f6e469c1 + checksum: 10c0/26af5e83ccff767fc0857bc92d90e406c8cd261c40da189c6057a0c1754ba1a13abbff86bb41648988eb1d5e841af0df5cc5bed73f72c49b3f44d4121618b79c languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^3.1.9": - version: 3.1.9 - resolution: "@smithy/eventstream-codec@npm:3.1.9" +"@smithy/eventstream-codec@npm:^3.1.10": + version: 3.1.10 + resolution: "@smithy/eventstream-codec@npm:3.1.10" dependencies: "@aws-crypto/crc32": "npm:5.2.0" - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" "@smithy/util-hex-encoding": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/857761ffcf4cb6296dcb28763417b2e8f8ab2001f2fbf26ae169a6a57b4e095af380d81361ce1eddaacd664c99205071f1fb4ad4e6c4949022e7e86a6dd51590 + checksum: 10c0/2d95bbdc13866ad3acfb81b63d17ad7b9a232bde54a76f31d1f98a8097f1420a5ce86bb45e14c3fd7de0562f4cdfdb9047c79003f3cd37d0eef1b8334b4cfb61 languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^3.0.13": - version: 3.0.13 - resolution: "@smithy/eventstream-serde-browser@npm:3.0.13" +"@smithy/eventstream-serde-browser@npm:^3.0.14": + version: 3.0.14 + resolution: "@smithy/eventstream-serde-browser@npm:3.0.14" dependencies: - "@smithy/eventstream-serde-universal": "npm:^3.0.12" - "@smithy/types": "npm:^3.7.1" + "@smithy/eventstream-serde-universal": "npm:^3.0.13" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/ca3b37dbb3a4e8ea04e101c6555cc75b517544397b8d4daf5b6ba31ed38aa0ccb439d84b081e3660e9bcad7a9f9faa4e8fc006c145da6355635bcbd8fec80204 + checksum: 10c0/ebcdde6435df0a20b6439bd16f5a3d3597b7bcba4a3e8e05f59451116d18c874b37abcc0dfd3e7b67e3381782d6656013c2511a1b66400a7e0a9a3d00c9c38d3 languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.10" +"@smithy/eventstream-serde-config-resolver@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/0b5c4bc240ee092b2e5d968ceba54b7a1cd41a13dceb88fb7c4cb809debfa29b2b40addbdd19e4ca9ecd499f1947fbd06e2eeeb3e132f0b23250b37cef1a8903 + checksum: 10c0/0c8ba642c63b95c0a6c218a6fc71dd212b0fc42306605fba2827602e54782efc9ba15d9ce1b8cf0f9aa8b46cabbb4e4fab0addd12007493b9551b3997ab8cc05 languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^3.0.12": - version: 3.0.12 - resolution: "@smithy/eventstream-serde-node@npm:3.0.12" +"@smithy/eventstream-serde-node@npm:^3.0.13": + version: 3.0.13 + resolution: "@smithy/eventstream-serde-node@npm:3.0.13" dependencies: - "@smithy/eventstream-serde-universal": "npm:^3.0.12" - "@smithy/types": "npm:^3.7.1" + "@smithy/eventstream-serde-universal": "npm:^3.0.13" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/7ec4b2d18992fd56be8fbd598ede7db1990512bfcc6f1a75b04dcd919d1aa328578c404ebde68779fd175259ee69044198ecd8c244d89e66e9cb05ffb9c14468 + checksum: 10c0/934531f159cf6b24f038396df5fe5b53d43c16e143f1d89b4a9cc1d64e3a6687aa98002c4e67cc8e61ed0fe211be67c3df3dab7c5b93866e867a2887b5d3bc3b languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^3.0.12": - version: 3.0.12 - resolution: "@smithy/eventstream-serde-universal@npm:3.0.12" +"@smithy/eventstream-serde-universal@npm:^3.0.13": + version: 3.0.13 + resolution: "@smithy/eventstream-serde-universal@npm:3.0.13" dependencies: - "@smithy/eventstream-codec": "npm:^3.1.9" - "@smithy/types": "npm:^3.7.1" + "@smithy/eventstream-codec": "npm:^3.1.10" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/5247673c34cba51e9764503812e693dce9653b5c2341b02b9f500ff0ee00f3f47e7041ac10085b2ee916d340e24f6e346fa5a0fdc9820fd952bcc5d88f487178 + checksum: 10c0/5eea197d6c6f2fc993bbd3499d71655bc14d597b95bda11f030c45871ae68a56472b58cee4c199a0f33bc7dd4caf437d74eafb836884c899a548dfd0b6776961 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/fetch-http-handler@npm:4.1.1" +"@smithy/fetch-http-handler@npm:^4.1.2": + version: 4.1.2 + resolution: "@smithy/fetch-http-handler@npm:4.1.2" dependencies: - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/querystring-builder": "npm:^3.0.10" - "@smithy/types": "npm:^3.7.1" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/querystring-builder": "npm:^3.0.11" + "@smithy/types": "npm:^3.7.2" "@smithy/util-base64": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/e6307dfdb621a5481e7b263e2ad0a6c4b54982504c0c1ed8e2cd12d0b9b09dd99d0a7e4ebff9d8f30f1935bae24945f44cef98eca42ad119e4f1f23507ebb081 + checksum: 10c0/6fd45737e236e4ac607013a174088e28f26b2a52b3eb3d410bfcbe289ef735b323bae2f5044b339e43c80305c33dca18c7b33dbaa5297f7b5604e0cb2cb8ec0c languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^3.1.9": - version: 3.1.9 - resolution: "@smithy/hash-blob-browser@npm:3.1.9" +"@smithy/hash-blob-browser@npm:^3.1.10": + version: 3.1.10 + resolution: "@smithy/hash-blob-browser@npm:3.1.10" dependencies: "@smithy/chunked-blob-reader": "npm:^4.0.0" "@smithy/chunked-blob-reader-native": "npm:^3.0.1" - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/728becc50fd2463b93b77b6bfadafeee280f5c01d3a92ec227233cc47c3005f563209d1d144b83461f46d6c8a0674bb458581f6a1627ff43826a4466a0860e40 + checksum: 10c0/206eb5200f6d678f81cd8811cbd9e938a62256bce188503d25534a1df3d97c489420bee32cc61e634a00f9d0129c7683bca64428f7955e9c4f174df1db185cee languageName: node linkType: hard -"@smithy/hash-node@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/hash-node@npm:3.0.10" +"@smithy/hash-node@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/hash-node@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" "@smithy/util-buffer-from": "npm:^3.0.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/1134872f7c4ba2c35583bd0932bf0b8cb99f5f24e79235660a5e0e0914c1d587c0ee7d44d5d4a8c0ed0c77249fc3a154d28a994dc2f42e27cf212d2052a5d0bd + checksum: 10c0/d0eb389976fac0667d9cd94eac5d0a16010198034ecb18180973974ced06952a73846a7b760a7c53e52d7fb3d9c2193bd0580afbefd675ca5620cf66ac14d1f7 languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^3.1.9": - version: 3.1.9 - resolution: "@smithy/hash-stream-node@npm:3.1.9" +"@smithy/hash-stream-node@npm:^3.1.10": + version: 3.1.10 + resolution: "@smithy/hash-stream-node@npm:3.1.10" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/de292bb7f70ed6f8fab73a9c0adcd0d659a5ecb46ade36e852a0402323715223c859b10e7344d31c16d59b9a4077626c666754421cfd5a04e17dc1a3e2a5490d + checksum: 10c0/ade9da919768d138010acf9487b8bcb18c91ba70312440322da06b75f9205bfcb8716d2fa9f3904b9d07e9d306e13b91e4f192bc8807e5a6e3f8bc77f193a4d3 languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/invalid-dependency@npm:3.0.10" +"@smithy/invalid-dependency@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/invalid-dependency@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/98bae16110f3f895991c1bd0a4291d9c900380b159c6d50d7327bd5161469f63510209ea3b08cfb0a12a66dfd9de8a1dc1ac71708b68f97c06b4ee6a2cde60b7 + checksum: 10c0/7cba9b2ebfee068e5ddddfb0a89b87c70ab252e88b0bfb2967c5373187b754452e66487ad3a539095049f2a6f327e438105b781e18f9a1ba1eb898f78c25d5ba languageName: node linkType: hard @@ -4421,160 +4405,144 @@ __metadata: languageName: node linkType: hard -"@smithy/md5-js@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/md5-js@npm:3.0.10" +"@smithy/md5-js@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/md5-js@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/ab0675b36cd48c76f0512ff5c87bc3e3e64288123ee37a493bc514fbcf48355eb8a9e5ed30efb9066286122dc6d3e5981b0f0f619929bb568d4b3d9023de4ccc + checksum: 10c0/6d5d13e27c0233079b2dba610d7744fba6528eb868c94a7a8d2eb8c4746bd327648016c473b7872eb4d55f6143b0253b472c91ab69e7bc2747c8f4f7212f9405 languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^3.0.12": - version: 3.0.12 - resolution: "@smithy/middleware-content-length@npm:3.0.12" +"@smithy/middleware-content-length@npm:^3.0.13": + version: 3.0.13 + resolution: "@smithy/middleware-content-length@npm:3.0.13" dependencies: - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/6d8db9bc97e3c09133ec9dc3114ca3e9ad3db5c234a2e109c3010e8661b488b08b8b2066bb2cd13da11d6ccffb9bbfbec1fa1552386d6e0d8d433b5041a6978b + checksum: 10c0/b5a4a3d28543e2175f15f3b2df7faf4e34b5a295ffeb583333971a94cf7f769f998ffa42a66f2e56fb5c3c1590fc2d0b8880bf47251dc301c41ae81d0eebf07a languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^3.2.3": - version: 3.2.3 - resolution: "@smithy/middleware-endpoint@npm:3.2.3" +"@smithy/middleware-endpoint@npm:^3.2.5": + version: 3.2.5 + resolution: "@smithy/middleware-endpoint@npm:3.2.5" dependencies: - "@smithy/core": "npm:^2.5.3" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" - "@smithy/util-middleware": "npm:^3.0.10" - tslib: "npm:^2.6.2" - checksum: 10c0/95f8022ecf5144004b02cbe1da2e3ad1815c2e2e3df47d5b9958252455f0f20e7f44740cd426d5c95a5051f895c258ba5cbcfa4f4a2368306fa628d4e0c1045d - languageName: node - linkType: hard - -"@smithy/middleware-endpoint@npm:^3.2.4": - version: 3.2.4 - resolution: "@smithy/middleware-endpoint@npm:3.2.4" - dependencies: - "@smithy/core": "npm:^2.5.4" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" - "@smithy/util-middleware": "npm:^3.0.10" + "@smithy/core": "npm:^2.5.5" + "@smithy/middleware-serde": "npm:^3.0.11" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" + "@smithy/url-parser": "npm:^3.0.11" + "@smithy/util-middleware": "npm:^3.0.11" tslib: "npm:^2.6.2" - checksum: 10c0/3d7f6322e26cc05e0ecdfa19a7fdf422fdddc2816b109a84a76b947e688c2a1c03e08a43434f660cc568b00114628b5b0f50b45a6b6bf95501aeb7d55cdef461 + checksum: 10c0/68ca5113ae7f3300cc44f9070e0f25eb21b4e15a9f56222e0746b14986600d7d703f9e25f6051c6d6502d142002256efec47c64c11dc62a56e0b8b36d95b7886 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^3.0.27": - version: 3.0.28 - resolution: "@smithy/middleware-retry@npm:3.0.28" +"@smithy/middleware-retry@npm:^3.0.30": + version: 3.0.30 + resolution: "@smithy/middleware-retry@npm:3.0.30" dependencies: - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/service-error-classification": "npm:^3.0.10" - "@smithy/smithy-client": "npm:^3.4.5" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/service-error-classification": "npm:^3.0.11" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-middleware": "npm:^3.0.11" + "@smithy/util-retry": "npm:^3.0.11" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/e2d4cf85a161ca711d4a6e9be420d2e9ae387d21d10ed68db2dbba9a5a76fdf6df03a16bfd9309075ea846661a7c292d073ad444cee82367a4389b12f543facc + checksum: 10c0/57c8f78c2d6654bdf23e8d0aca7e8b97ea6df89a6e2725cdc58d3f78fa168d4e7357f04483ec4c3f345c48bed70ea04e2c323e59b3f6c48c58346d74f9b3842e languageName: node linkType: hard -"@smithy/middleware-serde@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/middleware-serde@npm:3.0.10" +"@smithy/middleware-serde@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/middleware-serde@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/407ddbbf856c54ba5592b76aeeadc5a09a679614e8eaac91b8d662b6bd7e9cf16b60190eb15254befd34311ac137260c00433ac9126a734c6c60a256e55c0e69 + checksum: 10c0/fae0ce5784ff77d2998652c11b18304d0a5a537853acffe683f06a505f995a21228c086f7a6a979218f81ff5aee8705ed38343b6f9db4540e90340b34f763f65 languageName: node linkType: hard -"@smithy/middleware-stack@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/middleware-stack@npm:3.0.10" +"@smithy/middleware-stack@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/middleware-stack@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/badcc1d275f7fd4957b6bce4e917060f971a4199e717cde7d3b4909be5d40e61c93328e2968e6885b4e8f7f5772e84ac743ddcc80031ab52efb47a3a3168beb0 + checksum: 10c0/39d943328735d70b1f29d565b014aaf9c96a2f95e33ab499284b70d48229b4304d35ab5b0df31971f868066f6996d5ee24083bcd71dff3892e9f5a595064c10f languageName: node linkType: hard -"@smithy/node-config-provider@npm:^3.1.11": - version: 3.1.11 - resolution: "@smithy/node-config-provider@npm:3.1.11" +"@smithy/node-config-provider@npm:^3.1.12": + version: 3.1.12 + resolution: "@smithy/node-config-provider@npm:3.1.12" dependencies: - "@smithy/property-provider": "npm:^3.1.10" - "@smithy/shared-ini-file-loader": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/shared-ini-file-loader": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/b80a6d3f96979696499b27155c3e075f139fa6be6a2ea9688735bd1802f22bb41be4545dac9ea4db51519d22c6fb469e5bfad9063e2fa2b8771130d2f2d611a7 + checksum: 10c0/e00b47e749233df6d98287176c8b6cf69287aaab593e5e97b365da8d2781a3478178cab1ad3c68c997efe41a9653960e5615c2cab368e677f05a3acc16e958e5 languageName: node linkType: hard -"@smithy/node-http-handler@npm:^3.3.1": - version: 3.3.1 - resolution: "@smithy/node-http-handler@npm:3.3.1" +"@smithy/node-http-handler@npm:^3.3.2": + version: 3.3.2 + resolution: "@smithy/node-http-handler@npm:3.3.2" dependencies: - "@smithy/abort-controller": "npm:^3.1.8" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/querystring-builder": "npm:^3.0.10" - "@smithy/types": "npm:^3.7.1" + "@smithy/abort-controller": "npm:^3.1.9" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/querystring-builder": "npm:^3.0.11" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/32bb521a6cc7692ee33a362256661dbdccedfe448f116595bf6870f5c4343e3152daf5f9ae0b43d4a888016ea9161375858046f141513fb1d6c61545572712fc + checksum: 10c0/8229f61d83df62d68f94e816520b368e9f8566426741a05134c650ee65079eddd235faa01e046e71ca8238cfc911d0d0f48820b278ce5ba81a439435d1377222 languageName: node linkType: hard -"@smithy/property-provider@npm:^3.1.10, @smithy/property-provider@npm:^3.1.9": - version: 3.1.10 - resolution: "@smithy/property-provider@npm:3.1.10" +"@smithy/property-provider@npm:^3.1.11": + version: 3.1.11 + resolution: "@smithy/property-provider@npm:3.1.11" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/8dfcf30565b00287fd3c5ad2784f5c820264251dc9d1ac7334a224e40eb3eac4762a6198961d3e261bbcc738fc0c7c88ebd1007761e994569342f339ff503e1e + checksum: 10c0/7c8a9b567ff2ec33b021e718b9757c5492f0e6b4330793bb9726d4756312fb3e786fe636f26c56ddfcbea4f58dbf6c3452c0fd2ecce9193031151a4555602424 languageName: node linkType: hard -"@smithy/protocol-http@npm:^4.1.7": - version: 4.1.7 - resolution: "@smithy/protocol-http@npm:4.1.7" +"@smithy/protocol-http@npm:^4.1.8": + version: 4.1.8 + resolution: "@smithy/protocol-http@npm:4.1.8" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/1d5bf3e3ae9b3c7b58934163f56364228a42d50dcc64c83855be846d46f4954ed36b1bc3d949cd24bb5da3787d9b787637cffa5e3fdbbe8e1932e05ea14eace6 + checksum: 10c0/490425e7329962ede034cf04911c80a2653011dc2b15b9b76a1553545bec84aeef1b70c9f0ab6c2adfc3502afec6f4cf38499dba211e9f81370d470f6e35ca0f languageName: node linkType: hard -"@smithy/querystring-builder@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/querystring-builder@npm:3.0.10" +"@smithy/querystring-builder@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/querystring-builder@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" "@smithy/util-uri-escape": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/3a95519ee41f195c3b56978803d50ba2b5b2ce46fc0de063442cdab347528cd0e3c3d5cd0361bc33ceeec1893198cb3246c201026c3917349e0fb908ca8c3fb0 + checksum: 10c0/77daf191c606178cc76f46739b4085660ed3036993a9c2274cb6b70a9ba29e000c33c3c093263a6a119e0a55f063d02a29806e1c90384e18f50a8c2bc0a1d7f0 languageName: node linkType: hard -"@smithy/querystring-parser@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/querystring-parser@npm:3.0.10" +"@smithy/querystring-parser@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/querystring-parser@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/e57c15087246e6a50348d557b670ded987ed5d88d4279a0a4896828d2be9fb2949f6b6c8656e5be45282c25cfa2fe62fe7fd9bd159ac30177f5b99181a5f4b74 + checksum: 10c0/f5650eb44ff621308ea3e65de54f284e866812abc814fd4d36c432d7a0150e7a92cead604a8580bd12d108c6e78e019fb36eef30774b36086be1137c8d6846eb languageName: node linkType: hard @@ -4587,68 +4555,53 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/service-error-classification@npm:3.0.10" +"@smithy/service-error-classification@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/service-error-classification@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.7.1" - checksum: 10c0/9b9d5e0436d168f6a3290edb008292e2cc28ec7d2d9227858aff7c9c70d732336b71898eb0cb7fa76ea04c0180ec3afaf7930c92e881efd4b91023d7d8919044 + "@smithy/types": "npm:^3.7.2" + checksum: 10c0/a3e7cb55989f2f7aaca170a8b56187bab35ab2ef7c4199b145aa7e2d02b130d9e779c92e25805415a6a2e4ec4c67f0355f640281e4cf24f0e92f71f2eca32e9f languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^3.1.10, @smithy/shared-ini-file-loader@npm:^3.1.11": - version: 3.1.11 - resolution: "@smithy/shared-ini-file-loader@npm:3.1.11" +"@smithy/shared-ini-file-loader@npm:^3.1.12": + version: 3.1.12 + resolution: "@smithy/shared-ini-file-loader@npm:3.1.12" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/7479713932f00a6b85380fa8012ad893bb61e7ea614976e0ab2898767ff7dc91bb1dd813a4ec72e4850d6b10296f11032cd5dd916970042be376c19d0d3954b6 + checksum: 10c0/8dc647cc697977bb6fd9d6d0efa51a42b811c2da11d6a73f07a9713a73ad795458d68e5fef9d2e66b45310de9f55dbace6ebb1d12f2551fc6a75aa0ceadced5f languageName: node linkType: hard -"@smithy/signature-v4@npm:^4.2.2": - version: 4.2.3 - resolution: "@smithy/signature-v4@npm:4.2.3" +"@smithy/signature-v4@npm:^4.2.4": + version: 4.2.4 + resolution: "@smithy/signature-v4@npm:4.2.4" dependencies: "@smithy/is-array-buffer": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.10" + "@smithy/util-middleware": "npm:^3.0.11" "@smithy/util-uri-escape": "npm:^3.0.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/7cecc9c73cb863e15c4517601a2a1e82b3728fbe174c533d807beb54f59f66792891c82955d874baa27640201d719b6ea63497b376e4c7cd09d5d52ea36fe3fc - languageName: node - linkType: hard - -"@smithy/smithy-client@npm:^3.4.4": - version: 3.4.4 - resolution: "@smithy/smithy-client@npm:3.4.4" - dependencies: - "@smithy/core": "npm:^2.5.3" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-stream": "npm:^3.3.1" - tslib: "npm:^2.6.2" - checksum: 10c0/3f47d2504ec02c0541b1ca73a4efed986922359e33c7746b2b31dc247cec1804d023fd8e24ff2f6efea809dddc94b447e016391dbb3bf40133ba5fe53884b3b2 + checksum: 10c0/a75450f508cec1cff56f22c4b81f51faec48474648bb4deadc28eb16f7c9bac7623b55733429169c1eaf85129c57c168dc41f0a5ceef0b2c031f4b08c49c1315 languageName: node linkType: hard -"@smithy/smithy-client@npm:^3.4.5": - version: 3.4.5 - resolution: "@smithy/smithy-client@npm:3.4.5" +"@smithy/smithy-client@npm:^3.5.0": + version: 3.5.0 + resolution: "@smithy/smithy-client@npm:3.5.0" dependencies: - "@smithy/core": "npm:^2.5.4" - "@smithy/middleware-endpoint": "npm:^3.2.4" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-stream": "npm:^3.3.1" + "@smithy/core": "npm:^2.5.5" + "@smithy/middleware-endpoint": "npm:^3.2.5" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-stream": "npm:^3.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/b9a56e20133d29ab2339d4d3b7b28601b7a98b899a7b0a5371c2c698c48e60c733fdad42fe1dec096c48a9de10d79de170f6eaa98a1bc1bd0c18a4b63c545e0d + checksum: 10c0/ec480eb3713fb015cb34a6f9e0f66b41279d285cb4296589d37181f458cd00677824bf7648cf8ba4cd4d205725277ff09cb8cc94e239f72a183102505b3c4685 languageName: node linkType: hard @@ -4661,7 +4614,7 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^3.7.0, @smithy/types@npm:^3.7.1": +"@smithy/types@npm:^3.7.0": version: 3.7.1 resolution: "@smithy/types@npm:3.7.1" dependencies: @@ -4670,14 +4623,23 @@ __metadata: languageName: node linkType: hard -"@smithy/url-parser@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/url-parser@npm:3.0.10" +"@smithy/types@npm:^3.7.2": + version: 3.7.2 + resolution: "@smithy/types@npm:3.7.2" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/4bf4674c922c092f9c92b482b074163ceea199e82466ccd4414c4cd9651f67757456414f969e9997371250e112778b636115727b5af53324334300f328069293 + languageName: node + linkType: hard + +"@smithy/url-parser@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/url-parser@npm:3.0.11" dependencies: - "@smithy/querystring-parser": "npm:^3.0.10" - "@smithy/types": "npm:^3.7.1" + "@smithy/querystring-parser": "npm:^3.0.11" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/29c9d03ee86936ffb3bdcbb84ce14b7dacaadb2e61b5ed78ee91dfacb98e42048c70c718077347f0f39bce676168ba5fc1f1a8b19988f89f735c0b5e17cdc77a + checksum: 10c0/9960d5db786d61f94bf1afe689fa763fbdbbb50f4d896019cac18cb0784bcda6a40a1bcb50040b7932f7722c4760e94e88b329acd2fe99a327f131103b1e3a90 languageName: node linkType: hard @@ -4739,42 +4701,42 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^3.0.27": - version: 3.0.28 - resolution: "@smithy/util-defaults-mode-browser@npm:3.0.28" +"@smithy/util-defaults-mode-browser@npm:^3.0.30": + version: 3.0.30 + resolution: "@smithy/util-defaults-mode-browser@npm:3.0.30" dependencies: - "@smithy/property-provider": "npm:^3.1.10" - "@smithy/smithy-client": "npm:^3.4.5" - "@smithy/types": "npm:^3.7.1" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/bba460478f70ef25312d3e5408e0caa5feaf0b2af11aedcfd9e4719874884b507edd2503790d938e22fff5387f1dd63cd33c920dddf16cb3e6a6588575be5522 + checksum: 10c0/b88823b012c14639b95ff2a72aa4b85d44e6dd389aa9951bffbaae544457584a7c5c62a70e34c6c16d8f0b40c1d40667df41169f2bc6993f639425cad369965d languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^3.0.27": - version: 3.0.28 - resolution: "@smithy/util-defaults-mode-node@npm:3.0.28" +"@smithy/util-defaults-mode-node@npm:^3.0.30": + version: 3.0.30 + resolution: "@smithy/util-defaults-mode-node@npm:3.0.30" dependencies: - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/credential-provider-imds": "npm:^3.2.7" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/property-provider": "npm:^3.1.10" - "@smithy/smithy-client": "npm:^3.4.5" - "@smithy/types": "npm:^3.7.1" + "@smithy/config-resolver": "npm:^3.0.13" + "@smithy/credential-provider-imds": "npm:^3.2.8" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/property-provider": "npm:^3.1.11" + "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/6b49892d58d9c38e92e9b82ca7cdc2c9627f56fb3bc62ddef9bb5f197c38df1b7089c73c2256281888aba48a0ddd9319eb86a616af7ab40342f07aea1136dd47 + checksum: 10c0/8e56a52269d77caea4309823f85fb3300a21a430b0ad2ae3ae05e227b077ad867e3e3cd80c15dd887826170f6a561706ea306656ec0c3456841bea9cb2cccee0 languageName: node linkType: hard -"@smithy/util-endpoints@npm:^2.1.6": - version: 2.1.6 - resolution: "@smithy/util-endpoints@npm:2.1.6" +"@smithy/util-endpoints@npm:^2.1.7": + version: 2.1.7 + resolution: "@smithy/util-endpoints@npm:2.1.7" dependencies: - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" + "@smithy/node-config-provider": "npm:^3.1.12" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/a1cd8cc912fb67ee07e6095990f3b237b2e53f73e493b2aaa85af904c4ce73ce739a68e4d3330a37b8c96cd00b6845205b836ee4ced97cf622413a34b913adc2 + checksum: 10c0/a14f25c60f0e1b37848d7e149530366c0568aa9edc8cfc050b995874688c75cd826f5c0bba91ae3d5b9922ee02af09d204165d9ebe8643363f57fe0ad1ae2213 languageName: node linkType: hard @@ -4787,40 +4749,40 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/util-middleware@npm:3.0.10" +"@smithy/util-middleware@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/util-middleware@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/01bbbd31044ab742985acac36aa61e240db16ed7dfa22b73779877eb5db0af14351883506fb34d2ee964598d72f4998d79409c271a62310647fb28faccd855a2 + checksum: 10c0/983a329b0f9abc62ddbcda7227acf2b1aa5c7c1bb06c5b1de78353cc565d3b1817607491be7d067753877a05ea4e3f648f84b8bd9600de6454713f1ac35e56ba languageName: node linkType: hard -"@smithy/util-retry@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/util-retry@npm:3.0.10" +"@smithy/util-retry@npm:^3.0.11": + version: 3.0.11 + resolution: "@smithy/util-retry@npm:3.0.11" dependencies: - "@smithy/service-error-classification": "npm:^3.0.10" - "@smithy/types": "npm:^3.7.1" + "@smithy/service-error-classification": "npm:^3.0.11" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/ac1dcfd2e4ea1a4f99a42447b7fd8e4ea21589dfd87e9bc6a7bdf1d26e1f93ec71aa4cfde5e024b00d9b713b889f9db20a8d81b9e3ccdbe6f72bedb6269f01b8 + checksum: 10c0/df71c62b696a6551c2a1454d673740e58eaefcb822a9633a1bacb82464b3fed15cb7b91ed68b20661d024228d3f25ee49b5f54b51c711f7c2d7a2b802dde760a languageName: node linkType: hard -"@smithy/util-stream@npm:^3.3.1": - version: 3.3.1 - resolution: "@smithy/util-stream@npm:3.3.1" +"@smithy/util-stream@npm:^3.3.2": + version: 3.3.2 + resolution: "@smithy/util-stream@npm:3.3.2" dependencies: - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/types": "npm:^3.7.1" + "@smithy/fetch-http-handler": "npm:^4.1.2" + "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/types": "npm:^3.7.2" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-buffer-from": "npm:^3.0.0" "@smithy/util-hex-encoding": "npm:^3.0.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/dafaf4448e69cd65eda2bc7c43a48e945905808f635397e290b4e19cff2705ab444f1798829ca48b9a9efe4b7e569180eb6275ca42d04ce5abcf2dc9443f9c67 + checksum: 10c0/13d2c7f2209e3f1b2e94c48ca17b82e4080851613673ad29bcea1435688866509132f774269a78c8ed2b6bddc732f59bb17e678e246f678618c552eaad22c84a languageName: node linkType: hard @@ -4853,14 +4815,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-waiter@npm:^3.1.9": - version: 3.1.9 - resolution: "@smithy/util-waiter@npm:3.1.9" +"@smithy/util-waiter@npm:^3.2.0": + version: 3.2.0 + resolution: "@smithy/util-waiter@npm:3.2.0" dependencies: - "@smithy/abort-controller": "npm:^3.1.8" - "@smithy/types": "npm:^3.7.1" + "@smithy/abort-controller": "npm:^3.1.9" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 10c0/c2e4b79412e26f70f4c63aebc519046a5a58a19f36bbc91702f402db5c8d1e065e081603f0db389682b1d84c1e67922c7f8d9921994a455532d4d093fff2f356 + checksum: 10c0/9b4a2a9f254f8218909dcc1586d3ea4026b5efc261b948f6ca89e240c317264ac93aaf66a5a8ee07ce2b6733d531179bb25d8ffcb8a0d4016ae2f81d32e45669 languageName: node linkType: hard