From b5936665ceb570a10f8058dad32d8315df66cdbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:23:27 +0000 Subject: [PATCH] fix(lambda): bump the aws group in /lambdas with 7 updates Bumps the aws group in /lambdas with 7 updates: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2) | `3.721.0` | `3.726.1` | | [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.721.0` | `3.726.1` | | [@aws-sdk/types](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types) | `3.714.0` | `3.723.0` | | [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.721.0` | `3.726.1` | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.722.0` | `3.726.1` | | [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.722.0` | `3.726.1` | | [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.721.0` | `3.726.1` | Updates `@aws-sdk/client-ec2` from 3.721.0 to 3.726.1 - [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.726.1/clients/client-ec2) Updates `@aws-sdk/client-ssm` from 3.721.0 to 3.726.1 - [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.726.1/clients/client-ssm) Updates `@aws-sdk/types` from 3.714.0 to 3.723.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.723.0/packages/types) Updates `@aws-sdk/client-sqs` from 3.721.0 to 3.726.1 - [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.726.1/clients/client-sqs) Updates `@aws-sdk/client-s3` from 3.722.0 to 3.726.1 - [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.726.1/clients/client-s3) Updates `@aws-sdk/lib-storage` from 3.722.0 to 3.726.1 - [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.726.1/lib/lib-storage) Updates `@aws-sdk/client-eventbridge` from 3.721.0 to 3.726.1 - [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.726.1/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 | 1991 ++++++++--------- 7 files changed, 988 insertions(+), 1033 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 6a19d2b9cd..1f0d44e369 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.721.0", - "@aws-sdk/client-ssm": "^3.721.0", - "@aws-sdk/types": "^3.714.0", + "@aws-sdk/client-ec2": "^3.726.1", + "@aws-sdk/client-ssm": "^3.726.1", + "@aws-sdk/types": "^3.723.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 6e6790cca3..341a6f9712 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.12.0", - "@aws-sdk/client-ec2": "^3.721.0", - "@aws-sdk/client-sqs": "^3.721.0", - "@aws-sdk/types": "^3.714.0", + "@aws-sdk/client-ec2": "^3.726.1", + "@aws-sdk/client-sqs": "^3.726.1", + "@aws-sdk/types": "^3.723.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 3163056bc1..3d14a6e208 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.722.0", - "@aws-sdk/lib-storage": "^3.722.0", - "@aws-sdk/types": "^3.714.0", + "@aws-sdk/client-s3": "^3.726.1", + "@aws-sdk/lib-storage": "^3.726.1", + "@aws-sdk/types": "^3.723.0", "@middy/core": "^4.7.0", "@octokit/rest": "20.1.1", "axios": "^1.7.9" diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 4b5b0f7d6d..5871f8d909 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.721.0", - "@aws-sdk/types": "^3.714.0", + "@aws-sdk/client-ec2": "^3.726.1", + "@aws-sdk/types": "^3.723.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 e22fb23f67..5a10363bb8 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.721.0", + "@aws-sdk/client-eventbridge": "^3.726.1", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/aws-lambda": "^8.10.146", "@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.721.0", + "@aws-sdk/client-sqs": "^3.726.1", "@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 6cc36f00d4..0e6887b99d 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.721.0", - "@aws-sdk/types": "^3.714.0" + "@aws-sdk/client-ssm": "^3.726.1", + "@aws-sdk/types": "^3.723.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 25fda1faf5..1037defe51 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.721.0" - "@aws-sdk/client-ssm": "npm:^3.721.0" - "@aws-sdk/types": "npm:^3.714.0" + "@aws-sdk/client-ec2": "npm:^3.726.1" + "@aws-sdk/client-ssm": "npm:^3.726.1" + "@aws-sdk/types": "npm:^3.723.0" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" "@types/aws-lambda": "npm:^8.10.146" "@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.721.0" - "@aws-sdk/types": "npm:^3.714.0" + "@aws-sdk/client-ssm": "npm:^3.726.1" + "@aws-sdk/types": "npm:^3.723.0" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" "@types/aws-lambda": "npm:^8.10.146" "@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.12.0" - "@aws-sdk/client-ec2": "npm:^3.721.0" - "@aws-sdk/client-sqs": "npm:^3.721.0" - "@aws-sdk/types": "npm:^3.714.0" + "@aws-sdk/client-ec2": "npm:^3.726.1" + "@aws-sdk/client-sqs": "npm:^3.726.1" + "@aws-sdk/types": "npm:^3.723.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.722.0" - "@aws-sdk/lib-storage": "npm:^3.722.0" - "@aws-sdk/types": "npm:^3.714.0" + "@aws-sdk/client-s3": "npm:^3.726.1" + "@aws-sdk/lib-storage": "npm:^3.726.1" + "@aws-sdk/types": "npm:^3.723.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.721.0" - "@aws-sdk/types": "npm:^3.714.0" + "@aws-sdk/client-ec2": "npm:^3.726.1" + "@aws-sdk/types": "npm:^3.723.0" "@middy/core": "npm:^4.7.0" "@trivago/prettier-plugin-sort-imports": "npm:^4.3.0" "@types/aws-lambda": "npm:^8.10.146" @@ -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.721.0" - "@aws-sdk/client-sqs": "npm:^3.721.0" + "@aws-sdk/client-eventbridge": "npm:^3.726.1" + "@aws-sdk/client-sqs": "npm:^3.726.1" "@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.721.0": - version: 3.721.0 - resolution: "@aws-sdk/client-ec2@npm:3.721.0" +"@aws-sdk/client-ec2@npm:^3.726.1": + version: 3.726.1 + resolution: "@aws-sdk/client-ec2@npm:3.726.1" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.721.0" - "@aws-sdk/client-sts": "npm:3.721.0" - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/credential-provider-node": "npm:3.721.0" - "@aws-sdk/middleware-host-header": "npm:3.714.0" - "@aws-sdk/middleware-logger": "npm:3.714.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.714.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.716.0" - "@aws-sdk/middleware-user-agent": "npm:3.721.0" - "@aws-sdk/region-config-resolver": "npm:3.714.0" - "@aws-sdk/types": "npm:3.714.0" - "@aws-sdk/util-endpoints": "npm:3.714.0" - "@aws-sdk/util-user-agent-browser": "npm:3.714.0" - "@aws-sdk/util-user-agent-node": "npm:3.721.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.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@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.1" - "@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.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@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.2.0" + "@aws-sdk/client-sso-oidc": "npm:3.726.0" + "@aws-sdk/client-sts": "npm:3.726.1" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/credential-provider-node": "npm:3.726.0" + "@aws-sdk/middleware-host-header": "npm:3.723.0" + "@aws-sdk/middleware-logger": "npm:3.723.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.723.0" + "@aws-sdk/middleware-user-agent": "npm:3.726.0" + "@aws-sdk/region-config-resolver": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/util-endpoints": "npm:3.726.0" + "@aws-sdk/util-user-agent-browser": "npm:3.723.0" + "@aws-sdk/util-user-agent-node": "npm:3.726.0" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/ed88d4f499f38456c73c62016b07e16194c52a64f369d382d579ecea1275f1972f4cb11d30f7bc5b84b1ce1ac3106c6bd545089d6f8d12ef5277ca58ab3d8b81 + checksum: 10c0/711d75e077a1c05a881863e9d20869012c35416c82d33fde5d210ed04706bc76eb442c3635dfdcb33edea00c6cd5268e2425c492990f2274616f2ea55d430b2b languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.721.0" +"@aws-sdk/client-eventbridge@npm:^3.726.1": + version: 3.726.1 + resolution: "@aws-sdk/client-eventbridge@npm:3.726.1" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.721.0" - "@aws-sdk/client-sts": "npm:3.721.0" - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/credential-provider-node": "npm:3.721.0" - "@aws-sdk/middleware-host-header": "npm:3.714.0" - "@aws-sdk/middleware-logger": "npm:3.714.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.714.0" - "@aws-sdk/middleware-user-agent": "npm:3.721.0" - "@aws-sdk/region-config-resolver": "npm:3.714.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.716.0" - "@aws-sdk/types": "npm:3.714.0" - "@aws-sdk/util-endpoints": "npm:3.714.0" - "@aws-sdk/util-user-agent-browser": "npm:3.714.0" - "@aws-sdk/util-user-agent-node": "npm:3.721.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.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@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.1" - "@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.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@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" + "@aws-sdk/client-sso-oidc": "npm:3.726.0" + "@aws-sdk/client-sts": "npm:3.726.1" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/credential-provider-node": "npm:3.726.0" + "@aws-sdk/middleware-host-header": "npm:3.723.0" + "@aws-sdk/middleware-logger": "npm:3.723.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" + "@aws-sdk/middleware-user-agent": "npm:3.726.0" + "@aws-sdk/region-config-resolver": "npm:3.723.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/util-endpoints": "npm:3.726.0" + "@aws-sdk/util-user-agent-browser": "npm:3.723.0" + "@aws-sdk/util-user-agent-node": "npm:3.726.0" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/be9b45b06d54fd42d3a833ad51a343b2dffddb578bb85660e4402db639950550eb481628539562b03e653af959798bc87d35a0340d749f8abda4c7ebe7d4b8dc + checksum: 10c0/3215ee5dc14f53e04cb96feb68c445b1fe09db97580510be32ec4a236aed80ce7531a42f1b72ac5534d7466827a83bca1d610a64818098122349799c716ad9b4 languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.722.0": - version: 3.722.0 - resolution: "@aws-sdk/client-s3@npm:3.722.0" +"@aws-sdk/client-s3@npm:^3.726.1": + version: 3.726.1 + resolution: "@aws-sdk/client-s3@npm:3.726.1" 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.721.0" - "@aws-sdk/client-sts": "npm:3.721.0" - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/credential-provider-node": "npm:3.721.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.721.0" - "@aws-sdk/middleware-expect-continue": "npm:3.714.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.717.0" - "@aws-sdk/middleware-host-header": "npm:3.714.0" - "@aws-sdk/middleware-location-constraint": "npm:3.714.0" - "@aws-sdk/middleware-logger": "npm:3.714.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.714.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.716.0" - "@aws-sdk/middleware-ssec": "npm:3.714.0" - "@aws-sdk/middleware-user-agent": "npm:3.721.0" - "@aws-sdk/region-config-resolver": "npm:3.714.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.716.0" - "@aws-sdk/types": "npm:3.714.0" - "@aws-sdk/util-endpoints": "npm:3.714.0" - "@aws-sdk/util-user-agent-browser": "npm:3.714.0" - "@aws-sdk/util-user-agent-node": "npm:3.721.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.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@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.1" - "@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.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@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.2.0" + "@aws-sdk/client-sso-oidc": "npm:3.726.0" + "@aws-sdk/client-sts": "npm:3.726.1" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/credential-provider-node": "npm:3.726.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.726.0" + "@aws-sdk/middleware-expect-continue": "npm:3.723.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.723.0" + "@aws-sdk/middleware-host-header": "npm:3.723.0" + "@aws-sdk/middleware-location-constraint": "npm:3.723.0" + "@aws-sdk/middleware-logger": "npm:3.723.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.723.0" + "@aws-sdk/middleware-ssec": "npm:3.723.0" + "@aws-sdk/middleware-user-agent": "npm:3.726.0" + "@aws-sdk/region-config-resolver": "npm:3.723.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/util-endpoints": "npm:3.726.0" + "@aws-sdk/util-user-agent-browser": "npm:3.723.0" + "@aws-sdk/util-user-agent-node": "npm:3.726.0" + "@aws-sdk/xml-builder": "npm:3.723.0" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.0.0" + "@smithy/eventstream-serde-node": "npm:^4.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-blob-browser": "npm:^4.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/hash-stream-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/md5-js": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b9e9ff3355baae4e4f0179a6cd1bac88b8c95cf93d9ba35d6e73efadac16053faecbbbcf4a40297faa09872601c02c09426d19c1762a1df898cbbe8c589f19a5 + checksum: 10c0/4c751c0302f1db8509a14ef4533b60d709bf751d543d78d08097a7e116be4e9ee7ada5c0d5061a156d5096f6b3f07d10d3c12ba998712226d1aedde6222b5f02 languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/client-sqs@npm:3.721.0" +"@aws-sdk/client-sqs@npm:^3.726.1": + version: 3.726.1 + resolution: "@aws-sdk/client-sqs@npm:3.726.1" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.721.0" - "@aws-sdk/client-sts": "npm:3.721.0" - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/credential-provider-node": "npm:3.721.0" - "@aws-sdk/middleware-host-header": "npm:3.714.0" - "@aws-sdk/middleware-logger": "npm:3.714.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.714.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.716.0" - "@aws-sdk/middleware-user-agent": "npm:3.721.0" - "@aws-sdk/region-config-resolver": "npm:3.714.0" - "@aws-sdk/types": "npm:3.714.0" - "@aws-sdk/util-endpoints": "npm:3.714.0" - "@aws-sdk/util-user-agent-browser": "npm:3.714.0" - "@aws-sdk/util-user-agent-node": "npm:3.721.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.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@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.1" - "@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.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@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" + "@aws-sdk/client-sso-oidc": "npm:3.726.0" + "@aws-sdk/client-sts": "npm:3.726.1" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/credential-provider-node": "npm:3.726.0" + "@aws-sdk/middleware-host-header": "npm:3.723.0" + "@aws-sdk/middleware-logger": "npm:3.723.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.723.0" + "@aws-sdk/middleware-user-agent": "npm:3.726.0" + "@aws-sdk/region-config-resolver": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/util-endpoints": "npm:3.726.0" + "@aws-sdk/util-user-agent-browser": "npm:3.723.0" + "@aws-sdk/util-user-agent-node": "npm:3.726.0" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/md5-js": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/cb6b26ea7c0b6ea0705cd509b008901831d2ab5eccf50ddf02e1342fa787f6f0c09cd0ccdf77de676549f84208404f5a5bd4bff97c15ad6d6bcdce455e2e382d + checksum: 10c0/33fcd3b028be7a1ed67c8116afbb146ff6c1d7e5346d399d802ada0ac3a89e04da6c04c4c50e4bc6496ffa3cff98a06514c7682a8d86145e5c6466f9f13dfc3e languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/client-ssm@npm:3.721.0" +"@aws-sdk/client-ssm@npm:^3.726.1": + version: 3.726.1 + resolution: "@aws-sdk/client-ssm@npm:3.726.1" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.721.0" - "@aws-sdk/client-sts": "npm:3.721.0" - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/credential-provider-node": "npm:3.721.0" - "@aws-sdk/middleware-host-header": "npm:3.714.0" - "@aws-sdk/middleware-logger": "npm:3.714.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.714.0" - "@aws-sdk/middleware-user-agent": "npm:3.721.0" - "@aws-sdk/region-config-resolver": "npm:3.714.0" - "@aws-sdk/types": "npm:3.714.0" - "@aws-sdk/util-endpoints": "npm:3.714.0" - "@aws-sdk/util-user-agent-browser": "npm:3.714.0" - "@aws-sdk/util-user-agent-node": "npm:3.721.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.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@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.1" - "@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.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@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.2.0" + "@aws-sdk/client-sso-oidc": "npm:3.726.0" + "@aws-sdk/client-sts": "npm:3.726.1" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/credential-provider-node": "npm:3.726.0" + "@aws-sdk/middleware-host-header": "npm:3.723.0" + "@aws-sdk/middleware-logger": "npm:3.723.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" + "@aws-sdk/middleware-user-agent": "npm:3.726.0" + "@aws-sdk/region-config-resolver": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/util-endpoints": "npm:3.726.0" + "@aws-sdk/util-user-agent-browser": "npm:3.723.0" + "@aws-sdk/util-user-agent-node": "npm:3.726.0" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/util-waiter": "npm:^4.0.0" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/086069940147587d9c589e13fd88fbac76c036889bd40ef109e3694174c86551cfc540ff366cbb2586cb43b0a61e4594bc753a0c5fd990c0cbeb053acfbedcb8 + checksum: 10c0/0659dbf8ac754eaa32543a1ddf19af871ed9e8e8ad745dd576ff49b238d10c3b0492edc1d27f097a11fcd902d746ecda519cda0b1bbe5fdc9ad744c7477e8203 languageName: node linkType: hard -"@aws-sdk/client-sso-oidc@npm:3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/client-sso-oidc@npm:3.721.0" +"@aws-sdk/client-sso-oidc@npm:3.726.0": + version: 3.726.0 + resolution: "@aws-sdk/client-sso-oidc@npm:3.726.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/credential-provider-node": "npm:3.721.0" - "@aws-sdk/middleware-host-header": "npm:3.714.0" - "@aws-sdk/middleware-logger": "npm:3.714.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.714.0" - "@aws-sdk/middleware-user-agent": "npm:3.721.0" - "@aws-sdk/region-config-resolver": "npm:3.714.0" - "@aws-sdk/types": "npm:3.714.0" - "@aws-sdk/util-endpoints": "npm:3.714.0" - "@aws-sdk/util-user-agent-browser": "npm:3.714.0" - "@aws-sdk/util-user-agent-node": "npm:3.721.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.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@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.1" - "@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.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@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" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/credential-provider-node": "npm:3.726.0" + "@aws-sdk/middleware-host-header": "npm:3.723.0" + "@aws-sdk/middleware-logger": "npm:3.723.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" + "@aws-sdk/middleware-user-agent": "npm:3.726.0" + "@aws-sdk/region-config-resolver": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/util-endpoints": "npm:3.726.0" + "@aws-sdk/util-user-agent-browser": "npm:3.723.0" + "@aws-sdk/util-user-agent-node": "npm:3.726.0" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sts": ^3.721.0 - checksum: 10c0/749299eba3e03ae2f93621049642958babb48f4067ce90074e2b6bf279898fd7a13831bfb503a2d1653adf1d4ceed14521b6f3d4b069168f34194cf744e719b4 + "@aws-sdk/client-sts": ^3.726.0 + checksum: 10c0/e68ad3a05639e668d8cd089f92d8ed8e183153262cab068e705d75dff7dfd61be815c545e3cf073b148ac67fdb7a73923201d1360e4e23382ab85e6e96bf370f languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/client-sso@npm:3.721.0" +"@aws-sdk/client-sso@npm:3.726.0": + version: 3.726.0 + resolution: "@aws-sdk/client-sso@npm:3.726.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/middleware-host-header": "npm:3.714.0" - "@aws-sdk/middleware-logger": "npm:3.714.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.714.0" - "@aws-sdk/middleware-user-agent": "npm:3.721.0" - "@aws-sdk/region-config-resolver": "npm:3.714.0" - "@aws-sdk/types": "npm:3.714.0" - "@aws-sdk/util-endpoints": "npm:3.714.0" - "@aws-sdk/util-user-agent-browser": "npm:3.714.0" - "@aws-sdk/util-user-agent-node": "npm:3.721.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.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@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.1" - "@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.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@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" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/middleware-host-header": "npm:3.723.0" + "@aws-sdk/middleware-logger": "npm:3.723.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" + "@aws-sdk/middleware-user-agent": "npm:3.726.0" + "@aws-sdk/region-config-resolver": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/util-endpoints": "npm:3.726.0" + "@aws-sdk/util-user-agent-browser": "npm:3.723.0" + "@aws-sdk/util-user-agent-node": "npm:3.726.0" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/d0b4b3bead2707d8b327684ce93d45db9bcff6c8c7b2e334acbad5bce74a3dd77f63d6434f9a9de048977e81693dacd7691a847b8480dc03cb07f24163c7a7e1 + checksum: 10c0/addfc32045db960a76b3d8977ac1f3093b3b75420d77a7c89d4df3148214b9ea01d6602ebc974f28953ab1f6fbda6195c026f7e61bc27838f191e3683ec6d24e languageName: node linkType: hard -"@aws-sdk/client-sts@npm:3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/client-sts@npm:3.721.0" +"@aws-sdk/client-sts@npm:3.726.1": + version: 3.726.1 + resolution: "@aws-sdk/client-sts@npm:3.726.1" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.721.0" - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/credential-provider-node": "npm:3.721.0" - "@aws-sdk/middleware-host-header": "npm:3.714.0" - "@aws-sdk/middleware-logger": "npm:3.714.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.714.0" - "@aws-sdk/middleware-user-agent": "npm:3.721.0" - "@aws-sdk/region-config-resolver": "npm:3.714.0" - "@aws-sdk/types": "npm:3.714.0" - "@aws-sdk/util-endpoints": "npm:3.714.0" - "@aws-sdk/util-user-agent-browser": "npm:3.714.0" - "@aws-sdk/util-user-agent-node": "npm:3.721.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.6" - "@smithy/middleware-retry": "npm:^3.0.31" - "@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.1" - "@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.31" - "@smithy/util-defaults-mode-node": "npm:^3.0.31" - "@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" + "@aws-sdk/client-sso-oidc": "npm:3.726.0" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/credential-provider-node": "npm:3.726.0" + "@aws-sdk/middleware-host-header": "npm:3.723.0" + "@aws-sdk/middleware-logger": "npm:3.723.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.723.0" + "@aws-sdk/middleware-user-agent": "npm:3.726.0" + "@aws-sdk/region-config-resolver": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/util-endpoints": "npm:3.726.0" + "@aws-sdk/util-user-agent-browser": "npm:3.723.0" + "@aws-sdk/util-user-agent-node": "npm:3.726.0" + "@smithy/config-resolver": "npm:^4.0.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/hash-node": "npm:^4.0.0" + "@smithy/invalid-dependency": "npm:^4.0.0" + "@smithy/middleware-content-length": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/middleware-retry": "npm:^4.0.0" + "@smithy/middleware-serde": "npm:^4.0.0" + "@smithy/middleware-stack": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/url-parser": "npm:^4.0.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.0" + "@smithy/util-defaults-mode-node": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-retry": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/38ea61bd2a37f06debf6e97be7a59fd93eee68d5c1c210bed783609eff4df869d3f8e766e0d1e38d9235af84c27242bc110347a0b1ed1556f3aaa8e919065870 + checksum: 10c0/23e7140e939fc0ba0903df4e2fc4e43ae6f079f4359396ebc2e2126250bfc39a794f1e64c4600a780d6556abceb390c359a7181a0a43ede862db7690fd890c22 languageName: node linkType: hard -"@aws-sdk/core@npm:3.716.0": - version: 3.716.0 - resolution: "@aws-sdk/core@npm:3.716.0" +"@aws-sdk/core@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/core@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.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.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-middleware": "npm:^3.0.11" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" fast-xml-parser: "npm:4.4.1" tslib: "npm:^2.6.2" - checksum: 10c0/d11deccbe6b33f91f951fa317793d56359e87a1871772e429519df2d488929a9d9c230aa6be501446980b8e9c01fc549970c28b6d1eeff23f53955e57b021db7 + checksum: 10c0/391007791890dae226ffffb617a7bb8f9ef99a114364257a7ccb8dc62ed6a171736552c763fc0f20eb5d70893bff09103268f0d090c88c9e955441649cfad443 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.716.0": - version: 3.716.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.716.0" +"@aws-sdk/credential-provider-env@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.723.0" dependencies: - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/types": "npm:3.714.0" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/00f197f9e5f49f596357b620415d85084150f794cd908838b36d9cb6e537832db530e7975c12a8d66a0e711f5c32c57453131ba1f463392e257ce6f0625a5c2a + checksum: 10c0/be8a37e68e700eede985511ca72730cc862971760548c89589d5168c8f53c2ab361b033ee0711fcbac2b5609faf3365d532c3534b9e4cb61609f42f9d1f086ba languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.716.0": - version: 3.716.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.716.0" +"@aws-sdk/credential-provider-http@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.723.0" dependencies: - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/types": "npm:3.714.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.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-stream": "npm:^3.3.2" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/fetch-http-handler": "npm:^5.0.0" + "@smithy/node-http-handler": "npm:^4.0.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/ed342f61d1365b4511392b8eb897bea49b0f7c71ab92bb81748ca036409c1b59eef68cd507e7697e6df2d07f69b7a26bf57172ddde6bed10730152551ba8b603 + checksum: 10c0/407d1169a54246e3bb5ba839870fa5d2e10cd42b9780adc72d763201243d7d80576e2aa430793768e131c7637195e585c6696c153f013d99d25db3f16739762f languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.721.0" +"@aws-sdk/credential-provider-ini@npm:3.726.0": + version: 3.726.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.726.0" dependencies: - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/credential-provider-env": "npm:3.716.0" - "@aws-sdk/credential-provider-http": "npm:3.716.0" - "@aws-sdk/credential-provider-process": "npm:3.716.0" - "@aws-sdk/credential-provider-sso": "npm:3.721.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.716.0" - "@aws-sdk/types": "npm:3.714.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" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/credential-provider-env": "npm:3.723.0" + "@aws-sdk/credential-provider-http": "npm:3.723.0" + "@aws-sdk/credential-provider-process": "npm:3.723.0" + "@aws-sdk/credential-provider-sso": "npm:3.726.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/credential-provider-imds": "npm:^4.0.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sts": ^3.721.0 - checksum: 10c0/f5a4d27afb709781f18b9691af4f2a296cc05b34663109a8fb67e7f8fdc314a5cd586b3ea21ea6f2eeb3a8942d59df1f834657446ef270b01505015df2a69360 + "@aws-sdk/client-sts": ^3.726.0 + checksum: 10c0/0ae11a9195a4368eb8c12cf42f716771ed1486a042e2e71292f9c5cd6c2accf0b8805e3c16b709b366ea5fb27468fc24aeb18f324b80f1ae2227330d1481ea77 languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.721.0" +"@aws-sdk/credential-provider-node@npm:3.726.0": + version: 3.726.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.726.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.716.0" - "@aws-sdk/credential-provider-http": "npm:3.716.0" - "@aws-sdk/credential-provider-ini": "npm:3.721.0" - "@aws-sdk/credential-provider-process": "npm:3.716.0" - "@aws-sdk/credential-provider-sso": "npm:3.721.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.716.0" - "@aws-sdk/types": "npm:3.714.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" + "@aws-sdk/credential-provider-env": "npm:3.723.0" + "@aws-sdk/credential-provider-http": "npm:3.723.0" + "@aws-sdk/credential-provider-ini": "npm:3.726.0" + "@aws-sdk/credential-provider-process": "npm:3.723.0" + "@aws-sdk/credential-provider-sso": "npm:3.726.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/credential-provider-imds": "npm:^4.0.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/f00269dc2bc4f9defddeb7cd571f48f5abe3098af8765eb36974d351e6f3e87182d8ed05572b954038e596882eb026521646886e0756f8d09b3692d2d8f9e81f + checksum: 10c0/e208e6f880a2a9251c22c0b66ee63f375f5e3ffe1f91efc23af3d030d3b4b8a8f6c154ad2481a69ae15f80167d0bfbfa2f638eb2f73a2377a146f30ce2996c34 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.716.0": - version: 3.716.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.716.0" +"@aws-sdk/credential-provider-process@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.723.0" dependencies: - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/types": "npm:3.714.0" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/cec748bc9ecf9c029b1e7cdec4722ecae6b4a4653f39c0be03e4901ec9a1745f8d341eb879b374119096490c93dd5746cfc3f1bd0af552462da57e2249646146 + checksum: 10c0/078e936584a80910695fd37dfc8fd2781e8c495aa02ff7033075d2d80cf43963b8383ae401d46ec23765c9b54200554d0fae5af49d684c6ae46da060772861ad languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.721.0" +"@aws-sdk/credential-provider-sso@npm:3.726.0": + version: 3.726.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.726.0" dependencies: - "@aws-sdk/client-sso": "npm:3.721.0" - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/token-providers": "npm:3.721.0" - "@aws-sdk/types": "npm:3.714.0" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/client-sso": "npm:3.726.0" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/token-providers": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/f4d06ed581d792e412f3b2dc86cae405dff89ae85b7d656aad737c8b5f77731df9162817fafa0f7419fd868fbc2d8f2c299374de3bd4ddafe7b7392e0289a901 + checksum: 10c0/5114fdb65ad15a9838c72dd030108b12cf1e59ba2b12a7c4d8482e033ae23f6cc633a8e43f532eed9330358afffe2b2fe728266c63616920f9e23208a9e1d2b7 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.716.0": - version: 3.716.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.716.0" +"@aws-sdk/credential-provider-web-identity@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.723.0" dependencies: - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/types": "npm:3.714.0" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sts": ^3.716.0 - checksum: 10c0/28e5b97cb7ca314c1013a1af867e0853f9e542bd98105af09e58e824abc30f7cdf14a2cfa2b443d449a89a1d94f046db2014ec001d5a99c5df1d34944a1d5631 + "@aws-sdk/client-sts": ^3.723.0 + checksum: 10c0/689e1f5d00336c49317db815e1521c7cbad9b6b1d202b879efd70f3bdda26b2256eb96d4ce6a128ab9747d4c9f9dc1acc0656a99b216f2b960f65e93c20bfa14 languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.722.0": - version: 3.722.0 - resolution: "@aws-sdk/lib-storage@npm:3.722.0" +"@aws-sdk/lib-storage@npm:^3.726.1": + version: 3.726.1 + resolution: "@aws-sdk/lib-storage@npm:3.726.1" dependencies: - "@smithy/abort-controller": "npm:^3.1.9" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/smithy-client": "npm:^3.5.1" + "@smithy/abort-controller": "npm:^4.0.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^4.0.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.722.0 - checksum: 10c0/7e3b64bf18f269cbe7137275dd1140bf6dcfa2713a4489eb09fb12225f96e794df54ada4a3a7d64cc3fb51d54cb1c55c18209a02055bae6fb0920a48efaf6d20 + "@aws-sdk/client-s3": ^3.726.1 + checksum: 10c0/23e73b67d7bbf9966bb1b5ebe3915b9b7925d97c195b663cdbd96facbccb2f6cce6a6f52e357388500aa9ec1eae052fc9dc9dae247d7d3c5385045ebda80cb79 languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.721.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.726.0": + version: 3.726.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.726.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@aws-sdk/util-arn-parser": "npm:3.693.0" - "@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" + "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/util-arn-parser": "npm:3.723.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-config-provider": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/ae38ceb423c585549cda79678f2b356641303a9882c6391a2aef4447b5c7b2bdf8b047c534d49cd421dd21cda4a0880a90566d8aab0c79ac25dc27043f475764 + checksum: 10c0/c871546a59e473e95a0a83e776d7c27e790721043a1bc497a3311ee1dc5418b7fa40a2d44ef9d9676f6c6c667dcdff6307f1f69a301489c808cb20072ee0eb5b languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.714.0": - version: 3.714.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.714.0" +"@aws-sdk/middleware-expect-continue@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/91652133b747c5fb84fca22176e38f982dc79e124cfa99310a07126bb9870f1abd5856dde0c708c776b25708c55d6cc1146bedcab87307e041ecf24538347738 + checksum: 10c0/3285af66825b516dc07ea3d0e337115bb36aa0bbf41081f290597a410a8df863ac8052a7648adcdb276d0a3c2fba2d3926b46218a20e12bee92fdd20b348d9cd languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.717.0": - version: 3.717.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.717.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.723.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.716.0" - "@aws-sdk/types": "npm:3.714.0" - "@smithy/is-array-buffer": "npm:^3.0.0" - "@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" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/is-array-buffer": "npm:^4.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/8034301a5a4d0296a5699b152b03f5db4369ddc433d232ffe6a92febae8a93c09f339218e64fe5eb46f0be4e517e739de67ba093fd7b49a068d13ce987e28cd0 + checksum: 10c0/b6898996171416ece5b3d2605166db63435d6d89ab034301c695b9dde27c340b4cdd0c3e5b50f4bccaacf3cad69a2ee83da8dad49ffb5ccdac75e56cb249b7bb languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.714.0": - version: 3.714.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.714.0" +"@aws-sdk/middleware-host-header@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/c817ca326e9986fa135cfb94abc000477278fdac01d78e0d7d59cf2f02be89afe6e4c9aeb2c575f49dc29d08ed6593f0df634bd23a61f183a4cb09c50d76a1b9 + checksum: 10c0/183196230f8675d821a1c3de6cfb54cb3575a245d60221eea8fb4b6cea3b64dda1c4a836f6bd7d3240c494840f68b5f25a6b39223be7cb0e0a1a35bdab9e5691 languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.714.0": - version: 3.714.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.714.0" +"@aws-sdk/middleware-location-constraint@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/6766c16359561e147d4408df76c56a26ee53c34ba58a6e20c15b654045dd0a7005da98061e0de5520f3fa059fb24f751d1521cbf5a7a2d2ba41585c54f13b45d + checksum: 10c0/53fa3940b76128902d2962f0637683bb695f878b49a1c460ec08be29c972cb0062178a5f44e194737de2e8d823095917acdd19a66394b0fa3e7c7beece970a0e languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.714.0": - version: 3.714.0 - resolution: "@aws-sdk/middleware-logger@npm:3.714.0" +"@aws-sdk/middleware-logger@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/middleware-logger@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/c4ae1cdf3e8569fcab51f3a61cf8ee053e94a5b0efb0b3149178c18e44eb37b2be7f35a7e351fd9cfe21b8178f5a60d53012dc93779529b3d41a0f158a6d4ae4 + checksum: 10c0/ed0d29e525d3893bf2e2b34f7964b7070b338def35997646a950902e20abce3ff5244b046d0504441c378292b3c319691afcc658badda9927eed7991d810ff8c languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.714.0": - version: 3.714.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.714.0" +"@aws-sdk/middleware-recursion-detection@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/0a423e6fd930b98a6237849ef2d1d5c50217fb1a78a48e6e6eb73b077588ad295f3e64edc4836702dd8053bb1eac73d5007ff1dfc097f1b66b793cbd98f390cc + checksum: 10c0/d8cf89ec99aa72ac9496d183ff0a8994329f050e569924bc5e4e732b50900a9b7ef7608101a29dd4b4815b7f59270faf42634d5033f11b190ffcc88a6fc91812 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.716.0": - version: 3.716.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.716.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@aws-sdk/util-format-url": "npm:3.714.0" - "@smithy/middleware-endpoint": "npm:^3.2.6" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/util-format-url": "npm:3.723.0" + "@smithy/middleware-endpoint": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/42b33cf6c1f36b92564f7fb16e385040d5f6a6a3c4e252cbea2720a19d5f62cbc8f733b40cda4aa3c3ce79543c3653c6a7de033635ae5d83e8889a6898e81d24 - languageName: node - linkType: hard - -"@aws-sdk/middleware-sdk-s3@npm:3.716.0": - version: 3.716.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.716.0" - dependencies: - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/types": "npm:3.714.0" - "@aws-sdk/util-arn-parser": "npm:3.693.0" - "@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.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" + checksum: 10c0/33265674953500594e6d9d90c5ee2a0c2d2d2b45dcf33ec80f94a695982c90e40eb5045f7ba01651e6f85d4242b6c0a54569f085db0b089cd947f9673ccb676b + languageName: node + linkType: hard + +"@aws-sdk/middleware-sdk-s3@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.723.0" + dependencies: + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/util-arn-parser": "npm:3.723.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-config-provider": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" + "@smithy/util-stream": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/dadd75dcceb88b3576c38efd853159ac76fe0a8b5723dd8de20b6b94a7689beca2352e53ec229dede634ea0971335258d135b25e4e4649cbc562b5ecb951103d + checksum: 10c0/e8d21e6ce969ddae3276af4dc2bd780012b3f3bda6c49525a639658941b15475fd54f48ceb8b9c5d11c90982031594615424ac424a06311ea78e6007ba4468bb languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.716.0": - version: 3.716.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.716.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@smithy/smithy-client": "npm:^3.5.1" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/smithy-client": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/2faa0d41d37764e483cadca5868fa85a8aa8bc5089b924252b565d2f30cc7394bb0144a39c23b05397f55860a386e4f8d871e210d9646df272b06a11ba681e68 + checksum: 10c0/c7c4c65ce971c6b52bbcd69b98a6741f1da2d8e3f140fb132a73bf86334c43bded9ce8b93602d9de3dc4db5929547b1ebe976ba84587ce8f0a1f0a3e7a7621c3 languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.714.0": - version: 3.714.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.714.0" +"@aws-sdk/middleware-ssec@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/9ad944a94549c9a4a068ea6d46df2ab830a91c49936260fe4347ec5a01d6efc7649979eee021ebad84a73802b75c83bb142392f7a1b7b99f5e40ed1e579b564f + checksum: 10c0/17a048238741aa293d999ce7c96546c04e67e17652318cd3ec44a3e0aa9636313d163236cf42bec789a741744d670932fe3d1d5ebb68075465c906fe0d3abd3b languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.721.0" +"@aws-sdk/middleware-user-agent@npm:3.726.0": + version: 3.726.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.726.0" dependencies: - "@aws-sdk/core": "npm:3.716.0" - "@aws-sdk/types": "npm:3.714.0" - "@aws-sdk/util-endpoints": "npm:3.714.0" - "@smithy/core": "npm:^2.5.5" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/core": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@aws-sdk/util-endpoints": "npm:3.726.0" + "@smithy/core": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/9409a5130adfe74eda12c020e522621b3ac25a6e371daee400ffa840f72a28935670d6f5745ddfb9b808fe46f1469c01dcddd945ee7eb0a8c2fc383d71fe0c2b + checksum: 10c0/3cbfa117531cc4fd09b4ce0e273af86b1fdb656f078033babb7d1e87fb849efae662f0e86081e62404c6876539011fc444de89758dc64c01a33789c88bdfa6c3 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.714.0": - version: 3.714.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.714.0" +"@aws-sdk/region-config-resolver@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.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.11" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-config-provider": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/160e001b060ed2743c74856991207ac47cec1d7e96885d90468548c8ee7113e1de65143a1f417d8fa27f6c57679b89b56d1444ff87c05333d31f3379b55838b3 + checksum: 10c0/c51c07fe9cbeb04a28ed715e073055aae00e4c6a4d553e7383796041de539f0d90b7df3f10035f8c6cea8f4817b1c36df83f53736a401ae7f75446f37cce0add languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.716.0": - version: 3.716.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.716.0" +"@aws-sdk/signature-v4-multi-region@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.723.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.716.0" - "@aws-sdk/types": "npm:3.714.0" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/signature-v4": "npm:^4.2.4" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/middleware-sdk-s3": "npm:3.723.0" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/protocol-http": "npm:^5.0.0" + "@smithy/signature-v4": "npm:^5.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/04058d993cea25cb4084feade3ebb7863788a24dc6b266d042e0de7cb0f83b8cded8dd5990a835ff2505725eb8417f5e379bfc8ab2f59693152e59b8c56916c9 + checksum: 10c0/fb491305c4905a6f9c4a613935439599a200c50f54ad576023fd6933f46fc4b7ca9c52ccb06041e835f3149fe7f0a54b80912b39dfda0a19015377a3c98e27d2 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/token-providers@npm:3.721.0" +"@aws-sdk/token-providers@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/token-providers@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/property-provider": "npm:^4.0.0" + "@smithy/shared-ini-file-loader": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sso-oidc": ^3.721.0 - checksum: 10c0/196affc44d28c9a0beb46e679a293c959b8303509e8313899943fe13c25c3b0c109af3a1d6e6ab5ac978b7dc78e59166e31470a27f30aaeb84e8c29ecff5841f + "@aws-sdk/client-sso-oidc": ^3.723.0 + checksum: 10c0/54f9865801b5c7c43158e95101bd6aaa5d5bee2e8cb553fbac52faadcb023fda898929139301eb1c9632762b314e48e7af8cf11c438bb7eba3348f7eb8297a1a languageName: node linkType: hard -"@aws-sdk/types@npm:3.714.0, @aws-sdk/types@npm:^3.714.0": - version: 3.714.0 - resolution: "@aws-sdk/types@npm:3.714.0" +"@aws-sdk/types@npm:3.723.0, @aws-sdk/types@npm:^3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/types@npm:3.723.0" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/fd1b47d0d85bef495a2d76e4ad8d56328638ba59fec9719c7f30aedbde1f058d269825e00fc78eebafda14b73a583445911599eba6e9d039e3059cc79dd074d4 + checksum: 10c0/b13f2ef66a0de96df9a6ff227531579483b0d7a735ca3a936ba881d528ccae8b36d568f69914c343c972c0b84057366947980ed2ab60c642443564c2ad3739fe languageName: node linkType: hard @@ -1212,36 +1212,36 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-arn-parser@npm:3.693.0": - version: 3.693.0 - resolution: "@aws-sdk/util-arn-parser@npm:3.693.0" +"@aws-sdk/util-arn-parser@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/util-arn-parser@npm:3.723.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/dd3ff41885f3c9c69043bf145d9e28ba5d18e71d3ffc5e97f3700fa4f9461d092d33d632eca00236f00e25ebcf39ed1a6900d7b39d2f592c83e38115890ad701 + checksum: 10c0/5d2adfded61acaf222ed21bf8e5a8b067fe469dfaab03a6b69c591a090c48d309b1f3c4fd64826f71ef9883390adb77a9bf884667b242615f221236bc5a8b326 languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.714.0": - version: 3.714.0 - resolution: "@aws-sdk/util-endpoints@npm:3.714.0" +"@aws-sdk/util-endpoints@npm:3.726.0": + version: 3.726.0 + resolution: "@aws-sdk/util-endpoints@npm:3.726.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-endpoints": "npm:^2.1.7" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/types": "npm:^4.0.0" + "@smithy/util-endpoints": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/2cccad1c18848e48a764def1aa46efac10900a9c083d6f8d8cf6d9495e66439e0dcb54c181242840bb3ea814ac4c1ef1f663c2b17d34e52035917435a473cd68 + checksum: 10c0/43bf94ddc07310b8ee44cd489b0bb47cf6189eb12072cba946403ff63831e93c3c2e1d17779b298f4dd74732cee2349d5038942ebdf8a1f030ebd215b5c7f5ac languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.714.0": - version: 3.714.0 - resolution: "@aws-sdk/util-format-url@npm:3.714.0" +"@aws-sdk/util-format-url@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/util-format-url@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@smithy/querystring-builder": "npm:^3.0.11" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/querystring-builder": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/adf0585353491bceb7a5e436cd9f1a124efd6e0ffadaeab1719700462fb7f7d8c799929379c71161266f03a64ee23a9c13938044fc2dd07a1471cf38bf83c81f + checksum: 10c0/dc9343a559926acb072f9857f4b09c6997eee3948e6e3b6953f22e90720727a69c68caa49094fc338486d9d3e958c63e47ab48103287f8343ce03b5f38355d8a languageName: node linkType: hard @@ -1254,43 +1254,43 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.714.0": - version: 3.714.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.714.0" +"@aws-sdk/util-user-agent-browser@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.723.0" dependencies: - "@aws-sdk/types": "npm:3.714.0" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/types": "npm:^4.0.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/6b8813e28c7a73316d0a3b3259b3a6ecc403390f475f8e223a81469e24583712c07cb36a026e5109c82cf00c237974025cf320e2b35f4256339732e99cbcc092 + checksum: 10c0/10f3c757d35a8bc07fe85a8cd2af7bfa7f96dc71b5b434e840da84aefb791048907e7f25447999b132bd93c828107b7408de938bbbee5055ebcb7ad7abeeb0b8 languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.721.0": - version: 3.721.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.721.0" +"@aws-sdk/util-user-agent-node@npm:3.726.0": + version: 3.726.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.726.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.721.0" - "@aws-sdk/types": "npm:3.714.0" - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@aws-sdk/middleware-user-agent": "npm:3.726.0" + "@aws-sdk/types": "npm:3.723.0" + "@smithy/node-config-provider": "npm:^4.0.0" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/98909ed3417018cd281e6da7bf2713e734b07b5904e96bbe87813084700ecce63ec63f93c6c39b1e09e69b289b38d6d49a77168df0ff75754eda3fa2af3c7b4a + checksum: 10c0/627f5fdb1dbc14fbfc14c51d14135a5be46fe48a315cb38625f783791d6c0013f2f2df49150fdb920fc5181845e1e75831545453a672af997f5f148b1db5128d languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.709.0": - version: 3.709.0 - resolution: "@aws-sdk/xml-builder@npm:3.709.0" +"@aws-sdk/xml-builder@npm:3.723.0": + version: 3.723.0 + resolution: "@aws-sdk/xml-builder@npm:3.723.0" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/019feddf39e8a98862baac53cce8e39cf1d9452e6ca8d04a89854429e31dadd2280cf5d8c3ebf9cb04ec5ffc871d86eeb74318a32ad28d3618ebf24305722896 + checksum: 10c0/632af3b6f0ae1a32cfb589c74e596d2f4a94edfd04f4d89b2217c51bc645b1603ae5d8e87e84d20fc8804fa6986b4abcfd30cc888a7c2ed646ad666c25a361c1 languageName: node linkType: hard @@ -4058,203 +4058,187 @@ __metadata: languageName: node linkType: hard -"@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.2" - tslib: "npm:^2.6.2" - checksum: 10c0/d8e27940a087a16922d3c292049b50847fe8a84e632701e5aa33c175ddd84c1ef2566ac3f6550bcc06689da64bf79bdbabaf4e442ba92b18c252e62ca6a8880e - languageName: node - linkType: hard - -"@smithy/chunked-blob-reader-native@npm:^3.0.1": - version: 3.0.1 - resolution: "@smithy/chunked-blob-reader-native@npm:3.0.1" +"@smithy/abort-controller@npm:^4.0.0, @smithy/abort-controller@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/abort-controller@npm:4.0.1" dependencies: - "@smithy/util-base64": "npm:^3.0.0" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/26f7660d3cb5a257d1db70aaa4b0a109bf4412c3069d35b40645a045481e1633765c8a530ffdab4645bf640fdc957693fa84c6ebb15e864b7bd4be9d4e16b46c + checksum: 10c0/1ecd5c3454ced008463e6de826c294f31f6073ba91e22e443e0269ee0854d9376f73ea756b3acf77aa806a9a98e8b2568ce2e7f15ddf0a7816c99b7deefeef57 languageName: node linkType: hard -"@smithy/chunked-blob-reader@npm:^4.0.0": +"@smithy/chunked-blob-reader-native@npm:^4.0.0": version: 4.0.0 - resolution: "@smithy/chunked-blob-reader@npm:4.0.0" + resolution: "@smithy/chunked-blob-reader-native@npm:4.0.0" dependencies: + "@smithy/util-base64": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/4d997cb3a828c9c76bb764586918944ba07262aed832827d2be8ba3556f436171613e80b9f35a005af8f2189fc43befdfe44e21d9bde668fb48d5443f509ae22 + checksum: 10c0/4387f4e8841f20c1c4e689078141de7e6f239e7883be3a02810a023aa30939b15576ee00227b991972d2c5a2f3b6152bcaeca0975c9fa8d3669354c647bd532a languageName: node linkType: hard -"@smithy/config-resolver@npm:^3.0.13": - version: 3.0.13 - resolution: "@smithy/config-resolver@npm:3.0.13" +"@smithy/chunked-blob-reader@npm:^5.0.0": + version: 5.0.0 + resolution: "@smithy/chunked-blob-reader@npm:5.0.0" dependencies: - "@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.11" tslib: "npm:^2.6.2" - checksum: 10c0/9dac64028019e7b64ddf0e884dd03ce53eb1e9f070aec28acfbc24d624cd5d5ba2830d1e63a448119b20711969b03d4dbca0c4d7650e976b28475a8d8b7d0d93 + checksum: 10c0/55ba0fe366ddaa3f93e1faf8a70df0b67efedbd0008922295efe215df09b68df0ba3043293e65b17e7d1be71448d074c2bfc54e5eb6bd18f59b425822c2b9e9a languageName: node linkType: hard -"@smithy/core@npm:^2.5.5": - version: 2.5.5 - resolution: "@smithy/core@npm:2.5.5" +"@smithy/config-resolver@npm:^4.0.0, @smithy/config-resolver@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/config-resolver@npm:4.0.1" dependencies: - "@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.11" - "@smithy/util-stream": "npm:^3.3.2" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-config-provider": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.1" tslib: "npm:^2.6.2" - checksum: 10c0/7b05af10073eaa6353bf0da4de5862ba3651ffa1abdd2f3a0dc874ace03c4e3dd9137d38dd876f8dde7f5f7a94371328ffde01ae67b5f6651ac31d29cb87beeb + checksum: 10c0/4ec3486deb3017607ed1b9a42b4b806b78e2c7a00f6dd51b98ccb82d9f7506b206bd9412ec0d2a05e95bc2ac3fbbafe55b1ffce9faccc4086f837645f3f7e64d languageName: node linkType: hard -"@smithy/core@npm:^2.5.6": - version: 2.5.6 - resolution: "@smithy/core@npm:2.5.6" - dependencies: - "@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.11" - "@smithy/util-stream": "npm:^3.3.3" - "@smithy/util-utf8": "npm:^3.0.0" +"@smithy/core@npm:^3.0.0, @smithy/core@npm:^3.1.0": + version: 3.1.0 + resolution: "@smithy/core@npm:3.1.0" + dependencies: + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-stream": "npm:^4.0.1" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/e184b6224c910161840a5f794217a8c862f78adb7c56c8b788cf3bb80be6812dd52b1a4217eb320de38d84a7a54050151ba75b08e826639c0243e5377ec3185c + checksum: 10c0/94695aaa98b58431b255cb8f6f603d049a1fdad2995db69b13105e9d69b8a5a978885d879f09a4df6cbb0fd5cbcbbd912ba6515bf86736ce5c1d98b88df1eb77 languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^3.2.8": - version: 3.2.8 - resolution: "@smithy/credential-provider-imds@npm:3.2.8" +"@smithy/credential-provider-imds@npm:^4.0.0, @smithy/credential-provider-imds@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/credential-provider-imds@npm:4.0.1" dependencies: - "@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" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" tslib: "npm:^2.6.2" - checksum: 10c0/26af5e83ccff767fc0857bc92d90e406c8cd261c40da189c6057a0c1754ba1a13abbff86bb41648988eb1d5e841af0df5cc5bed73f72c49b3f44d4121618b79c + checksum: 10c0/76b5d82dfd2924f2b7a701fa159af54d3e9b16a644a210e3a74e5a3776bb28c2ffbdd342ed3f2bb1d2adf401e8144e84614523b1fad245b43e319e1d01fa1652 languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^3.1.10": - version: 3.1.10 - resolution: "@smithy/eventstream-codec@npm:3.1.10" +"@smithy/eventstream-codec@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/eventstream-codec@npm:4.0.1" dependencies: "@aws-crypto/crc32": "npm:5.2.0" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-hex-encoding": "npm:^3.0.0" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/2d95bbdc13866ad3acfb81b63d17ad7b9a232bde54a76f31d1f98a8097f1420a5ce86bb45e14c3fd7de0562f4cdfdb9047c79003f3cd37d0eef1b8334b4cfb61 + checksum: 10c0/439262fddae863cadad83cc468418294d1d998134619dd67e2836cc93bbfa5b01448e852516046f03b62d0edcd558014b755b1fb0d71b9317268d5c3a5e55bbd languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^3.0.14": - version: 3.0.14 - resolution: "@smithy/eventstream-serde-browser@npm:3.0.14" +"@smithy/eventstream-serde-browser@npm:^4.0.0": + version: 4.0.1 + resolution: "@smithy/eventstream-serde-browser@npm:4.0.1" dependencies: - "@smithy/eventstream-serde-universal": "npm:^3.0.13" - "@smithy/types": "npm:^3.7.2" + "@smithy/eventstream-serde-universal": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/ebcdde6435df0a20b6439bd16f5a3d3597b7bcba4a3e8e05f59451116d18c874b37abcc0dfd3e7b67e3381782d6656013c2511a1b66400a7e0a9a3d00c9c38d3 + checksum: 10c0/4766a8a735085dea1ed9aad486fa70cb04908a31843d4e698a28accc373a6dc80bc8abe9834d390f347326458c03424afbd7f7f9e59a66970b839de3d44940e1 languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.11" +"@smithy/eventstream-serde-config-resolver@npm:^4.0.0": + version: 4.0.1 + resolution: "@smithy/eventstream-serde-config-resolver@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/0c8ba642c63b95c0a6c218a6fc71dd212b0fc42306605fba2827602e54782efc9ba15d9ce1b8cf0f9aa8b46cabbb4e4fab0addd12007493b9551b3997ab8cc05 + checksum: 10c0/4ba8bba39392025389c610ce984b612adfe0ed2b37f926e6ce2acafaf178d04aec395924ff37d2ad9534a28652fc64c4938b66b4bd1d2ff695ac8fcdcc4d356e languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^3.0.13": - version: 3.0.13 - resolution: "@smithy/eventstream-serde-node@npm:3.0.13" +"@smithy/eventstream-serde-node@npm:^4.0.0": + version: 4.0.1 + resolution: "@smithy/eventstream-serde-node@npm:4.0.1" dependencies: - "@smithy/eventstream-serde-universal": "npm:^3.0.13" - "@smithy/types": "npm:^3.7.2" + "@smithy/eventstream-serde-universal": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/934531f159cf6b24f038396df5fe5b53d43c16e143f1d89b4a9cc1d64e3a6687aa98002c4e67cc8e61ed0fe211be67c3df3dab7c5b93866e867a2887b5d3bc3b + checksum: 10c0/ed451ed4483ca62cb450a7540e43ba99b816e32da7bd306d14ea49dd3ceb8a37f791578a0e5d21caf9b9f75c36c69e025c7add117cf8b0510ad3ef32ac38b08c languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^3.0.13": - version: 3.0.13 - resolution: "@smithy/eventstream-serde-universal@npm:3.0.13" +"@smithy/eventstream-serde-universal@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/eventstream-serde-universal@npm:4.0.1" dependencies: - "@smithy/eventstream-codec": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.2" + "@smithy/eventstream-codec": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/5eea197d6c6f2fc993bbd3499d71655bc14d597b95bda11f030c45871ae68a56472b58cee4c199a0f33bc7dd4caf437d74eafb836884c899a548dfd0b6776961 + checksum: 10c0/8a1261fca8df7559bf78234f961903281b8602ffdbe0ff25f506cba25f013e4bb93bd8380703224fe63aeaf66e13bfebbdaf8083f38628750fc5f3c4ee07dff8 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^4.1.2": - version: 4.1.2 - resolution: "@smithy/fetch-http-handler@npm:4.1.2" +"@smithy/fetch-http-handler@npm:^5.0.0, @smithy/fetch-http-handler@npm:^5.0.1": + version: 5.0.1 + resolution: "@smithy/fetch-http-handler@npm:5.0.1" dependencies: - "@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" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/querystring-builder": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-base64": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/6fd45737e236e4ac607013a174088e28f26b2a52b3eb3d410bfcbe289ef735b323bae2f5044b339e43c80305c33dca18c7b33dbaa5297f7b5604e0cb2cb8ec0c + checksum: 10c0/5123f6119de50d4c992ebf29b769382d7000db4ed8f564680c5727e2a8beb71664198eb2eaf7cb6152ab777f654d54cf9bff5a4658e1cfdeef2987eeea7f1149 languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^3.1.10": - version: 3.1.10 - resolution: "@smithy/hash-blob-browser@npm:3.1.10" +"@smithy/hash-blob-browser@npm:^4.0.0": + version: 4.0.1 + resolution: "@smithy/hash-blob-browser@npm:4.0.1" dependencies: - "@smithy/chunked-blob-reader": "npm:^4.0.0" - "@smithy/chunked-blob-reader-native": "npm:^3.0.1" - "@smithy/types": "npm:^3.7.2" + "@smithy/chunked-blob-reader": "npm:^5.0.0" + "@smithy/chunked-blob-reader-native": "npm:^4.0.0" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/206eb5200f6d678f81cd8811cbd9e938a62256bce188503d25534a1df3d97c489420bee32cc61e634a00f9d0129c7683bca64428f7955e9c4f174df1db185cee + checksum: 10c0/16c61fe0ff52074aa374a439955f0ea0a6c6fb64744b55c840f29db1da05cefb340a6d1d4b2a7708ca6f447e972015a95bdfef4fc5361d0bc7c2c3b5cd4c1ca8 languageName: node linkType: hard -"@smithy/hash-node@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/hash-node@npm:3.0.11" +"@smithy/hash-node@npm:^4.0.0": + version: 4.0.1 + resolution: "@smithy/hash-node@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" - "@smithy/util-buffer-from": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-buffer-from": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/d0eb389976fac0667d9cd94eac5d0a16010198034ecb18180973974ced06952a73846a7b760a7c53e52d7fb3d9c2193bd0580afbefd675ca5620cf66ac14d1f7 + checksum: 10c0/d84be63a2c8a4aafa3b9f23ae76c9cf92a31fa7c49c85930424da1335259b29f6333c5c82d2e7bf689549290ffd0d995043c9ea6f05b0b2a8dfad1f649eac43f languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^3.1.10": - version: 3.1.10 - resolution: "@smithy/hash-stream-node@npm:3.1.10" +"@smithy/hash-stream-node@npm:^4.0.0": + version: 4.0.1 + resolution: "@smithy/hash-stream-node@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/ade9da919768d138010acf9487b8bcb18c91ba70312440322da06b75f9205bfcb8716d2fa9f3904b9d07e9d306e13b91e4f192bc8807e5a6e3f8bc77f193a4d3 + checksum: 10c0/c214460da504008905dff7c654cc8b49dfcb060fedef77e63fc36e3c71972be39b018e4a5618e3efb654a6b63a604975521c161ae4614d2580a4c821dfb6e1d5 languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/invalid-dependency@npm:3.0.11" +"@smithy/invalid-dependency@npm:^4.0.0": + version: 4.0.1 + resolution: "@smithy/invalid-dependency@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/7cba9b2ebfee068e5ddddfb0a89b87c70ab252e88b0bfb2967c5373187b754452e66487ad3a539095049f2a6f327e438105b781e18f9a1ba1eb898f78c25d5ba + checksum: 10c0/74bebdffb6845f6060eed482ad6e921df66af90d2f8c63f39a3bb334fa68a3e3aa8bd5cd7aa5f65628857e235e113895433895db910ba290633daa0df5725eb7 languageName: node linkType: hard @@ -4267,166 +4251,153 @@ __metadata: languageName: node linkType: hard -"@smithy/is-array-buffer@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/is-array-buffer@npm:3.0.0" +"@smithy/is-array-buffer@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/is-array-buffer@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/44710d94b9e6655ebc02169c149ea2bc5d5b9e509b6b39511cfe61bac571412290f4b9c743d61e395822f014021fcb709dbb533f2f717c1ac2d5a356696c22fd + checksum: 10c0/ae393fbd5944d710443cd5dd225d1178ef7fb5d6259c14f3e1316ec75e401bda6cf86f7eb98bfd38e5ed76e664b810426a5756b916702cbd418f0933e15e7a3b languageName: node linkType: hard -"@smithy/md5-js@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/md5-js@npm:3.0.11" +"@smithy/md5-js@npm:^4.0.0": + version: 4.0.1 + resolution: "@smithy/md5-js@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/6d5d13e27c0233079b2dba610d7744fba6528eb868c94a7a8d2eb8c4746bd327648016c473b7872eb4d55f6143b0253b472c91ab69e7bc2747c8f4f7212f9405 + checksum: 10c0/b5e3fa1d31832535b3a35d0a52ebf983da7cf1a1658b6a7f8bcc948cde808eb361696575d78e5e5df92f3c9b9569b5a1f2d1dff7b465d0a803fa901e0286599d languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^3.0.13": - version: 3.0.13 - resolution: "@smithy/middleware-content-length@npm:3.0.13" +"@smithy/middleware-content-length@npm:^4.0.0": + version: 4.0.1 + resolution: "@smithy/middleware-content-length@npm:4.0.1" dependencies: - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/b5a4a3d28543e2175f15f3b2df7faf4e34b5a295ffeb583333971a94cf7f769f998ffa42a66f2e56fb5c3c1590fc2d0b8880bf47251dc301c41ae81d0eebf07a + checksum: 10c0/3dfbfe658cc8636e9e923a10151a32c6234897c4a86856e55fe4fadc322b3f3e977e50d15553afcb34cadb213de2d95a82af9c8f735e758f4dc21a031e8ecb17 languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^3.2.6, @smithy/middleware-endpoint@npm:^3.2.7": - version: 3.2.7 - resolution: "@smithy/middleware-endpoint@npm:3.2.7" - dependencies: - "@smithy/core": "npm:^2.5.6" - "@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" +"@smithy/middleware-endpoint@npm:^4.0.0, @smithy/middleware-endpoint@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/middleware-endpoint@npm:4.0.1" + dependencies: + "@smithy/core": "npm:^3.1.0" + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" + "@smithy/util-middleware": "npm:^4.0.1" tslib: "npm:^2.6.2" - checksum: 10c0/bc197e4b63ea212c4a309dbc54f70096050b8b94d9e7961682d343fa35433319f121c7a09bd0ea92c1884c7255c9cc342988f6e17d943c8065c6ef331a35f55a + checksum: 10c0/b47425491804adbe1264a8d8fc1769104aa29a9951f77f1979d142ef46e436dd88901c72ee9d53276c6593bbb4f6d191c558ddc142653536cc61e80cc3c5ba34 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^3.0.31": - version: 3.0.32 - resolution: "@smithy/middleware-retry@npm:3.0.32" - dependencies: - "@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.2" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-retry": "npm:^3.0.11" +"@smithy/middleware-retry@npm:^4.0.0": + version: 4.0.1 + resolution: "@smithy/middleware-retry@npm:4.0.1" + dependencies: + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/service-error-classification": "npm:^4.0.1" + "@smithy/smithy-client": "npm:^4.1.0" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/bfb429fc101fe864bb1c78c1ffabd99eabb60b3a7c082b646cc8196356cffc577216a1fd10bc4be9ad349e7482c59fac004be375aa810845a7265649f00be4a2 - languageName: node - linkType: hard - -"@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.2" - tslib: "npm:^2.6.2" - checksum: 10c0/fae0ce5784ff77d2998652c11b18304d0a5a537853acffe683f06a505f995a21228c086f7a6a979218f81ff5aee8705ed38343b6f9db4540e90340b34f763f65 + checksum: 10c0/582aedcad5938f1372eb8200dd1be0b58f0aeadea2f13eac03cb0ed7f6264408fae0d004138dc32739a9077a49b64043ac2bd41bac3e40e7635ead906eea9622 languageName: node linkType: hard -"@smithy/middleware-stack@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/middleware-stack@npm:3.0.11" +"@smithy/middleware-serde@npm:^4.0.0, @smithy/middleware-serde@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/middleware-serde@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/39d943328735d70b1f29d565b014aaf9c96a2f95e33ab499284b70d48229b4304d35ab5b0df31971f868066f6996d5ee24083bcd71dff3892e9f5a595064c10f + checksum: 10c0/b133aa4b5c98da47a38225310ba2e6feea712d98f8ccae81825c1eec5a006214dbbb4b89415b9ad644f9cbcabe5461f84032cf4a3d0d68b705b9a73e29af80e2 languageName: node linkType: hard -"@smithy/node-config-provider@npm:^3.1.12": - version: 3.1.12 - resolution: "@smithy/node-config-provider@npm:3.1.12" +"@smithy/middleware-stack@npm:^4.0.0, @smithy/middleware-stack@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/middleware-stack@npm:4.0.1" dependencies: - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/e00b47e749233df6d98287176c8b6cf69287aaab593e5e97b365da8d2781a3478178cab1ad3c68c997efe41a9653960e5615c2cab368e677f05a3acc16e958e5 + checksum: 10c0/b7f710e263e37a8c80c8d31c7d8fe5f66dec2955cde412054eefcc8df53905e1e2e53a01fd7930eb82c82a3a28eadd00e69f07dfc6e793b1d9272db58a982e9b languageName: node linkType: hard -"@smithy/node-http-handler@npm:^3.3.2": - version: 3.3.2 - resolution: "@smithy/node-http-handler@npm:3.3.2" +"@smithy/node-config-provider@npm:^4.0.0, @smithy/node-config-provider@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/node-config-provider@npm:4.0.1" dependencies: - "@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" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/8229f61d83df62d68f94e816520b368e9f8566426741a05134c650ee65079eddd235faa01e046e71ca8238cfc911d0d0f48820b278ce5ba81a439435d1377222 + checksum: 10c0/f8d3b1fe91eeba41426ec57d62cfbeaed027650b5549fb2ba5bc889c1cfb7880d4fdb5a484d231b3fb2a9c9023c1f4e8907a5d18d75b3787481cde9f87c4d9cb languageName: node linkType: hard -"@smithy/node-http-handler@npm:^3.3.3": - version: 3.3.3 - resolution: "@smithy/node-http-handler@npm:3.3.3" +"@smithy/node-http-handler@npm:^4.0.0, @smithy/node-http-handler@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/node-http-handler@npm:4.0.1" dependencies: - "@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" + "@smithy/abort-controller": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/querystring-builder": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/b95ac887388f5698583855a430ca6e727bff4fc32bc4143debbdde70061685174fde132c0475f9a5128cf7522d553e108e859b41b01b3e58843f0f9cf48acd3e + checksum: 10c0/ab6181d6b4754f3c417abe5494807ac74a29fccd6a321d1240ba8ea9699df3d78ff204fa1a447d6415d8c523bf94ffa744d23e5f2608c63ae9cf827b6369c9d8 languageName: node linkType: hard -"@smithy/property-provider@npm:^3.1.11": - version: 3.1.11 - resolution: "@smithy/property-provider@npm:3.1.11" +"@smithy/property-provider@npm:^4.0.0, @smithy/property-provider@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/property-provider@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/7c8a9b567ff2ec33b021e718b9757c5492f0e6b4330793bb9726d4756312fb3e786fe636f26c56ddfcbea4f58dbf6c3452c0fd2ecce9193031151a4555602424 + checksum: 10c0/43960a6bdf25944e1cc9d4ee83bf45ab5641f7e2068c46d5015166c0f035b1752e03847d7c15d3c013f5f0467441c9c5a8d6a0428f5401988035867709e4dea3 languageName: node linkType: hard -"@smithy/protocol-http@npm:^4.1.8": - version: 4.1.8 - resolution: "@smithy/protocol-http@npm:4.1.8" +"@smithy/protocol-http@npm:^5.0.0, @smithy/protocol-http@npm:^5.0.1": + version: 5.0.1 + resolution: "@smithy/protocol-http@npm:5.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/490425e7329962ede034cf04911c80a2653011dc2b15b9b76a1553545bec84aeef1b70c9f0ab6c2adfc3502afec6f4cf38499dba211e9f81370d470f6e35ca0f + checksum: 10c0/87b157cc86c23f7199acad237e5e0cc309b18a2a4162dfd8f99609f6cca403f832b645535e58173e2933b4d96ec71f2df16d04e1bdcf52b7b0fcbdbc0067de93 languageName: node linkType: hard -"@smithy/querystring-builder@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/querystring-builder@npm:3.0.11" +"@smithy/querystring-builder@npm:^4.0.0, @smithy/querystring-builder@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/querystring-builder@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" - "@smithy/util-uri-escape": "npm:^3.0.0" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-uri-escape": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/77daf191c606178cc76f46739b4085660ed3036993a9c2274cb6b70a9ba29e000c33c3c093263a6a119e0a55f063d02a29806e1c90384e18f50a8c2bc0a1d7f0 + checksum: 10c0/21f39e3a79458d343f3dec76b38598c49a34a3c4d1d3c23b6c8895eae2b610fb3c704f995a1730599ef7a881216ea064a25bb7dc8abe5bb1ee50dc6078ad97a4 languageName: node linkType: hard -"@smithy/querystring-parser@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/querystring-parser@npm:3.0.11" +"@smithy/querystring-parser@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/querystring-parser@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/f5650eb44ff621308ea3e65de54f284e866812abc814fd4d36c432d7a0150e7a92cead604a8580bd12d108c6e78e019fb36eef30774b36086be1137c8d6846eb + checksum: 10c0/10e5aba13fbb9a602299fb92f02142e291ab5c7cd221e0ca542981414533e081abdd7442de335f2267ee4a9ff8eba4d7ba848455df50d2771f0ddb8b7d8f9d8b languageName: node linkType: hard @@ -4439,53 +4410,53 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/service-error-classification@npm:3.0.11" +"@smithy/service-error-classification@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/service-error-classification@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" - checksum: 10c0/a3e7cb55989f2f7aaca170a8b56187bab35ab2ef7c4199b145aa7e2d02b130d9e779c92e25805415a6a2e4ec4c67f0355f640281e4cf24f0e92f71f2eca32e9f + "@smithy/types": "npm:^4.1.0" + checksum: 10c0/de015fd140bf4e97da34a2283ce73971eb3b3aae53a257000dce0c99b8974a5e76bae9e517545ef58bd00ca8094c813cd1bcf0696c2c51e731418e2a769c744f languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^3.1.12": - version: 3.1.12 - resolution: "@smithy/shared-ini-file-loader@npm:3.1.12" +"@smithy/shared-ini-file-loader@npm:^4.0.0, @smithy/shared-ini-file-loader@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/shared-ini-file-loader@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/8dc647cc697977bb6fd9d6d0efa51a42b811c2da11d6a73f07a9713a73ad795458d68e5fef9d2e66b45310de9f55dbace6ebb1d12f2551fc6a75aa0ceadced5f + checksum: 10c0/0f0173dbe61c8dac6847cc2c5115db5f1292c956c7f0559ce7bc8e5ed196a4b102977445ee1adb72206a15226a1098cdea01e92aa8ce19f4343f1135e7d37bcf languageName: node linkType: hard -"@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.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-uri-escape": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" +"@smithy/signature-v4@npm:^5.0.0": + version: 5.0.1 + resolution: "@smithy/signature-v4@npm:5.0.1" + dependencies: + "@smithy/is-array-buffer": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-uri-escape": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/a75450f508cec1cff56f22c4b81f51faec48474648bb4deadc28eb16f7c9bac7623b55733429169c1eaf85129c57c168dc41f0a5ceef0b2c031f4b08c49c1315 + checksum: 10c0/a7f118642c9641f813098faad355fc5b54ae215fec589fb238d72d44149248c02e32dcfe034000f151ab665450542df88c70d269f9a3233e01a905ec03512514 languageName: node linkType: hard -"@smithy/smithy-client@npm:^3.5.1, @smithy/smithy-client@npm:^3.5.2": - version: 3.5.2 - resolution: "@smithy/smithy-client@npm:3.5.2" - dependencies: - "@smithy/core": "npm:^2.5.6" - "@smithy/middleware-endpoint": "npm:^3.2.7" - "@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.3" +"@smithy/smithy-client@npm:^4.0.0, @smithy/smithy-client@npm:^4.1.0": + version: 4.1.0 + resolution: "@smithy/smithy-client@npm:4.1.0" + dependencies: + "@smithy/core": "npm:^3.1.0" + "@smithy/middleware-endpoint": "npm:^4.0.1" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-stream": "npm:^4.0.1" tslib: "npm:^2.6.2" - checksum: 10c0/8cacf513141c31b40e9a3839fe46736b9f54c4dc328536e2c0310edbbb2b43c386dc019d121252b6c6365015e08b11caf327d04e1d4704b102b04c785f2589b0 + checksum: 10c0/14a8f52dba92eb324604ba9abc78f03eb79e64d77fc6df720cb6d01e06eaa7d27c71e8485b32103945cdcf12cb81baf8dc9986dde5d1c8d20855b032fade57a6 languageName: node linkType: hard @@ -4507,52 +4478,52 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^3.7.2": - version: 3.7.2 - resolution: "@smithy/types@npm:3.7.2" +"@smithy/types@npm:^4.0.0, @smithy/types@npm:^4.1.0": + version: 4.1.0 + resolution: "@smithy/types@npm:4.1.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/4bf4674c922c092f9c92b482b074163ceea199e82466ccd4414c4cd9651f67757456414f969e9997371250e112778b636115727b5af53324334300f328069293 + checksum: 10c0/d8817145ea043c5b29783df747ed47c3a1c584fd9d02bbdb609d38b7cb4dded1197ac214ae112744c86abe0537a314dae0edbc0e752bb639ef2d9fb84c67a9d9 languageName: node linkType: hard -"@smithy/url-parser@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/url-parser@npm:3.0.11" +"@smithy/url-parser@npm:^4.0.0, @smithy/url-parser@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/url-parser@npm:4.0.1" dependencies: - "@smithy/querystring-parser": "npm:^3.0.11" - "@smithy/types": "npm:^3.7.2" + "@smithy/querystring-parser": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/9960d5db786d61f94bf1afe689fa763fbdbbb50f4d896019cac18cb0784bcda6a40a1bcb50040b7932f7722c4760e94e88b329acd2fe99a327f131103b1e3a90 + checksum: 10c0/fc969b55857b3bcdc920f54bbb9b0c88b5c7695ac7100bea1c7038fd4c9a09ebe0fbb38c4839d39acea28da0d8cb4fea71ffbf362d8aec295acbb94c1b45fc86 languageName: node linkType: hard -"@smithy/util-base64@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-base64@npm:3.0.0" +"@smithy/util-base64@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-base64@npm:4.0.0" dependencies: - "@smithy/util-buffer-from": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/util-buffer-from": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/5c05c3505bd1ac4c1e04ec0e22ad1c9e0c61756945735861614f9e46146369a1a112dd0895602475822c18b8f1fe0cc3fb9e45c99a4e7fb03308969c673cf043 + checksum: 10c0/ad18ec66cc357c189eef358d96876b114faf7086b13e47e009b265d0ff80cec046052500489c183957b3a036768409acdd1a373e01074cc002ca6983f780cffc languageName: node linkType: hard -"@smithy/util-body-length-browser@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-body-length-browser@npm:3.0.0" +"@smithy/util-body-length-browser@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-body-length-browser@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/cfb595e814334fe7bb78e8381141cc7364f66bff0c1d672680f4abb99361ef66fbdb9468fa1dbabcd5753254b2b05c59c907fa9d600b36e6e4b8423eccf412f7 + checksum: 10c0/574a10934024a86556e9dcde1a9776170284326c3dfcc034afa128cc5a33c1c8179fca9cfb622ef8be5f2004316cc3f427badccceb943e829105536ec26306d9 languageName: node linkType: hard -"@smithy/util-body-length-node@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-body-length-node@npm:3.0.0" +"@smithy/util-body-length-node@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-body-length-node@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/6f779848e7c81051364cf6e40ed61034a06fa8df3480398528baae54d9b69622abc7d068869e33dbe51fef2bbc6fda3f548ac59644a0f10545a54c87bc3a4391 + checksum: 10c0/e91fd3816767606c5f786166ada26440457fceb60f96653b3d624dcf762a8c650e513c275ff3f647cb081c63c283cc178853a7ed9aa224abc8ece4eeeef7a1dd languageName: node linkType: hard @@ -4566,132 +4537,116 @@ __metadata: languageName: node linkType: hard -"@smithy/util-buffer-from@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-buffer-from@npm:3.0.0" +"@smithy/util-buffer-from@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-buffer-from@npm:4.0.0" dependencies: - "@smithy/is-array-buffer": "npm:^3.0.0" + "@smithy/is-array-buffer": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b10fb81ef34f95418f27c9123c2c1774e690dd447e8064184688c553156bdec46d2ba1b1ae3bad7edd2b58a5ef32ac569e1ad814b36e7ee05eba10526d329983 + checksum: 10c0/be7cd33b6cb91503982b297716251e67cdca02819a15797632091cadab2dc0b4a147fff0709a0aa9bbc0b82a2644a7ed7c8afdd2194d5093cee2e9605b3a9f6f languageName: node linkType: hard -"@smithy/util-config-provider@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-config-provider@npm:3.0.0" +"@smithy/util-config-provider@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-config-provider@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/a2c25eac31223eddea306beff2bb3c32e8761f8cb50e8cb2a9d61417a5040e9565dc715a655787e99a37465fdd35bbd0668ff36e06043a5f6b7be48a76974792 + checksum: 10c0/cd9498d5f77a73aadd575084bcb22d2bb5945bac4605d605d36f2efe3f165f2b60f4dc88b7a62c2ed082ffa4b2c2f19621d0859f18399edbc2b5988d92e4649f languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^3.0.31": - version: 3.0.32 - resolution: "@smithy/util-defaults-mode-browser@npm:3.0.32" +"@smithy/util-defaults-mode-browser@npm:^4.0.0": + version: 4.0.1 + resolution: "@smithy/util-defaults-mode-browser@npm:4.0.1" dependencies: - "@smithy/property-provider": "npm:^3.1.11" - "@smithy/smithy-client": "npm:^3.5.2" - "@smithy/types": "npm:^3.7.2" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/smithy-client": "npm:^4.1.0" + "@smithy/types": "npm:^4.1.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/71a2e16219c14d0eead0e563dd2ce244778d22518a1a438a7c97e2fca2f2974fa06441fbfe068885422b5304e9499e1ea9be92bae28c509a1dc19b9d47bc1a98 + checksum: 10c0/4aa00a339095e9651d34950aadddc474c46c15e48b14e1835bd58ee95aa235584118bf5a626d8934021dd2a7a485ba3b5ef2e3126c49ca4df3d8044150fb76c6 languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^3.0.31": - version: 3.0.32 - resolution: "@smithy/util-defaults-mode-node@npm:3.0.32" - dependencies: - "@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.2" - "@smithy/types": "npm:^3.7.2" +"@smithy/util-defaults-mode-node@npm:^4.0.0": + version: 4.0.1 + resolution: "@smithy/util-defaults-mode-node@npm:4.0.1" + dependencies: + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/credential-provider-imds": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/smithy-client": "npm:^4.1.0" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/de7b29b9f2f1b9ca2eed8e7b30d0ab06423d184f6017d004d11e77ab3993272573119e867ccc4bfd6779b913a1ab032a638937ff91d03eec5dafbfdcf3b3ddbe + checksum: 10c0/e8d846194042cd49f377e78feafc20e4aa5840a4340b54b46a5fd95975cf42aae07606f796855be9e5b0e0569343031f388b098f398d015423f9ee3291e2609b languageName: node linkType: hard -"@smithy/util-endpoints@npm:^2.1.7": - version: 2.1.7 - resolution: "@smithy/util-endpoints@npm:2.1.7" +"@smithy/util-endpoints@npm:^3.0.0": + version: 3.0.1 + resolution: "@smithy/util-endpoints@npm:3.0.1" dependencies: - "@smithy/node-config-provider": "npm:^3.1.12" - "@smithy/types": "npm:^3.7.2" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/a14f25c60f0e1b37848d7e149530366c0568aa9edc8cfc050b995874688c75cd826f5c0bba91ae3d5b9922ee02af09d204165d9ebe8643363f57fe0ad1ae2213 + checksum: 10c0/fed80f300e6a6e69873e613cdd12f640d33a19fc09a41e3afd536f7ea36f7785edd96fbd0402b6980a0e5dfc9bcb8b37f503d522b4ef317f31f4fd0100c466ff languageName: node linkType: hard -"@smithy/util-hex-encoding@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-hex-encoding@npm:3.0.0" +"@smithy/util-hex-encoding@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-hex-encoding@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/d2fa7270853cc8f22c4f4635c72bf52e303731a68a3999e3ea9da1d38b6bf08c0f884e7d20b65741e3bc68bb3821e1abd1c3406d7a3dce8fc02df019aea59162 + checksum: 10c0/70dbb3aa1a79aff3329d07a66411ff26398df338bdd8a6d077b438231afe3dc86d9a7022204baddecd8bc633f059d5c841fa916d81dd7447ea79b64148f386d2 languageName: node linkType: hard -"@smithy/util-middleware@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/util-middleware@npm:3.0.11" +"@smithy/util-middleware@npm:^4.0.0, @smithy/util-middleware@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/util-middleware@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/983a329b0f9abc62ddbcda7227acf2b1aa5c7c1bb06c5b1de78353cc565d3b1817607491be7d067753877a05ea4e3f648f84b8bd9600de6454713f1ac35e56ba + checksum: 10c0/1dd2b058f392fb6788809f14c2c1d53411f79f6e9f88b515ffd36792f9f5939fe4af96fb5b0486a3d0cd30181783b7a5393dce2e8b83ba62db7c6d3af6572eff languageName: node linkType: hard -"@smithy/util-retry@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/util-retry@npm:3.0.11" +"@smithy/util-retry@npm:^4.0.0, @smithy/util-retry@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/util-retry@npm:4.0.1" dependencies: - "@smithy/service-error-classification": "npm:^3.0.11" - "@smithy/types": "npm:^3.7.2" + "@smithy/service-error-classification": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/df71c62b696a6551c2a1454d673740e58eaefcb822a9633a1bacb82464b3fed15cb7b91ed68b20661d024228d3f25ee49b5f54b51c711f7c2d7a2b802dde760a + checksum: 10c0/93ef89572651b8a30b9a648292660ae9532508ec6d2577afc62e1d9125fe6d14086e0f70a2981bf9f12256b41a57152368b5ed839cdd2df47ba78dd005615173 languageName: node linkType: hard -"@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.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/13d2c7f2209e3f1b2e94c48ca17b82e4080851613673ad29bcea1435688866509132f774269a78c8ed2b6bddc732f59bb17e678e246f678618c552eaad22c84a - languageName: node - linkType: hard - -"@smithy/util-stream@npm:^3.3.3": - version: 3.3.3 - resolution: "@smithy/util-stream@npm:3.3.3" - dependencies: - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/node-http-handler": "npm:^3.3.3" - "@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" +"@smithy/util-stream@npm:^4.0.0, @smithy/util-stream@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/util-stream@npm:4.0.1" + dependencies: + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/node-http-handler": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-buffer-from": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/cadcf9e0b03affd89a0adfa47a61d9a6b9c226a7e794ed8fbe16be674ed44cb2ee1f97b1a4f5e26aad102e381caed51a43bcfec3dfb67d7cbeac2289d53394b9 + checksum: 10c0/066d54981bc2d4aa5aa4026b88a5bfd79605c57c86c279c1811735d9f7fdd0e0fecacaecb727679d360101d5f31f5d68b463ce76fd8f25a38b274bfa62a6c7a5 languageName: node linkType: hard -"@smithy/util-uri-escape@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-uri-escape@npm:3.0.0" +"@smithy/util-uri-escape@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-uri-escape@npm:4.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/b8d831348412cfafd9300069e74a12e0075b5e786d7ef6a210ba4ab576001c2525653eec68b71dfe6d7aef71c52f547404c4f0345c0fb476a67277f9d44b1156 + checksum: 10c0/23984624060756adba8aa4ab1693fe6b387ee5064d8ec4dfd39bb5908c4ee8b9c3f2dc755da9b07505d8e3ce1338c1867abfa74158931e4728bf3cfcf2c05c3d languageName: node linkType: hard @@ -4705,24 +4660,24 @@ __metadata: languageName: node linkType: hard -"@smithy/util-utf8@npm:^3.0.0": - version: 3.0.0 - resolution: "@smithy/util-utf8@npm:3.0.0" +"@smithy/util-utf8@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-utf8@npm:4.0.0" dependencies: - "@smithy/util-buffer-from": "npm:^3.0.0" + "@smithy/util-buffer-from": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b568ed84b4770d2ae9b632eb85603765195a791f045af7f47df1369dc26b001056f4edf488b42ca1cd6d852d0155ad306a0d6531e912cb4e633c0d87abaa8899 + checksum: 10c0/28a5a5372cbf0b3d2e32dd16f79b04c2aec6f704cf13789db922e9686fde38dde0171491cfa4c2c201595d54752a319faaeeed3c325329610887694431e28c98 languageName: node linkType: hard -"@smithy/util-waiter@npm:^3.2.0": - version: 3.2.0 - resolution: "@smithy/util-waiter@npm:3.2.0" +"@smithy/util-waiter@npm:^4.0.0": + version: 4.0.2 + resolution: "@smithy/util-waiter@npm:4.0.2" dependencies: - "@smithy/abort-controller": "npm:^3.1.9" - "@smithy/types": "npm:^3.7.2" + "@smithy/abort-controller": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/9b4a2a9f254f8218909dcc1586d3ea4026b5efc261b948f6ca89e240c317264ac93aaf66a5a8ee07ce2b6733d531179bb25d8ffcb8a0d4016ae2f81d32e45669 + checksum: 10c0/36ee71b41923ae58d9246745e3b7497fe45577dbb97f6e15dd07b4fddb4f82f32e0b7604c7b388fc92d5cbe49d9499998eda979a77a4a770c1b25686a5aed4ce languageName: node linkType: hard