From 9d0fa4a372134839bc913fd47342b437f89dc69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:13:56 +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.901.0` | `3.909.0` | | [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.901.0` | `3.908.0` | | [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.901.0` | `3.908.0` | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.901.0` | `3.908.0` | | [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.903.0` | `3.908.0` | | [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.901.0` | `3.908.0` | Updates `@aws-sdk/client-ec2` from 3.901.0 to 3.909.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.909.0/clients/client-ec2) Updates `@aws-sdk/client-ssm` from 3.901.0 to 3.908.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.908.0/clients/client-ssm) Updates `@aws-sdk/client-sqs` from 3.901.0 to 3.908.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.908.0/clients/client-sqs) Updates `@aws-sdk/client-s3` from 3.901.0 to 3.908.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.908.0/clients/client-s3) Updates `@aws-sdk/lib-storage` from 3.903.0 to 3.908.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.908.0/lib/lib-storage) Updates `@aws-sdk/client-eventbridge` from 3.901.0 to 3.908.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.908.0/clients/client-eventbridge) --- updated-dependencies: - dependency-name: "@aws-sdk/client-ec2" dependency-version: 3.909.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-ssm" dependency-version: 3.908.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-sqs" dependency-version: 3.908.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.908.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/lib-storage" dependency-version: 3.908.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-eventbridge" dependency-version: 3.908.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 | 647 +++++++++--------- 7 files changed, 333 insertions(+), 334 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 215cb63b12..33c5e9052a 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.901.0", - "@aws-sdk/client-ssm": "^3.901.0", + "@aws-sdk/client-ec2": "^3.909.0", + "@aws-sdk/client-ssm": "^3.908.0", "cron-parser": "^5.4.0" }, "nx": { diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 34d7070599..cf10e9b004 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.27.0", - "@aws-sdk/client-ec2": "^3.901.0", - "@aws-sdk/client-sqs": "^3.901.0", + "@aws-sdk/client-ec2": "^3.909.0", + "@aws-sdk/client-sqs": "^3.908.0", "@middy/core": "^6.4.5", "@octokit/auth-app": "8.1.1", "@octokit/core": "7.0.5", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index 1f21b0470a..fd45a23a70 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.901.0", - "@aws-sdk/lib-storage": "^3.903.0", + "@aws-sdk/client-s3": "^3.908.0", + "@aws-sdk/lib-storage": "^3.908.0", "@middy/core": "^6.4.5", "@octokit/rest": "22.0.0", "axios": "^1.12.2" diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 2a3d588c26..ba2fc7b0d6 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.901.0", + "@aws-sdk/client-ec2": "^3.909.0", "@middy/core": "^6.4.5" }, "nx": { diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 05ad2026cb..c9ff22c459 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.901.0", + "@aws-sdk/client-eventbridge": "^3.908.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.901.0", + "@aws-sdk/client-sqs": "^3.908.0", "@middy/core": "^6.4.5", "@octokit/rest": "22.0.0", "@octokit/types": "^15.0.0", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index 77c0444b4e..a2978edee9 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.901.0" + "@aws-sdk/client-ssm": "^3.908.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index cdee0cd86e..43d8e7b301 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.901.0" - "@aws-sdk/client-ssm": "npm:^3.901.0" + "@aws-sdk/client-ec2": "npm:^3.909.0" + "@aws-sdk/client-ssm": "npm:^3.908.0" "@aws-sdk/types": "npm:^3.901.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.901.0" + "@aws-sdk/client-ssm": "npm:^3.908.0" "@aws-sdk/types": "npm:^3.901.0" "@types/aws-lambda": "npm:^8.10.155" "@types/node": "npm:^22.18.8" @@ -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.27.0" - "@aws-sdk/client-ec2": "npm:^3.901.0" - "@aws-sdk/client-sqs": "npm:^3.901.0" + "@aws-sdk/client-ec2": "npm:^3.909.0" + "@aws-sdk/client-sqs": "npm:^3.908.0" "@aws-sdk/types": "npm:^3.901.0" "@middy/core": "npm:^6.4.5" "@octokit/auth-app": "npm:8.1.1" @@ -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.901.0" - "@aws-sdk/lib-storage": "npm:^3.903.0" + "@aws-sdk/client-s3": "npm:^3.908.0" + "@aws-sdk/lib-storage": "npm:^3.908.0" "@aws-sdk/types": "npm:^3.901.0" "@middy/core": "npm:^6.4.5" "@octokit/rest": "npm:22.0.0" @@ -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.901.0" + "@aws-sdk/client-ec2": "npm:^3.909.0" "@aws-sdk/types": "npm:^3.901.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.901.0" - "@aws-sdk/client-sqs": "npm:^3.901.0" + "@aws-sdk/client-eventbridge": "npm:^3.908.0" + "@aws-sdk/client-sqs": "npm:^3.908.0" "@middy/core": "npm:^6.4.5" "@octokit/rest": "npm:22.0.0" "@octokit/types": "npm:^15.0.0" @@ -315,45 +315,45 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/client-ec2@npm:3.901.0" +"@aws-sdk/client-ec2@npm:^3.909.0": + version: 3.909.0 + resolution: "@aws-sdk/client-ec2@npm:3.909.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.901.0" - "@aws-sdk/credential-provider-node": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" + "@aws-sdk/credential-provider-node": "npm:3.908.0" "@aws-sdk/middleware-host-header": "npm:3.901.0" "@aws-sdk/middleware-logger": "npm:3.901.0" "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.901.0" - "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.908.0" + "@aws-sdk/middleware-user-agent": "npm:3.908.0" "@aws-sdk/region-config-resolver": "npm:3.901.0" "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/util-endpoints": "npm:3.901.0" - "@aws-sdk/util-user-agent-browser": "npm:3.901.0" - "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.907.0" + "@aws-sdk/util-user-agent-node": "npm:3.908.0" "@smithy/config-resolver": "npm:^4.3.0" - "@smithy/core": "npm:^3.14.0" - "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/core": "npm:^3.15.0" + "@smithy/fetch-http-handler": "npm:^5.3.1" "@smithy/hash-node": "npm:^4.2.0" "@smithy/invalid-dependency": "npm:^4.2.0" "@smithy/middleware-content-length": "npm:^4.2.0" - "@smithy/middleware-endpoint": "npm:^4.3.0" - "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-endpoint": "npm:^4.3.1" + "@smithy/middleware-retry": "npm:^4.4.1" "@smithy/middleware-serde": "npm:^4.2.0" "@smithy/middleware-stack": "npm:^4.2.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/node-http-handler": "npm:^4.3.0" "@smithy/protocol-http": "npm:^5.3.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" "@smithy/url-parser": "npm:^4.2.0" - "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" - "@smithy/util-body-length-node": "npm:^4.2.0" - "@smithy/util-defaults-mode-browser": "npm:^4.2.0" - "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.1" "@smithy/util-endpoints": "npm:^3.2.0" "@smithy/util-middleware": "npm:^4.2.0" "@smithy/util-retry": "npm:^4.2.0" @@ -361,210 +361,210 @@ __metadata: "@smithy/util-waiter": "npm:^4.2.0" "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/819942ac19d4f14a079d907ff09bd7a3e5f94ec29858101cb2738e76c4211852f503e619eed5faa91a3c37247ba27947f45ab051d3d2a5a5a0810df9d7a9b15e + checksum: 10c0/5daf5b32cad0efc382ff37511122abd5ccf0ddf3a9095b9c3a340d2eed99e4b1498568a9a71d2b7d7a0a6a7c55329900f37548590d011b80b4e664c380df1c70 languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.901.0" +"@aws-sdk/client-eventbridge@npm:^3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.908.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.901.0" - "@aws-sdk/credential-provider-node": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" + "@aws-sdk/credential-provider-node": "npm:3.908.0" "@aws-sdk/middleware-host-header": "npm:3.901.0" "@aws-sdk/middleware-logger": "npm:3.901.0" "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" - "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.908.0" "@aws-sdk/region-config-resolver": "npm:3.901.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.901.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/util-endpoints": "npm:3.901.0" - "@aws-sdk/util-user-agent-browser": "npm:3.901.0" - "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.907.0" + "@aws-sdk/util-user-agent-node": "npm:3.908.0" "@smithy/config-resolver": "npm:^4.3.0" - "@smithy/core": "npm:^3.14.0" - "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/core": "npm:^3.15.0" + "@smithy/fetch-http-handler": "npm:^5.3.1" "@smithy/hash-node": "npm:^4.2.0" "@smithy/invalid-dependency": "npm:^4.2.0" "@smithy/middleware-content-length": "npm:^4.2.0" - "@smithy/middleware-endpoint": "npm:^4.3.0" - "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-endpoint": "npm:^4.3.1" + "@smithy/middleware-retry": "npm:^4.4.1" "@smithy/middleware-serde": "npm:^4.2.0" "@smithy/middleware-stack": "npm:^4.2.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/node-http-handler": "npm:^4.3.0" "@smithy/protocol-http": "npm:^5.3.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" "@smithy/url-parser": "npm:^4.2.0" - "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" - "@smithy/util-body-length-node": "npm:^4.2.0" - "@smithy/util-defaults-mode-browser": "npm:^4.2.0" - "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.1" "@smithy/util-endpoints": "npm:^3.2.0" "@smithy/util-middleware": "npm:^4.2.0" "@smithy/util-retry": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/6f246fe1d8de1a6180db04913c98b1e60b16f38df3dadb2d199ded8947eb96b7d797c990d4efad70f1e2170f74cc1149a0ce1e908894ebef20866b03fd3aea00 + checksum: 10c0/dc4d665171d4a72e123fdc311e36194cd6413a6416828964875a214a2b84e206b6a759241914f26b4d9557b33bb64896e60877e6dff21b0a79f6447ce9bb8f7c languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/client-s3@npm:3.901.0" +"@aws-sdk/client-s3@npm:^3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/client-s3@npm:3.908.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.901.0" - "@aws-sdk/credential-provider-node": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" + "@aws-sdk/credential-provider-node": "npm:3.908.0" "@aws-sdk/middleware-bucket-endpoint": "npm:3.901.0" "@aws-sdk/middleware-expect-continue": "npm:3.901.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.901.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.908.0" "@aws-sdk/middleware-host-header": "npm:3.901.0" "@aws-sdk/middleware-location-constraint": "npm:3.901.0" "@aws-sdk/middleware-logger": "npm:3.901.0" "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.901.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.908.0" "@aws-sdk/middleware-ssec": "npm:3.901.0" - "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.908.0" "@aws-sdk/region-config-resolver": "npm:3.901.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.901.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/util-endpoints": "npm:3.901.0" - "@aws-sdk/util-user-agent-browser": "npm:3.901.0" - "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.907.0" + "@aws-sdk/util-user-agent-node": "npm:3.908.0" "@aws-sdk/xml-builder": "npm:3.901.0" "@smithy/config-resolver": "npm:^4.3.0" - "@smithy/core": "npm:^3.14.0" + "@smithy/core": "npm:^3.15.0" "@smithy/eventstream-serde-browser": "npm:^4.2.0" "@smithy/eventstream-serde-config-resolver": "npm:^4.3.0" "@smithy/eventstream-serde-node": "npm:^4.2.0" - "@smithy/fetch-http-handler": "npm:^5.3.0" - "@smithy/hash-blob-browser": "npm:^4.2.0" + "@smithy/fetch-http-handler": "npm:^5.3.1" + "@smithy/hash-blob-browser": "npm:^4.2.1" "@smithy/hash-node": "npm:^4.2.0" "@smithy/hash-stream-node": "npm:^4.2.0" "@smithy/invalid-dependency": "npm:^4.2.0" "@smithy/md5-js": "npm:^4.2.0" "@smithy/middleware-content-length": "npm:^4.2.0" - "@smithy/middleware-endpoint": "npm:^4.3.0" - "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-endpoint": "npm:^4.3.1" + "@smithy/middleware-retry": "npm:^4.4.1" "@smithy/middleware-serde": "npm:^4.2.0" "@smithy/middleware-stack": "npm:^4.2.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/node-http-handler": "npm:^4.3.0" "@smithy/protocol-http": "npm:^5.3.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" "@smithy/url-parser": "npm:^4.2.0" - "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" - "@smithy/util-body-length-node": "npm:^4.2.0" - "@smithy/util-defaults-mode-browser": "npm:^4.2.0" - "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.1" "@smithy/util-endpoints": "npm:^3.2.0" "@smithy/util-middleware": "npm:^4.2.0" "@smithy/util-retry": "npm:^4.2.0" - "@smithy/util-stream": "npm:^4.4.0" + "@smithy/util-stream": "npm:^4.5.0" "@smithy/util-utf8": "npm:^4.2.0" "@smithy/util-waiter": "npm:^4.2.0" "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/34d44793ade6d725d360a100cad47a9204ba077b37aa8ae4ff6d4b07491cc762ddd75d63b53e5070dca66dd18c204b8feef0240184c87fb895fa8d00337abf80 + checksum: 10c0/219b618387eaf10c1da9f7b774d44bd68225ae3b7cd3c2bd297e66094326c979e8a26d4788cab670f19f48366fd0384480d6939e799fba445ad156e937a142be languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/client-sqs@npm:3.901.0" +"@aws-sdk/client-sqs@npm:^3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/client-sqs@npm:3.908.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.901.0" - "@aws-sdk/credential-provider-node": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" + "@aws-sdk/credential-provider-node": "npm:3.908.0" "@aws-sdk/middleware-host-header": "npm:3.901.0" "@aws-sdk/middleware-logger": "npm:3.901.0" "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.901.0" - "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.908.0" + "@aws-sdk/middleware-user-agent": "npm:3.908.0" "@aws-sdk/region-config-resolver": "npm:3.901.0" "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/util-endpoints": "npm:3.901.0" - "@aws-sdk/util-user-agent-browser": "npm:3.901.0" - "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.907.0" + "@aws-sdk/util-user-agent-node": "npm:3.908.0" "@smithy/config-resolver": "npm:^4.3.0" - "@smithy/core": "npm:^3.14.0" - "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/core": "npm:^3.15.0" + "@smithy/fetch-http-handler": "npm:^5.3.1" "@smithy/hash-node": "npm:^4.2.0" "@smithy/invalid-dependency": "npm:^4.2.0" "@smithy/md5-js": "npm:^4.2.0" "@smithy/middleware-content-length": "npm:^4.2.0" - "@smithy/middleware-endpoint": "npm:^4.3.0" - "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-endpoint": "npm:^4.3.1" + "@smithy/middleware-retry": "npm:^4.4.1" "@smithy/middleware-serde": "npm:^4.2.0" "@smithy/middleware-stack": "npm:^4.2.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/node-http-handler": "npm:^4.3.0" "@smithy/protocol-http": "npm:^5.3.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" "@smithy/url-parser": "npm:^4.2.0" - "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" - "@smithy/util-body-length-node": "npm:^4.2.0" - "@smithy/util-defaults-mode-browser": "npm:^4.2.0" - "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.1" "@smithy/util-endpoints": "npm:^3.2.0" "@smithy/util-middleware": "npm:^4.2.0" "@smithy/util-retry": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/1321206eead961a9024799a0dd25eae911fcfc7f4ae194c7ddd0cee2353f7d59b02b43b2793112236c7c1e8a14fe9cd4bb4592ad10f992ed74cb647334d6f94f + checksum: 10c0/ac0111c32ce147803768f1c5c93e5680b866d9fe1c6207d8525ffe3644e4ca2a35a3d81082509a6b7e6046e5e7f48b88b67b723e6f10112f655dcfd487102838 languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/client-ssm@npm:3.901.0" +"@aws-sdk/client-ssm@npm:^3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/client-ssm@npm:3.908.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.901.0" - "@aws-sdk/credential-provider-node": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" + "@aws-sdk/credential-provider-node": "npm:3.908.0" "@aws-sdk/middleware-host-header": "npm:3.901.0" "@aws-sdk/middleware-logger": "npm:3.901.0" "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" - "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.908.0" "@aws-sdk/region-config-resolver": "npm:3.901.0" "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/util-endpoints": "npm:3.901.0" - "@aws-sdk/util-user-agent-browser": "npm:3.901.0" - "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.907.0" + "@aws-sdk/util-user-agent-node": "npm:3.908.0" "@smithy/config-resolver": "npm:^4.3.0" - "@smithy/core": "npm:^3.14.0" - "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/core": "npm:^3.15.0" + "@smithy/fetch-http-handler": "npm:^5.3.1" "@smithy/hash-node": "npm:^4.2.0" "@smithy/invalid-dependency": "npm:^4.2.0" "@smithy/middleware-content-length": "npm:^4.2.0" - "@smithy/middleware-endpoint": "npm:^4.3.0" - "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-endpoint": "npm:^4.3.1" + "@smithy/middleware-retry": "npm:^4.4.1" "@smithy/middleware-serde": "npm:^4.2.0" "@smithy/middleware-stack": "npm:^4.2.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/node-http-handler": "npm:^4.3.0" "@smithy/protocol-http": "npm:^5.3.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" "@smithy/url-parser": "npm:^4.2.0" - "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" - "@smithy/util-body-length-node": "npm:^4.2.0" - "@smithy/util-defaults-mode-browser": "npm:^4.2.0" - "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.1" "@smithy/util-endpoints": "npm:^3.2.0" "@smithy/util-middleware": "npm:^4.2.0" "@smithy/util-retry": "npm:^4.2.0" @@ -572,208 +572,208 @@ __metadata: "@smithy/util-waiter": "npm:^4.2.0" "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/c995f0e9e8c2be9d71ef3dc3754f518a30f9db4aa129be03ac4a719dcd4002afb90b12a57d73d0358b144f56af1baa0a0d16fb729682121e4d1905bb13540bbc + checksum: 10c0/9c33c21de389a6c06bde65c03831ab06e7165ff4c3b96304dedd785c86eea924d586eebbcefc592896d9661e421fd940ff862bc27d3db2c61371f42b42750800 languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/client-sso@npm:3.901.0" +"@aws-sdk/client-sso@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/client-sso@npm:3.908.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" "@aws-sdk/middleware-host-header": "npm:3.901.0" "@aws-sdk/middleware-logger": "npm:3.901.0" "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" - "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.908.0" "@aws-sdk/region-config-resolver": "npm:3.901.0" "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/util-endpoints": "npm:3.901.0" - "@aws-sdk/util-user-agent-browser": "npm:3.901.0" - "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.907.0" + "@aws-sdk/util-user-agent-node": "npm:3.908.0" "@smithy/config-resolver": "npm:^4.3.0" - "@smithy/core": "npm:^3.14.0" - "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/core": "npm:^3.15.0" + "@smithy/fetch-http-handler": "npm:^5.3.1" "@smithy/hash-node": "npm:^4.2.0" "@smithy/invalid-dependency": "npm:^4.2.0" "@smithy/middleware-content-length": "npm:^4.2.0" - "@smithy/middleware-endpoint": "npm:^4.3.0" - "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-endpoint": "npm:^4.3.1" + "@smithy/middleware-retry": "npm:^4.4.1" "@smithy/middleware-serde": "npm:^4.2.0" "@smithy/middleware-stack": "npm:^4.2.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/node-http-handler": "npm:^4.3.0" "@smithy/protocol-http": "npm:^5.3.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" "@smithy/url-parser": "npm:^4.2.0" - "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" - "@smithy/util-body-length-node": "npm:^4.2.0" - "@smithy/util-defaults-mode-browser": "npm:^4.2.0" - "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.1" "@smithy/util-endpoints": "npm:^3.2.0" "@smithy/util-middleware": "npm:^4.2.0" "@smithy/util-retry": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/b0a02868bf826411668c418c5fd8ab1225bff7dfc10587cebad400c027fb4a28174439eeb5b05bbed1eec167216ea492b3dfbea4b3c9a494a31e219c0abdd38c + checksum: 10c0/bfd3525f394ee87ddd1b0cc92e334f00e21a5b31f3fd85ee09d2797190cdbd70e96bf1f88dd2a13252b0f704a633c60f90779b7e8ee7cbf03b20bc86cb287d0b languageName: node linkType: hard -"@aws-sdk/core@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/core@npm:3.901.0" +"@aws-sdk/core@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/core@npm:3.908.0" dependencies: "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/xml-builder": "npm:3.901.0" - "@smithy/core": "npm:^3.14.0" + "@smithy/core": "npm:^3.15.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/property-provider": "npm:^4.2.0" "@smithy/protocol-http": "npm:^5.3.0" "@smithy/signature-v4": "npm:^5.3.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" - "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-middleware": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/f86625938dedf959b2acbe89bb50e313f0996c59a4772593d57ef55f4023f492d5760b1dc7b9e4f4afa13e41e5cfd0a8b8d08df2f2e9d0347bc74d9d67515c14 + checksum: 10c0/fa5ab0d33a30155df388133f8298293d08360313703bfa7a15a077866760adfe97d636824a6866dc5cae90655f8e59b6ce93460ce72911e133ab2e48c4cc746d languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.901.0" +"@aws-sdk/credential-provider-env@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.908.0" dependencies: - "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@smithy/property-provider": "npm:^4.2.0" "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/e53ecdfa5fa96cf1129b38cde0b5a27c314863e612b8fac5fd9dedcd43a03c2a591deb4ab34f4316c0994480f438272660118ed77ddd591e2cc0dfed4dbde29e + checksum: 10c0/d9e6630d28cf1374b334e0cf6a6a8331352bddcf5b6305d1b32e6d07716a835cce258927cb82d9cc309f3a67e810a80c4458f53540f6f1185382e023db8498f5 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.901.0" +"@aws-sdk/credential-provider-http@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.908.0" dependencies: - "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" - "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/fetch-http-handler": "npm:^5.3.1" "@smithy/node-http-handler": "npm:^4.3.0" "@smithy/property-provider": "npm:^4.2.0" "@smithy/protocol-http": "npm:^5.3.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" - "@smithy/util-stream": "npm:^4.4.0" + "@smithy/util-stream": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/374398233aaab5de9be9802df00deeada0d420ffc2b6ed2f8fbcc2cd82aa4778dc22e7686ac995c41ae86774239f78418ddc5d2f6c57d0594a2eb1b0d886179e + checksum: 10c0/9624570866310a663199bde3deb9d91c748cd177319f06dfafa32521d820e7aa1c2aa5ad421993a14de5ed2e6f55dd89e8ac406b0c73f040444c1c9e9164634c languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.901.0" - dependencies: - "@aws-sdk/core": "npm:3.901.0" - "@aws-sdk/credential-provider-env": "npm:3.901.0" - "@aws-sdk/credential-provider-http": "npm:3.901.0" - "@aws-sdk/credential-provider-process": "npm:3.901.0" - "@aws-sdk/credential-provider-sso": "npm:3.901.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.901.0" - "@aws-sdk/nested-clients": "npm:3.901.0" +"@aws-sdk/credential-provider-ini@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.908.0" + dependencies: + "@aws-sdk/core": "npm:3.908.0" + "@aws-sdk/credential-provider-env": "npm:3.908.0" + "@aws-sdk/credential-provider-http": "npm:3.908.0" + "@aws-sdk/credential-provider-process": "npm:3.908.0" + "@aws-sdk/credential-provider-sso": "npm:3.908.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.908.0" + "@aws-sdk/nested-clients": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@smithy/credential-provider-imds": "npm:^4.2.0" "@smithy/property-provider": "npm:^4.2.0" "@smithy/shared-ini-file-loader": "npm:^4.3.0" "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/f3632c187db167912badc0013235592a874c2c8ef3c6d81b659b8873d9430914bef36556c786a9d8550d70926898dd9d305cafd5ae5ec572501d193fa263c1bb + checksum: 10c0/baa78040ca5174ed2db4b2b2f7df5b7e01344bcb4a0ffb7937fdb3568ef5c206c9d3dfa536fa49b44705c33b1e685584c2267c745c0c557dd80a62290d01a511 languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.901.0" - dependencies: - "@aws-sdk/credential-provider-env": "npm:3.901.0" - "@aws-sdk/credential-provider-http": "npm:3.901.0" - "@aws-sdk/credential-provider-ini": "npm:3.901.0" - "@aws-sdk/credential-provider-process": "npm:3.901.0" - "@aws-sdk/credential-provider-sso": "npm:3.901.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.901.0" +"@aws-sdk/credential-provider-node@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.908.0" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.908.0" + "@aws-sdk/credential-provider-http": "npm:3.908.0" + "@aws-sdk/credential-provider-ini": "npm:3.908.0" + "@aws-sdk/credential-provider-process": "npm:3.908.0" + "@aws-sdk/credential-provider-sso": "npm:3.908.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@smithy/credential-provider-imds": "npm:^4.2.0" "@smithy/property-provider": "npm:^4.2.0" "@smithy/shared-ini-file-loader": "npm:^4.3.0" "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/ae9965cb1bde4ddbfec5905158cdd385c165074c7af3626fc954e5dbc43f722438856c9a47779a49cf05b04939fc617800037bd0e3ab2848ded2a36ef5a4e72f + checksum: 10c0/32a32574aaee9e5968af6e81016c86630f973af30d93dd219d000a5208dd8ecce271e4eb782d2cb5a8dc6b334cd207fc1742db5cdd01e2bd90259cff54d12d27 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.901.0" +"@aws-sdk/credential-provider-process@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.908.0" dependencies: - "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@smithy/property-provider": "npm:^4.2.0" "@smithy/shared-ini-file-loader": "npm:^4.3.0" "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/d920a1358c3a95778a78c1a01c066e2901d619e45cde8cb27a37d4f9727c72a3274df37167650e7ee0a7c2c6c0256cf322cb012123039bef7522b9029a3b9064 + checksum: 10c0/be167dbbd903d9318f195009c9c389f5e00ba167d5d3ba739557873c3b5eb7b384e3c590a50a291a49c97277e498c110c68300aa5f030f2e25269e48e8bd6905 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.901.0" +"@aws-sdk/credential-provider-sso@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.908.0" dependencies: - "@aws-sdk/client-sso": "npm:3.901.0" - "@aws-sdk/core": "npm:3.901.0" - "@aws-sdk/token-providers": "npm:3.901.0" + "@aws-sdk/client-sso": "npm:3.908.0" + "@aws-sdk/core": "npm:3.908.0" + "@aws-sdk/token-providers": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@smithy/property-provider": "npm:^4.2.0" "@smithy/shared-ini-file-loader": "npm:^4.3.0" "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/b9795d0d685fa880cd177642a121c89ffe400ea2c1bc6be4bf2a634e4998230f63f15489cf1b0208482ad5ffb2d3cc8a59c563f2e09cd19f08d3e070a2839d8c + checksum: 10c0/db8c49140bb16cdf904e46296e238403c44d0cecd1f3fe7d1d36453891eb63c39c0c9d5fee4655d3f94f59ac9b28e3eb33beb360f2c399ef575ca8f949f0923a languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.901.0" +"@aws-sdk/credential-provider-web-identity@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.908.0" dependencies: - "@aws-sdk/core": "npm:3.901.0" - "@aws-sdk/nested-clients": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" + "@aws-sdk/nested-clients": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@smithy/property-provider": "npm:^4.2.0" "@smithy/shared-ini-file-loader": "npm:^4.3.0" "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/5b7e1986d7c64d0082d0fbf060b76e5012416326df9c02f62e581759dfab669701de2f93d10d6b8e9b47520873359fecb7db88d3700a39851ff6c826c2bc8fa2 + checksum: 10c0/7eb01e9c035a41b3b3694643d665d7a71e683cceb239e6e3a0a9844c5a664a34b790a820eed4ac3c0dd9d6eb9e0092ebd0a9d79c6529189d68c81ce9d53cdd0e languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.903.0": - version: 3.903.0 - resolution: "@aws-sdk/lib-storage@npm:3.903.0" +"@aws-sdk/lib-storage@npm:^3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/lib-storage@npm:3.908.0" dependencies: "@smithy/abort-controller": "npm:^4.2.0" - "@smithy/middleware-endpoint": "npm:^4.3.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/middleware-endpoint": "npm:^4.3.1" + "@smithy/smithy-client": "npm:^4.7.1" 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.901.0 - checksum: 10c0/a3e7a337cf3f1bcab253a75b2eedda6cf6cbb82849b2aa093a30d3cc0d2b8779c6bd1bc5ac7f81fa044bfbcfd912d7a6c7a744b241ead3c058aac2bad758aa70 + "@aws-sdk/client-s3": ^3.908.0 + checksum: 10c0/3d72debcf447e6887d92af6957569f8ad2a819473bbda74f0979472d05ec22fe2b8ccd6f426dd98bdacd8571524d7b576a443248523faad748ac7e76e9976765 languageName: node linkType: hard @@ -804,24 +804,24 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.901.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.908.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.901.0" + "@aws-sdk/core": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@smithy/is-array-buffer": "npm:^4.2.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/protocol-http": "npm:^5.3.0" "@smithy/types": "npm:^4.6.0" "@smithy/util-middleware": "npm:^4.2.0" - "@smithy/util-stream": "npm:^4.4.0" + "@smithy/util-stream": "npm:^4.5.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/82849e586479594bd73c8779244e24f0fcb83d66b3331123c3f4949ffd5e4417d3471cbd05a8d111e6999b65a8d291ba2269531683b2dfe373c5541bf0a60aab + checksum: 10c0/b095aa66ff629559c4f6f8a3db79ad55f06de2cd449b186249fa7785d7f081a96195cb95c68835113b72e74552c6411eebc8df491c2f5f272af946e9d1461a2c languageName: node linkType: hard @@ -872,55 +872,55 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.901.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.908.0" dependencies: "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/util-format-url": "npm:3.901.0" - "@smithy/middleware-endpoint": "npm:^4.3.0" + "@smithy/middleware-endpoint": "npm:^4.3.1" "@smithy/protocol-http": "npm:^5.3.0" "@smithy/signature-v4": "npm:^5.3.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/41460be76f27f0b672c562f79ac48119cc1bd72e0e40fa9dc28df80b3af25a92db3ca23c98b72f07ff8f0c18e1f63db39e2d57a89c3cd79d06bf8306af5f0274 + checksum: 10c0/129ef2d73bc0b646eb84a25c88c77e05be0797cf3e1b1ee743976550b9d17e70ac1ddb3ce718b6ee253620619d8683f567c2fda64e87e975d47650ef5c8c05b4 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.901.0" +"@aws-sdk/middleware-sdk-s3@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.908.0" dependencies: - "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/util-arn-parser": "npm:3.893.0" - "@smithy/core": "npm:^3.14.0" + "@smithy/core": "npm:^3.15.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/protocol-http": "npm:^5.3.0" "@smithy/signature-v4": "npm:^5.3.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" "@smithy/util-config-provider": "npm:^4.2.0" "@smithy/util-middleware": "npm:^4.2.0" - "@smithy/util-stream": "npm:^4.4.0" + "@smithy/util-stream": "npm:^4.5.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/382ccbd07de1b9112a8df436134df219dde780d105746cb7997925901901529e49dee77f434c1dfbfb691d5d654000f7e9e36404a417fb87edef525b40dfc6a5 + checksum: 10c0/de8b600bb1ae546912c4f70c10d52c5d17e793a9e455649d0ebe42d8f56563e0b4aaef15890da423086b9aaa824e2e209d7e3b476e9ad47826f7fa634bb6225f languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.901.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.908.0" dependencies: "@aws-sdk/types": "npm:3.901.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" "@smithy/util-hex-encoding": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/f6ddc5c63db750131a848cc5a350ecd9f0d0e21904cc810f538c242b438c734d400a6b776d7307e73e49e9a984cc6ac11261afc48a13412a86c70a3b3089a613 + checksum: 10c0/d632af01d236b028aba0f856d0de5c8600103e2b6ae879d1d0df632160174f3b78b178aa66b28ed7c42e7925af8e3e96c33b360de86e19c2b2c5ea0bc073546b languageName: node linkType: hard @@ -935,64 +935,64 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.901.0" +"@aws-sdk/middleware-user-agent@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.908.0" dependencies: - "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/util-endpoints": "npm:3.901.0" - "@smithy/core": "npm:^3.14.0" + "@smithy/core": "npm:^3.15.0" "@smithy/protocol-http": "npm:^5.3.0" "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/73d5913eca05799918c0119510d0a49b5c5b7626a098c5ff48954f1b7e42278b0fcfe589f06d2b79d1dec1c316647f4104228fb42d0e72932601b0fddc8ea142 + checksum: 10c0/0ff8ee148d1b332a4508727ce0449f377d4bf9c4cdb724df20e6da4211e074acc08cb1f29cfb5c29140da80c5b583ab74df3cf84f71fd8f829cea265f8b00112 languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/nested-clients@npm:3.901.0" +"@aws-sdk/nested-clients@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/nested-clients@npm:3.908.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" "@aws-sdk/middleware-host-header": "npm:3.901.0" "@aws-sdk/middleware-logger": "npm:3.901.0" "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" - "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.908.0" "@aws-sdk/region-config-resolver": "npm:3.901.0" "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/util-endpoints": "npm:3.901.0" - "@aws-sdk/util-user-agent-browser": "npm:3.901.0" - "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.907.0" + "@aws-sdk/util-user-agent-node": "npm:3.908.0" "@smithy/config-resolver": "npm:^4.3.0" - "@smithy/core": "npm:^3.14.0" - "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/core": "npm:^3.15.0" + "@smithy/fetch-http-handler": "npm:^5.3.1" "@smithy/hash-node": "npm:^4.2.0" "@smithy/invalid-dependency": "npm:^4.2.0" "@smithy/middleware-content-length": "npm:^4.2.0" - "@smithy/middleware-endpoint": "npm:^4.3.0" - "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-endpoint": "npm:^4.3.1" + "@smithy/middleware-retry": "npm:^4.4.1" "@smithy/middleware-serde": "npm:^4.2.0" "@smithy/middleware-stack": "npm:^4.2.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/node-http-handler": "npm:^4.3.0" "@smithy/protocol-http": "npm:^5.3.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" "@smithy/url-parser": "npm:^4.2.0" - "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" - "@smithy/util-body-length-node": "npm:^4.2.0" - "@smithy/util-defaults-mode-browser": "npm:^4.2.0" - "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.1" "@smithy/util-endpoints": "npm:^3.2.0" "@smithy/util-middleware": "npm:^4.2.0" "@smithy/util-retry": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/3b0211fbec00d3f2122270e70ff8a4dd2da510d9955655b5c8d39a49b9abd03e948d9f13e4db0329b941fd62cbd6c59043788d3ae1006ade4bfc225d2cec7caa + checksum: 10c0/59dd60269a978ae8b26e9faa6491f45646b9b4fdbb933d2256ff2d539ae60b960ec94ff62181f28a409317c429e6ec182e9f5558c455ee45f598175b5b8d05fd languageName: node linkType: hard @@ -1010,32 +1010,32 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.901.0" +"@aws-sdk/signature-v4-multi-region@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.908.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.901.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@smithy/protocol-http": "npm:^5.3.0" "@smithy/signature-v4": "npm:^5.3.0" "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/813dcb93148ecefb82751f09092448aed8c4d4689b735a10c60a8d3cc7d1330252f336aeb33835b2ab4ba96cd2d0999760639d140dd3c45d23f8dea9866d112f + checksum: 10c0/7080fa36ba6ced905bca9c2aa8eb74d25ed2c59a4559fc500063af03b9ad128e6ff27c729efb84ed5089fae42dcf1b246d4e9ec672028849061db58183009dd2 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/token-providers@npm:3.901.0" +"@aws-sdk/token-providers@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/token-providers@npm:3.908.0" dependencies: - "@aws-sdk/core": "npm:3.901.0" - "@aws-sdk/nested-clients": "npm:3.901.0" + "@aws-sdk/core": "npm:3.908.0" + "@aws-sdk/nested-clients": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@smithy/property-provider": "npm:^4.2.0" "@smithy/shared-ini-file-loader": "npm:^4.3.0" "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/d2f7adcc927d34fa63789061e6f0dfc817da7d8d116050d59fcd9cc7cef1b1db25cb03f7e631d464f6a95d6273be6e7c2105d66f2ec7948c5362f01f075d8a01 + checksum: 10c0/432e70c9b2ca20c4a3a501fd96ff7c31ce9099eb448fe6ecec13171efbe420e116a73450885106c65712a2670be52091ba5558e464385ccbf94d80acb25e260c languageName: node linkType: hard @@ -1092,23 +1092,23 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.901.0" +"@aws-sdk/util-user-agent-browser@npm:3.907.0": + version: 3.907.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.907.0" dependencies: "@aws-sdk/types": "npm:3.901.0" "@smithy/types": "npm:^4.6.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/e389467f5d9d671902e11c4cf09d4d5f8fa1ced1af6c0d0a61c06afb487e13170ec05a40667c2b1b9d353e518b9d5064a82c2d2db4247e75f3619bac765f9a95 + checksum: 10c0/581e8bdf2391e3ce0725b7660ad10bcfafb5f0ab90c4b76a8a906593d85c1b9fcb3f1b525610279e05ee85805f737c14e24e4c5d364acbece52d333d8e51f440 languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.901.0": - version: 3.901.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.901.0" +"@aws-sdk/util-user-agent-node@npm:3.908.0": + version: 3.908.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.908.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.908.0" "@aws-sdk/types": "npm:3.901.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/types": "npm:^4.6.0" @@ -1118,7 +1118,7 @@ __metadata: peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/d18c815bb04186ca4950abaf846d9998afaf4399380c2b6de351cc7d45733fabcd681d3cdc90eca40ce3a574d1d80652817d0d8e292e68710a9aab5d9dc7bd64 + checksum: 10c0/3cf41f441337513574f350176ca39dc6f4b3c3263605c741142ff08c1d1c5ca3c26958bb732bd6e20aceb820d844b6ab246435dfa6ec481476d8930ffe4225c9 languageName: node linkType: hard @@ -3971,13 +3971,13 @@ __metadata: languageName: node linkType: hard -"@smithy/chunked-blob-reader-native@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/chunked-blob-reader-native@npm:4.2.0" +"@smithy/chunked-blob-reader-native@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/chunked-blob-reader-native@npm:4.2.1" dependencies: - "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.3.0" tslib: "npm:^2.6.2" - checksum: 10c0/7626232b15b69b8b8b67f5d276b61810e3134a6b29580a006eda84746ec03a00701b36c52c2878234a4c324b7ec8d34d32e5f2b3e271ee05d0eb8f78094ca36c + checksum: 10c0/63831fe47a5b3a1ea6821846a5fb009298da57159e4818238e8110b77245805c1a07cb854df7955a39de1f5f2dfb7c8803ac942117e622665e089d715cb2041c languageName: node linkType: hard @@ -4003,21 +4003,21 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^3.14.0": - version: 3.14.0 - resolution: "@smithy/core@npm:3.14.0" +"@smithy/core@npm:^3.15.0": + version: 3.15.0 + resolution: "@smithy/core@npm:3.15.0" dependencies: "@smithy/middleware-serde": "npm:^4.2.0" "@smithy/protocol-http": "npm:^5.3.0" "@smithy/types": "npm:^4.6.0" - "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-middleware": "npm:^4.2.0" - "@smithy/util-stream": "npm:^4.4.0" + "@smithy/util-stream": "npm:^4.5.0" "@smithy/util-utf8": "npm:^4.2.0" "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/44cbc3bed4e33d8bafb367cb9205e4bb529de75f068a8f3805895874925bdb056b360e3dc11bccece5c3d2b0fcc902cfdaad8ea8ed0100be727252f7ec273228 + checksum: 10c0/fddaa13dc01f8e00075a4d97931db59a9ce6f2740290b7b502d0ebe5ee055f68bd3a3883a875312b8996f4b53bc096108cfce80e76b409f82296f2499abb00c8 languageName: node linkType: hard @@ -4089,28 +4089,28 @@ __metadata: languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^5.3.0": - version: 5.3.0 - resolution: "@smithy/fetch-http-handler@npm:5.3.0" +"@smithy/fetch-http-handler@npm:^5.3.1": + version: 5.3.1 + resolution: "@smithy/fetch-http-handler@npm:5.3.1" dependencies: "@smithy/protocol-http": "npm:^5.3.0" "@smithy/querystring-builder": "npm:^4.2.0" "@smithy/types": "npm:^4.6.0" - "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.3.0" tslib: "npm:^2.6.2" - checksum: 10c0/cd4a02981ab35510872ae6a2bf7dfbe485109ede3dd0b0bf56042fb6f4c896fcf555e580a525ef56cd7d1b68a1b53b66c8df4a593c9e5a21d0996d030fb10f82 + checksum: 10c0/71e974b057343e1f32317015946c1f46a81ceafc1cad257e2f018e6aeb75f07a979a3cde9ba1a5d7883606ac64290ca14cb89eb6888e025e5498b183ca7f79cc languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/hash-blob-browser@npm:4.2.0" +"@smithy/hash-blob-browser@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/hash-blob-browser@npm:4.2.1" dependencies: "@smithy/chunked-blob-reader": "npm:^5.2.0" - "@smithy/chunked-blob-reader-native": "npm:^4.2.0" + "@smithy/chunked-blob-reader-native": "npm:^4.2.1" "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/be491ce8363e18034215c1a2fad17a34fd4e4253de2276575a8400fdbf82bbb2228fa78d7a30e3bb20c98646eaad395771e76da635b4bed0d22bf95de0d6f0ff + checksum: 10c0/c861927a1456143da745799aec4ffa5292820eb60735fe14502360ad375ee5ea216420c35b7b200f46fe4e27deb9ac5f9b83d798ffe0acd6845d0d14f72c73e0 languageName: node linkType: hard @@ -4187,11 +4187,11 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.3.0": - version: 4.3.0 - resolution: "@smithy/middleware-endpoint@npm:4.3.0" +"@smithy/middleware-endpoint@npm:^4.3.1": + version: 4.3.1 + resolution: "@smithy/middleware-endpoint@npm:4.3.1" dependencies: - "@smithy/core": "npm:^3.14.0" + "@smithy/core": "npm:^3.15.0" "@smithy/middleware-serde": "npm:^4.2.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/shared-ini-file-loader": "npm:^4.3.0" @@ -4199,24 +4199,24 @@ __metadata: "@smithy/url-parser": "npm:^4.2.0" "@smithy/util-middleware": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/81877411bb98888704066dc847428c070f53cfb591e2e689e1a8b894a0a3cd74562553955ae5527ca32e8cea7309cbe995ad20976247909704c93898047ebdad + checksum: 10c0/79beb726a63c2c28a25b272648068abfe9c1e9b279b65eccbc858b86d782faa9280d7dc494b81764dd3863557b6aa5e59a9eb708a5cd26d789833e13a0d9c7df languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.4.0": - version: 4.4.0 - resolution: "@smithy/middleware-retry@npm:4.4.0" +"@smithy/middleware-retry@npm:^4.4.1": + version: 4.4.1 + resolution: "@smithy/middleware-retry@npm:4.4.1" dependencies: "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/protocol-http": "npm:^5.3.0" "@smithy/service-error-classification": "npm:^4.2.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" "@smithy/util-middleware": "npm:^4.2.0" "@smithy/util-retry": "npm:^4.2.0" "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/b135a6e9431bfd5aa417fcd1561d570d334b594bfc6069aee15f080bee9f85bc14fe2b37ca6294af8733c2acf343bef6fc50d14751fb7e42e3396b8d927c394f + checksum: 10c0/3987705d804f495751bd66412efe19655e1ac6cf311cba3b65624ca4d7691b19edae52553ef4125710d552de5998b867f44bd7ab58efab8d504a9785f7150076 languageName: node linkType: hard @@ -4351,18 +4351,18 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.7.0": - version: 4.7.0 - resolution: "@smithy/smithy-client@npm:4.7.0" +"@smithy/smithy-client@npm:^4.7.1": + version: 4.7.1 + resolution: "@smithy/smithy-client@npm:4.7.1" dependencies: - "@smithy/core": "npm:^3.14.0" - "@smithy/middleware-endpoint": "npm:^4.3.0" + "@smithy/core": "npm:^3.15.0" + "@smithy/middleware-endpoint": "npm:^4.3.1" "@smithy/middleware-stack": "npm:^4.2.0" "@smithy/protocol-http": "npm:^5.3.0" "@smithy/types": "npm:^4.6.0" - "@smithy/util-stream": "npm:^4.4.0" + "@smithy/util-stream": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/f94fa42a96a52fea0fdc6417477b65f7c31a63641d641d6f11e5679d9917cc40f0ff43cfbab8f9abbf5edfa31b5ffa25c354b70b2c71b4e5f04efccfe20c4063 + checksum: 10c0/21d5f1ba46e0bd79aca64679edf0b7f16b830274d52436a5bae743236984fc51afbe1a7ed09f1f8f70f541ae832b6f1b38788fbd01305f8120c3da4c9490bf20 languageName: node linkType: hard @@ -4395,14 +4395,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-base64@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/util-base64@npm:4.2.0" +"@smithy/util-base64@npm:^4.3.0": + version: 4.3.0 + resolution: "@smithy/util-base64@npm:4.3.0" dependencies: "@smithy/util-buffer-from": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/6b11dd6c782a419a7a85b908e0311eab4f853ae9d60da5f2c2e42614f983858052a2075b71bd51ed15ec89a54b7d53f1e52e97e3a055a6e6de82d2cc1fd9aeb3 + checksum: 10c0/02dd536b9257914cc9a595a865faac64fc96db10468d52d0cba475df78764fc25ba255707ccd061ee197fca189d7859d70af8cf89b0b0c3e27c1c693676eb6e4 languageName: node linkType: hard @@ -4415,12 +4415,12 @@ __metadata: languageName: node linkType: hard -"@smithy/util-body-length-node@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/util-body-length-node@npm:4.2.0" +"@smithy/util-body-length-node@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-body-length-node@npm:4.2.1" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/9f5197df54ad1361c7ff94cab7a5310d84e5dd9480c868de20e7e19472b0a5892ee27c5ea205ef978707868eee2ecab73b95115047a30ed070b337ab60c90936 + checksum: 10c0/3c32306735af5b62f75375e976a531ab45f171dfb0dc23ee035478d2132eaf21f244c31b0f3e861c514ff97d8112055e74c98ed44595ad24bd31434d5fdaf4bf languageName: node linkType: hard @@ -4453,31 +4453,30 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/util-defaults-mode-browser@npm:4.2.0" +"@smithy/util-defaults-mode-browser@npm:^4.3.0": + version: 4.3.0 + resolution: "@smithy/util-defaults-mode-browser@npm:4.3.0" dependencies: "@smithy/property-provider": "npm:^4.2.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" - bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/7758034aaa3734ff92b3b9a95b940e65ef94568bcb5272861de222464b1875292a2d336b3faacbf5ccc15e6cef44fa5bc8ce282e31fc1c6685122b56d8aca15f + checksum: 10c0/7858f358a17955f0c971f4154c94d1e3e72675deac83e7242b2c693140908d2a52ca6d57d95594b97dda2a611db68bf495f8ef9be33fb9c6b1457ceea854a4c1 languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/util-defaults-mode-node@npm:4.2.0" +"@smithy/util-defaults-mode-node@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-defaults-mode-node@npm:4.2.1" dependencies: "@smithy/config-resolver": "npm:^4.3.0" "@smithy/credential-provider-imds": "npm:^4.2.0" "@smithy/node-config-provider": "npm:^4.3.0" "@smithy/property-provider": "npm:^4.2.0" - "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/smithy-client": "npm:^4.7.1" "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/4e17e7c8a64d2798c43ad3b091a30bd908cdb166496fdcec401ae3f95076bc725c443530de0dcb9b9ba14d693cb85dc31a43d4044664b2937e4aa5b4852bef7d + checksum: 10c0/4fc528e7f31813f4d4febfad31233104ac067ff1b4c22e616b29c7ec65bac8db88cb383bace3c5912983bcc53abfaa023a4320e71884671ac691f5df3df61136 languageName: node linkType: hard @@ -4522,19 +4521,19 @@ __metadata: languageName: node linkType: hard -"@smithy/util-stream@npm:^4.4.0": - version: 4.4.0 - resolution: "@smithy/util-stream@npm:4.4.0" +"@smithy/util-stream@npm:^4.5.0": + version: 4.5.0 + resolution: "@smithy/util-stream@npm:4.5.0" dependencies: - "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/fetch-http-handler": "npm:^5.3.1" "@smithy/node-http-handler": "npm:^4.3.0" "@smithy/types": "npm:^4.6.0" - "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-buffer-from": "npm:^4.2.0" "@smithy/util-hex-encoding": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/6328011045d4d4ed8e2bc07a07559ad64a593971c886a6699bd590bbda1cbb65fe8413f8a08de66837fbf5a2d87c60f4a3885aa5b48a884f3f50d5aaefae4128 + checksum: 10c0/7790fc90cb76fe418f16c55179255ddaa9176605fbf6af4188572dff380905dedc2ae2461396980ac9e3cb14124049700a43ac2b01589f6c81aa5cdc63e8b5a8 languageName: node linkType: hard