diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 1c33e88c0e..559b399964 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.804.0", + "@aws-sdk/types": "^3.821.0", "@types/aws-lambda": "^8.10.147", "@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.813.0", - "@aws-sdk/client-ssm": "^3.812.0", + "@aws-sdk/client-ec2": "^3.827.0", + "@aws-sdk/client-ssm": "^3.826.0", "cron-parser": "^5.0.4" }, "nx": { diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 55d58e363f..af972fd282 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.804.0", + "@aws-sdk/types": "^3.821.0", "@octokit/types": "^14.1.0", "@types/aws-lambda": "^8.10.147", "@types/node": "^22.14.0", @@ -33,8 +33,8 @@ "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", "@aws-lambda-powertools/parameters": "^2.20.0", - "@aws-sdk/client-ec2": "^3.813.0", - "@aws-sdk/client-sqs": "^3.812.0", + "@aws-sdk/client-ec2": "^3.827.0", + "@aws-sdk/client-sqs": "^3.826.0", "@middy/core": "^6.1.6", "@octokit/auth-app": "8.0.1", "@octokit/core": "7.0.2", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index e6b61868fc..5c1f154a9c 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.804.0", + "@aws-sdk/types": "^3.821.0", "@types/aws-lambda": "^8.10.147", "@types/node": "^22.14.0", "@types/request": "^2.48.12", @@ -28,8 +28,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-s3": "^3.812.0", - "@aws-sdk/lib-storage": "^3.812.0", + "@aws-sdk/client-s3": "^3.826.0", + "@aws-sdk/lib-storage": "^3.826.0", "@middy/core": "^6.1.6", "@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 7ffba50e7a..074687725d 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.804.0", + "@aws-sdk/types": "^3.821.0", "@types/aws-lambda": "^8.10.147", "@types/node": "^22.14.0", "@vercel/ncc": "^0.38.3", @@ -24,7 +24,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ec2": "^3.813.0", + "@aws-sdk/client-ec2": "^3.827.0", "@middy/core": "^6.1.6" }, "nx": { diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index e492305315..75ab6dd435 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.812.0", + "@aws-sdk/client-eventbridge": "^3.826.0", "@octokit/webhooks-types": "^7.6.1", "@types/aws-lambda": "^8.10.147", "@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.812.0", + "@aws-sdk/client-sqs": "^3.826.0", "@middy/core": "^6.1.6", "@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 60a9153694..8bca1b987a 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.804.0", + "@aws-sdk/types": "^3.821.0", "@types/aws-lambda": "^8.10.147", "@types/node": "^22.14.0", "aws-sdk-client-mock": "^4.1.0", @@ -23,7 +23,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ssm": "^3.812.0" + "@aws-sdk/client-ssm": "^3.826.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 96071b35c5..d76746a13e 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.813.0" - "@aws-sdk/client-ssm": "npm:^3.812.0" - "@aws-sdk/types": "npm:^3.804.0" + "@aws-sdk/client-ec2": "npm:^3.827.0" + "@aws-sdk/client-ssm": "npm:^3.826.0" + "@aws-sdk/types": "npm:^3.821.0" "@types/aws-lambda": "npm:^8.10.147" "@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.812.0" - "@aws-sdk/types": "npm:^3.804.0" + "@aws-sdk/client-ssm": "npm:^3.826.0" + "@aws-sdk/types": "npm:^3.821.0" "@types/aws-lambda": "npm:^8.10.147" "@types/node": "npm:^22.14.0" 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.20.0" - "@aws-sdk/client-ec2": "npm:^3.813.0" - "@aws-sdk/client-sqs": "npm:^3.812.0" - "@aws-sdk/types": "npm:^3.804.0" + "@aws-sdk/client-ec2": "npm:^3.827.0" + "@aws-sdk/client-sqs": "npm:^3.826.0" + "@aws-sdk/types": "npm:^3.821.0" "@middy/core": "npm:^6.1.6" "@octokit/auth-app": "npm:8.0.1" "@octokit/core": "npm:7.0.2" @@ -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.812.0" - "@aws-sdk/lib-storage": "npm:^3.812.0" - "@aws-sdk/types": "npm:^3.804.0" + "@aws-sdk/client-s3": "npm:^3.826.0" + "@aws-sdk/lib-storage": "npm:^3.826.0" + "@aws-sdk/types": "npm:^3.821.0" "@middy/core": "npm:^6.1.6" "@octokit/rest": "npm:22.0.0" "@types/aws-lambda": "npm:^8.10.147" @@ -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.813.0" - "@aws-sdk/types": "npm:^3.804.0" + "@aws-sdk/client-ec2": "npm:^3.827.0" + "@aws-sdk/types": "npm:^3.821.0" "@middy/core": "npm:^6.1.6" "@types/aws-lambda": "npm:^8.10.147" "@types/node": "npm:^22.14.0" @@ -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.812.0" - "@aws-sdk/client-sqs": "npm:^3.812.0" + "@aws-sdk/client-eventbridge": "npm:^3.826.0" + "@aws-sdk/client-sqs": "npm:^3.826.0" "@middy/core": "npm:^6.1.6" "@octokit/rest": "npm:22.0.0" "@octokit/types": "npm:^14.1.0" @@ -338,733 +338,738 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.813.0": - version: 3.813.0 - resolution: "@aws-sdk/client-ec2@npm:3.813.0" +"@aws-sdk/client-ec2@npm:^3.827.0": + version: 3.827.0 + resolution: "@aws-sdk/client-ec2@npm:3.827.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/credential-provider-node": "npm:3.812.0" - "@aws-sdk/middleware-host-header": "npm:3.804.0" - "@aws-sdk/middleware-logger": "npm:3.804.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.804.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.810.0" - "@aws-sdk/middleware-user-agent": "npm:3.812.0" - "@aws-sdk/region-config-resolver": "npm:3.808.0" - "@aws-sdk/types": "npm:3.804.0" - "@aws-sdk/util-endpoints": "npm:3.808.0" - "@aws-sdk/util-user-agent-browser": "npm:3.804.0" - "@aws-sdk/util-user-agent-node": "npm:3.812.0" - "@smithy/config-resolver": "npm:^4.1.2" - "@smithy/core": "npm:^3.3.3" - "@smithy/fetch-http-handler": "npm:^5.0.2" - "@smithy/hash-node": "npm:^4.0.2" - "@smithy/invalid-dependency": "npm:^4.0.2" - "@smithy/middleware-content-length": "npm:^4.0.2" - "@smithy/middleware-endpoint": "npm:^4.1.6" - "@smithy/middleware-retry": "npm:^4.1.7" - "@smithy/middleware-serde": "npm:^4.0.5" - "@smithy/middleware-stack": "npm:^4.0.2" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/node-http-handler": "npm:^4.0.4" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" - "@smithy/url-parser": "npm:^4.0.2" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/credential-provider-node": "npm:3.826.0" + "@aws-sdk/middleware-host-header": "npm:3.821.0" + "@aws-sdk/middleware-logger": "npm:3.821.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.826.0" + "@aws-sdk/middleware-user-agent": "npm:3.826.0" + "@aws-sdk/region-config-resolver": "npm:3.821.0" + "@aws-sdk/types": "npm:3.821.0" + "@aws-sdk/util-endpoints": "npm:3.821.0" + "@aws-sdk/util-user-agent-browser": "npm:3.821.0" + "@aws-sdk/util-user-agent-node": "npm:3.826.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.5.3" + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@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.11" + "@smithy/middleware-retry": "npm:^4.1.12" + "@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.0.6" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" "@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.14" - "@smithy/util-defaults-mode-node": "npm:^4.0.14" - "@smithy/util-endpoints": "npm:^3.0.4" - "@smithy/util-middleware": "npm:^4.0.2" - "@smithy/util-retry": "npm:^4.0.3" + "@smithy/util-defaults-mode-browser": "npm:^4.0.19" + "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.5" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.3" + "@smithy/util-waiter": "npm:^4.0.5" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/a8f402f3b69e4d1d75907a089b394b0b5b32685b63f765557155aed74e6211df5d629e3fc5680277531aac29e2868c03932b9357396a976dba0597b6a7848eee + checksum: 10c0/325bd5947458850884b3e7102a621cc34d4f295890507763bcc0cd4f3f07261c6e287c27db0f46a5dd888b47716c97d1f6c89dd10694a707b8b97fa8350dd0cc languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.812.0" +"@aws-sdk/client-eventbridge@npm:^3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.826.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/credential-provider-node": "npm:3.812.0" - "@aws-sdk/middleware-host-header": "npm:3.804.0" - "@aws-sdk/middleware-logger": "npm:3.804.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.804.0" - "@aws-sdk/middleware-user-agent": "npm:3.812.0" - "@aws-sdk/region-config-resolver": "npm:3.808.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@aws-sdk/util-endpoints": "npm:3.808.0" - "@aws-sdk/util-user-agent-browser": "npm:3.804.0" - "@aws-sdk/util-user-agent-node": "npm:3.812.0" - "@smithy/config-resolver": "npm:^4.1.2" - "@smithy/core": "npm:^3.3.3" - "@smithy/fetch-http-handler": "npm:^5.0.2" - "@smithy/hash-node": "npm:^4.0.2" - "@smithy/invalid-dependency": "npm:^4.0.2" - "@smithy/middleware-content-length": "npm:^4.0.2" - "@smithy/middleware-endpoint": "npm:^4.1.6" - "@smithy/middleware-retry": "npm:^4.1.7" - "@smithy/middleware-serde": "npm:^4.0.5" - "@smithy/middleware-stack": "npm:^4.0.2" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/node-http-handler": "npm:^4.0.4" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" - "@smithy/url-parser": "npm:^4.0.2" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/credential-provider-node": "npm:3.826.0" + "@aws-sdk/middleware-host-header": "npm:3.821.0" + "@aws-sdk/middleware-logger": "npm:3.821.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" + "@aws-sdk/middleware-user-agent": "npm:3.826.0" + "@aws-sdk/region-config-resolver": "npm:3.821.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" + "@aws-sdk/util-endpoints": "npm:3.821.0" + "@aws-sdk/util-user-agent-browser": "npm:3.821.0" + "@aws-sdk/util-user-agent-node": "npm:3.826.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.5.3" + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@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.11" + "@smithy/middleware-retry": "npm:^4.1.12" + "@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.0.6" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" "@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.14" - "@smithy/util-defaults-mode-node": "npm:^4.0.14" - "@smithy/util-endpoints": "npm:^3.0.4" - "@smithy/util-middleware": "npm:^4.0.2" - "@smithy/util-retry": "npm:^4.0.3" + "@smithy/util-defaults-mode-browser": "npm:^4.0.19" + "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.5" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/aaea05ed6001a6e90a1ff7ec49e32756ff405c8276c91753a82628d4442741a79c1e2480096b81401a143c0bb6a18e46edd1290e35ab3e9d00e14714b16139e6 + checksum: 10c0/8fa6f609d696ae49ce934f1da7138c08693010277547cff5dcd5081c0a685a154494d57bbc94f415506e543ba4e86f648abbbe238cf0811c0bc82847d3440be4 languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/client-s3@npm:3.812.0" +"@aws-sdk/client-s3@npm:^3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/client-s3@npm:3.826.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.812.0" - "@aws-sdk/credential-provider-node": "npm:3.812.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.808.0" - "@aws-sdk/middleware-expect-continue": "npm:3.804.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.812.0" - "@aws-sdk/middleware-host-header": "npm:3.804.0" - "@aws-sdk/middleware-location-constraint": "npm:3.804.0" - "@aws-sdk/middleware-logger": "npm:3.804.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.804.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.812.0" - "@aws-sdk/middleware-ssec": "npm:3.804.0" - "@aws-sdk/middleware-user-agent": "npm:3.812.0" - "@aws-sdk/region-config-resolver": "npm:3.808.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@aws-sdk/util-endpoints": "npm:3.808.0" - "@aws-sdk/util-user-agent-browser": "npm:3.804.0" - "@aws-sdk/util-user-agent-node": "npm:3.812.0" - "@aws-sdk/xml-builder": "npm:3.804.0" - "@smithy/config-resolver": "npm:^4.1.2" - "@smithy/core": "npm:^3.3.3" - "@smithy/eventstream-serde-browser": "npm:^4.0.2" - "@smithy/eventstream-serde-config-resolver": "npm:^4.1.0" - "@smithy/eventstream-serde-node": "npm:^4.0.2" - "@smithy/fetch-http-handler": "npm:^5.0.2" - "@smithy/hash-blob-browser": "npm:^4.0.2" - "@smithy/hash-node": "npm:^4.0.2" - "@smithy/hash-stream-node": "npm:^4.0.2" - "@smithy/invalid-dependency": "npm:^4.0.2" - "@smithy/md5-js": "npm:^4.0.2" - "@smithy/middleware-content-length": "npm:^4.0.2" - "@smithy/middleware-endpoint": "npm:^4.1.6" - "@smithy/middleware-retry": "npm:^4.1.7" - "@smithy/middleware-serde": "npm:^4.0.5" - "@smithy/middleware-stack": "npm:^4.0.2" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/node-http-handler": "npm:^4.0.4" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" - "@smithy/url-parser": "npm:^4.0.2" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/credential-provider-node": "npm:3.826.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.821.0" + "@aws-sdk/middleware-expect-continue": "npm:3.821.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.826.0" + "@aws-sdk/middleware-host-header": "npm:3.821.0" + "@aws-sdk/middleware-location-constraint": "npm:3.821.0" + "@aws-sdk/middleware-logger": "npm:3.821.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.826.0" + "@aws-sdk/middleware-ssec": "npm:3.821.0" + "@aws-sdk/middleware-user-agent": "npm:3.826.0" + "@aws-sdk/region-config-resolver": "npm:3.821.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" + "@aws-sdk/util-endpoints": "npm:3.821.0" + "@aws-sdk/util-user-agent-browser": "npm:3.821.0" + "@aws-sdk/util-user-agent-node": "npm:3.826.0" + "@aws-sdk/xml-builder": "npm:3.821.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.5.3" + "@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.0.4" + "@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.11" + "@smithy/middleware-retry": "npm:^4.1.12" + "@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.0.6" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" "@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.14" - "@smithy/util-defaults-mode-node": "npm:^4.0.14" - "@smithy/util-endpoints": "npm:^3.0.4" - "@smithy/util-middleware": "npm:^4.0.2" - "@smithy/util-retry": "npm:^4.0.3" - "@smithy/util-stream": "npm:^4.2.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.19" + "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.5" + "@smithy/util-stream": "npm:^4.2.2" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.3" + "@smithy/util-waiter": "npm:^4.0.5" tslib: "npm:^2.6.2" - checksum: 10c0/414ad46ae3b5c80ea53116f6533b0954242969eb02c00dc2889b84b91deb4effd79813a740b9edb6483019803f2d2b1b5eb26751015397ce089813f3f7ac4b65 + checksum: 10c0/e886bbab9cd081d8393a1098e19e6d704de12bd51295d22ecb803171e446b322cc44f22f21af9f6fa26153555e643f2d6fd52836b1f5341fca55b9f30e39f360 languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/client-sqs@npm:3.812.0" +"@aws-sdk/client-sqs@npm:^3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/client-sqs@npm:3.826.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/credential-provider-node": "npm:3.812.0" - "@aws-sdk/middleware-host-header": "npm:3.804.0" - "@aws-sdk/middleware-logger": "npm:3.804.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.804.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.810.0" - "@aws-sdk/middleware-user-agent": "npm:3.812.0" - "@aws-sdk/region-config-resolver": "npm:3.808.0" - "@aws-sdk/types": "npm:3.804.0" - "@aws-sdk/util-endpoints": "npm:3.808.0" - "@aws-sdk/util-user-agent-browser": "npm:3.804.0" - "@aws-sdk/util-user-agent-node": "npm:3.812.0" - "@smithy/config-resolver": "npm:^4.1.2" - "@smithy/core": "npm:^3.3.3" - "@smithy/fetch-http-handler": "npm:^5.0.2" - "@smithy/hash-node": "npm:^4.0.2" - "@smithy/invalid-dependency": "npm:^4.0.2" - "@smithy/md5-js": "npm:^4.0.2" - "@smithy/middleware-content-length": "npm:^4.0.2" - "@smithy/middleware-endpoint": "npm:^4.1.6" - "@smithy/middleware-retry": "npm:^4.1.7" - "@smithy/middleware-serde": "npm:^4.0.5" - "@smithy/middleware-stack": "npm:^4.0.2" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/node-http-handler": "npm:^4.0.4" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" - "@smithy/url-parser": "npm:^4.0.2" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/credential-provider-node": "npm:3.826.0" + "@aws-sdk/middleware-host-header": "npm:3.821.0" + "@aws-sdk/middleware-logger": "npm:3.821.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.826.0" + "@aws-sdk/middleware-user-agent": "npm:3.826.0" + "@aws-sdk/region-config-resolver": "npm:3.821.0" + "@aws-sdk/types": "npm:3.821.0" + "@aws-sdk/util-endpoints": "npm:3.821.0" + "@aws-sdk/util-user-agent-browser": "npm:3.821.0" + "@aws-sdk/util-user-agent-node": "npm:3.826.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.5.3" + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@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.11" + "@smithy/middleware-retry": "npm:^4.1.12" + "@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.0.6" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" "@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.14" - "@smithy/util-defaults-mode-node": "npm:^4.0.14" - "@smithy/util-endpoints": "npm:^3.0.4" - "@smithy/util-middleware": "npm:^4.0.2" - "@smithy/util-retry": "npm:^4.0.3" + "@smithy/util-defaults-mode-browser": "npm:^4.0.19" + "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.5" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/19b56c464b7b94f82c66a616385509e9683cd8988733bd0ad796d1d1264354ba3a65c1a8089bf973e86d6d16ede8a8a4be8d435939885989abeecb2fc74195d3 + checksum: 10c0/c3f8f42f7683a3cb4e92887c3a92cda884aa10f2dbbac8c5c3ec2f7cac2cf19512f67ba900d25064086ceb5abadac3e66665aa9a616bd29481d7dcc528a01604 languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/client-ssm@npm:3.812.0" +"@aws-sdk/client-ssm@npm:^3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/client-ssm@npm:3.826.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/credential-provider-node": "npm:3.812.0" - "@aws-sdk/middleware-host-header": "npm:3.804.0" - "@aws-sdk/middleware-logger": "npm:3.804.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.804.0" - "@aws-sdk/middleware-user-agent": "npm:3.812.0" - "@aws-sdk/region-config-resolver": "npm:3.808.0" - "@aws-sdk/types": "npm:3.804.0" - "@aws-sdk/util-endpoints": "npm:3.808.0" - "@aws-sdk/util-user-agent-browser": "npm:3.804.0" - "@aws-sdk/util-user-agent-node": "npm:3.812.0" - "@smithy/config-resolver": "npm:^4.1.2" - "@smithy/core": "npm:^3.3.3" - "@smithy/fetch-http-handler": "npm:^5.0.2" - "@smithy/hash-node": "npm:^4.0.2" - "@smithy/invalid-dependency": "npm:^4.0.2" - "@smithy/middleware-content-length": "npm:^4.0.2" - "@smithy/middleware-endpoint": "npm:^4.1.6" - "@smithy/middleware-retry": "npm:^4.1.7" - "@smithy/middleware-serde": "npm:^4.0.5" - "@smithy/middleware-stack": "npm:^4.0.2" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/node-http-handler": "npm:^4.0.4" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" - "@smithy/url-parser": "npm:^4.0.2" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/credential-provider-node": "npm:3.826.0" + "@aws-sdk/middleware-host-header": "npm:3.821.0" + "@aws-sdk/middleware-logger": "npm:3.821.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" + "@aws-sdk/middleware-user-agent": "npm:3.826.0" + "@aws-sdk/region-config-resolver": "npm:3.821.0" + "@aws-sdk/types": "npm:3.821.0" + "@aws-sdk/util-endpoints": "npm:3.821.0" + "@aws-sdk/util-user-agent-browser": "npm:3.821.0" + "@aws-sdk/util-user-agent-node": "npm:3.826.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.5.3" + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@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.11" + "@smithy/middleware-retry": "npm:^4.1.12" + "@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.0.6" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" "@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.14" - "@smithy/util-defaults-mode-node": "npm:^4.0.14" - "@smithy/util-endpoints": "npm:^3.0.4" - "@smithy/util-middleware": "npm:^4.0.2" - "@smithy/util-retry": "npm:^4.0.3" + "@smithy/util-defaults-mode-browser": "npm:^4.0.19" + "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.5" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.3" + "@smithy/util-waiter": "npm:^4.0.5" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/5166038969a9ea837eaa0b066e36e5ca374f45a87f70da453ae66c52e9bdfbc8a011c169af3ddac89c1c42e41269e90809ccdcc938e308f569c5e3d3448bd2a2 + checksum: 10c0/68c6b27d7012d486679696f30059616c7ca551ce72fc115b7ee703c7ae52623127af83bc81f0862166f5a1c3055c07d7b9ff2a9b56be29f34121df694bef1fd8 languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/client-sso@npm:3.812.0" +"@aws-sdk/client-sso@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/client-sso@npm:3.826.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/middleware-host-header": "npm:3.804.0" - "@aws-sdk/middleware-logger": "npm:3.804.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.804.0" - "@aws-sdk/middleware-user-agent": "npm:3.812.0" - "@aws-sdk/region-config-resolver": "npm:3.808.0" - "@aws-sdk/types": "npm:3.804.0" - "@aws-sdk/util-endpoints": "npm:3.808.0" - "@aws-sdk/util-user-agent-browser": "npm:3.804.0" - "@aws-sdk/util-user-agent-node": "npm:3.812.0" - "@smithy/config-resolver": "npm:^4.1.2" - "@smithy/core": "npm:^3.3.3" - "@smithy/fetch-http-handler": "npm:^5.0.2" - "@smithy/hash-node": "npm:^4.0.2" - "@smithy/invalid-dependency": "npm:^4.0.2" - "@smithy/middleware-content-length": "npm:^4.0.2" - "@smithy/middleware-endpoint": "npm:^4.1.6" - "@smithy/middleware-retry": "npm:^4.1.7" - "@smithy/middleware-serde": "npm:^4.0.5" - "@smithy/middleware-stack": "npm:^4.0.2" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/node-http-handler": "npm:^4.0.4" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" - "@smithy/url-parser": "npm:^4.0.2" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/middleware-host-header": "npm:3.821.0" + "@aws-sdk/middleware-logger": "npm:3.821.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" + "@aws-sdk/middleware-user-agent": "npm:3.826.0" + "@aws-sdk/region-config-resolver": "npm:3.821.0" + "@aws-sdk/types": "npm:3.821.0" + "@aws-sdk/util-endpoints": "npm:3.821.0" + "@aws-sdk/util-user-agent-browser": "npm:3.821.0" + "@aws-sdk/util-user-agent-node": "npm:3.826.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.5.3" + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@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.11" + "@smithy/middleware-retry": "npm:^4.1.12" + "@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.0.6" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" "@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.14" - "@smithy/util-defaults-mode-node": "npm:^4.0.14" - "@smithy/util-endpoints": "npm:^3.0.4" - "@smithy/util-middleware": "npm:^4.0.2" - "@smithy/util-retry": "npm:^4.0.3" + "@smithy/util-defaults-mode-browser": "npm:^4.0.19" + "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.5" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/1cce58f588ca9c73a02e86893dd4a540485e86acb9a46549431131209610dedd2b6f0c3f61d0586004b7a51045ad5766f1a3ae84eedc1c2c1e95e46ec50caf58 + checksum: 10c0/4c07ee8046720fd9dd902187ea3a5dca203d7c5fe9f1664878e1b56c04b0a56fbf77e88e8fcbd87061df4e18798bc4362f08c58715e0321927d3c3a4dfb7c7cb languageName: node linkType: hard -"@aws-sdk/core@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/core@npm:3.812.0" +"@aws-sdk/core@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/core@npm:3.826.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@smithy/core": "npm:^3.3.3" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/signature-v4": "npm:^5.1.0" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" - "@smithy/util-middleware": "npm:^4.0.2" + "@aws-sdk/types": "npm:3.821.0" + "@aws-sdk/xml-builder": "npm:3.821.0" + "@smithy/core": "npm:^3.5.3" + "@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.3" + "@smithy/types": "npm:^4.3.1" + "@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-utf8": "npm:^4.0.0" fast-xml-parser: "npm:4.4.1" tslib: "npm:^2.6.2" - checksum: 10c0/a51e4fbf9f7d038539d187e4e41808874e1a2ac1f062e8dc697425e7e22ca714d0dfb2b18672c88e17582401bbfc52d7f58be9a00e96dcf76820c646ec75e66f + checksum: 10c0/d8e1d72e8503d27c31891aabc5e7de893e4994a64d48e80614547c9cb886e664f068ec3fd80d6e3dcea16950a9dfe4abb6cdca2552775c12b0c8ea1d05588c71 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.812.0" +"@aws-sdk/credential-provider-env@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.826.0" dependencies: - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/34267bcde5f8e40deeb3959858d4997f861f445467a96a67843138a0f470b9c33d4900e0577c87f4226d4189ae59908e8a8c4b7c4f2964cfd0e6523111ed2ffe + checksum: 10c0/3cfcf7ec921c39ce0e5cb43d821e99d1260a1aa62e16617383f1401a0f600fe60a77cf92f97f86c9a81b99d741a8d640f1401da1e492b5a9f845833031c1ee44 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.812.0" +"@aws-sdk/credential-provider-http@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.826.0" dependencies: - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@smithy/fetch-http-handler": "npm:^5.0.2" - "@smithy/node-http-handler": "npm:^4.0.4" - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" - "@smithy/util-stream": "npm:^4.2.0" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@smithy/node-http-handler": "npm:^4.0.6" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-stream": "npm:^4.2.2" tslib: "npm:^2.6.2" - checksum: 10c0/fd1269b2f2efc3f909048bcb87d141aad478eed52e326c14924139b240097d931c5941bfd9214b08624ddd02e72ab85852f2d9b0e154dab79dbc0ba6cd598d01 - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-ini@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.812.0" - dependencies: - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/credential-provider-env": "npm:3.812.0" - "@aws-sdk/credential-provider-http": "npm:3.812.0" - "@aws-sdk/credential-provider-process": "npm:3.812.0" - "@aws-sdk/credential-provider-sso": "npm:3.812.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.812.0" - "@aws-sdk/nested-clients": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@smithy/credential-provider-imds": "npm:^4.0.4" - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/shared-ini-file-loader": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + checksum: 10c0/042c3b873cc57acfd711ff90350a32d2f4371a1de80ec301d9e4268c184ec42d6de94ecbab3784d6853a18c6fb3bb06a198d02f9025479681e1e9a230b18e436 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-ini@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.826.0" + dependencies: + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/credential-provider-env": "npm:3.826.0" + "@aws-sdk/credential-provider-http": "npm:3.826.0" + "@aws-sdk/credential-provider-process": "npm:3.826.0" + "@aws-sdk/credential-provider-sso": "npm:3.826.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.826.0" + "@aws-sdk/nested-clients": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.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" tslib: "npm:^2.6.2" - checksum: 10c0/db6855158a5850dfddda748fd35d790ed901ff65e2569f6ee5a4841e0f7fc9b01249c805edb4aab8365196d8d361754d8154464696c1e72aafd57aece077be65 + checksum: 10c0/8b3ea18a98abe03b3df041874c546831def6c47b8c5c44b3ea74fa6b54dcd58783db3b259bf1393fe274649edde8e656a95350a1a40895853e3d0433aeaf59fc languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.812.0" +"@aws-sdk/credential-provider-node@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.826.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.812.0" - "@aws-sdk/credential-provider-http": "npm:3.812.0" - "@aws-sdk/credential-provider-ini": "npm:3.812.0" - "@aws-sdk/credential-provider-process": "npm:3.812.0" - "@aws-sdk/credential-provider-sso": "npm:3.812.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@smithy/credential-provider-imds": "npm:^4.0.4" - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/shared-ini-file-loader": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/credential-provider-env": "npm:3.826.0" + "@aws-sdk/credential-provider-http": "npm:3.826.0" + "@aws-sdk/credential-provider-ini": "npm:3.826.0" + "@aws-sdk/credential-provider-process": "npm:3.826.0" + "@aws-sdk/credential-provider-sso": "npm:3.826.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.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" tslib: "npm:^2.6.2" - checksum: 10c0/06b5fafdf5989b529f4f70f57747b31956a91b9582afc9fbf110cb52ca8d968eeab3b05e9e0baca83580d2629ddd78384ea7ede043802a9d937e07fe38f497aa + checksum: 10c0/03b0b58d527358503f3a6f06c57c2b77d51187d8a37fae54cbe872a7ec21751866824b8429b2df6872c5820c46da060c0d15cb95e68f022cad5afdef22b3bdfc languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.812.0" +"@aws-sdk/credential-provider-process@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.826.0" dependencies: - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/shared-ini-file-loader": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/b9a4a7bf3e74eec65da8992642c0378310765031f5992205f9a389ad1a165308a3da4808b486b55d6569571fedbafad6daf45b7829ec377018589b23bd08c556 + checksum: 10c0/af6d32620b32cbe5069e967b6727e79076b9be9ae22977da5e0f08a9e95358a43060455e75fa77e58dae22ffe058f0c4c055675b3f80ecce34a2680464988da5 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.812.0" +"@aws-sdk/credential-provider-sso@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.826.0" dependencies: - "@aws-sdk/client-sso": "npm:3.812.0" - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/token-providers": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/shared-ini-file-loader": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/client-sso": "npm:3.826.0" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/token-providers": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/0b27c63e3d3e92578ad2ea6899495359e70bda356d18363479bbabe1f3457ba53c2a6620261cc98491e5ba1feaf14b73eef062ed4cf0e1b5af3686493da60782 + checksum: 10c0/a0be8275f08f54deba5efe677be3cca6e636773c9b83da480c3076f409231de9a9b7f84397e3d6887bbb83425d524bc4d2c82068eeb65b1a3450238314440bf3 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.812.0" +"@aws-sdk/credential-provider-web-identity@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.826.0" dependencies: - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/nested-clients": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/nested-clients": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/b2afc8529665ac18c693211ff3834a0e1c5d0ebd8fc3a755f94ca6fcb5a45dbf4631ebb9b4e1509589edbe11705477f3fac1a12508ad8eacc8ad1e8ef69eba08 + checksum: 10c0/b1327879823cce8324b3f982af958a3569e58f40e6152a2952b4ead1ff5c09fbe8d5e997678626edb162fed0c82d8742a6904c63745e67d2ab480dea542caab1 languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/lib-storage@npm:3.812.0" +"@aws-sdk/lib-storage@npm:^3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/lib-storage@npm:3.826.0" dependencies: - "@smithy/abort-controller": "npm:^4.0.2" - "@smithy/middleware-endpoint": "npm:^4.1.6" - "@smithy/smithy-client": "npm:^4.2.6" + "@smithy/abort-controller": "npm:^4.0.4" + "@smithy/middleware-endpoint": "npm:^4.1.11" + "@smithy/smithy-client": "npm:^4.4.3" buffer: "npm:5.6.0" events: "npm:3.3.0" stream-browserify: "npm:3.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-s3": ^3.812.0 - checksum: 10c0/4894e5b717d8a0a95815007a7c8a38786a4f63aad2da52c056b73ae154edda4e8caefd63a9f5cdac7d4770e59c21dfc72011918e2009772e72b2657991696458 + "@aws-sdk/client-s3": ^3.826.0 + checksum: 10c0/77e0bb6c4a1657622d5c47a60707a65b0a274f0f021919a02f0a99254dcfd329037f01c72be54738e500060ed8c6b3e36c83bb82410b053214ac0c075b6ba6c8 languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.808.0": - version: 3.808.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.808.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.821.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" + "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/util-arn-parser": "npm:3.804.0" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/types": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" "@smithy/util-config-provider": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/04c0d4d752d0cb3cd9092a4154a3e6afe9491d4373169bbdffacdf2b6ee87f00cd48fdb67e5c599eca2589db76fa67a42dd03d49f2b9841b35d8601b781ebbf3 + checksum: 10c0/814ecf35e191372c907595f982ab78db57e6a24a6844ff41d5ec2fa78249218b62c860450401f0b928bf0493bbfd4afa3c06bc0569ad078d937d506382fa32e0 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.804.0": - version: 3.804.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.804.0" +"@aws-sdk/middleware-expect-continue@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.821.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/f3ffbf1f8ad43db7ed16398ed991e99ccada76f674fc0cc8579d1b43bb680fac93ddefd2cd59107c4a2b396bd64e43bab6accc3e6f1c970421f855427c317726 + checksum: 10c0/baf1b95b29184b642bbdc915ad2504aeaa9c78e9727cee2b1d0a513a7f1ebcbee7687dceb080424da3255990393a126154a58494a67c0b291034f481f69e9130 languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.812.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.826.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.812.0" - "@aws-sdk/types": "npm:3.804.0" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" "@smithy/is-array-buffer": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/types": "npm:^4.2.0" - "@smithy/util-middleware": "npm:^4.0.2" - "@smithy/util-stream": "npm:^4.2.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.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/f57ef8e2d41d3b73dde8ed2663a7a0338fe755386af2adc8080a6fed42250b525da5f779d2d2216849daba3fd67fc15accf63363409b5701131c3f70200d0846 + checksum: 10c0/a9473378c0dcac89c65f2c6252d4d0b3062e2eeb6c4b9cdb545a3ce7e8430b6a9439b2ff7006521fe44dd5a5ab96bc98aa5caf7746211750e41956256ff14067 languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.804.0": - version: 3.804.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.804.0" +"@aws-sdk/middleware-host-header@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.821.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/4089d24b70d2d80f4936e4468f69d3ce1dfd80bc84ed0db65c57b25814c7842076e6ab55a80346f2b396b1db967c447370839a2dac836e1db81b01928985ceeb + checksum: 10c0/8c6282ef885a455cf34667831577085fca3c58cd7b4ee3c773eb7fabab0704583497a13230b1f877879414646f1eb74225278c7587b3207df042b054d777d4b7 languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.804.0": - version: 3.804.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.804.0" +"@aws-sdk/middleware-location-constraint@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.821.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/2ec5767721fd153de6c4ec8ed9c127279839df7f8d3f6b577caee717240bb2c951ade643d7842ee2f0daba0a1d8d51485fd4118bee3824527673d194d2c725e4 + checksum: 10c0/4266e9cdd9d137ce7d55a6397cfffbbd931dbcf0790ea47e2618f6751f6740c85d7eb339654da3a5e24284eece1f39fc87318d5fba4eece1e6cf72291784869c languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.804.0": - version: 3.804.0 - resolution: "@aws-sdk/middleware-logger@npm:3.804.0" +"@aws-sdk/middleware-logger@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/middleware-logger@npm:3.821.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/4b7deebb336231e529857673fbba898e578b7ca88049923f3e822e67732262a08bbcaecf388e1cd687102744ad9867ab535b71e8b086602f91e1a4bb43b39a5a + checksum: 10c0/2d9d9995c62e741fa059dbf8b20ff2000c63b73c2ece256146e1c5862a6aec4ab14165bfa52c9369906eca906f7b2247b6795c2e29f66408b5195c5ac738963a languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.804.0": - version: 3.804.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.804.0" +"@aws-sdk/middleware-recursion-detection@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.821.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/86e6d2902dd8ec8551d9f66ebc470b21bcf0d3caab457ef3395ee18fcd371d3816e86f17f39cd69a27cc39ee96b6b85d0b179e44fec5a6da11f44a4905d8ac92 + checksum: 10c0/209d7cad9c86baa84053c3a6bdb364cd5ad06d6f964f0a040b8572ac5300723adfb6914f4e875024f1af5058ca6f468c5c9d5c8c0d283b403ffed5e08dccb711 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.810.0": - version: 3.810.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.810.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.826.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@aws-sdk/util-format-url": "npm:3.804.0" - "@smithy/middleware-endpoint": "npm:^4.1.6" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/signature-v4": "npm:^5.1.0" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/types": "npm:3.821.0" + "@aws-sdk/util-format-url": "npm:3.821.0" + "@smithy/middleware-endpoint": "npm:^4.1.11" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/signature-v4": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/ece12ef5649eabff0049f852e7c039cf4fc012cc88ee08935be937c764d796a3f27bf6db867f7e62910e48e9e088bf8e8ca4eb899562040fb931a397e1d87c6c + checksum: 10c0/74c49e26867255f9ca13d70e82ac88b2f0ed35e87f83ebb715a56927e3bf5ea3389cb03d0ba597d92faaa67ace36b43b35e0c244fbb59a7ed252a4389e354f56 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.812.0" +"@aws-sdk/middleware-sdk-s3@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.826.0" dependencies: - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/util-arn-parser": "npm:3.804.0" - "@smithy/core": "npm:^3.3.3" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/signature-v4": "npm:^5.1.0" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" + "@smithy/core": "npm:^3.5.3" + "@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.3" + "@smithy/types": "npm:^4.3.1" "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.2" - "@smithy/util-stream": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-stream": "npm:^4.2.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/181ca14a6cd42f589e90f8ad34b0aaf72e9faa8f986eec666f1170ee2f958f86d73e36246d63f46650f47660447f20041d1b4e020937cccedc60ad6c729a977d + checksum: 10c0/8c964dbf7c909541978d36bdcfb952cacd99cd227c8dae0eacda24ce992dc8b4ce666cfd1d29e42465c2701b3f0198c77ee4300bbbaf43a4998da6f6cafa2cc3 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.810.0": - version: 3.810.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.810.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.826.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/types": "npm:^4.3.1" "@smithy/util-hex-encoding": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/8ac8f3423c2d1574d65fce5315b98b8f9c7fcbdd7410308a17f040204656ebb2810ae81a2623727c65bae7cf99e7c02b124f1bb414cfeb24bae4a04d48fe3435 + checksum: 10c0/d842579ff94d0a19ab1c99a29d57cba217f637a88d2ee74c5ee989a62b091b5ee959c6d76ee18683e202f00ce251470acc4efbd54e94eda47f051b9eda61e21f languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.804.0": - version: 3.804.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.804.0" +"@aws-sdk/middleware-ssec@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.821.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/f93b366b8dc42a2bcaa5b049ccc5f7a7f77d5c1d1da50edad1ef74bfb582859ff84b0b46800e1801689a81c772017dea0b7f3bb7707ad3b400736bf67e7f4907 + checksum: 10c0/12194b3ab9c4e85a9af5e9531c218c5b7970153569a5bb5a6123c3281ce1ccb1a6eff0e0666f3711e491246e39c0242dd931f35df0459f1cbcdedd65ed66627c languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.812.0" +"@aws-sdk/middleware-user-agent@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.826.0" dependencies: - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@aws-sdk/util-endpoints": "npm:3.808.0" - "@smithy/core": "npm:^3.3.3" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" + "@aws-sdk/util-endpoints": "npm:3.821.0" + "@smithy/core": "npm:^3.5.3" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/c96be4433ac7d40d40d7d70a559e7901c2af60c0c37955c60dcd39efb35e77eee568362a214271ab162e71cfc5ad90d865649f384d7facb9e89e3554ba664c6e + checksum: 10c0/30338a0c33f20c4ba3f63a1812a615b37129a75ef90230d2c57956cc0b96cf4122a0d4cfd5fe911e6ae544c44850702a97e890887e947e9847d616501be05912 languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/nested-clients@npm:3.812.0" +"@aws-sdk/nested-clients@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/nested-clients@npm:3.826.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.812.0" - "@aws-sdk/middleware-host-header": "npm:3.804.0" - "@aws-sdk/middleware-logger": "npm:3.804.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.804.0" - "@aws-sdk/middleware-user-agent": "npm:3.812.0" - "@aws-sdk/region-config-resolver": "npm:3.808.0" - "@aws-sdk/types": "npm:3.804.0" - "@aws-sdk/util-endpoints": "npm:3.808.0" - "@aws-sdk/util-user-agent-browser": "npm:3.804.0" - "@aws-sdk/util-user-agent-node": "npm:3.812.0" - "@smithy/config-resolver": "npm:^4.1.2" - "@smithy/core": "npm:^3.3.3" - "@smithy/fetch-http-handler": "npm:^5.0.2" - "@smithy/hash-node": "npm:^4.0.2" - "@smithy/invalid-dependency": "npm:^4.0.2" - "@smithy/middleware-content-length": "npm:^4.0.2" - "@smithy/middleware-endpoint": "npm:^4.1.6" - "@smithy/middleware-retry": "npm:^4.1.7" - "@smithy/middleware-serde": "npm:^4.0.5" - "@smithy/middleware-stack": "npm:^4.0.2" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/node-http-handler": "npm:^4.0.4" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" - "@smithy/url-parser": "npm:^4.0.2" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/middleware-host-header": "npm:3.821.0" + "@aws-sdk/middleware-logger": "npm:3.821.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" + "@aws-sdk/middleware-user-agent": "npm:3.826.0" + "@aws-sdk/region-config-resolver": "npm:3.821.0" + "@aws-sdk/types": "npm:3.821.0" + "@aws-sdk/util-endpoints": "npm:3.821.0" + "@aws-sdk/util-user-agent-browser": "npm:3.821.0" + "@aws-sdk/util-user-agent-node": "npm:3.826.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.5.3" + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@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.11" + "@smithy/middleware-retry": "npm:^4.1.12" + "@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.0.6" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" "@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.14" - "@smithy/util-defaults-mode-node": "npm:^4.0.14" - "@smithy/util-endpoints": "npm:^3.0.4" - "@smithy/util-middleware": "npm:^4.0.2" - "@smithy/util-retry": "npm:^4.0.3" + "@smithy/util-defaults-mode-browser": "npm:^4.0.19" + "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.5" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/782ce81e76dcf3aa425885e0cba2bb4a3a7df1c5a4692ecb4a76131935cdf0a7ed8f598204bf1a058fe0c9dad8cf8c2193891b564b8e0436090974bcf36cb3e2 + checksum: 10c0/c918eb3c6e2fef2b746305cb4568354a4b06700ab1746f59e5e5ebf9ae190fc077ef892709d9821a523d904eddc2dde90eb79f1b966bc0eb8952244f1cb1b8d6 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.808.0": - version: 3.808.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.808.0" +"@aws-sdk/region-config-resolver@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.821.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/types": "npm:^4.3.1" "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-middleware": "npm:^4.0.4" tslib: "npm:^2.6.2" - checksum: 10c0/3e21dcf467afda7cfe3298b94fa29e3df3440ba8ba2eddf796c8e2b88c77584ed80ea6ebc2044117bddd78bf53454043d0a42d4cad821ae87293cd1941823068 + checksum: 10c0/b0f8a22541db5f4d5eee79320fe3d97dfa9cd7c37130771b354771c811243d458e18f22dfead70802ade8ce7537376eea4931479922df15a2e93378cf210ec30 languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.812.0" +"@aws-sdk/signature-v4-multi-region@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.826.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/signature-v4": "npm:^5.1.0" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/signature-v4": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/7daec1722cf19cbcb312cdfb215b62f3e2df5ac8c25f4bf6814cd3f3783868e9a012d27fc89b4d9b78f4b80da6aa1cde4baaf5c9fd8df97236e5c9224b400925 + checksum: 10c0/24b3e33bdd6d2674319121b563d69d57b7ce8091f67f8195bb9606cb4e061b713e1c9f30258d518840c2e3bf2887839db0a3832b6d622bc3a833cbe8ddde7b28 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/token-providers@npm:3.812.0" +"@aws-sdk/token-providers@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/token-providers@npm:3.826.0" dependencies: - "@aws-sdk/nested-clients": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/shared-ini-file-loader": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/nested-clients": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/a66c3dd4405a2e7d74450f2785d4891802977c13e127e2f2a0398d932f9c130403bb5ecf0a72827fe5aee54350a7906c6879e52ccc1d1a6a0dec2da4fc7291d2 + checksum: 10c0/a4308cebeb8275ad865b1a686677fba387509073f376699a738ca7f7f3bda922226049edf053050559cadd16d1133c644e548097536161eba7a790b66ad4a370 languageName: node linkType: hard -"@aws-sdk/types@npm:3.804.0, @aws-sdk/types@npm:^3.804.0": - version: 3.804.0 - resolution: "@aws-sdk/types@npm:3.804.0" +"@aws-sdk/types@npm:3.821.0, @aws-sdk/types@npm:^3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/types@npm:3.821.0" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/cdda6d77466ed34de1ca0e23b9df5c576e7d67dc87cfda2a2d024a9c5f4180fe77ebaf57194a4cf034ee5edfbcd8efdeca458e9b61b1f364b261284b4a141ae5 + checksum: 10c0/6202b2c0db1dd5ee78e6dc45c51f8b19deff0ee400dd5a7a15d089cc5493a2db6a6e0553ff32742e8bc810d428b36599534e14c1b466695550aef1b1d87f043d languageName: node linkType: hard @@ -1087,27 +1092,27 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.808.0": - version: 3.808.0 - resolution: "@aws-sdk/util-endpoints@npm:3.808.0" +"@aws-sdk/util-endpoints@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/util-endpoints@npm:3.821.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@smithy/types": "npm:^4.2.0" - "@smithy/util-endpoints": "npm:^3.0.4" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-endpoints": "npm:^3.0.6" tslib: "npm:^2.6.2" - checksum: 10c0/197e07aa9715eb3930a5f2d38fd379687ba306d3025d2498a0a4fced77ed34ab013c25e8cfec9ce07a807a72e2086472883b4ea268047fe3865fad740740f471 + checksum: 10c0/06e6d712adfe310cd9633c3d00de9af9e3dd691687cc96bec6e24b0b6b97db6c468f8d3a355704676dae4fd18433660286e2870a00658d71b57daed9842a4033 languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.804.0": - version: 3.804.0 - resolution: "@aws-sdk/util-format-url@npm:3.804.0" +"@aws-sdk/util-format-url@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/util-format-url@npm:3.821.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@smithy/querystring-builder": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/querystring-builder": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/c6ce5944ea28042cfce793084dc5e22b33ce1f9c550924a3d46eb8842db65d1469213d0f7ac28b11c5ef573371c94700c8f3d840c8a02110af29b52a25873123 + checksum: 10c0/bb574930dc0e940665836aefbc32307955bad2d7c05d4b3e632eae62b8e4f6d5209c6c9ebc095897120461f4588225e0bfd661e07b7efe8af18a390f946bce19 languageName: node linkType: hard @@ -1120,43 +1125,43 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.804.0": - version: 3.804.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.804.0" +"@aws-sdk/util-user-agent-browser@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.821.0" dependencies: - "@aws-sdk/types": "npm:3.804.0" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/types": "npm:^4.3.1" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/d459a94955e7298c72dc97e7e59d276320ff004615b117bd2f63bbacf762159c5476f40a8f24d9b5eb054915bd6ce97ffade3a649d5fad98643f92a9d90a5192 + checksum: 10c0/e0045e9d3798c96f9e4da949a79a54a725ad5806129691a967fd0fad4bcea4c65cd7a962c71eab9f61417d804c281faa42c5cd461cca151ea931349ee4cf2a2b languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.812.0": - version: 3.812.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.812.0" +"@aws-sdk/util-user-agent-node@npm:3.826.0": + version: 3.826.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.826.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.812.0" - "@aws-sdk/types": "npm:3.804.0" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/types": "npm:^4.2.0" + "@aws-sdk/middleware-user-agent": "npm:3.826.0" + "@aws-sdk/types": "npm:3.821.0" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/8a944bb83f514e90113357af712bcfed8f4fe88889ba25a162d7e4530dd0f835474d40a223779639ad096459766520ea50e1e29e714400f2d65abdb9ee704892 + checksum: 10c0/b305b6718793dea0a39ce9f9c5a7bcf524c08c805ce72bdef26ea7929fabeb0be9752d947d71635a2d4e3fa0f4ffbd48f513a1fe52a6ae53426b94fab9ae75ba languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.804.0": - version: 3.804.0 - resolution: "@aws-sdk/xml-builder@npm:3.804.0" +"@aws-sdk/xml-builder@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/xml-builder@npm:3.821.0" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/c5985eb24e02eccc4d21f38e3b1912f4808a9406138f9f9ba6715d5004e1910496d2d8dd929bfb3222ac2209f55b3a630fe817abc32e8c4c7e715d1a54712fae + checksum: 10c0/316e0eb04bcec0bb0897f67718629deab29adb9664ce78743ad854df772472c02332ab12627d74b96ebe2205adc51b1cb7fb01fcb4251e80a7af405e56cfa135 languageName: node linkType: hard @@ -4157,13 +4162,13 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/abort-controller@npm:4.0.2" +"@smithy/abort-controller@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/abort-controller@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/d5647478fa61d5d1cf3ac8fe5b91955c679ecf48e0d71638c0ce908fbcc87f166e42722d181f33ae3c37761de89e48c5eecf620f6fd0e99cd86edbb8365dd38d + checksum: 10c0/eb172b002fb92406c69b83460f949ace73247e6abd85d0d3714de2765c5db7b98070b9abfb630e2c591dd7b2ff770cc24f7737c1c207581f716c402b16bf46f9 languageName: node linkType: hard @@ -4186,158 +4191,159 @@ __metadata: languageName: node linkType: hard -"@smithy/config-resolver@npm:^4.1.2": - version: 4.1.2 - resolution: "@smithy/config-resolver@npm:4.1.2" +"@smithy/config-resolver@npm:^4.1.4": + version: 4.1.4 + resolution: "@smithy/config-resolver@npm:4.1.4" dependencies: - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/types": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/types": "npm:^4.3.1" "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-middleware": "npm:^4.0.4" tslib: "npm:^2.6.2" - checksum: 10c0/fb7b0c027d7b200807b8a3dc023be56602fcf7203b2d2e1acc2aa6cd47b3317f9d54a90c4ff133836a2d0bc79b10d70d5d3b6356ac40a53d58e422921fb8b524 + checksum: 10c0/41832a42f8da7143732c71098b410f4ddcb096066126f7e8f45bae8d9aeb95681bd0d0d54886f46244c945c63829ca5d23373d4de31a038487aa07159722ef4e languageName: node linkType: hard -"@smithy/core@npm:^3.3.3": - version: 3.3.3 - resolution: "@smithy/core@npm:3.3.3" +"@smithy/core@npm:^3.5.3": + version: 3.5.3 + resolution: "@smithy/core@npm:3.5.3" dependencies: - "@smithy/middleware-serde": "npm:^4.0.5" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/types": "npm:^4.2.0" + "@smithy/middleware-serde": "npm:^4.0.8" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.2" - "@smithy/util-stream": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-stream": "npm:^4.2.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/745f823da82b0f6bf48cfbce8c0c5caa1eaec94d400a9c5ca7a2d965252e957b0fc700c0085bcbd91222a73082330c2a1088035904b44e3bca43e485faba1e18 + checksum: 10c0/ba4bce5c58a93467e52cb9362dbdc8c8aa120dfbc5333e911c8aadcbbcd236054126277eff9f970bfc24a918f44e929a4116e4533644811ad83f44c7abc81766 languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/credential-provider-imds@npm:4.0.4" +"@smithy/credential-provider-imds@npm:^4.0.6": + version: 4.0.6 + resolution: "@smithy/credential-provider-imds@npm:4.0.6" dependencies: - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" - "@smithy/url-parser": "npm:^4.0.2" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/5200503b7879bbe8beb959713c54b4e23788a2f2823a7b27d8332b7c3864dbcbadda8cbc4adfdfd4b74c0423ce153ff5fb51701197748636c4cc1c35cf8f7808 + checksum: 10c0/b1f3157d0a7b9f9155ac80aeac70d7db896d23d0322a6b38f0e848f1e53864ba1bca6d3dc5dd9af86446c371ebc5bffe01f0712ad562e7635e7d13e532622aa4 languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/eventstream-codec@npm:4.0.2" +"@smithy/eventstream-codec@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/eventstream-codec@npm:4.0.4" dependencies: "@aws-crypto/crc32": "npm:5.2.0" - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" "@smithy/util-hex-encoding": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/865a44e74c81e3177608f8931e22c92c851f586c1344962db3810b2e23d39d4da2d5f7a933d24481c0b6df219404e34db463e76294d3f71445f7d4e5721aa4ea + checksum: 10c0/89b76826d4d3bf97317e3539ece105b9a03552144ad816a687b0b2cbca60e2b3513062c04b6cfacaffb270d616ffc8ac8bf549afc4aa676a6d7465df5a3215ba languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/eventstream-serde-browser@npm:4.0.2" +"@smithy/eventstream-serde-browser@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/eventstream-serde-browser@npm:4.0.4" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@smithy/eventstream-serde-universal": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/6974a13448b733b4d98eb368a202a5c2d86389efe10e1d147be1392fb016e010d490368773d915d719973a4d29c419fab7b0eff2dd0abf1f65d1cd3bf26f4fc2 + checksum: 10c0/b2444538555c54ac96d4049b0be3a65d959914bcd5198a8059edc838c7ffac5a1db225290194f85ea8805c47c1edc95484dfeb415cb2004ec3e572880f4fc8c5 languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/eventstream-serde-config-resolver@npm:4.1.0" +"@smithy/eventstream-serde-config-resolver@npm:^4.1.2": + version: 4.1.2 + resolution: "@smithy/eventstream-serde-config-resolver@npm:4.1.2" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/41ae76c9ad429e09908658db36f79f0c172496d9ba2727b3566692915bd8ef6df56d692ec1b30d9fa69cfa287d138bccd70422db404d4eef0792fc358d338787 + checksum: 10c0/54184a29d1e42f1b972292efc3a5cbbe3ca237cd9ab76132bad40e8426fa62d0b7f6fdac01f23e3a9cac69919107ddfd9d2f2873f83ae1f65470d3052c67cefc languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/eventstream-serde-node@npm:4.0.2" +"@smithy/eventstream-serde-node@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/eventstream-serde-node@npm:4.0.4" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@smithy/eventstream-serde-universal": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/6f22010305ac1514d19d78dbb14866bd9b9739a72ef557355514ceb264be6aeb40532758c2e3f70e811a762e7efacd8a6eb64c4d859bdcb79253bf92ee8f60ad + checksum: 10c0/e6d0765a73332c79b69531ed20c27e49475173da09ce21e4c011a64d8a61d7c5c328c9bc1cab991e145fc969b16071ffd6a33ab11291c0fa2a46e8dae28da23b languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/eventstream-serde-universal@npm:4.0.2" +"@smithy/eventstream-serde-universal@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/eventstream-serde-universal@npm:4.0.4" dependencies: - "@smithy/eventstream-codec": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@smithy/eventstream-codec": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/1e486919a7d454c4f5a7f8756d74061943dcf5a72b1ba6f735c0e4e34afabe357713e42daed99ea2c4f52995fb37185bd2b02e6778c2aaf02206068e2ebc306c + checksum: 10c0/f0c18efa6cafa111ed20c8c53b4a7b6a0f8e25ccb0d2cafdf83282ebc6f96e47f26daf24b5b810ea83a02e03c994c35419d94fad76871f2cc6cb01d2aed277d9 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^5.0.2": - version: 5.0.2 - resolution: "@smithy/fetch-http-handler@npm:5.0.2" +"@smithy/fetch-http-handler@npm:^5.0.4": + version: 5.0.4 + resolution: "@smithy/fetch-http-handler@npm:5.0.4" dependencies: - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/querystring-builder": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/querystring-builder": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" "@smithy/util-base64": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/3bf84a1fe93c07558a5ba520ab0aca62518c13659d5794094764aaef95acfbcf58ba938c51b9269c485304fdbe7353eb3cd37d7e4c57863d7c50478a9e3ff4fc + checksum: 10c0/ce57acfcd40a6ff3965c5f14b432c5ab87f0b0766766960224d4af79af85e37d61da2db6dc5cfa16bf4b8f2d8966a2838d2ee6eef8d5cd5a837aacbc01517851 languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/hash-blob-browser@npm:4.0.2" +"@smithy/hash-blob-browser@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/hash-blob-browser@npm:4.0.4" dependencies: "@smithy/chunked-blob-reader": "npm:^5.0.0" "@smithy/chunked-blob-reader-native": "npm:^4.0.0" - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/08b6f1893803c51e7a40256c9c819a0f3a6ff26acf235abe1b2667393094bab982232d0a395d9533e2d4b7af9ab8bedb2ee71ed6bc502669ee5d2901bdabc54a + checksum: 10c0/f970058c2e04e86427e1474355199027fc84dc1d96d9a2278ed37904458d37b020472541390558bd3fb071bbd177b2850b18ceb1beb39d387fead06a2912f974 languageName: node linkType: hard -"@smithy/hash-node@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/hash-node@npm:4.0.2" +"@smithy/hash-node@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/hash-node@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" "@smithy/util-buffer-from": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/aaec3fb2146d4347e97067de4dd91759de9d0254d03e234dcced1cbd52cf8b3a77067d571bd5767cb6295da7aa7261b87a789bd597cbc45a380cd90bb47f3490 + checksum: 10c0/07beb38643990f6c055457765d65af2aedd5944d819025df90d1f2f59596d1a1394cd8c9035ac6d343bc55e3afeb186b51b0ac91938024da8687120fc0b436dc languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/hash-stream-node@npm:4.0.2" +"@smithy/hash-stream-node@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/hash-stream-node@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/4c1477c4064e47e026c0ba051eb643a3ed2f850a4e87a8ee5ff91547e3765ebb64e797ce99553aa341448df0bfa1d9e9d7132216ac66c6d9e45aae82ecb1c4d6 + checksum: 10c0/4899132433f520e45972bbacb6a999da8d7ccf4c813f2fb28b1af65eaf268ba549b2c37dd54a586cd7bcd82f6e4cec914651a6446b3fb3e1f226ca1864051535 languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/invalid-dependency@npm:4.0.2" +"@smithy/invalid-dependency@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/invalid-dependency@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/f0b884ba25c371d3d3f507aebc24e598e23edeadf0a74dfd7092fc49c496cd427ab517454ebde454b2a05916719e01aa98f34603a5396455cc2dc009ad8799e8 + checksum: 10c0/5e5a6282c17a7310f8e866c7e34fa07479d42c650cf3c1875bdb0ec38d5280eeac82a269605a3521b8fa455b92673d8fd5e97eb997acf81a80da82d6f501d651 languageName: node linkType: hard @@ -4359,145 +4365,145 @@ __metadata: languageName: node linkType: hard -"@smithy/md5-js@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/md5-js@npm:4.0.2" +"@smithy/md5-js@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/md5-js@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b50962dc5155d44bbc0bc317eaab1144ade8d691c3f0c0e844b45fc1e16423742e9a1628b2358657b405e05ee681cebd3abc72e94a9c362b82bd4efbee5b8076 + checksum: 10c0/7c66405dca5d7df6694367dbb4a3d9f13fdfe2589abc81f85d5fb7bf876e1382578d9c477d2256d4b5bc59951c3c534e51eb65c53c2fb3251080f16d1d7ea82c languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/middleware-content-length@npm:4.0.2" +"@smithy/middleware-content-length@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/middleware-content-length@npm:4.0.4" dependencies: - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/types": "npm:^4.2.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/4ab343b68a15cf461f3b5996460a0730463975d9da739cf40cfb5993794023269a8bd857366f855844290fabb2b340abb6ff473cec4bfd3d6653a64f17e00c4a + checksum: 10c0/fde43ff13f0830c4608b83cf6e2bd3ae142aa6eb3df6f6c190c2564dd00c2c98f4f95da9146c69bc09115ad87ffc9dc24935d1a3d6d3b2383a9c8558d9177dd6 languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.1.6": - version: 4.1.6 - resolution: "@smithy/middleware-endpoint@npm:4.1.6" +"@smithy/middleware-endpoint@npm:^4.1.11": + version: 4.1.11 + resolution: "@smithy/middleware-endpoint@npm:4.1.11" dependencies: - "@smithy/core": "npm:^3.3.3" - "@smithy/middleware-serde": "npm:^4.0.5" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/shared-ini-file-loader": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" - "@smithy/url-parser": "npm:^4.0.2" - "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/core": "npm:^3.5.3" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/2a2d499470aa44021f5651185affb96776a5f58e0107f58318e85520b869049cf485b7eb95bd9fd0eeaceb3c660eeaab6e63616dd9ad93c1be334271e7f9889e + checksum: 10c0/28420a3b8b42655e29a005d2de14348082fd472c008bee2d135aa0907772678961bf74a631dc583e136f4819936aa495c80fbcca5079cadfd1800bb6ab391110 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.1.7": - version: 4.1.7 - resolution: "@smithy/middleware-retry@npm:4.1.7" +"@smithy/middleware-retry@npm:^4.1.12": + version: 4.1.12 + resolution: "@smithy/middleware-retry@npm:4.1.12" dependencies: - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/service-error-classification": "npm:^4.0.3" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" - "@smithy/util-middleware": "npm:^4.0.2" - "@smithy/util-retry": "npm:^4.0.3" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/service-error-classification": "npm:^4.0.5" + "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.5" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/c47e4723fa8d69563e99c0e89f3b4e1787b52a83fd2894a4e6cc19f0e628bc0eac892516061dabefb0f5d86de68425e3651bddf2fe9925d08c01228d5dc4a67b + checksum: 10c0/7cd2ee73003423d0857a458db64ce0d9d484c8f4b669a8b33c866ee4fdbbc199e85a53f729a76d7f0874e771fb7f9b95ad151af443573588e15e9ecac1f38fbe languageName: node linkType: hard -"@smithy/middleware-serde@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/middleware-serde@npm:4.0.5" +"@smithy/middleware-serde@npm:^4.0.8": + version: 4.0.8 + resolution: "@smithy/middleware-serde@npm:4.0.8" dependencies: - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/types": "npm:^4.2.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/14897e4d433d75956d6c9a2af15e192802153ecc9a65af058fa43c535278682358a5020744db5e3bff9ee4fd444ad495bb0e83358cf9434fa31ca0f52e5851eb + checksum: 10c0/11414e584780716b2b0487fe748da9927943d4d810b5b0161e73df6ab24a4d17f675773287f95868c57a71013385f7b027eb2afbab1eed3dbaafef754b482b27 languageName: node linkType: hard -"@smithy/middleware-stack@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/middleware-stack@npm:4.0.2" +"@smithy/middleware-stack@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/middleware-stack@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/ef94882966431729f7a7bddf8206b6495d67736b1f26fd88d6d6c283a96f9fffd12632ed7352e5f060f17d3ee1845a9a9da1247c26e4c46ff7011aac20b4aacc + checksum: 10c0/b29b6430e31f11683f0ce0e06d21a4bfe6cb791ce1eb5686533559baa81698f617bfbfdac06f569e13f077ce177cb70e55f4db20701906b3e344d9294817f382 languageName: node linkType: hard -"@smithy/node-config-provider@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/node-config-provider@npm:4.1.1" +"@smithy/node-config-provider@npm:^4.1.3": + version: 4.1.3 + resolution: "@smithy/node-config-provider@npm:4.1.3" dependencies: - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/shared-ini-file-loader": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/05db1a08ac866ad2b5fd28da81b081b0711b03057af18b7e08d3b41942b710ad2f0cf762b1806d85246fa12fee3f063eeb56d067b7517c12f2fe9cd7a54d6554 + checksum: 10c0/bea20b3f92290fbefa32d30c4ac7632f94d4e89b5432dfe5a2d0c6261bfd90e882d62dd02e0a4e65f3bc89f815b19e44d7bb103a78b6c77941cc186450ad79f1 languageName: node linkType: hard -"@smithy/node-http-handler@npm:^4.0.4": - version: 4.0.4 - resolution: "@smithy/node-http-handler@npm:4.0.4" +"@smithy/node-http-handler@npm:^4.0.6": + version: 4.0.6 + resolution: "@smithy/node-http-handler@npm:4.0.6" dependencies: - "@smithy/abort-controller": "npm:^4.0.2" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/querystring-builder": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/fb621c6ebcf012a99fc442d82965ca18d752f66be6f937a400e3b4e3feef1c259c028c27df9e78fc9ac7c40679b25276cbaa8d7ab82fd111bda64003ef831358 + checksum: 10c0/bde23701b6166b76958cbc194d551a139e3dcc1d05a6c7de3d5b14f54934ca5a49a28d13d8ec4b012716aae816cd0c8c4735c959d5ef697a7a1932fbcfc5d7f2 languageName: node linkType: hard -"@smithy/property-provider@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/property-provider@npm:4.0.2" +"@smithy/property-provider@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/property-provider@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/6effc5ef7895eb4802c6b4c704d5616f50cd0c376da1644176d3aef71396cb65f9df20f4dd85c8301a9fa24f8ac53601e0634463f4364f0d867928efa5eb5e3d + checksum: 10c0/c370efbb43ab01fb6050fbf4c231bbe2fb7d660256adeee40c0c4c14b7af1b9b75c36f6924aeacdd2885fad1aaf0655047cafe5f0d22f5e371cbd25ff2f04b27 languageName: node linkType: hard -"@smithy/protocol-http@npm:^5.1.0": - version: 5.1.0 - resolution: "@smithy/protocol-http@npm:5.1.0" +"@smithy/protocol-http@npm:^5.1.2": + version: 5.1.2 + resolution: "@smithy/protocol-http@npm:5.1.2" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/bb2f600853c0282630f5f32286a07a37294a57dbbec25ea0c6fbb6be32341b1be83e37933c2e3540e513c90dcb08f492bcb05980cde0b92b083e67ade6d56eb0 + checksum: 10c0/50fb026efa321e65a77f9747312eeb428ff2196095c15ed5937efe807a4734c47746759ccf2dbc84a45719effcbc81221662289be6d4d5ec122afb0e3cd66fd9 languageName: node linkType: hard -"@smithy/querystring-builder@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/querystring-builder@npm:4.0.2" +"@smithy/querystring-builder@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/querystring-builder@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" "@smithy/util-uri-escape": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/2ae27840e21982926182df809872e07d6b10b2fd93b58e02fa3f9588de23d333ddf02f0f3517de8a02a949489733bdcecb8c847980f8fb12ce1f8c3b6d127e86 + checksum: 10c0/30ec0301fbc2212101391841000a3117ab6c3ae2b6b2a1db230cc1dfcf97738f527b23f859f0a5e843f2a983793b58cdcd21a0ce11ef93fcdf5d8a1ee0d70fbc languageName: node linkType: hard -"@smithy/querystring-parser@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/querystring-parser@npm:4.0.2" +"@smithy/querystring-parser@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/querystring-parser@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/e6115fce0a07b1509f407cd3eca371cce1d9c09c7e3bd9156e35506b8ab1100f9864fb8779d4dbe0169501af23f062ebc2176afc012e9132e917781cd11a2f82 + checksum: 10c0/36bc93732a1628be5dd53748f6f36237bad26de2da810195213541dd35b20eee0b0264160a0de734b9333ca747e0229253d6729d1a8ddc26d176c0b1cce309e0 languageName: node linkType: hard @@ -4510,53 +4516,53 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^4.0.3": - version: 4.0.3 - resolution: "@smithy/service-error-classification@npm:4.0.3" +"@smithy/service-error-classification@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/service-error-classification@npm:4.0.5" dependencies: - "@smithy/types": "npm:^4.2.0" - checksum: 10c0/bc8a1239f2176fc0e980624e189871b309b0d61c5652022df236f34cd96e97f15719fd44c9d74cf2e1b632f5620a0fcccc6db77dbf9452bcec4e427456d96563 + "@smithy/types": "npm:^4.3.1" + checksum: 10c0/9ca6a876a403fa15151d955ef43c7b4e8c3a93b334d493ab7086d095bcd8670b848779bb82be66b2a14423edf169f1be514ec381f71d2d78f0612731416911ac languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/shared-ini-file-loader@npm:4.0.2" +"@smithy/shared-ini-file-loader@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/shared-ini-file-loader@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/1e3d4921b6efbd1aa448a775dcb9a490d0221dd0a4fee434c5d83376de478013b3ad06d58a3d52db781124d4a53bd289fffcdb52eabffe9de152b0010332cee2 + checksum: 10c0/a3ecabadda13ff6fca99585e7e0086a04c4d2350b8c783b3a23493c2ae0a599f397d3cb80a7e171b7123889340995cada866d320726fa6a03f3063d60d5d0207 languageName: node linkType: hard -"@smithy/signature-v4@npm:^5.1.0": - version: 5.1.0 - resolution: "@smithy/signature-v4@npm:5.1.0" +"@smithy/signature-v4@npm:^5.1.2": + version: 5.1.2 + resolution: "@smithy/signature-v4@npm:5.1.2" dependencies: "@smithy/is-array-buffer": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/types": "npm:^4.2.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" "@smithy/util-hex-encoding": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-uri-escape": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/7f3aed4999b47f04485846a90a08d0863c8bf4201a38616faf4bcb3166892a5b2946e7d0f1d5dc068b667913713873e21ab8374d60c1ff02828972d8c9201282 + checksum: 10c0/83d3870668a6c080c1d0cbecf2e7d1a86c0298cc3a3df9fba21bd942e2a9bcae81eb50960c66bba00c6f9820ef9e5ab3e5ddba67b2d7914a09a82c7887621c0c languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.2.6": - version: 4.2.6 - resolution: "@smithy/smithy-client@npm:4.2.6" +"@smithy/smithy-client@npm:^4.4.3": + version: 4.4.3 + resolution: "@smithy/smithy-client@npm:4.4.3" dependencies: - "@smithy/core": "npm:^3.3.3" - "@smithy/middleware-endpoint": "npm:^4.1.6" - "@smithy/middleware-stack": "npm:^4.0.2" - "@smithy/protocol-http": "npm:^5.1.0" - "@smithy/types": "npm:^4.2.0" - "@smithy/util-stream": "npm:^4.2.0" + "@smithy/core": "npm:^3.5.3" + "@smithy/middleware-endpoint": "npm:^4.1.11" + "@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.2" tslib: "npm:^2.6.2" - checksum: 10c0/a5e302f925ce9540a6a74f5f7d24c6a18bbdd1688faf19fa4177a091c78221d1558568f507268e2799b5ef168476067fd77c901af841a3d3e78ddfcabc03d7d4 + checksum: 10c0/37f69c4af3883525cebe4ea648b05cd93de01742d7206e7613e65ec15f3bd06874b0d923a6ccfbdc3b7e01a2cb6dc6c961f7590f984eea4e55c68871dfb3b11a languageName: node linkType: hard @@ -4578,23 +4584,23 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/types@npm:4.2.0" +"@smithy/types@npm:^4.3.1": + version: 4.3.1 + resolution: "@smithy/types@npm:4.3.1" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/a8bd92c7e548bcbe7be211152de041ec164cfcc857d7574a87b1667c38827e5616563c13bd38a1d44b88bbfa3ee8f591dc597d4e2d50f3bc74e320ea82d7c49e + checksum: 10c0/8b350562b9ed4ff97465025b4ae77a34bb07b9d47fb6f9781755aac9401b0355a63c2fef307393e2dae3fa0277149dd7d83f5bc2a63d4ad3519ea32fd56b5cda languageName: node linkType: hard -"@smithy/url-parser@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/url-parser@npm:4.0.2" +"@smithy/url-parser@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/url-parser@npm:4.0.4" dependencies: - "@smithy/querystring-parser": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@smithy/querystring-parser": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/3da40fc18871c145bcbbb036a3d767ae113b954e94c745770f268dc877378cbafa6fc06759ea5a5e5c159a88e7331739b35b69f4d110ba0bd04b2d0923443f32 + checksum: 10c0/5f4649d9ff618c683e339fa826b1d722419bf8e20d72726fc5fe3cd479ec8c161d4b09b6e24e49b0143a6fb4f9a950d35410db1834e143c28e377b9c529a3657 languageName: node linkType: hard @@ -4656,42 +4662,42 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.0.14": - version: 4.0.14 - resolution: "@smithy/util-defaults-mode-browser@npm:4.0.14" +"@smithy/util-defaults-mode-browser@npm:^4.0.19": + version: 4.0.19 + resolution: "@smithy/util-defaults-mode-browser@npm:4.0.19" dependencies: - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/types": "npm:^4.3.1" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/0579d1eaaab06001d41806e6031d3faa6a0f1f937be06be5ceef054dcaa462a8f74a6ad0d55e3e207a9574ee17443dd7e98d8575306746dc214808d01feb2593 + checksum: 10c0/05998cf1481f1bc2467f2fba571faa9ebcaeb1cf58d5c411a1096320068a9467b100ee2491eb1d56458d56d723a0b28711a975fb186df60bf3165d2d8aa6a678 languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.0.14": - version: 4.0.14 - resolution: "@smithy/util-defaults-mode-node@npm:4.0.14" +"@smithy/util-defaults-mode-node@npm:^4.0.19": + version: 4.0.19 + resolution: "@smithy/util-defaults-mode-node@npm:4.0.19" dependencies: - "@smithy/config-resolver": "npm:^4.1.2" - "@smithy/credential-provider-imds": "npm:^4.0.4" - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/property-provider": "npm:^4.0.2" - "@smithy/smithy-client": "npm:^4.2.6" - "@smithy/types": "npm:^4.2.0" + "@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.3" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/c246a59c985b409e867f6bc4696b29973016f9dfbbfb44b631b846c9154677abcf2e0f8a582839d871347915ed9c4ed77f278306757cb53e5962230350b7b747 + checksum: 10c0/e12adbad9efa9f5604beb356d7b84de62df47cea6535e9835987a764c28602e341ea4909cd08daef6c0627bbcb921725bca524664ac00eb78ac27efbd0e924dd languageName: node linkType: hard -"@smithy/util-endpoints@npm:^3.0.4": - version: 3.0.4 - resolution: "@smithy/util-endpoints@npm:3.0.4" +"@smithy/util-endpoints@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/util-endpoints@npm:3.0.6" dependencies: - "@smithy/node-config-provider": "npm:^4.1.1" - "@smithy/types": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/76c980e42da9d113e768d2638c1cfcb3e90dacb24cd47a443a97f3a70cc13bc56ba27af79465fa8dbf561fb2f028c2e19bed4e5296ace4f9e6b2082ee0a7ae1f + checksum: 10c0/d7d583c73a0c1ce38188569616cd4d7c95c36c0393516117043962b932f8c743e8cd672d2edd23ea8a9da0e30b84ee0f0ced0709cc8024b70ea8e5f17f505811 languageName: node linkType: hard @@ -4704,40 +4710,40 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/util-middleware@npm:4.0.2" +"@smithy/util-middleware@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/util-middleware@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.2.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/18c3882c94f1b1bbb3825c30d1e41ae77a8da3dcd93ebbf1c486f34d5db9e06431789aef54d1b1fbb0424b115fc1e1ae17d27efe4af4277173d901a76147fef8 + checksum: 10c0/39530add63ec13dac555846c30e98128316136f7f57bfd8fe876a8c15a7677cb64d0a33fd1f08b671096d769ab3f025d4d8c785a9d7a7cdf42fd0188236b0f32 languageName: node linkType: hard -"@smithy/util-retry@npm:^4.0.3": - version: 4.0.3 - resolution: "@smithy/util-retry@npm:4.0.3" +"@smithy/util-retry@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/util-retry@npm:4.0.5" dependencies: - "@smithy/service-error-classification": "npm:^4.0.3" - "@smithy/types": "npm:^4.2.0" + "@smithy/service-error-classification": "npm:^4.0.5" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/a00c47182efed65f3a86afc28fef69ae1e083965cc69f18bc82fb86e23179c3d083639c4819c97a625924b207dc1efaf7b68cf52e1c030f7c9a9625bbea215e0 + checksum: 10c0/8e6c136f79c503c02e28b31bc43fce7a37282143c20aee13d2a7421b0502d5c478f2eb3cf3c3455739ed9e441e572e2725bf39339aa08ed53825129123dcfff0 languageName: node linkType: hard -"@smithy/util-stream@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/util-stream@npm:4.2.0" +"@smithy/util-stream@npm:^4.2.2": + version: 4.2.2 + resolution: "@smithy/util-stream@npm:4.2.2" dependencies: - "@smithy/fetch-http-handler": "npm:^5.0.2" - "@smithy/node-http-handler": "npm:^4.0.4" - "@smithy/types": "npm:^4.2.0" + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@smithy/node-http-handler": "npm:^4.0.6" + "@smithy/types": "npm:^4.3.1" "@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/52449a6ec68a483fdeef816128c923c744e278f6cf4d5b6fbe50e29fa8b6e5813df26221389f22bce143deb91f047ac56f87db85306908c5d0b87460e162bf63 + checksum: 10c0/5e4ef783e41185d291a72e8503d02fd5a5f7bd23f3d30198f3d738c0f27dd6d7ea131fe6fbe36a6ac69b8bd4207f7dfc75a15329764e6aa52f62c45bc5442619 languageName: node linkType: hard @@ -4770,14 +4776,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-waiter@npm:^4.0.3": - version: 4.0.3 - resolution: "@smithy/util-waiter@npm:4.0.3" +"@smithy/util-waiter@npm:^4.0.5": + version: 4.0.5 + resolution: "@smithy/util-waiter@npm:4.0.5" dependencies: - "@smithy/abort-controller": "npm:^4.0.2" - "@smithy/types": "npm:^4.2.0" + "@smithy/abort-controller": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/0ca992cd85719b367655943df08e8f7f0dd0f4ffe335809de7ed4c133ee2db5b58a2661cfc43040cf91512ef21783c8302fc2352f95910ecf3f0a50b0e32c2ff + checksum: 10c0/c53b4ae929d37d8d8b3629b0c91005d48c8f788257eccbfb62b3b7f7a670934d8a44556456289c4a0a5fde957d87162c36318184b5e2df154deeeabe97bfd4b4 languageName: node linkType: hard