From d7c38a759eeaaf6eff29a3d6f61d84d0d5bd5a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:28:46 +0000 Subject: [PATCH] fix(lambda): bump the aws group in /lambdas with 6 updates Bumps the aws group in /lambdas with 6 updates: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2) | `3.933.0` | `3.934.0` | | [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.933.0` | `3.934.0` | | [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.933.0` | `3.934.0` | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.933.0` | `3.934.0` | | [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.933.0` | `3.934.0` | | [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.933.0` | `3.934.0` | Updates `@aws-sdk/client-ec2` from 3.933.0 to 3.934.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ec2/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.934.0/clients/client-ec2) Updates `@aws-sdk/client-ssm` from 3.933.0 to 3.934.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.934.0/clients/client-ssm) Updates `@aws-sdk/client-sqs` from 3.933.0 to 3.934.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.934.0/clients/client-sqs) Updates `@aws-sdk/client-s3` from 3.933.0 to 3.934.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.934.0/clients/client-s3) Updates `@aws-sdk/lib-storage` from 3.933.0 to 3.934.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.934.0/lib/lib-storage) Updates `@aws-sdk/client-eventbridge` from 3.933.0 to 3.934.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-eventbridge/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.934.0/clients/client-eventbridge) --- updated-dependencies: - dependency-name: "@aws-sdk/client-ec2" dependency-version: 3.934.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-ssm" dependency-version: 3.934.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-sqs" dependency-version: 3.934.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.934.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/lib-storage" dependency-version: 3.934.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-eventbridge" dependency-version: 3.934.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] --- .../functions/ami-housekeeper/package.json | 4 +- lambdas/functions/control-plane/package.json | 4 +- .../functions/gh-agent-syncer/package.json | 4 +- .../termination-watcher/package.json | 2 +- lambdas/functions/webhook/package.json | 4 +- lambdas/libs/aws-ssm-util/package.json | 2 +- lambdas/yarn.lock | 803 +++++++++--------- 7 files changed, 425 insertions(+), 398 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 1415aa6648..8107e367c8 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -26,8 +26,8 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-ec2": "^3.930.0", - "@aws-sdk/client-ssm": "^3.930.0", + "@aws-sdk/client-ec2": "^3.934.0", + "@aws-sdk/client-ssm": "^3.934.0", "cron-parser": "^5.4.0" }, "nx": { diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index efd15f7cd7..adea74c329 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -33,8 +33,8 @@ "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", "@aws-lambda-powertools/parameters": "^2.28.1", - "@aws-sdk/client-ec2": "^3.930.0", - "@aws-sdk/client-sqs": "^3.930.0", + "@aws-sdk/client-ec2": "^3.934.0", + "@aws-sdk/client-sqs": "^3.934.0", "@middy/core": "^6.4.5", "@octokit/auth-app": "8.1.2", "@octokit/core": "7.0.6", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index a853908d00..83f0a80189 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -28,8 +28,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-s3": "^3.930.0", - "@aws-sdk/lib-storage": "^3.930.0", + "@aws-sdk/client-s3": "^3.934.0", + "@aws-sdk/lib-storage": "^3.934.0", "@middy/core": "^6.4.5", "@octokit/rest": "22.0.1", "axios": "^1.13.2" diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 751b3060f5..3182ada2f5 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ec2": "^3.930.0", + "@aws-sdk/client-ec2": "^3.934.0", "@middy/core": "^6.4.5" }, "nx": { diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 5654816c6d..bd4005c599 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -17,7 +17,7 @@ "all": "yarn build && yarn format && yarn lint && yarn test" }, "devDependencies": { - "@aws-sdk/client-eventbridge": "^3.930.0", + "@aws-sdk/client-eventbridge": "^3.934.0", "@octokit/webhooks-types": "^7.6.1", "@types/aws-lambda": "^8.10.155", "@types/express": "^5.0.3", @@ -30,7 +30,7 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-sqs": "^3.930.0", + "@aws-sdk/client-sqs": "^3.934.0", "@middy/core": "^6.4.5", "@octokit/rest": "22.0.1", "@octokit/types": "^16.0.0", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index f239a9b9a8..a32c6f19cc 100644 --- a/lambdas/libs/aws-ssm-util/package.json +++ b/lambdas/libs/aws-ssm-util/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ssm": "^3.930.0" + "@aws-sdk/client-ssm": "^3.934.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 54017729e6..1fc18b9104 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -103,8 +103,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.930.0" - "@aws-sdk/client-ssm": "npm:^3.930.0" + "@aws-sdk/client-ec2": "npm:^3.934.0" + "@aws-sdk/client-ssm": "npm:^3.934.0" "@aws-sdk/types": "npm:^3.930.0" "@types/aws-lambda": "npm:^8.10.155" "@vercel/ncc": "npm:^0.38.4" @@ -133,7 +133,7 @@ __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.930.0" + "@aws-sdk/client-ssm": "npm:^3.934.0" "@aws-sdk/types": "npm:^3.930.0" "@types/aws-lambda": "npm:^8.10.155" "@types/node": "npm:^22.19.0" @@ -149,8 +149,8 @@ __metadata: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" "@aws-lambda-powertools/parameters": "npm:^2.28.1" - "@aws-sdk/client-ec2": "npm:^3.930.0" - "@aws-sdk/client-sqs": "npm:^3.930.0" + "@aws-sdk/client-ec2": "npm:^3.934.0" + "@aws-sdk/client-sqs": "npm:^3.934.0" "@aws-sdk/types": "npm:^3.930.0" "@middy/core": "npm:^6.4.5" "@octokit/auth-app": "npm:8.1.2" @@ -176,8 +176,8 @@ __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.930.0" - "@aws-sdk/lib-storage": "npm:^3.930.0" + "@aws-sdk/client-s3": "npm:^3.934.0" + "@aws-sdk/lib-storage": "npm:^3.934.0" "@aws-sdk/types": "npm:^3.930.0" "@middy/core": "npm:^6.4.5" "@octokit/rest": "npm:22.0.1" @@ -197,7 +197,7 @@ __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.930.0" + "@aws-sdk/client-ec2": "npm:^3.934.0" "@aws-sdk/types": "npm:^3.930.0" "@middy/core": "npm:^6.4.5" "@types/aws-lambda": "npm:^8.10.155" @@ -214,8 +214,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-eventbridge": "npm:^3.930.0" - "@aws-sdk/client-sqs": "npm:^3.930.0" + "@aws-sdk/client-eventbridge": "npm:^3.934.0" + "@aws-sdk/client-sqs": "npm:^3.934.0" "@middy/core": "npm:^6.4.5" "@octokit/rest": "npm:22.0.1" "@octokit/types": "npm:^16.0.0" @@ -315,130 +315,130 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.930.0": - version: 3.933.0 - resolution: "@aws-sdk/client-ec2@npm:3.933.0" +"@aws-sdk/client-ec2@npm:^3.934.0": + version: 3.938.0 + resolution: "@aws-sdk/client-ec2@npm:3.938.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/credential-provider-node": "npm:3.933.0" - "@aws-sdk/middleware-host-header": "npm:3.930.0" - "@aws-sdk/middleware-logger": "npm:3.930.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.933.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.930.0" - "@aws-sdk/middleware-user-agent": "npm:3.932.0" - "@aws-sdk/region-config-resolver": "npm:3.930.0" - "@aws-sdk/types": "npm:3.930.0" - "@aws-sdk/util-endpoints": "npm:3.930.0" - "@aws-sdk/util-user-agent-browser": "npm:3.930.0" - "@aws-sdk/util-user-agent-node": "npm:3.932.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/credential-provider-node": "npm:3.936.0" + "@aws-sdk/middleware-host-header": "npm:3.936.0" + "@aws-sdk/middleware-logger": "npm:3.936.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.936.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.936.0" + "@aws-sdk/middleware-user-agent": "npm:3.936.0" + "@aws-sdk/region-config-resolver": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-endpoints": "npm:3.936.0" + "@aws-sdk/util-user-agent-browser": "npm:3.936.0" + "@aws-sdk/util-user-agent-node": "npm:3.936.0" "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.2" + "@smithy/core": "npm:^3.18.5" "@smithy/fetch-http-handler": "npm:^5.3.6" "@smithy/hash-node": "npm:^4.2.5" "@smithy/invalid-dependency": "npm:^4.2.5" "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.9" - "@smithy/middleware-retry": "npm:^4.4.9" - "@smithy/middleware-serde": "npm:^4.2.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" + "@smithy/middleware-retry": "npm:^4.4.12" + "@smithy/middleware-serde": "npm:^4.2.6" "@smithy/middleware-stack": "npm:^4.2.5" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/node-http-handler": "npm:^4.4.5" "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.5" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" "@smithy/url-parser": "npm:^4.2.5" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.8" - "@smithy/util-defaults-mode-node": "npm:^4.2.11" + "@smithy/util-defaults-mode-browser": "npm:^4.3.11" + "@smithy/util-defaults-mode-node": "npm:^4.2.14" "@smithy/util-endpoints": "npm:^3.2.5" "@smithy/util-middleware": "npm:^4.2.5" "@smithy/util-retry": "npm:^4.2.5" "@smithy/util-utf8": "npm:^4.2.0" "@smithy/util-waiter": "npm:^4.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/4f3161263c8767a185aa088bdd92715beef1a52ddd4b6dd2eb9c856428d3462a2753b2fed122bf7035232bdd5d3e225f1cdc576677dccea590bd4cc97c63d4c0 + checksum: 10c0/6a33ec4c59a16410e9507bb2003e9c96316f69d94a0a4c9a02d4c438c751f233673f4a2cf24ee722f1497d2fd17c5685aee0556ef964f3fc09d1197b3af855f5 languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.930.0": - version: 3.933.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.933.0" +"@aws-sdk/client-eventbridge@npm:^3.934.0": + version: 3.936.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.936.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/credential-provider-node": "npm:3.933.0" - "@aws-sdk/middleware-host-header": "npm:3.930.0" - "@aws-sdk/middleware-logger": "npm:3.930.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.933.0" - "@aws-sdk/middleware-user-agent": "npm:3.932.0" - "@aws-sdk/region-config-resolver": "npm:3.930.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.932.0" - "@aws-sdk/types": "npm:3.930.0" - "@aws-sdk/util-endpoints": "npm:3.930.0" - "@aws-sdk/util-user-agent-browser": "npm:3.930.0" - "@aws-sdk/util-user-agent-node": "npm:3.932.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/credential-provider-node": "npm:3.936.0" + "@aws-sdk/middleware-host-header": "npm:3.936.0" + "@aws-sdk/middleware-logger": "npm:3.936.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.936.0" + "@aws-sdk/middleware-user-agent": "npm:3.936.0" + "@aws-sdk/region-config-resolver": "npm:3.936.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-endpoints": "npm:3.936.0" + "@aws-sdk/util-user-agent-browser": "npm:3.936.0" + "@aws-sdk/util-user-agent-node": "npm:3.936.0" "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.2" + "@smithy/core": "npm:^3.18.5" "@smithy/fetch-http-handler": "npm:^5.3.6" "@smithy/hash-node": "npm:^4.2.5" "@smithy/invalid-dependency": "npm:^4.2.5" "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.9" - "@smithy/middleware-retry": "npm:^4.4.9" - "@smithy/middleware-serde": "npm:^4.2.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" + "@smithy/middleware-retry": "npm:^4.4.12" + "@smithy/middleware-serde": "npm:^4.2.6" "@smithy/middleware-stack": "npm:^4.2.5" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/node-http-handler": "npm:^4.4.5" "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.5" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" "@smithy/url-parser": "npm:^4.2.5" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.8" - "@smithy/util-defaults-mode-node": "npm:^4.2.11" + "@smithy/util-defaults-mode-browser": "npm:^4.3.11" + "@smithy/util-defaults-mode-node": "npm:^4.2.14" "@smithy/util-endpoints": "npm:^3.2.5" "@smithy/util-middleware": "npm:^4.2.5" "@smithy/util-retry": "npm:^4.2.5" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/e48b91ba4c9d873be2a5fd816a650cfc55f126647bd6b7a36a4cbe808555f9b8d557e4176d83ed3b510490e2c2e03e4af25933d737d164fb6d3ab8eeb8772a72 + checksum: 10c0/6d77a28b363077de0d5bbf8ad8f0b1ee5991dfe631c704468ebe348b519a6c3d3eb49cb1ca61a39ac8a2327de0f116339ac886d6b3dabd0222f795b473145082 languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.930.0": - version: 3.933.0 - resolution: "@aws-sdk/client-s3@npm:3.933.0" +"@aws-sdk/client-s3@npm:^3.934.0": + version: 3.937.0 + resolution: "@aws-sdk/client-s3@npm:3.937.0" dependencies: "@aws-crypto/sha1-browser": "npm:5.2.0" "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/credential-provider-node": "npm:3.933.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.930.0" - "@aws-sdk/middleware-expect-continue": "npm:3.930.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.932.0" - "@aws-sdk/middleware-host-header": "npm:3.930.0" - "@aws-sdk/middleware-location-constraint": "npm:3.930.0" - "@aws-sdk/middleware-logger": "npm:3.930.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.933.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.932.0" - "@aws-sdk/middleware-ssec": "npm:3.930.0" - "@aws-sdk/middleware-user-agent": "npm:3.932.0" - "@aws-sdk/region-config-resolver": "npm:3.930.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.932.0" - "@aws-sdk/types": "npm:3.930.0" - "@aws-sdk/util-endpoints": "npm:3.930.0" - "@aws-sdk/util-user-agent-browser": "npm:3.930.0" - "@aws-sdk/util-user-agent-node": "npm:3.932.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/credential-provider-node": "npm:3.936.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.936.0" + "@aws-sdk/middleware-expect-continue": "npm:3.936.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.936.0" + "@aws-sdk/middleware-host-header": "npm:3.936.0" + "@aws-sdk/middleware-location-constraint": "npm:3.936.0" + "@aws-sdk/middleware-logger": "npm:3.936.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.936.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.936.0" + "@aws-sdk/middleware-ssec": "npm:3.936.0" + "@aws-sdk/middleware-user-agent": "npm:3.936.0" + "@aws-sdk/region-config-resolver": "npm:3.936.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-endpoints": "npm:3.936.0" + "@aws-sdk/util-user-agent-browser": "npm:3.936.0" + "@aws-sdk/util-user-agent-node": "npm:3.936.0" "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.2" + "@smithy/core": "npm:^3.18.5" "@smithy/eventstream-serde-browser": "npm:^4.2.5" "@smithy/eventstream-serde-config-resolver": "npm:^4.3.5" "@smithy/eventstream-serde-node": "npm:^4.2.5" @@ -449,21 +449,21 @@ __metadata: "@smithy/invalid-dependency": "npm:^4.2.5" "@smithy/md5-js": "npm:^4.2.5" "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.9" - "@smithy/middleware-retry": "npm:^4.4.9" - "@smithy/middleware-serde": "npm:^4.2.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" + "@smithy/middleware-retry": "npm:^4.4.12" + "@smithy/middleware-serde": "npm:^4.2.6" "@smithy/middleware-stack": "npm:^4.2.5" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/node-http-handler": "npm:^4.4.5" "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.5" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" "@smithy/url-parser": "npm:^4.2.5" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.8" - "@smithy/util-defaults-mode-node": "npm:^4.2.11" + "@smithy/util-defaults-mode-browser": "npm:^4.3.11" + "@smithy/util-defaults-mode-node": "npm:^4.2.14" "@smithy/util-endpoints": "npm:^3.2.5" "@smithy/util-middleware": "npm:^4.2.5" "@smithy/util-retry": "npm:^4.2.5" @@ -471,344 +471,361 @@ __metadata: "@smithy/util-utf8": "npm:^4.2.0" "@smithy/util-waiter": "npm:^4.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/f57e3baa34a4b8e1160aa12fccd3abe14d5e37abcddc4d15f5ba818870fd144b76ed25da7594324935259e6f6daa63c898217ee494f1f6c184767f3047341d63 + checksum: 10c0/f9bdb7d52f0074170478cb6f407522c2de1b6f5d7a6a8a592af40c3d6d7989288078b5e51a58ad5db16ede96d8a1d0ee6e52033af48a528156021f1f416db5b7 languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.930.0": - version: 3.933.0 - resolution: "@aws-sdk/client-sqs@npm:3.933.0" +"@aws-sdk/client-sqs@npm:^3.934.0": + version: 3.936.0 + resolution: "@aws-sdk/client-sqs@npm:3.936.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/credential-provider-node": "npm:3.933.0" - "@aws-sdk/middleware-host-header": "npm:3.930.0" - "@aws-sdk/middleware-logger": "npm:3.930.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.933.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.930.0" - "@aws-sdk/middleware-user-agent": "npm:3.932.0" - "@aws-sdk/region-config-resolver": "npm:3.930.0" - "@aws-sdk/types": "npm:3.930.0" - "@aws-sdk/util-endpoints": "npm:3.930.0" - "@aws-sdk/util-user-agent-browser": "npm:3.930.0" - "@aws-sdk/util-user-agent-node": "npm:3.932.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/credential-provider-node": "npm:3.936.0" + "@aws-sdk/middleware-host-header": "npm:3.936.0" + "@aws-sdk/middleware-logger": "npm:3.936.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.936.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.936.0" + "@aws-sdk/middleware-user-agent": "npm:3.936.0" + "@aws-sdk/region-config-resolver": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-endpoints": "npm:3.936.0" + "@aws-sdk/util-user-agent-browser": "npm:3.936.0" + "@aws-sdk/util-user-agent-node": "npm:3.936.0" "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.2" + "@smithy/core": "npm:^3.18.5" "@smithy/fetch-http-handler": "npm:^5.3.6" "@smithy/hash-node": "npm:^4.2.5" "@smithy/invalid-dependency": "npm:^4.2.5" "@smithy/md5-js": "npm:^4.2.5" "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.9" - "@smithy/middleware-retry": "npm:^4.4.9" - "@smithy/middleware-serde": "npm:^4.2.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" + "@smithy/middleware-retry": "npm:^4.4.12" + "@smithy/middleware-serde": "npm:^4.2.6" "@smithy/middleware-stack": "npm:^4.2.5" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/node-http-handler": "npm:^4.4.5" "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.5" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" "@smithy/url-parser": "npm:^4.2.5" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.8" - "@smithy/util-defaults-mode-node": "npm:^4.2.11" + "@smithy/util-defaults-mode-browser": "npm:^4.3.11" + "@smithy/util-defaults-mode-node": "npm:^4.2.14" "@smithy/util-endpoints": "npm:^3.2.5" "@smithy/util-middleware": "npm:^4.2.5" "@smithy/util-retry": "npm:^4.2.5" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/69f392983453a8706009631015a6770a051b1fa122eb9b6e9600b23455b95298d6635075037f0b0dfed44c7a21cbb439d69eaecf2d77c9592971419340ece8bb + checksum: 10c0/7a626809fa3814d3cbd463deba96633c939bd3953365516387bb2b50777b108f663eeb7022e88d356dd03756a490699428bd29bfffb089760e9c21b8a1f7d4cb languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.930.0": - version: 3.933.0 - resolution: "@aws-sdk/client-ssm@npm:3.933.0" +"@aws-sdk/client-ssm@npm:^3.934.0": + version: 3.936.0 + resolution: "@aws-sdk/client-ssm@npm:3.936.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/credential-provider-node": "npm:3.933.0" - "@aws-sdk/middleware-host-header": "npm:3.930.0" - "@aws-sdk/middleware-logger": "npm:3.930.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.933.0" - "@aws-sdk/middleware-user-agent": "npm:3.932.0" - "@aws-sdk/region-config-resolver": "npm:3.930.0" - "@aws-sdk/types": "npm:3.930.0" - "@aws-sdk/util-endpoints": "npm:3.930.0" - "@aws-sdk/util-user-agent-browser": "npm:3.930.0" - "@aws-sdk/util-user-agent-node": "npm:3.932.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/credential-provider-node": "npm:3.936.0" + "@aws-sdk/middleware-host-header": "npm:3.936.0" + "@aws-sdk/middleware-logger": "npm:3.936.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.936.0" + "@aws-sdk/middleware-user-agent": "npm:3.936.0" + "@aws-sdk/region-config-resolver": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-endpoints": "npm:3.936.0" + "@aws-sdk/util-user-agent-browser": "npm:3.936.0" + "@aws-sdk/util-user-agent-node": "npm:3.936.0" "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.2" + "@smithy/core": "npm:^3.18.5" "@smithy/fetch-http-handler": "npm:^5.3.6" "@smithy/hash-node": "npm:^4.2.5" "@smithy/invalid-dependency": "npm:^4.2.5" "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.9" - "@smithy/middleware-retry": "npm:^4.4.9" - "@smithy/middleware-serde": "npm:^4.2.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" + "@smithy/middleware-retry": "npm:^4.4.12" + "@smithy/middleware-serde": "npm:^4.2.6" "@smithy/middleware-stack": "npm:^4.2.5" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/node-http-handler": "npm:^4.4.5" "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.5" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" "@smithy/url-parser": "npm:^4.2.5" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.8" - "@smithy/util-defaults-mode-node": "npm:^4.2.11" + "@smithy/util-defaults-mode-browser": "npm:^4.3.11" + "@smithy/util-defaults-mode-node": "npm:^4.2.14" "@smithy/util-endpoints": "npm:^3.2.5" "@smithy/util-middleware": "npm:^4.2.5" "@smithy/util-retry": "npm:^4.2.5" "@smithy/util-utf8": "npm:^4.2.0" "@smithy/util-waiter": "npm:^4.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/71ea987d7144605494d9835d75e2b34b3538b8b5adb20c0893e2d53b0fda0563d10f4d029c4bb5362d59de05213a2782c578e27d2577ef390c714023fda24b73 + checksum: 10c0/ea5b297fe626e27f674cd803d366a447df776e8cb05956da3748fbb8fb87e3553938b1338dd7982a977c18b8a2fd886a527e7dd4350d4898c26b7fcaf8e93da4 languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.933.0": - version: 3.933.0 - resolution: "@aws-sdk/client-sso@npm:3.933.0" +"@aws-sdk/client-sso@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/client-sso@npm:3.936.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/middleware-host-header": "npm:3.930.0" - "@aws-sdk/middleware-logger": "npm:3.930.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.933.0" - "@aws-sdk/middleware-user-agent": "npm:3.932.0" - "@aws-sdk/region-config-resolver": "npm:3.930.0" - "@aws-sdk/types": "npm:3.930.0" - "@aws-sdk/util-endpoints": "npm:3.930.0" - "@aws-sdk/util-user-agent-browser": "npm:3.930.0" - "@aws-sdk/util-user-agent-node": "npm:3.932.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/middleware-host-header": "npm:3.936.0" + "@aws-sdk/middleware-logger": "npm:3.936.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.936.0" + "@aws-sdk/middleware-user-agent": "npm:3.936.0" + "@aws-sdk/region-config-resolver": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-endpoints": "npm:3.936.0" + "@aws-sdk/util-user-agent-browser": "npm:3.936.0" + "@aws-sdk/util-user-agent-node": "npm:3.936.0" "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.2" + "@smithy/core": "npm:^3.18.5" "@smithy/fetch-http-handler": "npm:^5.3.6" "@smithy/hash-node": "npm:^4.2.5" "@smithy/invalid-dependency": "npm:^4.2.5" "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.9" - "@smithy/middleware-retry": "npm:^4.4.9" - "@smithy/middleware-serde": "npm:^4.2.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" + "@smithy/middleware-retry": "npm:^4.4.12" + "@smithy/middleware-serde": "npm:^4.2.6" "@smithy/middleware-stack": "npm:^4.2.5" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/node-http-handler": "npm:^4.4.5" "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.5" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" "@smithy/url-parser": "npm:^4.2.5" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.8" - "@smithy/util-defaults-mode-node": "npm:^4.2.11" + "@smithy/util-defaults-mode-browser": "npm:^4.3.11" + "@smithy/util-defaults-mode-node": "npm:^4.2.14" "@smithy/util-endpoints": "npm:^3.2.5" "@smithy/util-middleware": "npm:^4.2.5" "@smithy/util-retry": "npm:^4.2.5" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/668f1bcffe180f69a54df952cddd9455b675d3cc26095236154defb85838940241de8aca04c7d79139ff9bd5c418c25816678a0b5007f0a5206597a93b58538e + checksum: 10c0/5b86e09a7d64b8ff3559fa0ff253893549280c349adaefd92868c38e1fd8528b538947875d7a15843fb2d864978e288d87e8f5defcde4ec9c31871087aa187e8 languageName: node linkType: hard -"@aws-sdk/core@npm:3.932.0": - version: 3.932.0 - resolution: "@aws-sdk/core@npm:3.932.0" +"@aws-sdk/core@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/core@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/types": "npm:3.936.0" "@aws-sdk/xml-builder": "npm:3.930.0" - "@smithy/core": "npm:^3.18.2" + "@smithy/core": "npm:^3.18.5" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/property-provider": "npm:^4.2.5" "@smithy/protocol-http": "npm:^5.3.5" "@smithy/signature-v4": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.5" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-middleware": "npm:^4.2.5" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/6281fb602151029e79d2a11603a22259a9e3b8794a4ab2bda3378337dee53c773b6e71b7c9edabee6e1690c0f329f4203ba32e11b18eeb27e264782b8a939886 + checksum: 10c0/fd1e194e9e9b4bac9d3a61d7044bfb85fa61e210a2f64cc92a6310dad5f6031920664525c138a60b09ada0d59655d1d4ffc415e633a9900a89cb04f7d7f240b4 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.932.0": - version: 3.932.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.932.0" +"@aws-sdk/credential-provider-env@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/property-provider": "npm:^4.2.5" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/8e51df25ca4bcc130f91b38bf34463126319cbb3374546d1b70fd407d7d5f156bf790afd8c4f5201fffc6f3568e34d8d4c5693ec245f7178914ef961afbc5379 + checksum: 10c0/2a12b64625b75e8e0a533810f52ff19d67f5c17372bbbcf087664e8723a9938afd12af016cde7417441e5aa7759f7d96a39f8daeddeda1c2b89112bb77380ef8 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.932.0": - version: 3.932.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.932.0" +"@aws-sdk/credential-provider-http@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/fetch-http-handler": "npm:^5.3.6" "@smithy/node-http-handler": "npm:^4.4.5" "@smithy/property-provider": "npm:^4.2.5" "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.5" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" "@smithy/util-stream": "npm:^4.5.6" tslib: "npm:^2.6.2" - checksum: 10c0/9311976376f9572b1194c2ccc454da0390c3fe784177250542744a510fd3c0a40925b1a509d90f2520b38e53c3bffc5175e158dbe39e4c952752c55fca3d0fba + checksum: 10c0/692afe243b1077f75b01cb5eed74964931f88d4596c9e9f75c6b868f5564e5081f1a2c2b702d1f447a83d3c4423de3e56d550aa6c84f129d4ef4d2e7b41d69fb languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.933.0": - version: 3.933.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.933.0" +"@aws-sdk/credential-provider-ini@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/credential-provider-env": "npm:3.932.0" - "@aws-sdk/credential-provider-http": "npm:3.932.0" - "@aws-sdk/credential-provider-process": "npm:3.932.0" - "@aws-sdk/credential-provider-sso": "npm:3.933.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.933.0" - "@aws-sdk/nested-clients": "npm:3.933.0" - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/credential-provider-env": "npm:3.936.0" + "@aws-sdk/credential-provider-http": "npm:3.936.0" + "@aws-sdk/credential-provider-login": "npm:3.936.0" + "@aws-sdk/credential-provider-process": "npm:3.936.0" + "@aws-sdk/credential-provider-sso": "npm:3.936.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.936.0" + "@aws-sdk/nested-clients": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/credential-provider-imds": "npm:^4.2.5" "@smithy/property-provider": "npm:^4.2.5" "@smithy/shared-ini-file-loader": "npm:^4.4.0" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/af4eb701282c8e49810154118c11aa64d507e93f60619153455d9aa0ecd53d973e4742b7f4ad844d28a9e96d697279919f1f3086d977093c6fee71c00060866a + checksum: 10c0/ff35034cbacca404dab5afc2c560bfe6ef3966846d4f62451eabec23b98e89def2522974ca193940ef2f0d6c6f3828f86a43a521665d8eb56cc16119ea273715 languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.933.0": - version: 3.933.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.933.0" +"@aws-sdk/credential-provider-login@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-login@npm:3.936.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.932.0" - "@aws-sdk/credential-provider-http": "npm:3.932.0" - "@aws-sdk/credential-provider-ini": "npm:3.933.0" - "@aws-sdk/credential-provider-process": "npm:3.932.0" - "@aws-sdk/credential-provider-sso": "npm:3.933.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.933.0" - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/nested-clients": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/property-provider": "npm:^4.2.5" + "@smithy/protocol-http": "npm:^5.3.5" + "@smithy/shared-ini-file-loader": "npm:^4.4.0" + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/7b38c8a3fe4df64361e667233a35e38bf9c821b9412c7a6ff3a594a8ce1fc55220167a29a1c0e698db319712f5103eb173549903998fd5e1cce994202dbf078c + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-node@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.936.0" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.936.0" + "@aws-sdk/credential-provider-http": "npm:3.936.0" + "@aws-sdk/credential-provider-ini": "npm:3.936.0" + "@aws-sdk/credential-provider-process": "npm:3.936.0" + "@aws-sdk/credential-provider-sso": "npm:3.936.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/credential-provider-imds": "npm:^4.2.5" "@smithy/property-provider": "npm:^4.2.5" "@smithy/shared-ini-file-loader": "npm:^4.4.0" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/ba79c8b2b01226f2972705db5056e4712ab3aa843a83bad2c66abde48965db1a4a7548d0ff0e72517dbea3294df2f671e0b5f0d20f0203f1270c3731002693d3 + checksum: 10c0/06d191fd5679a9fe0f7c6cd9695c15d250ea6a01c1401f299a9efb221f11c3097751aa02ec2a9ad08588d3aac50aa5d14a6e6c1ccfde0741e6a19a7dc2849624 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.932.0": - version: 3.932.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.932.0" +"@aws-sdk/credential-provider-process@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/property-provider": "npm:^4.2.5" "@smithy/shared-ini-file-loader": "npm:^4.4.0" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/32765a809f828a4d2a0542fb2f4e97f0d9aa73b708a5962296fc11d4829573583c1354acb3ed3bf3803727ef4cd4838d355186746cc32ec82aa1876d3ca221c6 + checksum: 10c0/71d1c680be0b2e22d2cbd3e70cc1957e4d3f8137791ddcf29e3b46219d9c3dfb809c355c7dec50fc7f3763c4f3182504cba0e939b837fda22d82650679efca3e languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.933.0": - version: 3.933.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.933.0" +"@aws-sdk/credential-provider-sso@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.936.0" dependencies: - "@aws-sdk/client-sso": "npm:3.933.0" - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/token-providers": "npm:3.933.0" - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/client-sso": "npm:3.936.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/token-providers": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/property-provider": "npm:^4.2.5" "@smithy/shared-ini-file-loader": "npm:^4.4.0" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/d707b8844ec22c04aee1f5524e0511475c0641cbdfd97f0c60906fcf30d6fe74050137bf682498c3db819cf0b71b6121d38442966e54014442e1e87b31cb3a05 + checksum: 10c0/0ef158e59790af455b0d58beda7cad753e83d0f21a0bbfd27d58f1214605ee74018c2e90b6cfe1e19c76156497378c5fecdc0aef5657e0d60059dec9e58dfd95 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.933.0": - version: 3.933.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.933.0" +"@aws-sdk/credential-provider-web-identity@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/nested-clients": "npm:3.933.0" - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/nested-clients": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/property-provider": "npm:^4.2.5" "@smithy/shared-ini-file-loader": "npm:^4.4.0" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/c7a24f6f53aafdd3f80c11cbd54010b9eaa94a8e2f0fc8eccc41b1c99a403b0a578f05819ec39cf7edbe716471f07fd06564e791dad06eba0cc979ab77a4567c + checksum: 10c0/92691aedc9fa566a6ce5c1fe111ed7085173c04fcd6e9a2fca90c752475d4397f56c2faab37ddfb9af6eb79ee4c716adc27f298da32296a00b98d145940fd3b6 languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.930.0": - version: 3.933.0 - resolution: "@aws-sdk/lib-storage@npm:3.933.0" +"@aws-sdk/lib-storage@npm:^3.934.0": + version: 3.937.0 + resolution: "@aws-sdk/lib-storage@npm:3.937.0" dependencies: "@smithy/abort-controller": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.9" - "@smithy/smithy-client": "npm:^4.9.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" + "@smithy/smithy-client": "npm:^4.9.8" 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.933.0 - checksum: 10c0/703240e6498e3f53384c150f7d0a83034273d9a39a0ca71596458673e5d457184191f75b308a039d52224355a6113cd7870f6d74d90c4e9a01fd1a3ca4e1963b + "@aws-sdk/client-s3": ^3.937.0 + checksum: 10c0/0afa951877300582eabbc3dcb30e4bcfc76bccf807712a5f084c24faeceac7feb6d9c9e3581d71206f3b83045c740996901c3006121b95cc6c8304ba92fb4ccc languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.930.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/types": "npm:3.936.0" "@aws-sdk/util-arn-parser": "npm:3.893.0" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/protocol-http": "npm:^5.3.5" "@smithy/types": "npm:^4.9.0" "@smithy/util-config-provider": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/916be162c00a1b8da3a679b06d8d2f6182b88d87afbbec8d22f1a6368180856a26fa96dde56f5b4a247d01c8972aae86c13f19dc3c039f72eab4ba6621387376 + checksum: 10c0/697c02f0ecf057615b08acf8f7a2359e0e692bb47029bdb7310c5fb2c46af86c2b755c835cff5271ccfdf17b9e1fcdae2954d22af7ba80136a77ee1c70c3dda6 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.930.0" +"@aws-sdk/middleware-expect-continue@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/protocol-http": "npm:^5.3.5" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/ec6343fb1044fabe1b2b33469405201f1db7078f15f5da0e101ef21a26a39e5dfcda70bd00fc10ddfc5471f41b01aa5857f2b629fe6caabffdc016cf2906b139 + checksum: 10c0/1945b4985d76e2ff0b34a11965b67774ded31384e057e16daf46461217824d634aa1a84fbafb74fdd8bfb3ddb4a9d947877ef15e225798d52131c63fafbe715c languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.932.0": - version: 3.932.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.932.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.936.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.932.0" - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/is-array-buffer": "npm:^4.2.0" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/protocol-http": "npm:^5.3.5" @@ -817,230 +834,230 @@ __metadata: "@smithy/util-stream": "npm:^4.5.6" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/dca526ea4c825fada94fe8abbca60016463f054069d084ebdb1ad423a788690056dc4fd3348009b565abc99eab8e6efd09415282124bb4940afd77e3a10b9407 + checksum: 10c0/7f035289080ebe075bc88efabcb088a028b1df5010b779d5e8e68b0b7a17506a02285a2df1b48a2483c5e3c6744d9f7a5964424fa6c7f1edbccf5b3fbc4f2ee5 languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.930.0" +"@aws-sdk/middleware-host-header@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/protocol-http": "npm:^5.3.5" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/1e63fba34977dc74004c627d3bc92c7ec226b8e3e4b10af38c0004b915e5e644d9a7ea84f17dfd111fadc67c67f2a668eeaa67216803a2c4b30bb8bd6efd1c42 + checksum: 10c0/524221650f88650c4a9cc60f7ed1bdd215f4112e120ad75807ee9b51358a1016c867e0b696cae91256aac084fa091cb230b2f579388c4b59e680b8a3e2bc7d29 languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.930.0" +"@aws-sdk/middleware-location-constraint@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/2ff5ede2cc912f0688e06f1ff4dbf3da0e18bcbaf9bafaa872526adbb4275c54609ffe92c0ad1f581e1f0833d17216ec7ea3af405eb4b609e64b11d2041c53e0 + checksum: 10c0/5e2e51f7a3b7d5f47a425ca33735fa8e0efbb44bf28a4283bb156fed94cd6fc215e89868e82fafeb652184505c8bb1b82d85a03f3221187450b5f4169bcc484f languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/middleware-logger@npm:3.930.0" +"@aws-sdk/middleware-logger@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-logger@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/f680f9d0da3d56260ec1943393c04dc5f4e88c305a777af868c2e640dcd9663f3facb49d96112e50a191d4890a41a134227de55191e00b8e6413f06959435a9e + checksum: 10c0/9f94ae2f30a7b42d7423e3bee868e08d5ac1314e5ed9882fd5e457cb50ba87fcc7c859c0629210a64b1b9a595844988876a005c2a02f63c615ae19eee9baafba languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.933.0": - version: 3.933.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.933.0" +"@aws-sdk/middleware-recursion-detection@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/types": "npm:3.936.0" "@aws/lambda-invoke-store": "npm:^0.2.0" "@smithy/protocol-http": "npm:^5.3.5" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/3c5c916382d26f36f1ed321e83e227ae95f635f68e8b96b8470015701f351ae4bd0281278d4b154e6286b8005473289cedefd161de579ef17d89149adc693797 + checksum: 10c0/3230f4868899d2c811231f1edf19c768feb2d250bace28644672a4ddf53c4fe1f7a88c3cbbafa2bade08cb685a60743fc8dfb70c893081a1805cc3e79e76244b languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.930.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" - "@aws-sdk/util-format-url": "npm:3.930.0" - "@smithy/middleware-endpoint": "npm:^4.3.9" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-format-url": "npm:3.936.0" + "@smithy/middleware-endpoint": "npm:^4.3.12" "@smithy/protocol-http": "npm:^5.3.5" "@smithy/signature-v4": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.5" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/f1f86fb1244e8207311faa9f53949c6802ad7cb55cf3dbe343445e3c92d25fc0ee217047e56b7b6de9e29354e2ae27a7c102791d754ed1cb3dd36f156b65467a + checksum: 10c0/48b810facc30e894aa1af90009b93e3df2a38d2edba787edadf1a9a1784c8c2a4f3de4e0bc421b764957ddb50312e87581fabb6f8d30bbb8846fb9e8a79234e2 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.932.0": - version: 3.932.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.932.0" +"@aws-sdk/middleware-sdk-s3@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" "@aws-sdk/util-arn-parser": "npm:3.893.0" - "@smithy/core": "npm:^3.18.2" + "@smithy/core": "npm:^3.18.5" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/protocol-http": "npm:^5.3.5" "@smithy/signature-v4": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.5" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" "@smithy/util-config-provider": "npm:^4.2.0" "@smithy/util-middleware": "npm:^4.2.5" "@smithy/util-stream": "npm:^4.5.6" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/4b65cbfd98ad0594f4c45ee27342eff471662e2f3b9a9b3a2d0a421c4e4e02454d6aae4de027cbe1cc925594abba6b45a8ffbd800ae6b0785656d956d2cf44a5 + checksum: 10c0/057c78cc565a596ab5308089281fbce3ecfd6788bc973f3da40d6e5cee4227b682788c2436947a7bc5aae22043e5849ddff9cff0bc240f3e791b98260f432d46 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.930.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" - "@smithy/smithy-client": "npm:^4.9.5" + "@aws-sdk/types": "npm:3.936.0" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" "@smithy/util-hex-encoding": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/855bbf3871317f197512af8d35fb8a620c012ca01d9b8bb0748763ec8e078de94bd509f62b9ed89bd14e8435a133d86bc6246146fe01b296b6162ea0312d75df + checksum: 10c0/0a9fec58088a25f580483883ee922c19176c2e49ba45ea38580f17bf205835ab3e697e3a4be999cd9265b219a6061ec8f5b5caddb075fe49a9680fe5b4639619 languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.930.0" +"@aws-sdk/middleware-ssec@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/4d014c1abf7945fc75d7e32dd083c1048e08d44fcfdb10b586e528f3928b36dfeb60d4299b33623d2060d8201c27756fa28b2e26b328faf7533d1cc23d84fe24 + checksum: 10c0/44dd8474596cb64be010303e2e7509964ce98f788d7d856c29e25edaeace0ad160f85c6106b6de0098b62823261b2226aa79a0aa91ea78032a07f030343fd2ba languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.932.0": - version: 3.932.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.932.0" +"@aws-sdk/middleware-user-agent@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/types": "npm:3.930.0" - "@aws-sdk/util-endpoints": "npm:3.930.0" - "@smithy/core": "npm:^3.18.2" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-endpoints": "npm:3.936.0" + "@smithy/core": "npm:^3.18.5" "@smithy/protocol-http": "npm:^5.3.5" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/8d9a4cf650764a05911a3039d1ac54bbf66e4798ebc584366de632f9cc9ae2d29d2cea580f5be03dd86e977775d53ebb2224a1b9e9480bdbfd399f4a8c134267 + checksum: 10c0/ef0fef610b48339bf6d7aaf862f435797a4d72e45291c2a056a8ac656178d64b5cbf89141916b3bf393b0e887e4ed812cfeea3b357afb0ab6bd8bf59ffdc02c6 languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.933.0": - version: 3.933.0 - resolution: "@aws-sdk/nested-clients@npm:3.933.0" +"@aws-sdk/nested-clients@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/nested-clients@npm:3.936.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/middleware-host-header": "npm:3.930.0" - "@aws-sdk/middleware-logger": "npm:3.930.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.933.0" - "@aws-sdk/middleware-user-agent": "npm:3.932.0" - "@aws-sdk/region-config-resolver": "npm:3.930.0" - "@aws-sdk/types": "npm:3.930.0" - "@aws-sdk/util-endpoints": "npm:3.930.0" - "@aws-sdk/util-user-agent-browser": "npm:3.930.0" - "@aws-sdk/util-user-agent-node": "npm:3.932.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/middleware-host-header": "npm:3.936.0" + "@aws-sdk/middleware-logger": "npm:3.936.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.936.0" + "@aws-sdk/middleware-user-agent": "npm:3.936.0" + "@aws-sdk/region-config-resolver": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/util-endpoints": "npm:3.936.0" + "@aws-sdk/util-user-agent-browser": "npm:3.936.0" + "@aws-sdk/util-user-agent-node": "npm:3.936.0" "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.2" + "@smithy/core": "npm:^3.18.5" "@smithy/fetch-http-handler": "npm:^5.3.6" "@smithy/hash-node": "npm:^4.2.5" "@smithy/invalid-dependency": "npm:^4.2.5" "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.9" - "@smithy/middleware-retry": "npm:^4.4.9" - "@smithy/middleware-serde": "npm:^4.2.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" + "@smithy/middleware-retry": "npm:^4.4.12" + "@smithy/middleware-serde": "npm:^4.2.6" "@smithy/middleware-stack": "npm:^4.2.5" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/node-http-handler": "npm:^4.4.5" "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.5" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" "@smithy/url-parser": "npm:^4.2.5" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.8" - "@smithy/util-defaults-mode-node": "npm:^4.2.11" + "@smithy/util-defaults-mode-browser": "npm:^4.3.11" + "@smithy/util-defaults-mode-node": "npm:^4.2.14" "@smithy/util-endpoints": "npm:^3.2.5" "@smithy/util-middleware": "npm:^4.2.5" "@smithy/util-retry": "npm:^4.2.5" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/3ce432757e648731c545de5d112272d46ba67a24d9eba4536059a8af4034e91caaea86f40c2aeba39c76efcf4492b41e939b59c0e3f1891c0b4dce5e92a81843 + checksum: 10c0/0b7bc80fb6b14872e0d559c39b0c7ed24b9b9709c30d8254370044cb2dfa835bbb96fb46499b152c52cf36f1e82932317291435a7af18b4e50d7d582be37d7ad languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.930.0" +"@aws-sdk/region-config-resolver@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/config-resolver": "npm:^4.4.3" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/17977852c551b6b895acf365938d257c0bc172f3fc90f37ee8ade8057acdef90bc66319687aa2e6d16bb4aa87140fc55ae37589cf5111e1a467dfb5ce7421b8e + checksum: 10c0/67ecf8f3575abe5c6b802afd6d8ba73ce54a97e6ff613eee36c4536a61ecfc732e2ac3a938829275122c4e645b40c0838c9a3904cebf6fc6d229c149e623a7f3 languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.932.0": - version: 3.932.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.932.0" +"@aws-sdk/signature-v4-multi-region@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.936.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.932.0" - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/protocol-http": "npm:^5.3.5" "@smithy/signature-v4": "npm:^5.3.5" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/dc19168eb2da314b4ddea434b5d7229ed4dc4d6af16ecbf31b2b7c750c3f4e219eb7f1b36e589b1b3ce446f8cbfda93d4f84edf1cc3533696afd33fc6eb4cac7 + checksum: 10c0/177d19a0082cc9c56b1f078734462056b50e262351e527c353bdaafb5303d87ae809f1351803fec28b5575acc1209271fa16a30a9b53f2e1c8da4b27e0aa50e4 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.933.0": - version: 3.933.0 - resolution: "@aws-sdk/token-providers@npm:3.933.0" +"@aws-sdk/token-providers@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/token-providers@npm:3.936.0" dependencies: - "@aws-sdk/core": "npm:3.932.0" - "@aws-sdk/nested-clients": "npm:3.933.0" - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/core": "npm:3.936.0" + "@aws-sdk/nested-clients": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/property-provider": "npm:^4.2.5" "@smithy/shared-ini-file-loader": "npm:^4.4.0" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/d50349c3bbff398ff12da65dfdefa94ddc393bbb954a9a33d0e10c1ad7c90a3a460c440481e838b3c1d54bcd6f35e9e5bd185fdc7640e73551420ca66ed2e1d4 + checksum: 10c0/dbc40d1d03a670c8c14401f94e76d6824cc6a56e1c2241b19cda45afe81a6c6a42ca20420afe5d5092c78c1aa197ccafb4fa755a911a09eed6fac63a8afdd388 languageName: node linkType: hard -"@aws-sdk/types@npm:3.930.0, @aws-sdk/types@npm:^3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/types@npm:3.930.0" +"@aws-sdk/types@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/types@npm:3.936.0" dependencies: "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/8487d53c953cb8dc7437d9160c98438314c5f9f0d17f02ced2e8661f19aaaf71e860b700a8ec83bdda4bd831f71b3776e871953b5eb10db59d4d5067557f873b + checksum: 10c0/6f7eeabd0ada675b3b8e969d512f7ce29602a1dd6af154e3d6977f0a6f03084ca3be9498d091142369636a7b7d9f1b22e58156c741d1d088c4939581848054bb languageName: node linkType: hard @@ -1054,6 +1071,16 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/types@npm:^3.930.0": + version: 3.930.0 + resolution: "@aws-sdk/types@npm:3.930.0" + dependencies: + "@smithy/types": "npm:^4.9.0" + tslib: "npm:^2.6.2" + checksum: 10c0/8487d53c953cb8dc7437d9160c98438314c5f9f0d17f02ced2e8661f19aaaf71e860b700a8ec83bdda4bd831f71b3776e871953b5eb10db59d4d5067557f873b + languageName: node + linkType: hard + "@aws-sdk/util-arn-parser@npm:3.893.0": version: 3.893.0 resolution: "@aws-sdk/util-arn-parser@npm:3.893.0" @@ -1063,28 +1090,28 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/util-endpoints@npm:3.930.0" +"@aws-sdk/util-endpoints@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/util-endpoints@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/types": "npm:^4.9.0" "@smithy/url-parser": "npm:^4.2.5" "@smithy/util-endpoints": "npm:^3.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/d8c20d133f434cd34609a1d514f1b0516029906a19dd2615a6816fd2ebf21f980fb63f889f7b98df8334bc4ad2a01cce7c7c05700d176331949a61c54c7e6df7 + checksum: 10c0/13b1ae923ea8c09cb8ea91e7fec6d4c3138300140a23a437348dea826f50c00bf1331d4b1b1169232bedb311cbc3cc51284bd8d57820d9b028f928d06c61573f languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/util-format-url@npm:3.930.0" +"@aws-sdk/util-format-url@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/util-format-url@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/querystring-builder": "npm:^4.2.5" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/fc5708b18c200f7c964c33d769c7e48dc25eec2c8d958f136f6c3b40e1f18188f5e36939a1efdcfe54add54c9e50cb70d8d076db92f70a2a6f35e09262372d35 + checksum: 10c0/f7e01f704af64ef6003aaba92cedaf0319ea3cbbf8ee3e05778b0f14c08b8484cdcec96cfbf8093cc7e44bbed2385682c664fb96d4d48c53865ab645579fdbf4 languageName: node linkType: hard @@ -1097,24 +1124,24 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.930.0" +"@aws-sdk/util-user-agent-browser@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.936.0" dependencies: - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/types": "npm:^4.9.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/aa379eddc8329b1545c877227c18b57dcbda47b3ba6f2b654767b2c595b4f54463a59aa99fcd522893ca636334b1e7943308963ebd49ed560e7165f465aed296 + checksum: 10c0/5dec40c3ca7cfe0779cadcd8c67d8aa174a385bd38ebe0c54b01b2554c833519dd2714f68aa1809d5268d8614167f3187199f5f28559a2992cc5a5a816458e64 languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.932.0": - version: 3.932.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.932.0" +"@aws-sdk/util-user-agent-node@npm:3.936.0": + version: 3.936.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.936.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.932.0" - "@aws-sdk/types": "npm:3.930.0" + "@aws-sdk/middleware-user-agent": "npm:3.936.0" + "@aws-sdk/types": "npm:3.936.0" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" @@ -1123,7 +1150,7 @@ __metadata: peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/378a4b560c50d2851f40ed2300e780f3c7501c39d12849addea963b1477ca02220d63176d5b7d3b8216b845c923ae59bb94cf1f2302a75b1fc756efba5ff4974 + checksum: 10c0/727ce52a013513b68ad85c6ae08614a983f55fd96825fc531053d726e69e225ccfb71e35cf341a9e2d20086c6d915c342da809d142151e7e32248f679a1653aa languageName: node linkType: hard @@ -3958,9 +3985,9 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^3.18.2, @smithy/core@npm:^3.18.4": - version: 3.18.4 - resolution: "@smithy/core@npm:3.18.4" +"@smithy/core@npm:^3.18.5": + version: 3.18.5 + resolution: "@smithy/core@npm:3.18.5" dependencies: "@smithy/middleware-serde": "npm:^4.2.6" "@smithy/protocol-http": "npm:^5.3.5" @@ -3972,7 +3999,7 @@ __metadata: "@smithy/util-utf8": "npm:^4.2.0" "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/e1a8b79f2737ddcb1eafdd6f81b1babbaa759fc5bb8a528c97387a8c193224ce296db9351b996c993f3d2b1a712017fe00ac5659dd90fbf08d17466f4ed601ab + checksum: 10c0/c6ccaf4a0639524e0141905224cbbd0142a98ee4917bc0e3e914bcc887be5f7740f1baa2717dab131f5e185fa69002d3cb5cb1a40e5a1a31c5c2c30bd946060d languageName: node linkType: hard @@ -4142,11 +4169,11 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.3.11, @smithy/middleware-endpoint@npm:^4.3.9": - version: 4.3.11 - resolution: "@smithy/middleware-endpoint@npm:4.3.11" +"@smithy/middleware-endpoint@npm:^4.3.12": + version: 4.3.12 + resolution: "@smithy/middleware-endpoint@npm:4.3.12" dependencies: - "@smithy/core": "npm:^3.18.4" + "@smithy/core": "npm:^3.18.5" "@smithy/middleware-serde": "npm:^4.2.6" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/shared-ini-file-loader": "npm:^4.4.0" @@ -4154,28 +4181,28 @@ __metadata: "@smithy/url-parser": "npm:^4.2.5" "@smithy/util-middleware": "npm:^4.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/72c35dbecbbdede3d7144226264a5482a5b9f6e2821cde4aa5910495151f1f77d5cd867ef7abae8895b35acda939c432fff14290b48a78a0a3f03aacf0e65a84 + checksum: 10c0/0bfb1d825d15eed389e603e547aab134c8064c3e82fad9241f721d0f896d2f3490516d8b0a845869c78a1d071040df26cd4e3234b171bab130f0da13cb4f2a94 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.4.9": - version: 4.4.11 - resolution: "@smithy/middleware-retry@npm:4.4.11" +"@smithy/middleware-retry@npm:^4.4.12": + version: 4.4.12 + resolution: "@smithy/middleware-retry@npm:4.4.12" dependencies: "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/protocol-http": "npm:^5.3.5" "@smithy/service-error-classification": "npm:^4.2.5" - "@smithy/smithy-client": "npm:^4.9.7" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" "@smithy/util-middleware": "npm:^4.2.5" "@smithy/util-retry": "npm:^4.2.5" "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/80228704039c9fd68d7793db73b48ff4fe4d80ada71a052cba52aa58c144e3045061ade95f3277344ec472412267e86571f157ea259645e8671305b183da8735 + checksum: 10c0/3c958a58c6346b07d3d1231e4835754fe159f4697bb2b8d8a0e173ec9325e92d5e73a21b1f8f7854b390fc5a5715c44a44a50ea389c17edf95178a8173d819c4 languageName: node linkType: hard -"@smithy/middleware-serde@npm:^4.2.5, @smithy/middleware-serde@npm:^4.2.6": +"@smithy/middleware-serde@npm:^4.2.6": version: 4.2.6 resolution: "@smithy/middleware-serde@npm:4.2.6" dependencies: @@ -4306,18 +4333,18 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.9.5, @smithy/smithy-client@npm:^4.9.7": - version: 4.9.7 - resolution: "@smithy/smithy-client@npm:4.9.7" +"@smithy/smithy-client@npm:^4.9.8": + version: 4.9.8 + resolution: "@smithy/smithy-client@npm:4.9.8" dependencies: - "@smithy/core": "npm:^3.18.4" - "@smithy/middleware-endpoint": "npm:^4.3.11" + "@smithy/core": "npm:^3.18.5" + "@smithy/middleware-endpoint": "npm:^4.3.12" "@smithy/middleware-stack": "npm:^4.2.5" "@smithy/protocol-http": "npm:^5.3.5" "@smithy/types": "npm:^4.9.0" "@smithy/util-stream": "npm:^4.5.6" tslib: "npm:^2.6.2" - checksum: 10c0/823339277ffe925438b2bc2e7ffda4fafab935e0dbf01e971e4a5dd338a911cd716fe8fe2dc3bd34084daab4fece32ec901dd1ac6596c090c449ed9d4be8fb86 + checksum: 10c0/42752686da591865cea0f5f7379eb729bdba003ddf59cfc05368e4155b350d6499772426e66b32c9e9af003fe1eb812170652a5d0f996097df4411c722120852 languageName: node linkType: hard @@ -4417,30 +4444,30 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.3.8": - version: 4.3.10 - resolution: "@smithy/util-defaults-mode-browser@npm:4.3.10" +"@smithy/util-defaults-mode-browser@npm:^4.3.11": + version: 4.3.11 + resolution: "@smithy/util-defaults-mode-browser@npm:4.3.11" dependencies: "@smithy/property-provider": "npm:^4.2.5" - "@smithy/smithy-client": "npm:^4.9.7" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/c1514f1cae697789f7a387b53d0223f6858ba1070ee487cbdb6471c8e9256cf568b192a495ba4d63d774debb6b216656526d0646254a16cacc35fc3d64a2acd8 + checksum: 10c0/ec5601922356a7249448007d03036e9ffc9ddede5f2567f5de2a826a2dc18c1f27c038543eae96a58837a248f412fbb67c965cc43e1029a2519e8440760e790f languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.2.11": - version: 4.2.13 - resolution: "@smithy/util-defaults-mode-node@npm:4.2.13" +"@smithy/util-defaults-mode-node@npm:^4.2.14": + version: 4.2.14 + resolution: "@smithy/util-defaults-mode-node@npm:4.2.14" dependencies: "@smithy/config-resolver": "npm:^4.4.3" "@smithy/credential-provider-imds": "npm:^4.2.5" "@smithy/node-config-provider": "npm:^4.3.5" "@smithy/property-provider": "npm:^4.2.5" - "@smithy/smithy-client": "npm:^4.9.7" + "@smithy/smithy-client": "npm:^4.9.8" "@smithy/types": "npm:^4.9.0" tslib: "npm:^2.6.2" - checksum: 10c0/081b8137dd918349510b81fc3e619769cfec7a255f2c41d3db4d1e73ea0669304f0fb5c6240054af8d276186a4500bb4a4123069bc1da6d19b328a73d389933b + checksum: 10c0/965860eddf4f73de7574060bc717a8ca27591456ca0cd36f114ceab2ba5a05cb53931b40088642bc866e3bde9f812bb60b5a12ff04fe1820d059b362a9443a41 languageName: node linkType: hard