From 5b2c50fc48079c28d0ca9b40b244b4e1061eb19a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 06:05:19 +0000 Subject: [PATCH] fix(lambda): bump the aws group in /lambdas with 7 updates Bumps the aws group in /lambdas with 7 updates: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2) | `3.892.0` | `3.894.0` | | [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.891.0` | `3.893.0` | | [@aws-sdk/types](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types) | `3.887.0` | `3.893.0` | | [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.891.0` | `3.893.0` | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.892.0` | `3.893.0` | | [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.892.0` | `3.893.0` | | [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.891.0` | `3.894.0` | Updates `@aws-sdk/client-ec2` from 3.892.0 to 3.894.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.894.0/clients/client-ec2) Updates `@aws-sdk/client-ssm` from 3.891.0 to 3.893.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.893.0/clients/client-ssm) Updates `@aws-sdk/types` from 3.887.0 to 3.893.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/types/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.893.0/packages/types) Updates `@aws-sdk/client-sqs` from 3.891.0 to 3.893.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.893.0/clients/client-sqs) Updates `@aws-sdk/client-s3` from 3.892.0 to 3.893.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.893.0/clients/client-s3) Updates `@aws-sdk/lib-storage` from 3.892.0 to 3.893.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.893.0/lib/lib-storage) Updates `@aws-sdk/client-eventbridge` from 3.891.0 to 3.894.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.894.0/clients/client-eventbridge) --- updated-dependencies: - dependency-name: "@aws-sdk/client-ec2" dependency-version: 3.894.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-ssm" dependency-version: 3.893.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/types" dependency-version: 3.893.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-sqs" dependency-version: 3.893.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.893.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/lib-storage" dependency-version: 3.893.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: "@aws-sdk/client-eventbridge" dependency-version: 3.894.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] --- .../functions/ami-housekeeper/package.json | 6 +- lambdas/functions/control-plane/package.json | 6 +- .../functions/gh-agent-syncer/package.json | 6 +- .../termination-watcher/package.json | 4 +- lambdas/functions/webhook/package.json | 4 +- lambdas/libs/aws-ssm-util/package.json | 4 +- lambdas/yarn.lock | 841 ++++++++++-------- 7 files changed, 464 insertions(+), 407 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 16be7df352..2a054fc145 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -17,7 +17,7 @@ "all": "yarn build && yarn format && yarn lint && yarn test" }, "devDependencies": { - "@aws-sdk/types": "^3.887.0", + "@aws-sdk/types": "^3.893.0", "@types/aws-lambda": "^8.10.152", "@vercel/ncc": "^0.38.3", "aws-sdk-client-mock": "^4.1.0", @@ -26,8 +26,8 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-ec2": "^3.892.0", - "@aws-sdk/client-ssm": "^3.891.0", + "@aws-sdk/client-ec2": "^3.895.0", + "@aws-sdk/client-ssm": "^3.895.0", "cron-parser": "^5.3.1" }, "nx": { diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 0e6650c290..35133abc50 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -17,7 +17,7 @@ "all": "yarn build && yarn format && yarn lint && yarn test" }, "devDependencies": { - "@aws-sdk/types": "^3.887.0", + "@aws-sdk/types": "^3.893.0", "@octokit/types": "^15.0.0", "@types/aws-lambda": "^8.10.152", "@types/node": "^22.16.5", @@ -33,8 +33,8 @@ "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", "@aws-lambda-powertools/parameters": "^2.26.1", - "@aws-sdk/client-ec2": "^3.892.0", - "@aws-sdk/client-sqs": "^3.891.0", + "@aws-sdk/client-ec2": "^3.895.0", + "@aws-sdk/client-sqs": "^3.895.0", "@middy/core": "^6.4.1", "@octokit/auth-app": "8.1.0", "@octokit/core": "7.0.4", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index 5b56f9f4b8..f0ef22ce23 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -17,7 +17,7 @@ "all": "yarn build && yarn format && yarn lint && yarn test" }, "devDependencies": { - "@aws-sdk/types": "^3.887.0", + "@aws-sdk/types": "^3.893.0", "@types/aws-lambda": "^8.10.152", "@types/node": "^22.16.5", "@types/request": "^2.48.13", @@ -28,8 +28,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-s3": "^3.892.0", - "@aws-sdk/lib-storage": "^3.892.0", + "@aws-sdk/client-s3": "^3.895.0", + "@aws-sdk/lib-storage": "^3.895.0", "@middy/core": "^6.4.1", "@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 211eee86aa..459eda527e 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -15,7 +15,7 @@ "all": "yarn build && yarn format && yarn lint && yarn test" }, "devDependencies": { - "@aws-sdk/types": "^3.887.0", + "@aws-sdk/types": "^3.893.0", "@types/aws-lambda": "^8.10.152", "@types/node": "^22.16.5", "@vercel/ncc": "^0.38.3", @@ -24,7 +24,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ec2": "^3.892.0", + "@aws-sdk/client-ec2": "^3.895.0", "@middy/core": "^6.4.1" }, "nx": { diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 99cb2ed268..4f5b226038 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.891.0", + "@aws-sdk/client-eventbridge": "^3.895.0", "@octokit/webhooks-types": "^7.6.1", "@types/aws-lambda": "^8.10.152", "@types/express": "^5.0.0", @@ -30,7 +30,7 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-sqs": "^3.891.0", + "@aws-sdk/client-sqs": "^3.895.0", "@middy/core": "^6.4.1", "@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 a617ce1581..b294e38332 100644 --- a/lambdas/libs/aws-ssm-util/package.json +++ b/lambdas/libs/aws-ssm-util/package.json @@ -15,7 +15,7 @@ "all": "yarn build && yarn format && yarn lint && yarn test" }, "devDependencies": { - "@aws-sdk/types": "^3.887.0", + "@aws-sdk/types": "^3.893.0", "@types/aws-lambda": "^8.10.152", "@types/node": "^22.16.5", "aws-sdk-client-mock": "^4.1.0", @@ -23,7 +23,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ssm": "^3.891.0" + "@aws-sdk/client-ssm": "^3.895.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index c1c9229587..94077c1d72 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -113,9 +113,9 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.892.0" - "@aws-sdk/client-ssm": "npm:^3.891.0" - "@aws-sdk/types": "npm:^3.887.0" + "@aws-sdk/client-ec2": "npm:^3.895.0" + "@aws-sdk/client-ssm": "npm:^3.895.0" + "@aws-sdk/types": "npm:^3.893.0" "@types/aws-lambda": "npm:^8.10.152" "@vercel/ncc": "npm:^0.38.3" aws-sdk-client-mock: "npm:^4.1.0" @@ -143,8 +143,8 @@ __metadata: resolution: "@aws-github-runner/aws-ssm-util@workspace:libs/aws-ssm-util" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ssm": "npm:^3.891.0" - "@aws-sdk/types": "npm:^3.887.0" + "@aws-sdk/client-ssm": "npm:^3.895.0" + "@aws-sdk/types": "npm:^3.893.0" "@types/aws-lambda": "npm:^8.10.152" "@types/node": "npm:^22.16.5" aws-sdk-client-mock: "npm:^4.1.0" @@ -159,9 +159,9 @@ __metadata: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" "@aws-lambda-powertools/parameters": "npm:^2.26.1" - "@aws-sdk/client-ec2": "npm:^3.892.0" - "@aws-sdk/client-sqs": "npm:^3.891.0" - "@aws-sdk/types": "npm:^3.887.0" + "@aws-sdk/client-ec2": "npm:^3.895.0" + "@aws-sdk/client-sqs": "npm:^3.895.0" + "@aws-sdk/types": "npm:^3.893.0" "@middy/core": "npm:^6.4.1" "@octokit/auth-app": "npm:8.1.0" "@octokit/core": "npm:7.0.4" @@ -186,9 +186,9 @@ __metadata: resolution: "@aws-github-runner/gh-agent-syncer@workspace:functions/gh-agent-syncer" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-s3": "npm:^3.892.0" - "@aws-sdk/lib-storage": "npm:^3.892.0" - "@aws-sdk/types": "npm:^3.887.0" + "@aws-sdk/client-s3": "npm:^3.895.0" + "@aws-sdk/lib-storage": "npm:^3.895.0" + "@aws-sdk/types": "npm:^3.893.0" "@middy/core": "npm:^6.4.1" "@octokit/rest": "npm:22.0.0" "@types/aws-lambda": "npm:^8.10.152" @@ -207,8 +207,8 @@ __metadata: resolution: "@aws-github-runner/termination-watcher@workspace:functions/termination-watcher" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.892.0" - "@aws-sdk/types": "npm:^3.887.0" + "@aws-sdk/client-ec2": "npm:^3.895.0" + "@aws-sdk/types": "npm:^3.893.0" "@middy/core": "npm:^6.4.1" "@types/aws-lambda": "npm:^8.10.152" "@types/node": "npm:^22.16.5" @@ -224,8 +224,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-eventbridge": "npm:^3.891.0" - "@aws-sdk/client-sqs": "npm:^3.891.0" + "@aws-sdk/client-eventbridge": "npm:^3.895.0" + "@aws-sdk/client-sqs": "npm:^3.895.0" "@middy/core": "npm:^6.4.1" "@octokit/rest": "npm:22.0.0" "@octokit/types": "npm:^15.0.0" @@ -325,45 +325,45 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.892.0": - version: 3.892.0 - resolution: "@aws-sdk/client-ec2@npm:3.892.0" +"@aws-sdk/client-ec2@npm:^3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/client-ec2@npm:3.895.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/credential-provider-node": "npm:3.891.0" - "@aws-sdk/middleware-host-header": "npm:3.891.0" - "@aws-sdk/middleware-logger": "npm:3.891.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.892.0" - "@aws-sdk/middleware-user-agent": "npm:3.891.0" - "@aws-sdk/region-config-resolver": "npm:3.890.0" - "@aws-sdk/types": "npm:3.887.0" - "@aws-sdk/util-endpoints": "npm:3.891.0" - "@aws-sdk/util-user-agent-browser": "npm:3.887.0" - "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/credential-provider-node": "npm:3.895.0" + "@aws-sdk/middleware-host-header": "npm:3.893.0" + "@aws-sdk/middleware-logger": "npm:3.893.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.893.0" + "@aws-sdk/middleware-user-agent": "npm:3.895.0" + "@aws-sdk/region-config-resolver": "npm:3.893.0" + "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/util-endpoints": "npm:3.895.0" + "@aws-sdk/util-user-agent-browser": "npm:3.893.0" + "@aws-sdk/util-user-agent-node": "npm:3.895.0" "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.0" + "@smithy/core": "npm:^3.11.1" "@smithy/fetch-http-handler": "npm:^5.2.1" "@smithy/hash-node": "npm:^4.1.1" "@smithy/invalid-dependency": "npm:^4.1.1" "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.2" - "@smithy/middleware-retry": "npm:^4.2.3" + "@smithy/middleware-endpoint": "npm:^4.2.3" + "@smithy/middleware-retry": "npm:^4.2.4" "@smithy/middleware-serde": "npm:^4.1.1" "@smithy/middleware-stack": "npm:^4.1.1" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/node-http-handler": "npm:^4.2.1" "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/smithy-client": "npm:^4.6.3" "@smithy/types": "npm:^4.5.0" "@smithy/url-parser": "npm:^4.1.1" "@smithy/util-base64": "npm:^4.1.0" "@smithy/util-body-length-browser": "npm:^4.1.0" "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.2" - "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@smithy/util-defaults-mode-browser": "npm:^4.1.3" + "@smithy/util-defaults-mode-node": "npm:^4.1.3" "@smithy/util-endpoints": "npm:^3.1.2" "@smithy/util-middleware": "npm:^4.1.1" "@smithy/util-retry": "npm:^4.1.2" @@ -372,86 +372,86 @@ __metadata: "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/723fa0ec98a0f1b93011329c5c5ea82aebd3f33b4390fb6b6865a0500f80a9fe34861be15aa60d620fd823aa4497452c8d9d3382189c9f1d8a6dbb6c360023cb + checksum: 10c0/3eb9a95098a303b55033f3a1771f7912362da3e35a1b933ced3ea23f6326dbda22451cd6dba56b1e945bb968ae7fbde948f8bf37543cb66a56383d59df785e3f languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.891.0" +"@aws-sdk/client-eventbridge@npm:^3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.895.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/credential-provider-node": "npm:3.891.0" - "@aws-sdk/middleware-host-header": "npm:3.891.0" - "@aws-sdk/middleware-logger": "npm:3.891.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" - "@aws-sdk/middleware-user-agent": "npm:3.891.0" - "@aws-sdk/region-config-resolver": "npm:3.890.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.891.0" - "@aws-sdk/types": "npm:3.887.0" - "@aws-sdk/util-endpoints": "npm:3.891.0" - "@aws-sdk/util-user-agent-browser": "npm:3.887.0" - "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/credential-provider-node": "npm:3.895.0" + "@aws-sdk/middleware-host-header": "npm:3.893.0" + "@aws-sdk/middleware-logger": "npm:3.893.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" + "@aws-sdk/middleware-user-agent": "npm:3.895.0" + "@aws-sdk/region-config-resolver": "npm:3.893.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.894.0" + "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/util-endpoints": "npm:3.895.0" + "@aws-sdk/util-user-agent-browser": "npm:3.893.0" + "@aws-sdk/util-user-agent-node": "npm:3.895.0" "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.0" + "@smithy/core": "npm:^3.11.1" "@smithy/fetch-http-handler": "npm:^5.2.1" "@smithy/hash-node": "npm:^4.1.1" "@smithy/invalid-dependency": "npm:^4.1.1" "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.2" - "@smithy/middleware-retry": "npm:^4.2.3" + "@smithy/middleware-endpoint": "npm:^4.2.3" + "@smithy/middleware-retry": "npm:^4.2.4" "@smithy/middleware-serde": "npm:^4.1.1" "@smithy/middleware-stack": "npm:^4.1.1" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/node-http-handler": "npm:^4.2.1" "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/smithy-client": "npm:^4.6.3" "@smithy/types": "npm:^4.5.0" "@smithy/url-parser": "npm:^4.1.1" "@smithy/util-base64": "npm:^4.1.0" "@smithy/util-body-length-browser": "npm:^4.1.0" "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.2" - "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@smithy/util-defaults-mode-browser": "npm:^4.1.3" + "@smithy/util-defaults-mode-node": "npm:^4.1.3" "@smithy/util-endpoints": "npm:^3.1.2" "@smithy/util-middleware": "npm:^4.1.1" "@smithy/util-retry": "npm:^4.1.2" "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/21dd88982483388d6e833e01a83c3f520db36d95f5be56ba19dbc0c3dc87553b82a3da3a5df6b2c2e37f33c81ce0dd7cb37c43970ffc3bae449c2aa38a40872f + checksum: 10c0/c7fc4795f3b86d1e9ee4f035cf7bcc5a62a70b79f1ca07f63c4343e86e8405a24689527014a469ed2f96ad35b7365db614cae9b68a0fd3d2757f0a0e7544d0e4 languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.892.0": - version: 3.892.0 - resolution: "@aws-sdk/client-s3@npm:3.892.0" +"@aws-sdk/client-s3@npm:^3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/client-s3@npm:3.895.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.890.0" - "@aws-sdk/credential-provider-node": "npm:3.891.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.890.0" - "@aws-sdk/middleware-expect-continue": "npm:3.891.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.892.0" - "@aws-sdk/middleware-host-header": "npm:3.891.0" - "@aws-sdk/middleware-location-constraint": "npm:3.891.0" - "@aws-sdk/middleware-logger": "npm:3.891.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.891.0" - "@aws-sdk/middleware-ssec": "npm:3.891.0" - "@aws-sdk/middleware-user-agent": "npm:3.891.0" - "@aws-sdk/region-config-resolver": "npm:3.890.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.891.0" - "@aws-sdk/types": "npm:3.887.0" - "@aws-sdk/util-endpoints": "npm:3.891.0" - "@aws-sdk/util-user-agent-browser": "npm:3.887.0" - "@aws-sdk/util-user-agent-node": "npm:3.891.0" - "@aws-sdk/xml-builder": "npm:3.887.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/credential-provider-node": "npm:3.895.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.893.0" + "@aws-sdk/middleware-expect-continue": "npm:3.893.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.894.0" + "@aws-sdk/middleware-host-header": "npm:3.893.0" + "@aws-sdk/middleware-location-constraint": "npm:3.893.0" + "@aws-sdk/middleware-logger": "npm:3.893.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.894.0" + "@aws-sdk/middleware-ssec": "npm:3.893.0" + "@aws-sdk/middleware-user-agent": "npm:3.895.0" + "@aws-sdk/region-config-resolver": "npm:3.893.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.894.0" + "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/util-endpoints": "npm:3.895.0" + "@aws-sdk/util-user-agent-browser": "npm:3.893.0" + "@aws-sdk/util-user-agent-node": "npm:3.895.0" + "@aws-sdk/xml-builder": "npm:3.894.0" "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.0" + "@smithy/core": "npm:^3.11.1" "@smithy/eventstream-serde-browser": "npm:^4.1.1" "@smithy/eventstream-serde-config-resolver": "npm:^4.2.1" "@smithy/eventstream-serde-node": "npm:^4.1.1" @@ -462,121 +462,121 @@ __metadata: "@smithy/invalid-dependency": "npm:^4.1.1" "@smithy/md5-js": "npm:^4.1.1" "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.2" - "@smithy/middleware-retry": "npm:^4.2.3" + "@smithy/middleware-endpoint": "npm:^4.2.3" + "@smithy/middleware-retry": "npm:^4.2.4" "@smithy/middleware-serde": "npm:^4.1.1" "@smithy/middleware-stack": "npm:^4.1.1" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/node-http-handler": "npm:^4.2.1" "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/smithy-client": "npm:^4.6.3" "@smithy/types": "npm:^4.5.0" "@smithy/url-parser": "npm:^4.1.1" "@smithy/util-base64": "npm:^4.1.0" "@smithy/util-body-length-browser": "npm:^4.1.0" "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.2" - "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@smithy/util-defaults-mode-browser": "npm:^4.1.3" + "@smithy/util-defaults-mode-node": "npm:^4.1.3" "@smithy/util-endpoints": "npm:^3.1.2" "@smithy/util-middleware": "npm:^4.1.1" "@smithy/util-retry": "npm:^4.1.2" - "@smithy/util-stream": "npm:^4.3.1" + "@smithy/util-stream": "npm:^4.3.2" "@smithy/util-utf8": "npm:^4.1.0" "@smithy/util-waiter": "npm:^4.1.1" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/39be578aa5984ddb4e45db5907aaf3585114ee2a6c46cef414d13b27e90c915ecf0460b6902c8133dd091b4fd871d1f052b83b7beb8b660ee10522357b9bd7e0 + checksum: 10c0/297ac6671a0ca869e3706f1de331a5cebf9e0f149a82e61060457a5c6ba4bbc836c5196fef2a35f1baffb8c04285199b0b8a24b24cde86f069acfc7ebad03e84 languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/client-sqs@npm:3.891.0" +"@aws-sdk/client-sqs@npm:^3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/client-sqs@npm:3.895.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/credential-provider-node": "npm:3.891.0" - "@aws-sdk/middleware-host-header": "npm:3.891.0" - "@aws-sdk/middleware-logger": "npm:3.891.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.891.0" - "@aws-sdk/middleware-user-agent": "npm:3.891.0" - "@aws-sdk/region-config-resolver": "npm:3.890.0" - "@aws-sdk/types": "npm:3.887.0" - "@aws-sdk/util-endpoints": "npm:3.891.0" - "@aws-sdk/util-user-agent-browser": "npm:3.887.0" - "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/credential-provider-node": "npm:3.895.0" + "@aws-sdk/middleware-host-header": "npm:3.893.0" + "@aws-sdk/middleware-logger": "npm:3.893.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.893.0" + "@aws-sdk/middleware-user-agent": "npm:3.895.0" + "@aws-sdk/region-config-resolver": "npm:3.893.0" + "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/util-endpoints": "npm:3.895.0" + "@aws-sdk/util-user-agent-browser": "npm:3.893.0" + "@aws-sdk/util-user-agent-node": "npm:3.895.0" "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.0" + "@smithy/core": "npm:^3.11.1" "@smithy/fetch-http-handler": "npm:^5.2.1" "@smithy/hash-node": "npm:^4.1.1" "@smithy/invalid-dependency": "npm:^4.1.1" "@smithy/md5-js": "npm:^4.1.1" "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.2" - "@smithy/middleware-retry": "npm:^4.2.3" + "@smithy/middleware-endpoint": "npm:^4.2.3" + "@smithy/middleware-retry": "npm:^4.2.4" "@smithy/middleware-serde": "npm:^4.1.1" "@smithy/middleware-stack": "npm:^4.1.1" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/node-http-handler": "npm:^4.2.1" "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/smithy-client": "npm:^4.6.3" "@smithy/types": "npm:^4.5.0" "@smithy/url-parser": "npm:^4.1.1" "@smithy/util-base64": "npm:^4.1.0" "@smithy/util-body-length-browser": "npm:^4.1.0" "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.2" - "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@smithy/util-defaults-mode-browser": "npm:^4.1.3" + "@smithy/util-defaults-mode-node": "npm:^4.1.3" "@smithy/util-endpoints": "npm:^3.1.2" "@smithy/util-middleware": "npm:^4.1.1" "@smithy/util-retry": "npm:^4.1.2" "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/7c5977b89680a0cdd1f3cef5a9e95a5bd077375dee5f6f55b3a797a5b2ebe2223518a6b7cb3b5a93e810588b127c9434608a5203fc097a65125b664d0ecdde3d + checksum: 10c0/df5003a1ff7bb6548064fba6845236bf09e8b1f6586105bf84a960e9c60d30d4f607302723acc9b36907a134165009d4f1ad663c45790731dd0a225f983a403b languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/client-ssm@npm:3.891.0" +"@aws-sdk/client-ssm@npm:^3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/client-ssm@npm:3.895.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/credential-provider-node": "npm:3.891.0" - "@aws-sdk/middleware-host-header": "npm:3.891.0" - "@aws-sdk/middleware-logger": "npm:3.891.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" - "@aws-sdk/middleware-user-agent": "npm:3.891.0" - "@aws-sdk/region-config-resolver": "npm:3.890.0" - "@aws-sdk/types": "npm:3.887.0" - "@aws-sdk/util-endpoints": "npm:3.891.0" - "@aws-sdk/util-user-agent-browser": "npm:3.887.0" - "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/credential-provider-node": "npm:3.895.0" + "@aws-sdk/middleware-host-header": "npm:3.893.0" + "@aws-sdk/middleware-logger": "npm:3.893.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" + "@aws-sdk/middleware-user-agent": "npm:3.895.0" + "@aws-sdk/region-config-resolver": "npm:3.893.0" + "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/util-endpoints": "npm:3.895.0" + "@aws-sdk/util-user-agent-browser": "npm:3.893.0" + "@aws-sdk/util-user-agent-node": "npm:3.895.0" "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.0" + "@smithy/core": "npm:^3.11.1" "@smithy/fetch-http-handler": "npm:^5.2.1" "@smithy/hash-node": "npm:^4.1.1" "@smithy/invalid-dependency": "npm:^4.1.1" "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.2" - "@smithy/middleware-retry": "npm:^4.2.3" + "@smithy/middleware-endpoint": "npm:^4.2.3" + "@smithy/middleware-retry": "npm:^4.2.4" "@smithy/middleware-serde": "npm:^4.1.1" "@smithy/middleware-stack": "npm:^4.1.1" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/node-http-handler": "npm:^4.2.1" "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/smithy-client": "npm:^4.6.3" "@smithy/types": "npm:^4.5.0" "@smithy/url-parser": "npm:^4.1.1" "@smithy/util-base64": "npm:^4.1.0" "@smithy/util-body-length-browser": "npm:^4.1.0" "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.2" - "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@smithy/util-defaults-mode-browser": "npm:^4.1.3" + "@smithy/util-defaults-mode-node": "npm:^4.1.3" "@smithy/util-endpoints": "npm:^3.1.2" "@smithy/util-middleware": "npm:^4.1.1" "@smithy/util-retry": "npm:^4.1.2" @@ -585,482 +585,481 @@ __metadata: "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/8607a2c2440f984237f2d3c1ce3ebd033a8d4114b9842423cc6f3bb1e8dbdb67f9f30b430a3072b0ab75ee3672d021379273f40925cc81eca46ad72dd628ae72 + checksum: 10c0/69906da1301982952ca05ac83a8798f4c5045370611006edf1ca9eaf5951f5e5a672db6ffea5618da499c70daec283c08a713cbbd756adef376961b6f33cac72 languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/client-sso@npm:3.891.0" +"@aws-sdk/client-sso@npm:3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/client-sso@npm:3.895.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/middleware-host-header": "npm:3.891.0" - "@aws-sdk/middleware-logger": "npm:3.891.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" - "@aws-sdk/middleware-user-agent": "npm:3.891.0" - "@aws-sdk/region-config-resolver": "npm:3.890.0" - "@aws-sdk/types": "npm:3.887.0" - "@aws-sdk/util-endpoints": "npm:3.891.0" - "@aws-sdk/util-user-agent-browser": "npm:3.887.0" - "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/middleware-host-header": "npm:3.893.0" + "@aws-sdk/middleware-logger": "npm:3.893.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" + "@aws-sdk/middleware-user-agent": "npm:3.895.0" + "@aws-sdk/region-config-resolver": "npm:3.893.0" + "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/util-endpoints": "npm:3.895.0" + "@aws-sdk/util-user-agent-browser": "npm:3.893.0" + "@aws-sdk/util-user-agent-node": "npm:3.895.0" "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.0" + "@smithy/core": "npm:^3.11.1" "@smithy/fetch-http-handler": "npm:^5.2.1" "@smithy/hash-node": "npm:^4.1.1" "@smithy/invalid-dependency": "npm:^4.1.1" "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.2" - "@smithy/middleware-retry": "npm:^4.2.3" + "@smithy/middleware-endpoint": "npm:^4.2.3" + "@smithy/middleware-retry": "npm:^4.2.4" "@smithy/middleware-serde": "npm:^4.1.1" "@smithy/middleware-stack": "npm:^4.1.1" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/node-http-handler": "npm:^4.2.1" "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/smithy-client": "npm:^4.6.3" "@smithy/types": "npm:^4.5.0" "@smithy/url-parser": "npm:^4.1.1" "@smithy/util-base64": "npm:^4.1.0" "@smithy/util-body-length-browser": "npm:^4.1.0" "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.2" - "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@smithy/util-defaults-mode-browser": "npm:^4.1.3" + "@smithy/util-defaults-mode-node": "npm:^4.1.3" "@smithy/util-endpoints": "npm:^3.1.2" "@smithy/util-middleware": "npm:^4.1.1" "@smithy/util-retry": "npm:^4.1.2" "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/5e52e5b6fb6935c38a0453a9aa70ccdb7c82c71d9148466dfaa5b0741e8ea962843b245c3b08945feee38e718351f47d167a8bd3ac158b25bc0b778f41559a69 + checksum: 10c0/c70b7016dff566e7a7747bc855ccbbdcbfdc4534f39e33e55a4dea5f0552c4cb957e80949082c832254e7203bdb4910d25c7240db5919ba45bbf8a454d18831b languageName: node linkType: hard -"@aws-sdk/core@npm:3.890.0": - version: 3.890.0 - resolution: "@aws-sdk/core@npm:3.890.0" +"@aws-sdk/core@npm:3.894.0": + version: 3.894.0 + resolution: "@aws-sdk/core@npm:3.894.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" - "@aws-sdk/xml-builder": "npm:3.887.0" - "@smithy/core": "npm:^3.11.0" + "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/xml-builder": "npm:3.894.0" + "@smithy/core": "npm:^3.11.1" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/property-provider": "npm:^4.1.1" "@smithy/protocol-http": "npm:^5.2.1" "@smithy/signature-v4": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/smithy-client": "npm:^4.6.3" "@smithy/types": "npm:^4.5.0" "@smithy/util-base64": "npm:^4.1.0" "@smithy/util-body-length-browser": "npm:^4.1.0" "@smithy/util-middleware": "npm:^4.1.1" "@smithy/util-utf8": "npm:^4.1.0" - fast-xml-parser: "npm:5.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/20794214024add4ea9a9806659c9507b5914664d63c31dc78eb6fe3cf0f2bfdc435895292a706eaa358c5bac2643232d859408897f74a3334f588c2cdfa30fd2 + checksum: 10c0/2073bb36de7d4b05470dd1ef85d74c02032e8a9d7d995042b41365c10a5629f96e0e7cd376d0efd52b61b5ead4b033bcf922ff6169c6f5173a53921074d7399d languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.890.0": - version: 3.890.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.890.0" +"@aws-sdk/credential-provider-env@npm:3.894.0": + version: 3.894.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.894.0" dependencies: - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/property-provider": "npm:^4.1.1" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/52d648a385a25daf95e6884e2849158f6bf7f3f502258167d83fc278fd79b79d32408bbcacf2de5ff71f5e81b1b48f6133538f487de07210a3c5d97a235bb5d1 + checksum: 10c0/ee37d2a0a7af673c366173fbce43b6601ca57076af2226373502c27064518df6470d35b74715af44ee911e063f4638b21e1694b0f6b6c0bb571180bc59b61259 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.890.0": - version: 3.890.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.890.0" +"@aws-sdk/credential-provider-http@npm:3.894.0": + version: 3.894.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.894.0" dependencies: - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/fetch-http-handler": "npm:^5.2.1" "@smithy/node-http-handler": "npm:^4.2.1" "@smithy/property-provider": "npm:^4.1.1" "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/smithy-client": "npm:^4.6.3" "@smithy/types": "npm:^4.5.0" - "@smithy/util-stream": "npm:^4.3.1" + "@smithy/util-stream": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/c48bc17cacddfc47a1f5dbb8be2fdff68ae0c80cdab1192e406bc65744b13412f9100bc1af2126efafea427fafd9d58284e6d095c63a3957ac0dd087c5fc360b + checksum: 10c0/41c171d7e8ef1a20c2b8fab63703ba0cd810f5ec7da8c217cd11e14f0fe53748d499bf091a9088c5fa6518a5e5953f4ab4c327ef84fec8d679f773ee31d7f642 languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.891.0" +"@aws-sdk/credential-provider-ini@npm:3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.895.0" dependencies: - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/credential-provider-env": "npm:3.890.0" - "@aws-sdk/credential-provider-http": "npm:3.890.0" - "@aws-sdk/credential-provider-process": "npm:3.890.0" - "@aws-sdk/credential-provider-sso": "npm:3.891.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.891.0" - "@aws-sdk/nested-clients": "npm:3.891.0" - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/credential-provider-env": "npm:3.894.0" + "@aws-sdk/credential-provider-http": "npm:3.894.0" + "@aws-sdk/credential-provider-process": "npm:3.894.0" + "@aws-sdk/credential-provider-sso": "npm:3.895.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.895.0" + "@aws-sdk/nested-clients": "npm:3.895.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/credential-provider-imds": "npm:^4.1.2" "@smithy/property-provider": "npm:^4.1.1" "@smithy/shared-ini-file-loader": "npm:^4.2.0" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/642d533f8e94c6b3b94659a7c8985d072c423fdd7d3d340875366656441857c83e1965a6305a438ce8db451ec83f597916bb01815baa0a0c12d8c75f4b0d9adf + checksum: 10c0/291508e98f970988808e7ea587c4d5e42ee356a7b31c1196e0d1f8ae53df64abf513545fe195640d1967b714e495cd129b16348fc1c2c416ab07c90fe9454d5b languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.891.0" +"@aws-sdk/credential-provider-node@npm:3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.895.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.890.0" - "@aws-sdk/credential-provider-http": "npm:3.890.0" - "@aws-sdk/credential-provider-ini": "npm:3.891.0" - "@aws-sdk/credential-provider-process": "npm:3.890.0" - "@aws-sdk/credential-provider-sso": "npm:3.891.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.891.0" - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/credential-provider-env": "npm:3.894.0" + "@aws-sdk/credential-provider-http": "npm:3.894.0" + "@aws-sdk/credential-provider-ini": "npm:3.895.0" + "@aws-sdk/credential-provider-process": "npm:3.894.0" + "@aws-sdk/credential-provider-sso": "npm:3.895.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.895.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/credential-provider-imds": "npm:^4.1.2" "@smithy/property-provider": "npm:^4.1.1" "@smithy/shared-ini-file-loader": "npm:^4.2.0" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/9f701c7fcf58f9421ede8ceeaa8d261a835216eb9f7910fc3ecf8f59ff4f4a84008be335ae329816ddc6119e30aa358ae92133081daa97ef2363561b81b44b5f + checksum: 10c0/fe4195e36d20b7df9b4402cbf754d35ced18c926b619ca914de9ae270431ab46ccdd747f5980632eeddbc1498d22bf33cb0022f99f9d73636d6fbb1a95d667db languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.890.0": - version: 3.890.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.890.0" +"@aws-sdk/credential-provider-process@npm:3.894.0": + version: 3.894.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.894.0" dependencies: - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/property-provider": "npm:^4.1.1" "@smithy/shared-ini-file-loader": "npm:^4.2.0" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/4cb1864ad5318ceb8d6b6c0b97f1991ea309776139a19469128d19ebfe01127dbafc2f8cf7cf04e2308cedbf1ba5bee9129fadf07c66b6a88c91ecc819e2058a + checksum: 10c0/960c2d9a475b09e848c6fabb06df597435e5c3e26efbf9566e7e6f0dcb5f1461ffb87a623f1be740037253700702dde8af422540313ffc0e0608afddfbaff529 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.891.0" +"@aws-sdk/credential-provider-sso@npm:3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.895.0" dependencies: - "@aws-sdk/client-sso": "npm:3.891.0" - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/token-providers": "npm:3.891.0" - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/client-sso": "npm:3.895.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/token-providers": "npm:3.895.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/property-provider": "npm:^4.1.1" "@smithy/shared-ini-file-loader": "npm:^4.2.0" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/618e4ef6b6b0a58ddfa28cb80d883eb947be4ca6a91c3c62c6d83c615ccf4bb9ae5c371beac03fed31c3afde13dfea0c6ca6483ca5aa9baee7e41b4b94e4e006 + checksum: 10c0/4c7f106f2e2bff682c400f39453952a17267cf20b013380abb4a9bdaf36960257bacf43cf6b7a555545bfb031db4e2e301a112df6137a781c9898172b42b6b57 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.891.0" +"@aws-sdk/credential-provider-web-identity@npm:3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.895.0" dependencies: - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/nested-clients": "npm:3.891.0" - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/nested-clients": "npm:3.895.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/property-provider": "npm:^4.1.1" "@smithy/shared-ini-file-loader": "npm:^4.2.0" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/3efbf1c8bcb9438bf09673a6eaf6cb0ad1a1b39635e7462f515818f66748ca9dafe58208be152574c6b967d061616822f6dfd702bb385f32bc7090e981300e49 + checksum: 10c0/656604713935da7b4068d29a1c646950aa5b56787e333ecb4a4abd3b79399e555165bca999d27e244d160da59fcd0e5da8ccb5ef0e2fdc704e088e69769368ac languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.892.0": - version: 3.892.0 - resolution: "@aws-sdk/lib-storage@npm:3.892.0" +"@aws-sdk/lib-storage@npm:^3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/lib-storage@npm:3.895.0" dependencies: "@smithy/abort-controller": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.2" - "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/middleware-endpoint": "npm:^4.2.3" + "@smithy/smithy-client": "npm:^4.6.3" 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.892.0 - checksum: 10c0/283f397c75e9cde7a32420777212fb912976e50ceae93e482a12a004608329642879804f384e2c4646526607065dbf859a46607cec6bb87e9112d01341cb08f6 + "@aws-sdk/client-s3": ^3.895.0 + checksum: 10c0/e45f48c8d25aa731a359e9105279d1d5ad9d0a0d67846d228f8fe144db2116444a796af9a16a7ca90624cb9a4dbc5f9317d8337e86864cb6e1c7b6b298c225b2 languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.890.0": - version: 3.890.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.890.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.893.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" - "@aws-sdk/util-arn-parser": "npm:3.873.0" + "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/util-arn-parser": "npm:3.893.0" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/protocol-http": "npm:^5.2.1" "@smithy/types": "npm:^4.5.0" "@smithy/util-config-provider": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/ae2adfe012c49e04e2d5e5bb320962bf377217bbdcf07f23e5687502ac15d131f956e1a14bc64434e549149b42bea710cd247c62c3bc80c8d2d845bc394b7ba8 + checksum: 10c0/d8ce1bf741fd6e1f5c0db369dc64e0e2bca2c1ee1ebdce2bcd2f40c4dd63834c492c9d87f6b1bcee67e705e24ad7a431da0932ec1ecaed30ce26eddbc8d9a806 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.891.0" +"@aws-sdk/middleware-expect-continue@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.893.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/protocol-http": "npm:^5.2.1" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/9ab439eecbfcfa03e47af9148c768a172c690ad8bb5d94d81a74cc05db0ae8c3d117f73ff036cc7f650fe12913f7cc4e11dc55e293e9050d3f1bb1a47b9e1277 + checksum: 10c0/928a0e00d35305f0c2b81218b572924f5443b913bf436d0a2c7a59d3c8c4ed3708d87e62297e6a74e3010dd66f9bbaaeb7b8cb08dfa3662c462c54455b79947e languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.892.0": - version: 3.892.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.892.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.894.0": + version: 3.894.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.894.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.890.0" - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/is-array-buffer": "npm:^4.1.0" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/protocol-http": "npm:^5.2.1" "@smithy/types": "npm:^4.5.0" "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-stream": "npm:^4.3.1" + "@smithy/util-stream": "npm:^4.3.2" "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/afa8013a18103e76798ad3a0d8b0037ff8252205b2b74570ddb718039f3593239e539024e50a325d16fbe2849cb9a3a7332aac0d639433964304e3a9981acb27 + checksum: 10c0/99057cf609c95599f04abe902831046d99e3c029cfe70719916ddf12b65993a66969d3152d683f2f987471590914ac689ed5f581eeb69b7a61d9792e9009815f languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.891.0" +"@aws-sdk/middleware-host-header@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.893.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/protocol-http": "npm:^5.2.1" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/5716641a3732ffcae51387af289888dd771260b783e75b8c1c137ba18565a1e3a33318a1673f736baec36aaeba7f7cfd3446ce4844caed3fa2c080cf23d523f4 + checksum: 10c0/1a3997a527db45392c9fdc246ae3150548143ccc4e534334519fb5653cdb338fd1373b2926981d78d555598072b9219f423091713d9604fc5555b198f8ee806f languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.891.0" +"@aws-sdk/middleware-location-constraint@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.893.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/e2a4352a86e4c6d1a13f782595da1d3e89ab96c70f1a182a9ae420f451ca5369120e76815ef57f0ea7c520d7c0f5bd9b1f9710c8a985d324d98beb439841258d + checksum: 10c0/b6cc1da3d7e3a01c236d350236be13ce02f2c2de1804e4f80946471cbd444d0047a973f7faca3f830e0236b2d487d26d906e5c6a71279b2031f8931df37dae68 languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/middleware-logger@npm:3.891.0" +"@aws-sdk/middleware-logger@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/middleware-logger@npm:3.893.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/6eab8cb71b14597e30334df164e211fadd093a380811efef156baa126b9ed42fdf005f54447cd48050e211e277719cd182f4534a44757d799b21a77ef39b460d + checksum: 10c0/86a15ad778a8931ddeb1bd9ae93b2c6e13462f63df76107dbd69fc92ba42739698929e22abf5ead719693fb967ba396a5212395c314220641a38a1c0fdf005da languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.891.0" +"@aws-sdk/middleware-recursion-detection@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.893.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/types": "npm:3.893.0" "@aws/lambda-invoke-store": "npm:^0.0.1" "@smithy/protocol-http": "npm:^5.2.1" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/3e8af5cc39f1d85a91d7856cce38070948e90b9cb0068e8e5cc861ce91d3d9370cdbdbef305bd5770e31e0f4fea330e3447df4030f1b9ce51c4e9974d0e001ad + checksum: 10c0/2c8d74fa9753497e8872579f03f2bab354899d496ca0d3720e95807a87ebf7ffbc7ce37fe4b2067e5fffdc53f32097be67c0b3b4471359ca13685612605a59dc languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.892.0": - version: 3.892.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.892.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.893.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" - "@aws-sdk/util-format-url": "npm:3.887.0" - "@smithy/middleware-endpoint": "npm:^4.2.2" + "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/util-format-url": "npm:3.893.0" + "@smithy/middleware-endpoint": "npm:^4.2.3" "@smithy/protocol-http": "npm:^5.2.1" "@smithy/signature-v4": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/smithy-client": "npm:^4.6.3" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/4f91529769f572ed96270b071fcf8479da57890b07fd6f0a05c83fa27d6a49dcc24b82ff0d57bd2f392ad9ab9a752a0a05058c26834c5954fb221cb441dc41e6 + checksum: 10c0/1df7fbf7be835d8c2bd113ec394240ea10405c9d86cf83fb614cc3bd516660794b6f5d61fc528fd212142106e835b7f6f0a3e7947d6edf76225dd110058d23dc languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.891.0" +"@aws-sdk/middleware-sdk-s3@npm:3.894.0": + version: 3.894.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.894.0" dependencies: - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/types": "npm:3.887.0" - "@aws-sdk/util-arn-parser": "npm:3.873.0" - "@smithy/core": "npm:^3.11.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/util-arn-parser": "npm:3.893.0" + "@smithy/core": "npm:^3.11.1" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/protocol-http": "npm:^5.2.1" "@smithy/signature-v4": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/smithy-client": "npm:^4.6.3" "@smithy/types": "npm:^4.5.0" "@smithy/util-config-provider": "npm:^4.1.0" "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-stream": "npm:^4.3.1" + "@smithy/util-stream": "npm:^4.3.2" "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/beeeb7280c2e22f1d4c7369f17d0cdd23a9961b6d387b25081ad8dbf8e3e05784d7bf07f260f2616d6409385edb6b3aa9ef5991d7914d2635d71448d4c5908a8 + checksum: 10c0/05a9e9b673eedf4daf7bfc7f8525202ae127baea9c2957deffcc638b950e4bc4d1219b26d73c0b492456126d2c488ab859ccbf7c341ce0333ee42eb170554f8a languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.891.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.893.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" - "@smithy/smithy-client": "npm:^4.6.2" + "@aws-sdk/types": "npm:3.893.0" + "@smithy/smithy-client": "npm:^4.6.3" "@smithy/types": "npm:^4.5.0" "@smithy/util-hex-encoding": "npm:^4.1.0" "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/1758e18cb7018fbd2f3585bd7bd726f356084263ecb03167cbb3c7ee5f65900b12c1df75e7d580264cb082e499a08a7ce27e62fa25b3c1983ba4464828298ecd + checksum: 10c0/2f59813c6c8eb8da1be3a102ce2b9f14b0a03c4df8032efbffbffb5ed12ce8c9def4c7793b9183585a87c8231cdd34b61a8d9e0880746dc05448f1bc70012753 languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.891.0" +"@aws-sdk/middleware-ssec@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.893.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/919c1f436292ff780e2074963ad7f270c3d56b7a225684631555a3b76a3c6a0ec9b5f84a5293500ae4a2ac0ded85716f2ee3d4c3d068054de95e764e6674bed4 + checksum: 10c0/d2202575e7443c22a132ed180fd56d95b8623d087e8eb40a515add7f01c2066407d7d02c42dc41b920ff8ccf4b91cb7ec5f05dea7dc164782d0d9cdaa2f36cfd languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.891.0" +"@aws-sdk/middleware-user-agent@npm:3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.895.0" dependencies: - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/types": "npm:3.887.0" - "@aws-sdk/util-endpoints": "npm:3.891.0" - "@smithy/core": "npm:^3.11.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/util-endpoints": "npm:3.895.0" + "@smithy/core": "npm:^3.11.1" "@smithy/protocol-http": "npm:^5.2.1" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/9a9bd85ebccbf705a40c53490e523a5e4a311fe9f8eb9d3e5cd8593b84011db03d90a153dcb2f984cb908b6e7e65fa23ecf0bc48234e73aca3ebf3b031bd0202 + checksum: 10c0/522efc03c0fbaae56aae2a7597ccfeec8f376680ca10cf1cd6f4a09d80947dfe3a92a7b265fd721fc69909d539d5ef87f8c996bdf9423401f40aa8e8bcb22e49 languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/nested-clients@npm:3.891.0" +"@aws-sdk/nested-clients@npm:3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/nested-clients@npm:3.895.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/middleware-host-header": "npm:3.891.0" - "@aws-sdk/middleware-logger": "npm:3.891.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" - "@aws-sdk/middleware-user-agent": "npm:3.891.0" - "@aws-sdk/region-config-resolver": "npm:3.890.0" - "@aws-sdk/types": "npm:3.887.0" - "@aws-sdk/util-endpoints": "npm:3.891.0" - "@aws-sdk/util-user-agent-browser": "npm:3.887.0" - "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/middleware-host-header": "npm:3.893.0" + "@aws-sdk/middleware-logger": "npm:3.893.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" + "@aws-sdk/middleware-user-agent": "npm:3.895.0" + "@aws-sdk/region-config-resolver": "npm:3.893.0" + "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/util-endpoints": "npm:3.895.0" + "@aws-sdk/util-user-agent-browser": "npm:3.893.0" + "@aws-sdk/util-user-agent-node": "npm:3.895.0" "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.0" + "@smithy/core": "npm:^3.11.1" "@smithy/fetch-http-handler": "npm:^5.2.1" "@smithy/hash-node": "npm:^4.1.1" "@smithy/invalid-dependency": "npm:^4.1.1" "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.2" - "@smithy/middleware-retry": "npm:^4.2.3" + "@smithy/middleware-endpoint": "npm:^4.2.3" + "@smithy/middleware-retry": "npm:^4.2.4" "@smithy/middleware-serde": "npm:^4.1.1" "@smithy/middleware-stack": "npm:^4.1.1" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/node-http-handler": "npm:^4.2.1" "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/smithy-client": "npm:^4.6.3" "@smithy/types": "npm:^4.5.0" "@smithy/url-parser": "npm:^4.1.1" "@smithy/util-base64": "npm:^4.1.0" "@smithy/util-body-length-browser": "npm:^4.1.0" "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.2" - "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@smithy/util-defaults-mode-browser": "npm:^4.1.3" + "@smithy/util-defaults-mode-node": "npm:^4.1.3" "@smithy/util-endpoints": "npm:^3.1.2" "@smithy/util-middleware": "npm:^4.1.1" "@smithy/util-retry": "npm:^4.1.2" "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/f69d9f9cf0f94558367312e47741cdfe94472d7a3e94f44723c22fe796f007207bebc19c6fe2b12ac0f44bb067f7cd65499a0936ec91e94f445579e7147a7813 + checksum: 10c0/a72196c951c04ef4c24b9a625a7f78b7d7e39949e91ef9e17bb190bfe17414c1516f1d3a1ee7566923da8eb038ec13073c024e0de859694811e5ac1ca95cc79b languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.890.0": - version: 3.890.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.890.0" +"@aws-sdk/region-config-resolver@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.893.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/types": "npm:^4.5.0" "@smithy/util-config-provider": "npm:^4.1.0" "@smithy/util-middleware": "npm:^4.1.1" tslib: "npm:^2.6.2" - checksum: 10c0/a95432f7fc38653cd31b58c9ccc543d63a79184b7a67d8e880b3c171576b548616c8dcf0b12a995d78ace1f4893f0b3ed3cef6d9e8c65cf54683fe6bd7cf99c1 + checksum: 10c0/76d48bb4ab16b6cd0693983d1e1aee672909d5e4c8ad6482d0f011d2fdbd3e76972518991546596d8c96c1d284667667a5a727de10e36c01ca9a9b07446ccc4f languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.891.0" +"@aws-sdk/signature-v4-multi-region@npm:3.894.0": + version: 3.894.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.894.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.891.0" - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.894.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/protocol-http": "npm:^5.2.1" "@smithy/signature-v4": "npm:^5.2.1" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/61bb00a08848b47c379893e1ea99ace8ab02ab7c98f45361092e0ebd76e3c8cbd9e772d0b099788ab64df1989f95c4f5db286f412b8b450f6ca766abdff11c98 + checksum: 10c0/ef6217c79152d0e5eb01c51b6d22acb767c90d9fd5acde2e35316a1ab67cbb6fe50d1004b930418fc8e55654206d12e62115f1f0d0aa70c731f500a98ff9c6cd languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/token-providers@npm:3.891.0" +"@aws-sdk/token-providers@npm:3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/token-providers@npm:3.895.0" dependencies: - "@aws-sdk/core": "npm:3.890.0" - "@aws-sdk/nested-clients": "npm:3.891.0" - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/core": "npm:3.894.0" + "@aws-sdk/nested-clients": "npm:3.895.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/property-provider": "npm:^4.1.1" "@smithy/shared-ini-file-loader": "npm:^4.2.0" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/ed6f689a9e643dc240b65d8b109b841694f71cb9aeaf73df185b757be3311165b90bd5068437857e347094a4338deb2036b084eef7e66845f9f905342918c773 + checksum: 10c0/1821654e9ebf62f5e86ecb2a5812b41a63ea88b0f70b3378f7503989b3cbc09deb1a7ce4380da73fedacc97cbc86143f63a012d7b726e203a694938e9a38fa8c languageName: node linkType: hard -"@aws-sdk/types@npm:3.887.0, @aws-sdk/types@npm:^3.887.0": - version: 3.887.0 - resolution: "@aws-sdk/types@npm:3.887.0" +"@aws-sdk/types@npm:3.893.0, @aws-sdk/types@npm:^3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/types@npm:3.893.0" dependencies: "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/862ad368a8692cf75b0e44e96b2fe96c0e145f3c40bbb4a6fe07de1f5935722f0ecdc983fdf09789527a2555392a3cac08372d9a7cdec5f15849508083104413 + checksum: 10c0/d613fe5f8499a80ed5bb80c72e3f654782ef50d42461d9624875eb44db2daadd4b472f683b51f7497475f4c9028c9320014d973ec6880daf93615925643b0242 languageName: node linkType: hard @@ -1074,37 +1073,37 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-arn-parser@npm:3.873.0": - version: 3.873.0 - resolution: "@aws-sdk/util-arn-parser@npm:3.873.0" +"@aws-sdk/util-arn-parser@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/util-arn-parser@npm:3.893.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/d99aa771464ca63d0cc737fad34ac40be2b1fecbfa0eeb3aea0b59be6a5e628c24be2847490e8786ed782b818b9248a7b0391d988f2914b3a415f551cb5d1b93 + checksum: 10c0/c8bbc1e258674e791929f1259a3f2422433c0b8c5470808a958ef4320bb9ca7c27783b617da3b9e04d9a1cd1d0b547da2858249dbec816f1098c02731b551aac languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/util-endpoints@npm:3.891.0" +"@aws-sdk/util-endpoints@npm:3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/util-endpoints@npm:3.895.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/types": "npm:^4.5.0" "@smithy/url-parser": "npm:^4.1.1" "@smithy/util-endpoints": "npm:^3.1.2" tslib: "npm:^2.6.2" - checksum: 10c0/78c0cf6956f4b866449ba535a4055a67c801f26f25e9839c96cec899a8e369f6db648739d4428ce7d3799103cd7aed76040bd817b31fdf907fb4bfe10de968d7 + checksum: 10c0/3aa234e007f2a137982390b05e6d4f692780b4d9f1039191285daa0726590d122614840d73975f0a29a3084a12687b16bda116b850e1a31c02b293e8a6dab48a languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.887.0": - version: 3.887.0 - resolution: "@aws-sdk/util-format-url@npm:3.887.0" +"@aws-sdk/util-format-url@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/util-format-url@npm:3.893.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/querystring-builder": "npm:^4.1.1" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/8572de0cd9a1c5a2beb7b13198002ba9f9e62338b94e46a00a938683a1d0d658765c54528be31777e4e76c7392e16cf6cfb510cab247f2579e4bd9842670b809 + checksum: 10c0/28d10e11fd02f2ac61e6627b85bd0b13f361496741c7b13b24d15feae70acd1a1391b2df572b5a52db5a3f7bb9155d39615fc1b552ff4651cf02152bcc31e3c1 languageName: node linkType: hard @@ -1117,24 +1116,24 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.887.0": - version: 3.887.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.887.0" +"@aws-sdk/util-user-agent-browser@npm:3.893.0": + version: 3.893.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.893.0" dependencies: - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/types": "npm:^4.5.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/f48410fbdb2f986e798072a7fb55ee0780fe90c57c35f8ad22bd9127914d911ea63b6d43b62ebb81edfb8b82ec5eed1f6bc93135bc55fad294f7e5b638d20f61 + checksum: 10c0/ad0ba125fde05fcd768b1391e8fae0113446d94353112966a1be918c2b35af6625458f07076d93ed0ef5a33fb74a0c746c417b3c140a755696c6e6b18b24cc2e languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.891.0": - version: 3.891.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.891.0" +"@aws-sdk/util-user-agent-node@npm:3.895.0": + version: 3.895.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.895.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.891.0" - "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/middleware-user-agent": "npm:3.895.0" + "@aws-sdk/types": "npm:3.893.0" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" @@ -1143,17 +1142,18 @@ __metadata: peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/ec0da41bc610859ec2004cbd33cb934091bc92f857d5c4f1d21be5487afd7cc98dfd7afb1170e4507dc7a54f594a8898e0bef80543f5b7c2cfd1b66c680b50f1 + checksum: 10c0/7d1f8661a8383bbf2daac0767814dfd80b2399514439767b16d5e94177ab359eb15168e36f44ee949ef652cc4e5e6cb952b847513e7e604945ba79e1a5ccf691 languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.887.0": - version: 3.887.0 - resolution: "@aws-sdk/xml-builder@npm:3.887.0" +"@aws-sdk/xml-builder@npm:3.894.0": + version: 3.894.0 + resolution: "@aws-sdk/xml-builder@npm:3.894.0" dependencies: "@smithy/types": "npm:^4.5.0" + fast-xml-parser: "npm:5.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/a8ec9b57934cba380ee72f7d5bab5305e61ffd12f8eed5957d062db0983de58a8a9f62f4979c036eccad4b74d8cf9267e8e6d21601f2dc85cc1db54a5eb17ce9 + checksum: 10c0/c3ca8ce529757c53bff57a617acb75b9e32a64eec3ad97a8f81d3c0da98902cff89ca10ec9f6fb84541b9f1ccb897aa75704bd7577f21c5b418cd07f256b7628 languageName: node linkType: hard @@ -4354,7 +4354,7 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^3.11.0, @smithy/core@npm:^3.11.1": +"@smithy/core@npm:^3.11.1": version: 3.11.1 resolution: "@smithy/core@npm:3.11.1" dependencies: @@ -4373,6 +4373,24 @@ __metadata: languageName: node linkType: hard +"@smithy/core@npm:^3.12.0": + version: 3.12.0 + resolution: "@smithy/core@npm:3.12.0" + dependencies: + "@smithy/middleware-serde": "npm:^4.1.1" + "@smithy/protocol-http": "npm:^5.2.1" + "@smithy/types": "npm:^4.5.0" + "@smithy/util-base64": "npm:^4.1.0" + "@smithy/util-body-length-browser": "npm:^4.1.0" + "@smithy/util-middleware": "npm:^4.1.1" + "@smithy/util-stream": "npm:^4.3.2" + "@smithy/util-utf8": "npm:^4.1.0" + "@smithy/uuid": "npm:^1.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/1f8dc3a1150cc9abb47a54af6e82c7e128e67116a19678e8fc715bdde8b5da57636e4db72b0290c7906c5b4d80b7ae7478e1762b0b3a165cbe95464149185271 + languageName: node + linkType: hard + "@smithy/credential-provider-imds@npm:^4.1.2": version: 4.1.2 resolution: "@smithy/credential-provider-imds@npm:4.1.2" @@ -4539,7 +4557,7 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.2.2, @smithy/middleware-endpoint@npm:^4.2.3": +"@smithy/middleware-endpoint@npm:^4.2.3": version: 4.2.3 resolution: "@smithy/middleware-endpoint@npm:4.2.3" dependencies: @@ -4555,21 +4573,36 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.2.3": +"@smithy/middleware-endpoint@npm:^4.2.4": version: 4.2.4 - resolution: "@smithy/middleware-retry@npm:4.2.4" + resolution: "@smithy/middleware-endpoint@npm:4.2.4" + dependencies: + "@smithy/core": "npm:^3.12.0" + "@smithy/middleware-serde": "npm:^4.1.1" + "@smithy/node-config-provider": "npm:^4.2.2" + "@smithy/shared-ini-file-loader": "npm:^4.2.0" + "@smithy/types": "npm:^4.5.0" + "@smithy/url-parser": "npm:^4.1.1" + "@smithy/util-middleware": "npm:^4.1.1" + tslib: "npm:^2.6.2" + checksum: 10c0/a29f29a511b5b4d62be2f122c0120cc8cb82bf4ef4ab6759967475138bde70ea000410d6d9cd53eee3548a87faf711193c40873322b76d7c5f2231ad5902fd9f + languageName: node + linkType: hard + +"@smithy/middleware-retry@npm:^4.2.4": + version: 4.3.0 + resolution: "@smithy/middleware-retry@npm:4.3.0" dependencies: "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/protocol-http": "npm:^5.2.1" "@smithy/service-error-classification": "npm:^4.1.2" - "@smithy/smithy-client": "npm:^4.6.3" + "@smithy/smithy-client": "npm:^4.6.4" "@smithy/types": "npm:^4.5.0" "@smithy/util-middleware": "npm:^4.1.1" "@smithy/util-retry": "npm:^4.1.2" - "@types/uuid": "npm:^9.0.1" + "@smithy/uuid": "npm:^1.0.0" tslib: "npm:^2.6.2" - uuid: "npm:^9.0.1" - checksum: 10c0/05d96f2d1bf48521f2df9b352f733a7723e21863d4b9855ba84b1534a29b18e045bb37cad0b36fc629e807a3382c902c4a3e233d518310e5b8d4a6636a1df401 + checksum: 10c0/30e478aa16dfc5c448cb96731683947e2ec7f624590ed84302d0b4ba34647124cbc14c50dce9de756300bd5974594ea6f896933fb11075a27a8237bec6e34c85 languageName: node linkType: hard @@ -4704,7 +4737,7 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.6.2, @smithy/smithy-client@npm:^4.6.3": +"@smithy/smithy-client@npm:^4.6.3": version: 4.6.3 resolution: "@smithy/smithy-client@npm:4.6.3" dependencies: @@ -4719,6 +4752,21 @@ __metadata: languageName: node linkType: hard +"@smithy/smithy-client@npm:^4.6.4": + version: 4.6.4 + resolution: "@smithy/smithy-client@npm:4.6.4" + dependencies: + "@smithy/core": "npm:^3.12.0" + "@smithy/middleware-endpoint": "npm:^4.2.4" + "@smithy/middleware-stack": "npm:^4.1.1" + "@smithy/protocol-http": "npm:^5.2.1" + "@smithy/types": "npm:^4.5.0" + "@smithy/util-stream": "npm:^4.3.2" + tslib: "npm:^2.6.2" + checksum: 10c0/ba831b5e1096c7c604f1fc3b455ff1b044db1cfab1a71a0f4366ad96fb7cedf1b3b26d2a3dba80755549a05c86cb12ecfe9fe9082a16a14936d4b738f11b9ee9 + languageName: node + linkType: hard + "@smithy/types@npm:^2.12.0": version: 2.12.0 resolution: "@smithy/types@npm:2.12.0" @@ -4815,31 +4863,31 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.1.2": - version: 4.1.3 - resolution: "@smithy/util-defaults-mode-browser@npm:4.1.3" +"@smithy/util-defaults-mode-browser@npm:^4.1.3": + version: 4.1.4 + resolution: "@smithy/util-defaults-mode-browser@npm:4.1.4" dependencies: "@smithy/property-provider": "npm:^4.1.1" - "@smithy/smithy-client": "npm:^4.6.3" + "@smithy/smithy-client": "npm:^4.6.4" "@smithy/types": "npm:^4.5.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/3699a4938b76221bfb2585a63f7bd9731a9beba9f759c24e670e3ad57f0e3c9f167380004daeeaff0c38242284ff6e3f0b3bd5427e90116b521aa756b1cc3ed0 + checksum: 10c0/f7f57a4c123ad84c27d14a6aed0f3930e38cf90f8636db7beb64af6c5805610148f215a75557329c56baa273dd23cd6f669e02b404ce35f0c2343774574a345b languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.1.2": - version: 4.1.3 - resolution: "@smithy/util-defaults-mode-node@npm:4.1.3" +"@smithy/util-defaults-mode-node@npm:^4.1.3": + version: 4.1.4 + resolution: "@smithy/util-defaults-mode-node@npm:4.1.4" dependencies: "@smithy/config-resolver": "npm:^4.2.2" "@smithy/credential-provider-imds": "npm:^4.1.2" "@smithy/node-config-provider": "npm:^4.2.2" "@smithy/property-provider": "npm:^4.1.1" - "@smithy/smithy-client": "npm:^4.6.3" + "@smithy/smithy-client": "npm:^4.6.4" "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/b84cfae293e96a669b7d2bd7dde1addec482b9c5290732fc9a2cb653894e44d0fe633b0d7f730f4f12c76b3be8e39911548cb1c6a0a7ea96972479bee98c4328 + checksum: 10c0/f06d3ed621dc40dabf20fc27bb6f7c90bfa8c557725f3db045668d849def2aaf21809e2dd8d513d5a99ff6d8ad76528ae029433c4692f20b9eaed6018e2c1da1 languageName: node linkType: hard @@ -4884,7 +4932,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-stream@npm:^4.3.1, @smithy/util-stream@npm:^4.3.2": +"@smithy/util-stream@npm:^4.3.2": version: 4.3.2 resolution: "@smithy/util-stream@npm:4.3.2" dependencies: @@ -4940,6 +4988,15 @@ __metadata: languageName: node linkType: hard +"@smithy/uuid@npm:^1.0.0": + version: 1.0.0 + resolution: "@smithy/uuid@npm:1.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/af73c375461766756ba9700be142a2f3332e96e14ee49411ffbcad622d595a4a77f70a8a27055d795517d34293ba46f8819df88ee0554e01c9315d6dd9040c62 + languageName: node + linkType: hard + "@swc-node/core@npm:^1.13.3": version: 1.13.3 resolution: "@swc-node/core@npm:1.13.3"