diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 7541a2c7a9..350864835d 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.840.0", + "@aws-sdk/types": "^3.862.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.859.0", - "@aws-sdk/client-ssm": "^3.859.0", + "@aws-sdk/client-ec2": "^3.865.0", + "@aws-sdk/client-ssm": "^3.864.0", "cron-parser": "^5.3.0" }, "nx": { diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index e05ae6182d..e009aacca7 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.840.0", + "@aws-sdk/types": "^3.862.0", "@octokit/types": "^14.1.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.24.1", - "@aws-sdk/client-ec2": "^3.859.0", - "@aws-sdk/client-sqs": "^3.859.0", + "@aws-sdk/client-ec2": "^3.865.0", + "@aws-sdk/client-sqs": "^3.864.0", "@middy/core": "^6.4.1", "@octokit/auth-app": "8.0.2", "@octokit/core": "7.0.3", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index 9ce01def37..619320f5bf 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.840.0", + "@aws-sdk/types": "^3.862.0", "@types/aws-lambda": "^8.10.152", "@types/node": "^22.16.5", "@types/request": "^2.48.12", @@ -28,8 +28,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-s3": "^3.859.0", - "@aws-sdk/lib-storage": "^3.859.0", + "@aws-sdk/client-s3": "^3.864.0", + "@aws-sdk/lib-storage": "^3.864.0", "@middy/core": "^6.4.1", "@octokit/rest": "22.0.0", "axios": "^1.8.4" diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index bb118053b2..f2c1aa0c0c 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.840.0", + "@aws-sdk/types": "^3.862.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.859.0", + "@aws-sdk/client-ec2": "^3.865.0", "@middy/core": "^6.4.1" }, "nx": { diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 7cef41ca84..7d2b809b2f 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.859.0", + "@aws-sdk/client-eventbridge": "^3.864.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.859.0", + "@aws-sdk/client-sqs": "^3.864.0", "@middy/core": "^6.4.1", "@octokit/rest": "22.0.0", "@octokit/types": "^14.1.0", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index e5b223445b..67afc7fc26 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.840.0", + "@aws-sdk/types": "^3.862.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.859.0" + "@aws-sdk/client-ssm": "^3.864.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index bd471ef782..6512f87241 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -126,9 +126,9 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.859.0" - "@aws-sdk/client-ssm": "npm:^3.859.0" - "@aws-sdk/types": "npm:^3.840.0" + "@aws-sdk/client-ec2": "npm:^3.865.0" + "@aws-sdk/client-ssm": "npm:^3.864.0" + "@aws-sdk/types": "npm:^3.862.0" "@types/aws-lambda": "npm:^8.10.152" "@vercel/ncc": "npm:^0.38.3" aws-sdk-client-mock: "npm:^4.1.0" @@ -156,8 +156,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.859.0" - "@aws-sdk/types": "npm:^3.840.0" + "@aws-sdk/client-ssm": "npm:^3.864.0" + "@aws-sdk/types": "npm:^3.862.0" "@types/aws-lambda": "npm:^8.10.152" "@types/node": "npm:^22.16.5" aws-sdk-client-mock: "npm:^4.1.0" @@ -172,9 +172,9 @@ __metadata: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" "@aws-lambda-powertools/parameters": "npm:^2.24.1" - "@aws-sdk/client-ec2": "npm:^3.859.0" - "@aws-sdk/client-sqs": "npm:^3.859.0" - "@aws-sdk/types": "npm:^3.840.0" + "@aws-sdk/client-ec2": "npm:^3.865.0" + "@aws-sdk/client-sqs": "npm:^3.864.0" + "@aws-sdk/types": "npm:^3.862.0" "@middy/core": "npm:^6.4.1" "@octokit/auth-app": "npm:8.0.2" "@octokit/core": "npm:7.0.3" @@ -199,9 +199,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.859.0" - "@aws-sdk/lib-storage": "npm:^3.859.0" - "@aws-sdk/types": "npm:^3.840.0" + "@aws-sdk/client-s3": "npm:^3.864.0" + "@aws-sdk/lib-storage": "npm:^3.864.0" + "@aws-sdk/types": "npm:^3.862.0" "@middy/core": "npm:^6.4.1" "@octokit/rest": "npm:22.0.0" "@types/aws-lambda": "npm:^8.10.152" @@ -220,8 +220,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.859.0" - "@aws-sdk/types": "npm:^3.840.0" + "@aws-sdk/client-ec2": "npm:^3.865.0" + "@aws-sdk/types": "npm:^3.862.0" "@middy/core": "npm:^6.4.1" "@types/aws-lambda": "npm:^8.10.152" "@types/node": "npm:^22.16.5" @@ -237,8 +237,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-eventbridge": "npm:^3.859.0" - "@aws-sdk/client-sqs": "npm:^3.859.0" + "@aws-sdk/client-eventbridge": "npm:^3.864.0" + "@aws-sdk/client-sqs": "npm:^3.864.0" "@middy/core": "npm:^6.4.1" "@octokit/rest": "npm:22.0.0" "@octokit/types": "npm:^14.1.0" @@ -338,740 +338,740 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.859.0": - version: 3.859.0 - resolution: "@aws-sdk/client-ec2@npm:3.859.0" +"@aws-sdk/client-ec2@npm:^3.865.0": + version: 3.865.0 + resolution: "@aws-sdk/client-ec2@npm:3.865.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/credential-provider-node": "npm:3.859.0" - "@aws-sdk/middleware-host-header": "npm:3.840.0" - "@aws-sdk/middleware-logger": "npm:3.840.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.857.0" - "@aws-sdk/middleware-user-agent": "npm:3.858.0" - "@aws-sdk/region-config-resolver": "npm:3.840.0" - "@aws-sdk/types": "npm:3.840.0" - "@aws-sdk/util-endpoints": "npm:3.848.0" - "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.858.0" - "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.2" - "@smithy/fetch-http-handler": "npm:^5.1.0" - "@smithy/hash-node": "npm:^4.0.4" - "@smithy/invalid-dependency": "npm:^4.0.4" - "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.17" - "@smithy/middleware-retry": "npm:^4.1.18" - "@smithy/middleware-serde": "npm:^4.0.8" - "@smithy/middleware-stack": "npm:^4.0.4" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/node-http-handler": "npm:^4.1.0" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" - "@smithy/url-parser": "npm:^4.0.4" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/credential-provider-node": "npm:3.864.0" + "@aws-sdk/middleware-host-header": "npm:3.862.0" + "@aws-sdk/middleware-logger": "npm:3.862.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.862.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.862.0" + "@aws-sdk/middleware-user-agent": "npm:3.864.0" + "@aws-sdk/region-config-resolver": "npm:3.862.0" + "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/util-endpoints": "npm:3.862.0" + "@aws-sdk/util-user-agent-browser": "npm:3.862.0" + "@aws-sdk/util-user-agent-node": "npm:3.864.0" + "@smithy/config-resolver": "npm:^4.1.5" + "@smithy/core": "npm:^3.8.0" + "@smithy/fetch-http-handler": "npm:^5.1.1" + "@smithy/hash-node": "npm:^4.0.5" + "@smithy/invalid-dependency": "npm:^4.0.5" + "@smithy/middleware-content-length": "npm:^4.0.5" + "@smithy/middleware-endpoint": "npm:^4.1.18" + "@smithy/middleware-retry": "npm:^4.1.19" + "@smithy/middleware-serde": "npm:^4.0.9" + "@smithy/middleware-stack": "npm:^4.0.5" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/node-http-handler": "npm:^4.1.1" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" + "@smithy/url-parser": "npm:^4.0.5" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.25" - "@smithy/util-defaults-mode-node": "npm:^4.0.25" - "@smithy/util-endpoints": "npm:^3.0.6" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.6" + "@smithy/util-defaults-mode-browser": "npm:^4.0.26" + "@smithy/util-defaults-mode-node": "npm:^4.0.26" + "@smithy/util-endpoints": "npm:^3.0.7" + "@smithy/util-middleware": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.7" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.6" + "@smithy/util-waiter": "npm:^4.0.7" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/00cf41514b370b7ad242adc1daa126ddcc8765d6d3d50b10ed7567657f1469992061a212494a070f35cae70baeac5bdadc0958514540770e702b0d31b9c2ba4b + checksum: 10c0/f67789b0640850aed993d81b57225dc48323c021a3ad7f645496a5db4845227775ecbf8d2b12cca375c7d3d0e59747ca99259524a4eb6754a3b52e2d3ddf8c62 languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.859.0": - version: 3.859.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.859.0" +"@aws-sdk/client-eventbridge@npm:^3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.864.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/credential-provider-node": "npm:3.859.0" - "@aws-sdk/middleware-host-header": "npm:3.840.0" - "@aws-sdk/middleware-logger": "npm:3.840.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.858.0" - "@aws-sdk/region-config-resolver": "npm:3.840.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" - "@aws-sdk/util-endpoints": "npm:3.848.0" - "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.858.0" - "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.2" - "@smithy/fetch-http-handler": "npm:^5.1.0" - "@smithy/hash-node": "npm:^4.0.4" - "@smithy/invalid-dependency": "npm:^4.0.4" - "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.17" - "@smithy/middleware-retry": "npm:^4.1.18" - "@smithy/middleware-serde": "npm:^4.0.8" - "@smithy/middleware-stack": "npm:^4.0.4" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/node-http-handler": "npm:^4.1.0" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" - "@smithy/url-parser": "npm:^4.0.4" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/credential-provider-node": "npm:3.864.0" + "@aws-sdk/middleware-host-header": "npm:3.862.0" + "@aws-sdk/middleware-logger": "npm:3.862.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.862.0" + "@aws-sdk/middleware-user-agent": "npm:3.864.0" + "@aws-sdk/region-config-resolver": "npm:3.862.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/util-endpoints": "npm:3.862.0" + "@aws-sdk/util-user-agent-browser": "npm:3.862.0" + "@aws-sdk/util-user-agent-node": "npm:3.864.0" + "@smithy/config-resolver": "npm:^4.1.5" + "@smithy/core": "npm:^3.8.0" + "@smithy/fetch-http-handler": "npm:^5.1.1" + "@smithy/hash-node": "npm:^4.0.5" + "@smithy/invalid-dependency": "npm:^4.0.5" + "@smithy/middleware-content-length": "npm:^4.0.5" + "@smithy/middleware-endpoint": "npm:^4.1.18" + "@smithy/middleware-retry": "npm:^4.1.19" + "@smithy/middleware-serde": "npm:^4.0.9" + "@smithy/middleware-stack": "npm:^4.0.5" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/node-http-handler": "npm:^4.1.1" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" + "@smithy/url-parser": "npm:^4.0.5" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.25" - "@smithy/util-defaults-mode-node": "npm:^4.0.25" - "@smithy/util-endpoints": "npm:^3.0.6" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.6" + "@smithy/util-defaults-mode-browser": "npm:^4.0.26" + "@smithy/util-defaults-mode-node": "npm:^4.0.26" + "@smithy/util-endpoints": "npm:^3.0.7" + "@smithy/util-middleware": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.7" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/abef5258e7bab7317d7414264f72c26ec7b2bc122ea374ffe8741b67cc69d28c777702544295c9f138d95280e80b39167d5f393c48f750c31535ffdf2c79e7b3 + checksum: 10c0/76bf6d030801f0194969962e975efbd384bd5ea81d3f750798618647c9475d7cc0385b888f92d0eb4099acc04cb9ea50bf67f5877cddd21d1384e89743e9abab languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.859.0": - version: 3.859.0 - resolution: "@aws-sdk/client-s3@npm:3.859.0" +"@aws-sdk/client-s3@npm:^3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/client-s3@npm:3.864.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.858.0" - "@aws-sdk/credential-provider-node": "npm:3.859.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.840.0" - "@aws-sdk/middleware-expect-continue": "npm:3.840.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.858.0" - "@aws-sdk/middleware-host-header": "npm:3.840.0" - "@aws-sdk/middleware-location-constraint": "npm:3.840.0" - "@aws-sdk/middleware-logger": "npm:3.840.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.858.0" - "@aws-sdk/middleware-ssec": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.858.0" - "@aws-sdk/region-config-resolver": "npm:3.840.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" - "@aws-sdk/util-endpoints": "npm:3.848.0" - "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.858.0" - "@aws-sdk/xml-builder": "npm:3.821.0" - "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.2" - "@smithy/eventstream-serde-browser": "npm:^4.0.4" - "@smithy/eventstream-serde-config-resolver": "npm:^4.1.2" - "@smithy/eventstream-serde-node": "npm:^4.0.4" - "@smithy/fetch-http-handler": "npm:^5.1.0" - "@smithy/hash-blob-browser": "npm:^4.0.4" - "@smithy/hash-node": "npm:^4.0.4" - "@smithy/hash-stream-node": "npm:^4.0.4" - "@smithy/invalid-dependency": "npm:^4.0.4" - "@smithy/md5-js": "npm:^4.0.4" - "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.17" - "@smithy/middleware-retry": "npm:^4.1.18" - "@smithy/middleware-serde": "npm:^4.0.8" - "@smithy/middleware-stack": "npm:^4.0.4" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/node-http-handler": "npm:^4.1.0" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" - "@smithy/url-parser": "npm:^4.0.4" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/credential-provider-node": "npm:3.864.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.862.0" + "@aws-sdk/middleware-expect-continue": "npm:3.862.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.864.0" + "@aws-sdk/middleware-host-header": "npm:3.862.0" + "@aws-sdk/middleware-location-constraint": "npm:3.862.0" + "@aws-sdk/middleware-logger": "npm:3.862.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.862.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.864.0" + "@aws-sdk/middleware-ssec": "npm:3.862.0" + "@aws-sdk/middleware-user-agent": "npm:3.864.0" + "@aws-sdk/region-config-resolver": "npm:3.862.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/util-endpoints": "npm:3.862.0" + "@aws-sdk/util-user-agent-browser": "npm:3.862.0" + "@aws-sdk/util-user-agent-node": "npm:3.864.0" + "@aws-sdk/xml-builder": "npm:3.862.0" + "@smithy/config-resolver": "npm:^4.1.5" + "@smithy/core": "npm:^3.8.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.5" + "@smithy/eventstream-serde-config-resolver": "npm:^4.1.3" + "@smithy/eventstream-serde-node": "npm:^4.0.5" + "@smithy/fetch-http-handler": "npm:^5.1.1" + "@smithy/hash-blob-browser": "npm:^4.0.5" + "@smithy/hash-node": "npm:^4.0.5" + "@smithy/hash-stream-node": "npm:^4.0.5" + "@smithy/invalid-dependency": "npm:^4.0.5" + "@smithy/md5-js": "npm:^4.0.5" + "@smithy/middleware-content-length": "npm:^4.0.5" + "@smithy/middleware-endpoint": "npm:^4.1.18" + "@smithy/middleware-retry": "npm:^4.1.19" + "@smithy/middleware-serde": "npm:^4.0.9" + "@smithy/middleware-stack": "npm:^4.0.5" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/node-http-handler": "npm:^4.1.1" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" + "@smithy/url-parser": "npm:^4.0.5" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.25" - "@smithy/util-defaults-mode-node": "npm:^4.0.25" - "@smithy/util-endpoints": "npm:^3.0.6" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.6" - "@smithy/util-stream": "npm:^4.2.3" + "@smithy/util-defaults-mode-browser": "npm:^4.0.26" + "@smithy/util-defaults-mode-node": "npm:^4.0.26" + "@smithy/util-endpoints": "npm:^3.0.7" + "@smithy/util-middleware": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.7" + "@smithy/util-stream": "npm:^4.2.4" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.6" + "@smithy/util-waiter": "npm:^4.0.7" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/e1fadea8842cb95cd6f1cabea9b4cc046ea24b42198ced218904450a7f0e424fb525fa285fee979a8563e547ed6518b13c529f289e0482bccaf9d9e89ead19c5 + checksum: 10c0/b9b01fc486e574be97360719c607b9d4cc8be0d12e76c74b9ffa8cdabb395bc3b300a54029a8403bad98f32c4f3653190f8fb7a570c5b57283248327b70a8fa5 languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.859.0": - version: 3.859.0 - resolution: "@aws-sdk/client-sqs@npm:3.859.0" +"@aws-sdk/client-sqs@npm:^3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/client-sqs@npm:3.864.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/credential-provider-node": "npm:3.859.0" - "@aws-sdk/middleware-host-header": "npm:3.840.0" - "@aws-sdk/middleware-logger": "npm:3.840.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.857.0" - "@aws-sdk/middleware-user-agent": "npm:3.858.0" - "@aws-sdk/region-config-resolver": "npm:3.840.0" - "@aws-sdk/types": "npm:3.840.0" - "@aws-sdk/util-endpoints": "npm:3.848.0" - "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.858.0" - "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.2" - "@smithy/fetch-http-handler": "npm:^5.1.0" - "@smithy/hash-node": "npm:^4.0.4" - "@smithy/invalid-dependency": "npm:^4.0.4" - "@smithy/md5-js": "npm:^4.0.4" - "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.17" - "@smithy/middleware-retry": "npm:^4.1.18" - "@smithy/middleware-serde": "npm:^4.0.8" - "@smithy/middleware-stack": "npm:^4.0.4" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/node-http-handler": "npm:^4.1.0" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" - "@smithy/url-parser": "npm:^4.0.4" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/credential-provider-node": "npm:3.864.0" + "@aws-sdk/middleware-host-header": "npm:3.862.0" + "@aws-sdk/middleware-logger": "npm:3.862.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.862.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.862.0" + "@aws-sdk/middleware-user-agent": "npm:3.864.0" + "@aws-sdk/region-config-resolver": "npm:3.862.0" + "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/util-endpoints": "npm:3.862.0" + "@aws-sdk/util-user-agent-browser": "npm:3.862.0" + "@aws-sdk/util-user-agent-node": "npm:3.864.0" + "@smithy/config-resolver": "npm:^4.1.5" + "@smithy/core": "npm:^3.8.0" + "@smithy/fetch-http-handler": "npm:^5.1.1" + "@smithy/hash-node": "npm:^4.0.5" + "@smithy/invalid-dependency": "npm:^4.0.5" + "@smithy/md5-js": "npm:^4.0.5" + "@smithy/middleware-content-length": "npm:^4.0.5" + "@smithy/middleware-endpoint": "npm:^4.1.18" + "@smithy/middleware-retry": "npm:^4.1.19" + "@smithy/middleware-serde": "npm:^4.0.9" + "@smithy/middleware-stack": "npm:^4.0.5" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/node-http-handler": "npm:^4.1.1" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" + "@smithy/url-parser": "npm:^4.0.5" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.25" - "@smithy/util-defaults-mode-node": "npm:^4.0.25" - "@smithy/util-endpoints": "npm:^3.0.6" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.6" + "@smithy/util-defaults-mode-browser": "npm:^4.0.26" + "@smithy/util-defaults-mode-node": "npm:^4.0.26" + "@smithy/util-endpoints": "npm:^3.0.7" + "@smithy/util-middleware": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.7" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/82e8636d9140b082d89a6121c1a3613aaaa748135cc1399d041230d938a50251f37bcc213672a5ffd3a5d24232a004bed1cc29a1b21af25f7f9bb5ed817ce598 + checksum: 10c0/da2f7b8cbd54e2db00f8dd6bdb630b7a44a446779368e5746cabdb9fb9b6604c31b5fee2adc3f819f3e20898d6dde1528fc4d0691777f322d1ac7c698710cdbf languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.859.0": - version: 3.859.0 - resolution: "@aws-sdk/client-ssm@npm:3.859.0" +"@aws-sdk/client-ssm@npm:^3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/client-ssm@npm:3.864.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/credential-provider-node": "npm:3.859.0" - "@aws-sdk/middleware-host-header": "npm:3.840.0" - "@aws-sdk/middleware-logger": "npm:3.840.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.858.0" - "@aws-sdk/region-config-resolver": "npm:3.840.0" - "@aws-sdk/types": "npm:3.840.0" - "@aws-sdk/util-endpoints": "npm:3.848.0" - "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.858.0" - "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.2" - "@smithy/fetch-http-handler": "npm:^5.1.0" - "@smithy/hash-node": "npm:^4.0.4" - "@smithy/invalid-dependency": "npm:^4.0.4" - "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.17" - "@smithy/middleware-retry": "npm:^4.1.18" - "@smithy/middleware-serde": "npm:^4.0.8" - "@smithy/middleware-stack": "npm:^4.0.4" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/node-http-handler": "npm:^4.1.0" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" - "@smithy/url-parser": "npm:^4.0.4" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/credential-provider-node": "npm:3.864.0" + "@aws-sdk/middleware-host-header": "npm:3.862.0" + "@aws-sdk/middleware-logger": "npm:3.862.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.862.0" + "@aws-sdk/middleware-user-agent": "npm:3.864.0" + "@aws-sdk/region-config-resolver": "npm:3.862.0" + "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/util-endpoints": "npm:3.862.0" + "@aws-sdk/util-user-agent-browser": "npm:3.862.0" + "@aws-sdk/util-user-agent-node": "npm:3.864.0" + "@smithy/config-resolver": "npm:^4.1.5" + "@smithy/core": "npm:^3.8.0" + "@smithy/fetch-http-handler": "npm:^5.1.1" + "@smithy/hash-node": "npm:^4.0.5" + "@smithy/invalid-dependency": "npm:^4.0.5" + "@smithy/middleware-content-length": "npm:^4.0.5" + "@smithy/middleware-endpoint": "npm:^4.1.18" + "@smithy/middleware-retry": "npm:^4.1.19" + "@smithy/middleware-serde": "npm:^4.0.9" + "@smithy/middleware-stack": "npm:^4.0.5" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/node-http-handler": "npm:^4.1.1" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" + "@smithy/url-parser": "npm:^4.0.5" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.25" - "@smithy/util-defaults-mode-node": "npm:^4.0.25" - "@smithy/util-endpoints": "npm:^3.0.6" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.6" + "@smithy/util-defaults-mode-browser": "npm:^4.0.26" + "@smithy/util-defaults-mode-node": "npm:^4.0.26" + "@smithy/util-endpoints": "npm:^3.0.7" + "@smithy/util-middleware": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.7" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.6" + "@smithy/util-waiter": "npm:^4.0.7" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/8e8366bb52eb8bc76fa616209e22b640d2912731b4cb944103ef5aa7a9e03453a9ee5bbaea2c450b06c33183c3221facb50a4bd03b34418c8090257b55c9c87c + checksum: 10c0/b9a27e3a136597eddffc735dfeda79180fa85e64a1c241d37627217f82d5bdd3110c7540ffcef0a0df5d93f41abf5674396d0ea01a82378c6bbc03fd6111ad69 languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.858.0": - version: 3.858.0 - resolution: "@aws-sdk/client-sso@npm:3.858.0" +"@aws-sdk/client-sso@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/client-sso@npm:3.864.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/middleware-host-header": "npm:3.840.0" - "@aws-sdk/middleware-logger": "npm:3.840.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.858.0" - "@aws-sdk/region-config-resolver": "npm:3.840.0" - "@aws-sdk/types": "npm:3.840.0" - "@aws-sdk/util-endpoints": "npm:3.848.0" - "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.858.0" - "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.2" - "@smithy/fetch-http-handler": "npm:^5.1.0" - "@smithy/hash-node": "npm:^4.0.4" - "@smithy/invalid-dependency": "npm:^4.0.4" - "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.17" - "@smithy/middleware-retry": "npm:^4.1.18" - "@smithy/middleware-serde": "npm:^4.0.8" - "@smithy/middleware-stack": "npm:^4.0.4" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/node-http-handler": "npm:^4.1.0" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" - "@smithy/url-parser": "npm:^4.0.4" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/middleware-host-header": "npm:3.862.0" + "@aws-sdk/middleware-logger": "npm:3.862.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.862.0" + "@aws-sdk/middleware-user-agent": "npm:3.864.0" + "@aws-sdk/region-config-resolver": "npm:3.862.0" + "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/util-endpoints": "npm:3.862.0" + "@aws-sdk/util-user-agent-browser": "npm:3.862.0" + "@aws-sdk/util-user-agent-node": "npm:3.864.0" + "@smithy/config-resolver": "npm:^4.1.5" + "@smithy/core": "npm:^3.8.0" + "@smithy/fetch-http-handler": "npm:^5.1.1" + "@smithy/hash-node": "npm:^4.0.5" + "@smithy/invalid-dependency": "npm:^4.0.5" + "@smithy/middleware-content-length": "npm:^4.0.5" + "@smithy/middleware-endpoint": "npm:^4.1.18" + "@smithy/middleware-retry": "npm:^4.1.19" + "@smithy/middleware-serde": "npm:^4.0.9" + "@smithy/middleware-stack": "npm:^4.0.5" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/node-http-handler": "npm:^4.1.1" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" + "@smithy/url-parser": "npm:^4.0.5" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.25" - "@smithy/util-defaults-mode-node": "npm:^4.0.25" - "@smithy/util-endpoints": "npm:^3.0.6" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.6" + "@smithy/util-defaults-mode-browser": "npm:^4.0.26" + "@smithy/util-defaults-mode-node": "npm:^4.0.26" + "@smithy/util-endpoints": "npm:^3.0.7" + "@smithy/util-middleware": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.7" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/c6c4e0ad2bee35727489e0c4ea9fb9192389bc5287ead3653f2129eff3230b7486e715a7efd7e11af6936220c858a776f112bcdf3030b385999aa1aa09b0d7a1 + checksum: 10c0/3f18d13ef59a19c636f6fa4e7c5142936f724906d9bcf5754bdb8bad9b65f215db25b565c65959fb12989c2eaf0861683babd67bb3391de391d51b75f64d269e languageName: node linkType: hard -"@aws-sdk/core@npm:3.858.0": - version: 3.858.0 - resolution: "@aws-sdk/core@npm:3.858.0" +"@aws-sdk/core@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/core@npm:3.864.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@aws-sdk/xml-builder": "npm:3.821.0" - "@smithy/core": "npm:^3.7.2" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/xml-builder": "npm:3.862.0" + "@smithy/core": "npm:^3.8.0" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/signature-v4": "npm:^5.1.3" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-middleware": "npm:^4.0.5" "@smithy/util-utf8": "npm:^4.0.0" fast-xml-parser: "npm:5.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/537374ad47f9b4728d40143ba5487905bf5bf923aaa55a06d0207885d8cef7297e63b056c026a62ada805d4bc1a3b61aefff18d9f6ccfda7052a9a596fd514d1 + checksum: 10c0/83eae93e22408750abcd5225650945f5b9a2a4e4b9477d62e97c982b0d573d6f7b1a5ba4979a85947299d71898bf2ce68a9b87a0864c2697272eb74a817b4d97 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.858.0": - version: 3.858.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.858.0" +"@aws-sdk/credential-provider-env@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.864.0" dependencies: - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/cd5c9d3dad500178de1b465c06ef02e77442abf86911be2ab3db309125ab6d88df99f7a5acb44bdadb30d9fb1ed44db3f78bbf6b6c52cf085f1fc533b95e2143 + checksum: 10c0/6ffa5ba6787b976181aac62fcd510bade27a38685fb89d9824cf0ad4d34e6e8e82466438bdd35fd2d5bec1d60bbede0f7a60f836fc3ddb8d0d02a01e11e84704 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.858.0": - version: 3.858.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.858.0" +"@aws-sdk/credential-provider-http@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.864.0" dependencies: - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" - "@smithy/fetch-http-handler": "npm:^5.1.0" - "@smithy/node-http-handler": "npm:^4.1.0" - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" - "@smithy/util-stream": "npm:^4.2.3" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/fetch-http-handler": "npm:^5.1.1" + "@smithy/node-http-handler": "npm:^4.1.1" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" + "@smithy/util-stream": "npm:^4.2.4" tslib: "npm:^2.6.2" - checksum: 10c0/040ddbbe92bef0d2a261ffc4a515a515171206eaa06a26fb03513aecbf8416265d4f553a862acc5cc28d831ac954c4d3d37d41cb76603e32a1c2d87c3f230979 - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-ini@npm:3.859.0": - version: 3.859.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.859.0" - dependencies: - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/credential-provider-env": "npm:3.858.0" - "@aws-sdk/credential-provider-http": "npm:3.858.0" - "@aws-sdk/credential-provider-process": "npm:3.858.0" - "@aws-sdk/credential-provider-sso": "npm:3.859.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.858.0" - "@aws-sdk/nested-clients": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" - "@smithy/credential-provider-imds": "npm:^4.0.6" - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/shared-ini-file-loader": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + checksum: 10c0/430f13e13cbe35e306c312e63b9c88187134593c03cc0d68bdaee19103b8e48535c45b63fb95888d61b35348afe1dc83a32aa4db73f5a2918eed12f58ff220f3 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-ini@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.864.0" + dependencies: + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/credential-provider-env": "npm:3.864.0" + "@aws-sdk/credential-provider-http": "npm:3.864.0" + "@aws-sdk/credential-provider-process": "npm:3.864.0" + "@aws-sdk/credential-provider-sso": "npm:3.864.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.864.0" + "@aws-sdk/nested-clients": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/credential-provider-imds": "npm:^4.0.7" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/shared-ini-file-loader": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/8953ad581267a8debb405341463a8b7d232136cfab0aefb73a0e283bbe3b4a8e6ff54ce8b71db5f649a541529e2f32dbb0e6b050d7850ff61e97b3ad464fb2bf + checksum: 10c0/e0124557eff3617b0816b498f65d8082a17a3946795f5876a00d62edec06de58aba0a1bdbf63c697e7c20af79c4f4669db44578a946ea3d7edd20873e34228ae languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.859.0": - version: 3.859.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.859.0" +"@aws-sdk/credential-provider-node@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.864.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.858.0" - "@aws-sdk/credential-provider-http": "npm:3.858.0" - "@aws-sdk/credential-provider-ini": "npm:3.859.0" - "@aws-sdk/credential-provider-process": "npm:3.858.0" - "@aws-sdk/credential-provider-sso": "npm:3.859.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" - "@smithy/credential-provider-imds": "npm:^4.0.6" - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/shared-ini-file-loader": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/credential-provider-env": "npm:3.864.0" + "@aws-sdk/credential-provider-http": "npm:3.864.0" + "@aws-sdk/credential-provider-ini": "npm:3.864.0" + "@aws-sdk/credential-provider-process": "npm:3.864.0" + "@aws-sdk/credential-provider-sso": "npm:3.864.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/credential-provider-imds": "npm:^4.0.7" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/shared-ini-file-loader": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/2c5bae9f6ebdfdc91856aa993a79b4a58d86b247b2ad8581e0be096689b094123ccab3ffa121da832f126ab3cda3df6c69c4f61eebb4417959af0b50b302ea93 + checksum: 10c0/4fda02b247dc54d2df2667f67b0b73bcb71a83d82ce921d94260a12717d11f76872b30074e8c435d8009a6b32d5cb92452026c4344d74ce34f7edae50aa5c714 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.858.0": - version: 3.858.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.858.0" +"@aws-sdk/credential-provider-process@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.864.0" dependencies: - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/shared-ini-file-loader": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/shared-ini-file-loader": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/ed9805a50372e3bfea9fb3afc3f7d79b21229f63224d76286f08d96e10d37a3530834ee12a84d31db76bc102f6f978bfd515897517bf11229c4618902302ec8e + checksum: 10c0/74bb1906ac48187aa4639675423f6bface1447286ce4e904d0f5e5932f8bee271397f85d7dccb45c909b25d43d943531a124fe3c1fdd137df581010aa5fe3d03 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.859.0": - version: 3.859.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.859.0" +"@aws-sdk/credential-provider-sso@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.864.0" dependencies: - "@aws-sdk/client-sso": "npm:3.858.0" - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/token-providers": "npm:3.859.0" - "@aws-sdk/types": "npm:3.840.0" - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/shared-ini-file-loader": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/client-sso": "npm:3.864.0" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/token-providers": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/shared-ini-file-loader": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/4242daacdafb65bb491c595757ddb1c8d34b27dd6618f5e941b374fd06a113e5f370bdf0b3bcc98426ebaa4bbf5d84611abefd12bcdad20b5c71d43a6f851d79 + checksum: 10c0/706532dc10c49d0988789426a32abc556feece6a2cf967f5f93a0fc9a78a67dd6b3601f086c36838323f66b270789767add61906eb42acc904eb532c06a14de3 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.858.0": - version: 3.858.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.858.0" +"@aws-sdk/credential-provider-web-identity@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.864.0" dependencies: - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/nested-clients": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/nested-clients": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/24dbc0689c4df3a828ab823145dc2ebc70d9b6c17742cb561f917d49d7ed64ca4b8e940382921b852193dba01a13b01d2d14f87922d37049bf7f0e1501bf0aff + checksum: 10c0/3f1596e848ae1ecdbd731496f239e90be16a4956d2ba85bcf2603e825a9928c9aa9414952dee6efde437614ac7f189add56950d6e027dd5a30ff0ebf7db2491f languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.859.0": - version: 3.859.0 - resolution: "@aws-sdk/lib-storage@npm:3.859.0" +"@aws-sdk/lib-storage@npm:^3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/lib-storage@npm:3.864.0" dependencies: - "@smithy/abort-controller": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.17" - "@smithy/smithy-client": "npm:^4.4.9" + "@smithy/abort-controller": "npm:^4.0.5" + "@smithy/middleware-endpoint": "npm:^4.1.18" + "@smithy/smithy-client": "npm:^4.4.10" 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.859.0 - checksum: 10c0/670cd9f60256139567e241ae003a539ec7ca4d4e89bed2f3b4a1311c8f2911f38edfcbcf34507c63641998fdc9fe14290125327ca9fd26fc760c72b0526bb81b + "@aws-sdk/client-s3": ^3.864.0 + checksum: 10c0/30023837c81b7f1cf26ac6ee7107e1f450a63167473a9918c3febfff3979e414eccf977af2aa7483ad9a6cae866e8080cacbf3b63c5619568c3517ffd79b6366 languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.840.0": - version: 3.840.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.840.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/types": "npm:3.862.0" "@aws-sdk/util-arn-parser": "npm:3.804.0" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/types": "npm:^4.3.2" "@smithy/util-config-provider": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/371f6e30b16821e1a9c17efcbe6436616eb2bcbfe1757d5f70c56d5eca8452d8dddd42f26f53635b87f927b4da541dc36156e4d3529bb0eb0705969365dce8fc + checksum: 10c0/2c87ca9a621ad99b280b8f1a997092d252cd442904aecbce66bc6295e3c7189beeb2f22441c20524ead6a429848c4c17e791231ac11d76b3ec964cd2aa2ee7f2 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.840.0": - version: 3.840.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.840.0" +"@aws-sdk/middleware-expect-continue@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/73099d06d044f5d82cf172398939c8776c966bf88466288270d80a4e93f451c9e620c92252b0b5c8086b22429f6a69137a21d81bbac66e573c36241859f0739b + checksum: 10c0/6d8a1e9c46bd46c2e327767e7b828f25fde7b4b977be29192d335c208673df4867d46ab8cba940676b49058411f4f2fc4087d3cafa703665438d476aecaa94da languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.858.0": - version: 3.858.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.858.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.864.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.858.0" - "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" "@smithy/is-array-buffer": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-stream": "npm:^4.2.3" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/types": "npm:^4.3.2" + "@smithy/util-middleware": "npm:^4.0.5" + "@smithy/util-stream": "npm:^4.2.4" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/78a48688e0a6126b7f5f4cb20d02c83bc0dfbafe82b1d2b2269036dd7bf8159840a1f8a59456f223c40f8e204de4c009fff0cadcb865f4b5baa7406a4d7f5a16 + checksum: 10c0/6ddfde3bc904915304062f88843666d7dff7154cc11a4bc671002127c13c10d22c5e6b85de8ed68a293eb8044c4f4a1d61f85245c6d5f04a8e4fee587df6076f languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.840.0": - version: 3.840.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.840.0" +"@aws-sdk/middleware-host-header@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/aae5964c39118815293f3f1d42c6b5131ff44862d33af9c8d44eb98fb5b8db0e6191cceba59c487a2b89b70b2e7ad710b174a14506bc6d99d333af42fd6b3d07 + checksum: 10c0/1a71a7fb8e678fbe7b57028e952c30ee7e6d3f9a213e99742befd008d42df772f5a6e43403c0501f86e4b3f42ff076ce068cbae040e146c1438d1f4e7643c948 languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.840.0": - version: 3.840.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.840.0" +"@aws-sdk/middleware-location-constraint@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/4520274c5b350881df39e28b1732b482ee8023801e8cc6fe1da4b11856ea9660af5036dc6144cefce20338ed0cf5622cc03d10dddf67f95354447d3d0448d987 + checksum: 10c0/1f65c71ea1aa91f3dca9655d3388e2551e10c0fbb4bbc38726196587601882905cf241cda8c123c76ce736d99f6449c4e62955f628ef9b6d711930a862c7063d languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.840.0": - version: 3.840.0 - resolution: "@aws-sdk/middleware-logger@npm:3.840.0" +"@aws-sdk/middleware-logger@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/middleware-logger@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/5cc4eec656ec9811b64e504a96812f05f1b57e3542ea1dae6710505f81f8dfb36119709538b736a55792f02565818ab71f803e91b00bc4f0652ab198fce153fd + checksum: 10c0/b1e7026ae941435b066530b37acf2291d96530bf5c1a5a47fa32f32caf3a336f1b2f6223d0ad2a61115f1846d63b632a6104fe0dd761c239067c780efa90b297 languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.840.0": - version: 3.840.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.840.0" +"@aws-sdk/middleware-recursion-detection@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/88b1dfbf487d86b2aa26761b08e3de2fd1edd8d09abffd88f5d31b77215fd0852c74deba38802a15cc7015a716d990c2925523af88577890311958f53ef739e7 + checksum: 10c0/ed186d07cf5733ccc899168f83767e428ca9d2e7394e315e43f4f2522ed9a9aac6e5477e47aa4710775e724730dcb25a6699784aa5e63153e102c001ea96ab7f languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.857.0": - version: 3.857.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.857.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@aws-sdk/util-format-url": "npm:3.840.0" - "@smithy/middleware-endpoint": "npm:^4.1.17" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/util-format-url": "npm:3.862.0" + "@smithy/middleware-endpoint": "npm:^4.1.18" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/signature-v4": "npm:^5.1.3" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/9776ee0e5dca51804b09698820decf01fd4e102029dd655c7e61e3c29874d9f96b0fb2dc612bd41857ee6578b0e9ef3135481364416508b0516a22cd5f49d47e + checksum: 10c0/e1c9d2ce50ce2fe035c47ba996b3c12385fa5bd01159cd77525f8ccfe9942d356f558982bfc984aba915818fc76330991fa1f1a8d786ae3200fb2f3ec8d513e5 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.858.0": - version: 3.858.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.858.0" +"@aws-sdk/middleware-sdk-s3@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.864.0" dependencies: - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" "@aws-sdk/util-arn-parser": "npm:3.804.0" - "@smithy/core": "npm:^3.7.2" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" + "@smithy/core": "npm:^3.8.0" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/signature-v4": "npm:^5.1.3" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-stream": "npm:^4.2.3" + "@smithy/util-middleware": "npm:^4.0.5" + "@smithy/util-stream": "npm:^4.2.4" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/f37a6c2526981008f9f4833e3660d6fa774af9abd5d809c58ff9b20fe06dfcdbc12fa5e7ebb5aef71927726887e3c19169567df40e28dda7d6f3f8a9f70c623c + checksum: 10c0/b204859f54d693e9de8cc33049449e018329bb6fb724710b649212a85b6eb24e4acc6e1cea8f5010ea34b20d596def62c09f1db2533296a80c376ac3aba9221c languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.857.0": - version: 3.857.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.857.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" "@smithy/util-hex-encoding": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/ef84084d568f2c3788e92f69a6937e672b2698803ced506e0e8e6eb66995574c742f521cd421a5f94697a4900ac554fd7724977b6cbb3b0106386a90c06bcd1e + checksum: 10c0/e822ae056f2d135e25d4fc97bc2d4b955d527f91cd8aa3f4a2273a3cff7a8c18dfb5b7bfa502bc6f61533ec4aa417b1a369a6d4240425c5a7fa5115143f602f2 languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.840.0": - version: 3.840.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.840.0" +"@aws-sdk/middleware-ssec@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/22cdded72582d15adb266e5f65b5756c129b7104535765ff5c67eedc24609bface9eebb1fa3b74ed41e7b8fade57940195810bbbe2e44b8283104849894ec658 + checksum: 10c0/2d2ae6b6fcd9ef053430e7072a0ec159ae7f4f90addb236f1f96f7ce1a1d15d6286cc0bac14fcd30e6f08a9abe6c5861040b70dd88049ed1b6109757d3d3fb49 languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.858.0": - version: 3.858.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.858.0" +"@aws-sdk/middleware-user-agent@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.864.0" dependencies: - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" - "@aws-sdk/util-endpoints": "npm:3.848.0" - "@smithy/core": "npm:^3.7.2" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/util-endpoints": "npm:3.862.0" + "@smithy/core": "npm:^3.8.0" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/b664775f437970908412ee8ea9a2e168d6dd33bb523711b7bb54652838e78053a30ca82393008e562498f9d42a04141d2db7784f140f84d69a4782e7d58b9a4e + checksum: 10c0/638401786dfb365cd4e890e4b4d18ddf48e267faf8842c53feaad37f25f38615fc8fb710c721f7ca8e1de9c4b1c74f411d437b544385fe739d129b5c03958a16 languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.858.0": - version: 3.858.0 - resolution: "@aws-sdk/nested-clients@npm:3.858.0" +"@aws-sdk/nested-clients@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/nested-clients@npm:3.864.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/middleware-host-header": "npm:3.840.0" - "@aws-sdk/middleware-logger": "npm:3.840.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.858.0" - "@aws-sdk/region-config-resolver": "npm:3.840.0" - "@aws-sdk/types": "npm:3.840.0" - "@aws-sdk/util-endpoints": "npm:3.848.0" - "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.858.0" - "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.2" - "@smithy/fetch-http-handler": "npm:^5.1.0" - "@smithy/hash-node": "npm:^4.0.4" - "@smithy/invalid-dependency": "npm:^4.0.4" - "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.17" - "@smithy/middleware-retry": "npm:^4.1.18" - "@smithy/middleware-serde": "npm:^4.0.8" - "@smithy/middleware-stack": "npm:^4.0.4" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/node-http-handler": "npm:^4.1.0" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" - "@smithy/url-parser": "npm:^4.0.4" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/middleware-host-header": "npm:3.862.0" + "@aws-sdk/middleware-logger": "npm:3.862.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.862.0" + "@aws-sdk/middleware-user-agent": "npm:3.864.0" + "@aws-sdk/region-config-resolver": "npm:3.862.0" + "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/util-endpoints": "npm:3.862.0" + "@aws-sdk/util-user-agent-browser": "npm:3.862.0" + "@aws-sdk/util-user-agent-node": "npm:3.864.0" + "@smithy/config-resolver": "npm:^4.1.5" + "@smithy/core": "npm:^3.8.0" + "@smithy/fetch-http-handler": "npm:^5.1.1" + "@smithy/hash-node": "npm:^4.0.5" + "@smithy/invalid-dependency": "npm:^4.0.5" + "@smithy/middleware-content-length": "npm:^4.0.5" + "@smithy/middleware-endpoint": "npm:^4.1.18" + "@smithy/middleware-retry": "npm:^4.1.19" + "@smithy/middleware-serde": "npm:^4.0.9" + "@smithy/middleware-stack": "npm:^4.0.5" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/node-http-handler": "npm:^4.1.1" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" + "@smithy/url-parser": "npm:^4.0.5" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.25" - "@smithy/util-defaults-mode-node": "npm:^4.0.25" - "@smithy/util-endpoints": "npm:^3.0.6" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.6" + "@smithy/util-defaults-mode-browser": "npm:^4.0.26" + "@smithy/util-defaults-mode-node": "npm:^4.0.26" + "@smithy/util-endpoints": "npm:^3.0.7" + "@smithy/util-middleware": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.7" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/c53037cb67d68ec58cce1d700ed681f57f8d2686c32c9a5a2f242cc2dac635aa2252579e2e61817fc60b3e55826a269902bc980e916f7f46399c263426de227a + checksum: 10c0/a1c6b61352bac1eb0d3348de5be92efef015256bdc18f8391df630631f0a347cdd38faea4b2ad48e99a82d5ea2e8537ad673e29ff1dab2468f13a04bd86b6038 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.840.0": - version: 3.840.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.840.0" +"@aws-sdk/region-config-resolver@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/types": "npm:^4.3.2" "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-middleware": "npm:^4.0.5" tslib: "npm:^2.6.2" - checksum: 10c0/27d72bb9657efd79637a4c4aa895004d29c66eefce083fa84050f092f68bcba8cb9bf0e4c16c11c132a5fa01f1841e878fa903bc837c4e1e6904d1b2d2c3dd37 + checksum: 10c0/b74d1ae2e663e6de0c4ce3a22af5693af911b0d05fb241595b69875cc6e03917c85e8d058ffc62c4bf7cf0b659d4e3aeb44d3ac2b18ecda0abd85bb04eb9579f languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.858.0": - version: 3.858.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.858.0" +"@aws-sdk/signature-v4-multi-region@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.864.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/middleware-sdk-s3": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/signature-v4": "npm:^5.1.3" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/775d4cc812c8878510d3ea7cbe3fa625ee711abb0bbda1be7b88f462a6aa8ead7e15aa7a5fa0e1661ddd7ac710b0556b4d6d08fe5e96db6d48e06ad15013ab3a + checksum: 10c0/d13fbd612805b0842de2ea0d93415d111854c6f3f5c11cf276f909051a0b1d550ba344148f91aeb09ea10e028c5d3f3333ec6c7562032599e268f7d15a27117e languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.859.0": - version: 3.859.0 - resolution: "@aws-sdk/token-providers@npm:3.859.0" +"@aws-sdk/token-providers@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/token-providers@npm:3.864.0" dependencies: - "@aws-sdk/core": "npm:3.858.0" - "@aws-sdk/nested-clients": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/shared-ini-file-loader": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/core": "npm:3.864.0" + "@aws-sdk/nested-clients": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/shared-ini-file-loader": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/096d9a12b422a7a75e45d173633f7f60380c48c5e51cc93fc338c197f7419d578c7b7efa08ba6ed215bef6eda375822122a9c09a2da4a1f59b5e5b52b7b23671 + checksum: 10c0/c87f9a0c7becb8e016f3cb6a468c9efa26a1c708c8738155d77799547479c2ff24801bd1becd1e57244431dde94ad348c676530b9053741ffb98c8710914077b languageName: node linkType: hard -"@aws-sdk/types@npm:3.840.0, @aws-sdk/types@npm:^3.840.0": - version: 3.840.0 - resolution: "@aws-sdk/types@npm:3.840.0" +"@aws-sdk/types@npm:3.862.0, @aws-sdk/types@npm:^3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/types@npm:3.862.0" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/292d38f5087c3aa925addd890f8ae2bf650282c2cf4997d971a341dc0249dfca7ce02d69a4af09da2562b78a4232232d2a3b88105f34f66aee608d52aac238d1 + checksum: 10c0/d8e13eadde27c29e39d8effa861a3dc8ef43fba6ecb9772e3461619a76897873c8d4355be89aa5090294d1f17e1a6697834f0bbf6a7f73902a77fe00b1fbe5c2 languageName: node linkType: hard @@ -1094,28 +1094,28 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/util-endpoints@npm:3.848.0" +"@aws-sdk/util-endpoints@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/util-endpoints@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@smithy/types": "npm:^4.3.1" - "@smithy/url-parser": "npm:^4.0.4" - "@smithy/util-endpoints": "npm:^3.0.6" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/types": "npm:^4.3.2" + "@smithy/url-parser": "npm:^4.0.5" + "@smithy/util-endpoints": "npm:^3.0.7" tslib: "npm:^2.6.2" - checksum: 10c0/84567b4152ea823274855cdab4acdde1ca60b4ba0be265408da13ad59b9f5ec2f16578402ca0430748b57b57f3a457466517bf434d0e9cec79abf855a0468b49 + checksum: 10c0/e37245c5e6cfa03591895e7c11f24a356b85d57895f08f5202a2bc107030177244c66e4a952a9333c8aaf072b23edb89f781416ae9999c1dc0b2b0dec9403ca3 languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.840.0": - version: 3.840.0 - resolution: "@aws-sdk/util-format-url@npm:3.840.0" +"@aws-sdk/util-format-url@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/util-format-url@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@smithy/querystring-builder": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/querystring-builder": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/9f1d55e00bc10523d786e9a7c4b387ceb38170a870a1c5c8772bd3cd7d0ab1f352ca1c49a52cbf751acee65091ae9e58f079e6ee94bbe104b8989bff26f40a63 + checksum: 10c0/8221c019bd5e21b4364ad598099df6bbddb82097abeeacb6b75b8a9b42f44fdd885640883c4f1c8741dca041003aed190e6756f832980cea0d2d5942e9c7e702 languageName: node linkType: hard @@ -1128,43 +1128,43 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.840.0": - version: 3.840.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.840.0" +"@aws-sdk/util-user-agent-browser@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.862.0" dependencies: - "@aws-sdk/types": "npm:3.840.0" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/types": "npm:^4.3.2" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/873d5e3218958aa935127b05dad5a1d8cf26c9b7726584eb424a5958e7e205786dd99e4fa053b65f3b956261a7f8a3746e48e9b7dc47c3149792ff525da97631 + checksum: 10c0/68d8ce204c52ed703b925f77922b8845875fb101454654c9a0483947d5edbd40d4fedb515df9f0f70f93c08277cb11cd51a376fafbf43c6745b5364679dce6cb languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.858.0": - version: 3.858.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.858.0" +"@aws-sdk/util-user-agent-node@npm:3.864.0": + version: 3.864.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.864.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.858.0" - "@aws-sdk/types": "npm:3.840.0" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/types": "npm:^4.3.1" + "@aws-sdk/middleware-user-agent": "npm:3.864.0" + "@aws-sdk/types": "npm:3.862.0" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/fff009c5e6678ceb1913d2429b34b7a21469d21321ca6fdacbb936c6ee3b0857b844949fd893335d680e8d7ee298bd4c0a096b3aef6d01f95fd2328174266395 + checksum: 10c0/1eba907bbeb99d1c78912e94589ead12b6ecb6f2fbfffa4fafdff94439dc81d2adfa8145302c3d6bcf355ecee7687081f18d5034269f921affc00c5b8402a9bf languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.821.0": - version: 3.821.0 - resolution: "@aws-sdk/xml-builder@npm:3.821.0" +"@aws-sdk/xml-builder@npm:3.862.0": + version: 3.862.0 + resolution: "@aws-sdk/xml-builder@npm:3.862.0" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/316e0eb04bcec0bb0897f67718629deab29adb9664ce78743ad854df772472c02332ab12627d74b96ebe2205adc51b1cb7fb01fcb4251e80a7af405e56cfa135 + checksum: 10c0/bf388c2cc23cd7d7fbe32d148b59b7476227cadc1d169d92b086befed128926d202c74a58af549888979f57f7bccff2db901b842f36aa135fb3be4b886199053 languageName: node linkType: hard @@ -4222,13 +4222,13 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/abort-controller@npm:4.0.4" +"@smithy/abort-controller@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/abort-controller@npm:4.0.5" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/eb172b002fb92406c69b83460f949ace73247e6abd85d0d3714de2765c5db7b98070b9abfb630e2c591dd7b2ff770cc24f7737c1c207581f716c402b16bf46f9 + checksum: 10c0/0a16d5571f5aa3d6d43465ce1060263a92c6eba011cf448adaeafb940121981ecb26fabb0185745520cace9dfd9aebe6879930ff3b55c8f1b42ac6a337070f20 languageName: node linkType: hard @@ -4251,159 +4251,161 @@ __metadata: languageName: node linkType: hard -"@smithy/config-resolver@npm:^4.1.4": - version: 4.1.4 - resolution: "@smithy/config-resolver@npm:4.1.4" +"@smithy/config-resolver@npm:^4.1.5": + version: 4.1.5 + resolution: "@smithy/config-resolver@npm:4.1.5" dependencies: - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/types": "npm:^4.3.1" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/types": "npm:^4.3.2" "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-middleware": "npm:^4.0.5" tslib: "npm:^2.6.2" - checksum: 10c0/41832a42f8da7143732c71098b410f4ddcb096066126f7e8f45bae8d9aeb95681bd0d0d54886f46244c945c63829ca5d23373d4de31a038487aa07159722ef4e + checksum: 10c0/f76f2365403411810a205763a6744eb84d4edfc6bedb87ba0d41b4b310b9c693f3cb17610f963f706b06e90c12864fe54617c9ff1f435fe3b94d825f2def2bfb languageName: node linkType: hard -"@smithy/core@npm:^3.7.2": - version: 3.7.2 - resolution: "@smithy/core@npm:3.7.2" +"@smithy/core@npm:^3.8.0": + version: 3.8.0 + resolution: "@smithy/core@npm:3.8.0" dependencies: - "@smithy/middleware-serde": "npm:^4.0.8" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" + "@smithy/middleware-serde": "npm:^4.0.9" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/types": "npm:^4.3.2" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-stream": "npm:^4.2.3" + "@smithy/util-middleware": "npm:^4.0.5" + "@smithy/util-stream": "npm:^4.2.4" "@smithy/util-utf8": "npm:^4.0.0" + "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" - checksum: 10c0/469e15f0438a6b24485610f088570729045fbe8888586e4d060fed41a5fb6e180c28124b85f2aa6119fa82cdd09cc4ea05df0674a01ac279c70162a9a9a847fe + uuid: "npm:^9.0.1" + checksum: 10c0/0fe1c19b0a2f371ed04b47e51edac896ed24d868a3f78290ea8913e255fef7d023a9c0ba252f5af2b606bfadfdca7fbc545db01dcd0d2162c228d10b2eadc303 languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^4.0.6": - version: 4.0.6 - resolution: "@smithy/credential-provider-imds@npm:4.0.6" +"@smithy/credential-provider-imds@npm:^4.0.7": + version: 4.0.7 + resolution: "@smithy/credential-provider-imds@npm:4.0.7" dependencies: - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" - "@smithy/url-parser": "npm:^4.0.4" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" + "@smithy/url-parser": "npm:^4.0.5" tslib: "npm:^2.6.2" - checksum: 10c0/b1f3157d0a7b9f9155ac80aeac70d7db896d23d0322a6b38f0e848f1e53864ba1bca6d3dc5dd9af86446c371ebc5bffe01f0712ad562e7635e7d13e532622aa4 + checksum: 10c0/862ac40520e2756918e8ecdf2259ec82f1b1556595b3b8d19d7c68390119c416fdd9c716c78773a2ccec21c32cb81f465e0474073a8a90808e171fbdcdcfbd81 languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/eventstream-codec@npm:4.0.4" +"@smithy/eventstream-codec@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/eventstream-codec@npm:4.0.5" dependencies: "@aws-crypto/crc32": "npm:5.2.0" - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" "@smithy/util-hex-encoding": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/89b76826d4d3bf97317e3539ece105b9a03552144ad816a687b0b2cbca60e2b3513062c04b6cfacaffb270d616ffc8ac8bf549afc4aa676a6d7465df5a3215ba + checksum: 10c0/d94928e22468cb6e6d09bdc8a6ee04f05947c141c0b040aa90e95b6edc123ba03a562ff3994b5827c57295981183325ed8e8f6c60448a4eec392227735e86d62 languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/eventstream-serde-browser@npm:4.0.4" +"@smithy/eventstream-serde-browser@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/eventstream-serde-browser@npm:4.0.5" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@smithy/eventstream-serde-universal": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/b2444538555c54ac96d4049b0be3a65d959914bcd5198a8059edc838c7ffac5a1db225290194f85ea8805c47c1edc95484dfeb415cb2004ec3e572880f4fc8c5 + checksum: 10c0/352c6b73482d844f8184d6e6ffd28b1f69b376b59a3246a0ab967c990c15b11507323ff6362b27478062865e131739b27bafa7c6dedfa4c52ac8d795ce0cf8f5 languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^4.1.2": - version: 4.1.2 - resolution: "@smithy/eventstream-serde-config-resolver@npm:4.1.2" +"@smithy/eventstream-serde-config-resolver@npm:^4.1.3": + version: 4.1.3 + resolution: "@smithy/eventstream-serde-config-resolver@npm:4.1.3" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/54184a29d1e42f1b972292efc3a5cbbe3ca237cd9ab76132bad40e8426fa62d0b7f6fdac01f23e3a9cac69919107ddfd9d2f2873f83ae1f65470d3052c67cefc + checksum: 10c0/bfe98977649bcbfbe93cdbfb118c363759da6910ca8fa462870427dbc6f1f2f835103831147eee7eef27ace1bc58b65a40969c4630cf76be1eedfcd36996fd28 languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/eventstream-serde-node@npm:4.0.4" +"@smithy/eventstream-serde-node@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/eventstream-serde-node@npm:4.0.5" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@smithy/eventstream-serde-universal": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/e6d0765a73332c79b69531ed20c27e49475173da09ce21e4c011a64d8a61d7c5c328c9bc1cab991e145fc969b16071ffd6a33ab11291c0fa2a46e8dae28da23b + checksum: 10c0/21c389202d2db2bcff23166b220ff3ba6c178f2b9eff1918317cca24c49cb6e0a53ab7f43fb8039f776f63ffd3a2bf69c909dafa5199d5d4278797cb121d3daa languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/eventstream-serde-universal@npm:4.0.4" +"@smithy/eventstream-serde-universal@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/eventstream-serde-universal@npm:4.0.5" dependencies: - "@smithy/eventstream-codec": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@smithy/eventstream-codec": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/f0c18efa6cafa111ed20c8c53b4a7b6a0f8e25ccb0d2cafdf83282ebc6f96e47f26daf24b5b810ea83a02e03c994c35419d94fad76871f2cc6cb01d2aed277d9 + checksum: 10c0/183c6d4895395bbea34d12d3a87e9c69cc598c19e0cf51ba0036277ab520230fdc4b27026d1e438304b3ac4624a4408df15fc037f5c6a96bec0c71c400711170 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^5.1.0": - version: 5.1.0 - resolution: "@smithy/fetch-http-handler@npm:5.1.0" +"@smithy/fetch-http-handler@npm:^5.1.1": + version: 5.1.1 + resolution: "@smithy/fetch-http-handler@npm:5.1.1" dependencies: - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/querystring-builder": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/querystring-builder": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" "@smithy/util-base64": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/9bd54f40f00f35a4eee3c359e5942fc5c6ea1c43d7c708e5dd2cd74e8291c55fc6f1ce043d66eea7c1ca687dda682899058967c5b92df75ab56e44a773bb8679 + checksum: 10c0/c07f5cad58d5da7cd0de95e2d600e8dee8cda54bba65e7327c5beb25d2aa3eb815d228944bf20860de8927068d3d80baa28f71ecee0a1a3e131307774f53813b languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/hash-blob-browser@npm:4.0.4" +"@smithy/hash-blob-browser@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/hash-blob-browser@npm:4.0.5" dependencies: "@smithy/chunked-blob-reader": "npm:^5.0.0" "@smithy/chunked-blob-reader-native": "npm:^4.0.0" - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/f970058c2e04e86427e1474355199027fc84dc1d96d9a2278ed37904458d37b020472541390558bd3fb071bbd177b2850b18ceb1beb39d387fead06a2912f974 + checksum: 10c0/d44a12847dabe3ba33b52306ef8f0f61ed22943d12a1fe2d669a5425d9e7b97fc1fd52b78bd362ba56a24c8f0723630e579f2de5362cddc9c8060854150545d9 languageName: node linkType: hard -"@smithy/hash-node@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/hash-node@npm:4.0.4" +"@smithy/hash-node@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/hash-node@npm:4.0.5" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" "@smithy/util-buffer-from": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/07beb38643990f6c055457765d65af2aedd5944d819025df90d1f2f59596d1a1394cd8c9035ac6d343bc55e3afeb186b51b0ac91938024da8687120fc0b436dc + checksum: 10c0/6c5aeba12b651d74fa05e03b7019d48193b0fac4995ad84fe313961c4e51d16cdbe46f529a3fe435a061fbe7eebee0620def92f9821add28e466152fd3270560 languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/hash-stream-node@npm:4.0.4" +"@smithy/hash-stream-node@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/hash-stream-node@npm:4.0.5" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/4899132433f520e45972bbacb6a999da8d7ccf4c813f2fb28b1af65eaf268ba549b2c37dd54a586cd7bcd82f6e4cec914651a6446b3fb3e1f226ca1864051535 + checksum: 10c0/19c7ce086eb86c3a8660a587c70278ab8e201aed10157e6c2f1a7d8071967429bf70b3cd6e81fb29042b3c3ffcf40866bc94ada34b86a1688dc28527884f10de languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/invalid-dependency@npm:4.0.4" +"@smithy/invalid-dependency@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/invalid-dependency@npm:4.0.5" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/5e5a6282c17a7310f8e866c7e34fa07479d42c650cf3c1875bdb0ec38d5280eeac82a269605a3521b8fa455b92673d8fd5e97eb997acf81a80da82d6f501d651 + checksum: 10c0/8cc2a14dc47ac5513641747297e6e7e79dceb687e962e1520949db94597a5ce057f9f92657530b6660df100ef1fcff04cd5d9638847c8ada7f7b431a73f34fd2 languageName: node linkType: hard @@ -4425,145 +4427,146 @@ __metadata: languageName: node linkType: hard -"@smithy/md5-js@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/md5-js@npm:4.0.4" +"@smithy/md5-js@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/md5-js@npm:4.0.5" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/7c66405dca5d7df6694367dbb4a3d9f13fdfe2589abc81f85d5fb7bf876e1382578d9c477d2256d4b5bc59951c3c534e51eb65c53c2fb3251080f16d1d7ea82c + checksum: 10c0/30f015e5846963189aef4204029506c145e7c6106983bf0cb0ace88fcfc90c8a97094d65b73a79a86406bfcf70932bab9b7a6074fcac481afd0e078955bc95eb languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/middleware-content-length@npm:4.0.4" +"@smithy/middleware-content-length@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/middleware-content-length@npm:4.0.5" dependencies: - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/fde43ff13f0830c4608b83cf6e2bd3ae142aa6eb3df6f6c190c2564dd00c2c98f4f95da9146c69bc09115ad87ffc9dc24935d1a3d6d3b2383a9c8558d9177dd6 + checksum: 10c0/2bbe3afc2d29bf4153afb52adb2cadc063e745c2e1f3c630ff10bb97ce4fa8ae7e6872082ec1407b638d0c7cb896ebcc27ca190f9aa78635a8e41a2440fe680a languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.1.17": - version: 4.1.17 - resolution: "@smithy/middleware-endpoint@npm:4.1.17" - dependencies: - "@smithy/core": "npm:^3.7.2" - "@smithy/middleware-serde": "npm:^4.0.8" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/shared-ini-file-loader": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" - "@smithy/url-parser": "npm:^4.0.4" - "@smithy/util-middleware": "npm:^4.0.4" +"@smithy/middleware-endpoint@npm:^4.1.18": + version: 4.1.18 + resolution: "@smithy/middleware-endpoint@npm:4.1.18" + dependencies: + "@smithy/core": "npm:^3.8.0" + "@smithy/middleware-serde": "npm:^4.0.9" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" + "@smithy/url-parser": "npm:^4.0.5" + "@smithy/util-middleware": "npm:^4.0.5" tslib: "npm:^2.6.2" - checksum: 10c0/08e0e3542a9be373c5cbb18e54c756e8d0750138fb2f3d011e00094905175af2ecf8004d2ee2de1382b0fa5734b0393ba76e533c71929390338bcd86d9d33f72 + checksum: 10c0/22a6e05e427c9899041facefea8bdf8dad393bdb3ccd7ca795fb705e85ee8b9e48c6000e947bb6a8a1cfe48d1f1f1b9f894f0b588e87ce1ea5b187d041bcd6fe languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.1.18": - version: 4.1.18 - resolution: "@smithy/middleware-retry@npm:4.1.18" - dependencies: - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/service-error-classification": "npm:^4.0.6" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.6" +"@smithy/middleware-retry@npm:^4.1.19": + version: 4.1.19 + resolution: "@smithy/middleware-retry@npm:4.1.19" + dependencies: + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/service-error-classification": "npm:^4.0.7" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" + "@smithy/util-middleware": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.7" + "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/9bff3b3d329c7af0f33231b05bf442e6de6a1ddb67a55dcef2e5f5ef4dc2174afd5e8fd741d605dd096354eca3a8bb74d35c87fcd517cfc7349a5ccfdc3a559f + checksum: 10c0/6595d27404491ee3befc69ffe8ce576f26b409385d6958597c8d889fff7aff26973a54eab605348299c24760912d9606f7efe84e3adf72ab146b114096592bec languageName: node linkType: hard -"@smithy/middleware-serde@npm:^4.0.8": - version: 4.0.8 - resolution: "@smithy/middleware-serde@npm:4.0.8" +"@smithy/middleware-serde@npm:^4.0.9": + version: 4.0.9 + resolution: "@smithy/middleware-serde@npm:4.0.9" dependencies: - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/11414e584780716b2b0487fe748da9927943d4d810b5b0161e73df6ab24a4d17f675773287f95868c57a71013385f7b027eb2afbab1eed3dbaafef754b482b27 + checksum: 10c0/71dc9d920d36a3f65cc883718e8c74687a7c8074a148ab1a035e395e43c6566a3514f10b4c15a13b98194ecd1d81816932c9df8dfa5955cd347c6049893defc4 languageName: node linkType: hard -"@smithy/middleware-stack@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/middleware-stack@npm:4.0.4" +"@smithy/middleware-stack@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/middleware-stack@npm:4.0.5" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/b29b6430e31f11683f0ce0e06d21a4bfe6cb791ce1eb5686533559baa81698f617bfbfdac06f569e13f077ce177cb70e55f4db20701906b3e344d9294817f382 + checksum: 10c0/2ebe346b8b868d11bf9e5028a225ad1312f7862231ae01c289059291b984127a7c18e17f1fa4d803de09f77441d839bc5e25f8ec9bed10a9a320d0393bc55930 languageName: node linkType: hard -"@smithy/node-config-provider@npm:^4.1.3": - version: 4.1.3 - resolution: "@smithy/node-config-provider@npm:4.1.3" +"@smithy/node-config-provider@npm:^4.1.4": + version: 4.1.4 + resolution: "@smithy/node-config-provider@npm:4.1.4" dependencies: - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/shared-ini-file-loader": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/shared-ini-file-loader": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/bea20b3f92290fbefa32d30c4ac7632f94d4e89b5432dfe5a2d0c6261bfd90e882d62dd02e0a4e65f3bc89f815b19e44d7bb103a78b6c77941cc186450ad79f1 + checksum: 10c0/950f9e234b8ffb680d2f5b35bc7ff21f73623caf0612d59daba1991da79126ec33e1afd2f6408534b7910474665ab150bd9d341aa46950bf5903665e71c7da6f languageName: node linkType: hard -"@smithy/node-http-handler@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/node-http-handler@npm:4.1.0" +"@smithy/node-http-handler@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/node-http-handler@npm:4.1.1" dependencies: - "@smithy/abort-controller": "npm:^4.0.4" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/querystring-builder": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@smithy/abort-controller": "npm:^4.0.5" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/querystring-builder": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/6212b86b62dc44d0d8eb3949428b2ddbb5d064e722979fc5384ec52367b8246b19619732822514e0be9d6455b8c2c41d29f46a74bf43548cc2713ea7552c07a8 + checksum: 10c0/a61a841bc6e69c62a983031e8b3faf1ab82abaf0ccd1eb5d3e02e3d99a8be020fa8dff0b2b1f81468db43e0e7be2407785b89e9c6c04035b8b4afde08bed3a98 languageName: node linkType: hard -"@smithy/property-provider@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/property-provider@npm:4.0.4" +"@smithy/property-provider@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/property-provider@npm:4.0.5" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/c370efbb43ab01fb6050fbf4c231bbe2fb7d660256adeee40c0c4c14b7af1b9b75c36f6924aeacdd2885fad1aaf0655047cafe5f0d22f5e371cbd25ff2f04b27 + checksum: 10c0/67b828f4ddfb90a90e8a919328bb3c842612115d84d949087988fd8558cd143ec8f7dc437936ef41f9427a7ea2a6ec6a726c5f92a9c12e8c7bef831c4b4f16f0 languageName: node linkType: hard -"@smithy/protocol-http@npm:^5.1.2": - version: 5.1.2 - resolution: "@smithy/protocol-http@npm:5.1.2" +"@smithy/protocol-http@npm:^5.1.3": + version: 5.1.3 + resolution: "@smithy/protocol-http@npm:5.1.3" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/50fb026efa321e65a77f9747312eeb428ff2196095c15ed5937efe807a4734c47746759ccf2dbc84a45719effcbc81221662289be6d4d5ec122afb0e3cd66fd9 + checksum: 10c0/5adc1e69b9e2d7c90acfe1a9b731c4f233173e035eb9e8e3dd5fabf63d9a765aff54912a0e94f4f4bff494f4caa9ec40bd53cdc1a94028f561ab5c9649f2790f languageName: node linkType: hard -"@smithy/querystring-builder@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/querystring-builder@npm:4.0.4" +"@smithy/querystring-builder@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/querystring-builder@npm:4.0.5" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" "@smithy/util-uri-escape": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/30ec0301fbc2212101391841000a3117ab6c3ae2b6b2a1db230cc1dfcf97738f527b23f859f0a5e843f2a983793b58cdcd21a0ce11ef93fcdf5d8a1ee0d70fbc + checksum: 10c0/649a046a14f25d5febba341dedd577c9fce80aa86970dc2af0b0289a2b6326731c19ddefcae172a0162a4a73306ad823533528751a0067c910efce3cabe06675 languageName: node linkType: hard -"@smithy/querystring-parser@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/querystring-parser@npm:4.0.4" +"@smithy/querystring-parser@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/querystring-parser@npm:4.0.5" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/36bc93732a1628be5dd53748f6f36237bad26de2da810195213541dd35b20eee0b0264160a0de734b9333ca747e0229253d6729d1a8ddc26d176c0b1cce309e0 + checksum: 10c0/e12a2e19137bc95487c51652dd20f6cd0199854986019e5461f14f797fda3cda3ec4786ff45af853aa64ab75a2a91d18f3f8320276f7e407016f80e33604564d languageName: node linkType: hard @@ -4576,53 +4579,53 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^4.0.6": - version: 4.0.6 - resolution: "@smithy/service-error-classification@npm:4.0.6" +"@smithy/service-error-classification@npm:^4.0.7": + version: 4.0.7 + resolution: "@smithy/service-error-classification@npm:4.0.7" dependencies: - "@smithy/types": "npm:^4.3.1" - checksum: 10c0/b67f5ef633fa803f6b9f81f53dcc361253f33e01ffefbcb1beaf29c578834b1381e5f979e25b38985d351142e1ab4ee638cf132a2ba9f6f7a0a806a35da76d86 + "@smithy/types": "npm:^4.3.2" + checksum: 10c0/fe44ce36c8759c74a63adc52c47b638ee0a34ea32752d9c5923c370f0497a412ced51d8b83e444303d8d9d544d30d3d16fecb39c9f5cda8622b293704ce999a2 languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/shared-ini-file-loader@npm:4.0.4" +"@smithy/shared-ini-file-loader@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/shared-ini-file-loader@npm:4.0.5" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/a3ecabadda13ff6fca99585e7e0086a04c4d2350b8c783b3a23493c2ae0a599f397d3cb80a7e171b7123889340995cada866d320726fa6a03f3063d60d5d0207 + checksum: 10c0/9fafb7d4cf10398cf07a2ad7b619b05f136a2a774b1d104eb43b1862f1297d1f88f7e6d72198df43bef35cdf5938b8b5bcf0e896a8bb406474920d0f653a0a4b languageName: node linkType: hard -"@smithy/signature-v4@npm:^5.1.2": - version: 5.1.2 - resolution: "@smithy/signature-v4@npm:5.1.2" +"@smithy/signature-v4@npm:^5.1.3": + version: 5.1.3 + resolution: "@smithy/signature-v4@npm:5.1.3" dependencies: "@smithy/is-array-buffer": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/types": "npm:^4.3.2" "@smithy/util-hex-encoding": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-middleware": "npm:^4.0.5" "@smithy/util-uri-escape": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/83d3870668a6c080c1d0cbecf2e7d1a86c0298cc3a3df9fba21bd942e2a9bcae81eb50960c66bba00c6f9820ef9e5ab3e5ddba67b2d7914a09a82c7887621c0c + checksum: 10c0/122a918ee070215e5cea8040605d905143a724b5bb0e5c904085f7a7a4b3d87701e5674b39cc8c9e13639b077994739edcdf33c3884172f363bcf68071c2abc7 languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.4.9": - version: 4.4.9 - resolution: "@smithy/smithy-client@npm:4.4.9" +"@smithy/smithy-client@npm:^4.4.10": + version: 4.4.10 + resolution: "@smithy/smithy-client@npm:4.4.10" dependencies: - "@smithy/core": "npm:^3.7.2" - "@smithy/middleware-endpoint": "npm:^4.1.17" - "@smithy/middleware-stack": "npm:^4.0.4" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" - "@smithy/util-stream": "npm:^4.2.3" + "@smithy/core": "npm:^3.8.0" + "@smithy/middleware-endpoint": "npm:^4.1.18" + "@smithy/middleware-stack": "npm:^4.0.5" + "@smithy/protocol-http": "npm:^5.1.3" + "@smithy/types": "npm:^4.3.2" + "@smithy/util-stream": "npm:^4.2.4" tslib: "npm:^2.6.2" - checksum: 10c0/0285f1f4aad72c55e73a628ec1796dab18da4609e249c62745aeda390cae2df27ded827a660299cb48944c470dee4097e7abb064076f297c59067b16a65cdc1e + checksum: 10c0/994743c7a04e3e1b5136c3be98c3882ab9169d39143530c11553062934887b6b9b7d32de035a15f7ff0f7e6b5db6106ab3e71dc62beb473da9313ff6b8b24a37 languageName: node linkType: hard @@ -4644,23 +4647,23 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^4.3.1": - version: 4.3.1 - resolution: "@smithy/types@npm:4.3.1" +"@smithy/types@npm:^4.3.2": + version: 4.3.2 + resolution: "@smithy/types@npm:4.3.2" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/8b350562b9ed4ff97465025b4ae77a34bb07b9d47fb6f9781755aac9401b0355a63c2fef307393e2dae3fa0277149dd7d83f5bc2a63d4ad3519ea32fd56b5cda + checksum: 10c0/120c5d38f6362c86e6493cce3b9ca9902cd986dab773b39664ff6a95b787c45481f1b1d230f45a6f5ad0c045fb690dc96b51b9ca7b5e9487714a652ed98231f6 languageName: node linkType: hard -"@smithy/url-parser@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/url-parser@npm:4.0.4" +"@smithy/url-parser@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/url-parser@npm:4.0.5" dependencies: - "@smithy/querystring-parser": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@smithy/querystring-parser": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/5f4649d9ff618c683e339fa826b1d722419bf8e20d72726fc5fe3cd479ec8c161d4b09b6e24e49b0143a6fb4f9a950d35410db1834e143c28e377b9c529a3657 + checksum: 10c0/19cb3c8a80a7a42936d47011e5991cee6d548f233cde2bf36ccb6c547d075bbc30e3be67e92f60aaf17c4f3875766be319a3da8399af40767a77b04aea3d9ee5 languageName: node linkType: hard @@ -4722,42 +4725,42 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.0.25": - version: 4.0.25 - resolution: "@smithy/util-defaults-mode-browser@npm:4.0.25" +"@smithy/util-defaults-mode-browser@npm:^4.0.26": + version: 4.0.26 + resolution: "@smithy/util-defaults-mode-browser@npm:4.0.26" dependencies: - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/48e82c04e2aae6926347a26d75260dab85cb7e94a7a32c37518ee9d60f75dcdb132aa412bac08caf9a8782ada4ec337ffb0376fdacfd83644013e7bb5f0bacae + checksum: 10c0/ba10af21bd302f4705a808673eb3811e36a78c396f7ee93e2dfea5ded7d78470c789d3bc7a23e3d6232b43b7b91f57fbfbd383d11042e6993dc9c49030cbd0ef languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.0.25": - version: 4.0.25 - resolution: "@smithy/util-defaults-mode-node@npm:4.0.25" +"@smithy/util-defaults-mode-node@npm:^4.0.26": + version: 4.0.26 + resolution: "@smithy/util-defaults-mode-node@npm:4.0.26" dependencies: - "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/credential-provider-imds": "npm:^4.0.6" - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/property-provider": "npm:^4.0.4" - "@smithy/smithy-client": "npm:^4.4.9" - "@smithy/types": "npm:^4.3.1" + "@smithy/config-resolver": "npm:^4.1.5" + "@smithy/credential-provider-imds": "npm:^4.0.7" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/property-provider": "npm:^4.0.5" + "@smithy/smithy-client": "npm:^4.4.10" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/ce8bdecc2a69094f327ca0f8b6345eaf6616e7abdb3a43b69613cdb6a0053370cd505e701f98f8a4930ae514c846b94d453bc3cf87603299025c57047a496ddd + checksum: 10c0/0a682393db1617681fc132c39d9f01accd5c3c250be457ebb514001d83d34252d404fe6315ee0cc5176e0efc7fdeec64e848299bdefe6113d3c70f81717b665b languageName: node linkType: hard -"@smithy/util-endpoints@npm:^3.0.6": - version: 3.0.6 - resolution: "@smithy/util-endpoints@npm:3.0.6" +"@smithy/util-endpoints@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/util-endpoints@npm:3.0.7" dependencies: - "@smithy/node-config-provider": "npm:^4.1.3" - "@smithy/types": "npm:^4.3.1" + "@smithy/node-config-provider": "npm:^4.1.4" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/d7d583c73a0c1ce38188569616cd4d7c95c36c0393516117043962b932f8c743e8cd672d2edd23ea8a9da0e30b84ee0f0ced0709cc8024b70ea8e5f17f505811 + checksum: 10c0/7024005a8a4f77ebae52d1dce538d76db3567c6fb22b06ba601dba4d4d8668cb4dbadd229015d02bb6bdb1a5aaa6b2d1c826cfcf412257ceb9dfe52c7ab95fca languageName: node linkType: hard @@ -4770,40 +4773,40 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/util-middleware@npm:4.0.4" +"@smithy/util-middleware@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/util-middleware@npm:4.0.5" dependencies: - "@smithy/types": "npm:^4.3.1" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/39530add63ec13dac555846c30e98128316136f7f57bfd8fe876a8c15a7677cb64d0a33fd1f08b671096d769ab3f025d4d8c785a9d7a7cdf42fd0188236b0f32 + checksum: 10c0/74d9bdbcea4c4aa5304197417c370346b230b7a89893ba0dee0d9771b6ead2628a53fb8a64a3822bf1a30a176ebba2c16ece7003c21880a7ff54be0955356606 languageName: node linkType: hard -"@smithy/util-retry@npm:^4.0.6": - version: 4.0.6 - resolution: "@smithy/util-retry@npm:4.0.6" +"@smithy/util-retry@npm:^4.0.7": + version: 4.0.7 + resolution: "@smithy/util-retry@npm:4.0.7" dependencies: - "@smithy/service-error-classification": "npm:^4.0.6" - "@smithy/types": "npm:^4.3.1" + "@smithy/service-error-classification": "npm:^4.0.7" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/b1d3a5875769300bb74d63243868eba8a8f3567a9b22776cfb11700cfdd10bf10b2ed96bffdc9527d9130daf1be2482ea9217e1865a94efed01fe66e688768f4 + checksum: 10c0/09c633f59ac51203d917548ceb4caf7678e24c87eea024e97e8d62a918be4a76a1c517622b7e9841cf0e9f50778d6787f62efe6c25ae514ed7068e2323303c72 languageName: node linkType: hard -"@smithy/util-stream@npm:^4.2.3": - version: 4.2.3 - resolution: "@smithy/util-stream@npm:4.2.3" +"@smithy/util-stream@npm:^4.2.4": + version: 4.2.4 + resolution: "@smithy/util-stream@npm:4.2.4" dependencies: - "@smithy/fetch-http-handler": "npm:^5.1.0" - "@smithy/node-http-handler": "npm:^4.1.0" - "@smithy/types": "npm:^4.3.1" + "@smithy/fetch-http-handler": "npm:^5.1.1" + "@smithy/node-http-handler": "npm:^4.1.1" + "@smithy/types": "npm:^4.3.2" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-buffer-from": "npm:^4.0.0" "@smithy/util-hex-encoding": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/3321f944a36c7a9a8ef17f5c58b29ef06107c9bc682d7932f2ea9e1b6f839174d07d053e81285bad8b29c11848e799795e6c016648a6e3a8636d8acfe24183ef + checksum: 10c0/45d2945656a68822272eb5e37e447bd161861722d841712d087cc0aaf93ad0da8162eef2164d1a35f55a7124cb8815b357b766c21442b23ea972b1d5345f0526 languageName: node linkType: hard @@ -4836,14 +4839,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-waiter@npm:^4.0.6": - version: 4.0.6 - resolution: "@smithy/util-waiter@npm:4.0.6" +"@smithy/util-waiter@npm:^4.0.7": + version: 4.0.7 + resolution: "@smithy/util-waiter@npm:4.0.7" dependencies: - "@smithy/abort-controller": "npm:^4.0.4" - "@smithy/types": "npm:^4.3.1" + "@smithy/abort-controller": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.2" tslib: "npm:^2.6.2" - checksum: 10c0/4027aed03515dfb627c09e0d490f001b912def1142865d0ec8de1fc0422e7c71e96df3efc7b92c7fdfff9030105b2b4213120506d064ad346cc79124708c1b17 + checksum: 10c0/14caffd913b9b18ff4f33d6bb1f05eef2e354104a6db2b69654d7db4582c4be46b202d46af87a66177a8a3a99082fa8b0948195de8aeb63998c6ed5b04f2bd3d languageName: node linkType: hard