diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index fdd80c2cda..7c59ff9378 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.734.0", + "@aws-sdk/types": "^3.775.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.772.0", - "@aws-sdk/client-ssm": "^3.772.0", + "@aws-sdk/client-ec2": "^3.777.0", + "@aws-sdk/client-ssm": "^3.777.0", "cron-parser": "^5.0.4" }, "nx": { diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index be19b07296..c25951efc7 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.734.0", + "@aws-sdk/types": "^3.775.0", "@octokit/types": "^13.10.0", "@types/aws-lambda": "^8.10.147", "@types/node": "^22.13.10", @@ -33,8 +33,8 @@ "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", "@aws-lambda-powertools/parameters": "^2.16.0", - "@aws-sdk/client-ec2": "^3.772.0", - "@aws-sdk/client-sqs": "^3.772.0", + "@aws-sdk/client-ec2": "^3.777.0", + "@aws-sdk/client-sqs": "^3.777.0", "@middy/core": "^4.7.0", "@octokit/auth-app": "7.1.5", "@octokit/core": "6.1.4", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index 30c458e394..fa72a234cc 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.734.0", + "@aws-sdk/types": "^3.775.0", "@types/aws-lambda": "^8.10.147", "@types/node": "^22.13.10", "@types/request": "^2.48.12", @@ -28,8 +28,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-s3": "^3.772.0", - "@aws-sdk/lib-storage": "^3.772.0", + "@aws-sdk/client-s3": "^3.777.0", + "@aws-sdk/lib-storage": "^3.777.0", "@middy/core": "^4.7.0", "@octokit/rest": "20.1.2", "axios": "^1.8.3" diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index d34633910a..b3765e6930 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.734.0", + "@aws-sdk/types": "^3.775.0", "@types/aws-lambda": "^8.10.147", "@types/node": "^22.13.10", "@vercel/ncc": "^0.38.3", @@ -24,7 +24,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ec2": "^3.772.0", + "@aws-sdk/client-ec2": "^3.777.0", "@middy/core": "^4.7.0" }, "nx": { diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index e134a53bc0..a64029c5a8 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.772.0", + "@aws-sdk/client-eventbridge": "^3.777.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.772.0", + "@aws-sdk/client-sqs": "^3.777.0", "@middy/core": "^4.7.0", "@octokit/rest": "21.1.1", "@octokit/types": "^13.10.0", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index d264fe2d91..191137ee05 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.734.0", + "@aws-sdk/types": "^3.775.0", "@types/aws-lambda": "^8.10.147", "@types/node": "^22.13.10", "aws-sdk-client-mock": "^4.1.0", @@ -23,7 +23,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ssm": "^3.772.0" + "@aws-sdk/client-ssm": "^3.777.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 822479d3f0..27e6f27bf0 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -113,9 +113,9 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.772.0" - "@aws-sdk/client-ssm": "npm:^3.772.0" - "@aws-sdk/types": "npm:^3.734.0" + "@aws-sdk/client-ec2": "npm:^3.777.0" + "@aws-sdk/client-ssm": "npm:^3.777.0" + "@aws-sdk/types": "npm:^3.775.0" "@types/aws-lambda": "npm:^8.10.147" "@vercel/ncc": "npm:^0.38.3" aws-sdk-client-mock: "npm:^4.1.0" @@ -143,8 +143,8 @@ __metadata: resolution: "@aws-github-runner/aws-ssm-util@workspace:libs/aws-ssm-util" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ssm": "npm:^3.772.0" - "@aws-sdk/types": "npm:^3.734.0" + "@aws-sdk/client-ssm": "npm:^3.777.0" + "@aws-sdk/types": "npm:^3.775.0" "@types/aws-lambda": "npm:^8.10.147" "@types/node": "npm:^22.13.10" aws-sdk-client-mock: "npm:^4.1.0" @@ -159,9 +159,9 @@ __metadata: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" "@aws-lambda-powertools/parameters": "npm:^2.16.0" - "@aws-sdk/client-ec2": "npm:^3.772.0" - "@aws-sdk/client-sqs": "npm:^3.772.0" - "@aws-sdk/types": "npm:^3.734.0" + "@aws-sdk/client-ec2": "npm:^3.777.0" + "@aws-sdk/client-sqs": "npm:^3.777.0" + "@aws-sdk/types": "npm:^3.775.0" "@middy/core": "npm:^4.7.0" "@octokit/auth-app": "npm:7.1.5" "@octokit/core": "npm:6.1.4" @@ -186,9 +186,9 @@ __metadata: resolution: "@aws-github-runner/gh-agent-syncer@workspace:functions/gh-agent-syncer" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-s3": "npm:^3.772.0" - "@aws-sdk/lib-storage": "npm:^3.772.0" - "@aws-sdk/types": "npm:^3.734.0" + "@aws-sdk/client-s3": "npm:^3.777.0" + "@aws-sdk/lib-storage": "npm:^3.777.0" + "@aws-sdk/types": "npm:^3.775.0" "@middy/core": "npm:^4.7.0" "@octokit/rest": "npm:20.1.2" "@types/aws-lambda": "npm:^8.10.147" @@ -207,8 +207,8 @@ __metadata: resolution: "@aws-github-runner/termination-watcher@workspace:functions/termination-watcher" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.772.0" - "@aws-sdk/types": "npm:^3.734.0" + "@aws-sdk/client-ec2": "npm:^3.777.0" + "@aws-sdk/types": "npm:^3.775.0" "@middy/core": "npm:^4.7.0" "@types/aws-lambda": "npm:^8.10.147" "@types/node": "npm:^22.13.10" @@ -224,8 +224,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-eventbridge": "npm:^3.772.0" - "@aws-sdk/client-sqs": "npm:^3.772.0" + "@aws-sdk/client-eventbridge": "npm:^3.777.0" + "@aws-sdk/client-sqs": "npm:^3.777.0" "@middy/core": "npm:^4.7.0" "@octokit/rest": "npm:21.1.1" "@octokit/types": "npm:^13.10.0" @@ -322,733 +322,733 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/client-ec2@npm:3.772.0" +"@aws-sdk/client-ec2@npm:^3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/client-ec2@npm:3.777.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/credential-provider-node": "npm:3.772.0" - "@aws-sdk/middleware-host-header": "npm:3.734.0" - "@aws-sdk/middleware-logger": "npm:3.734.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.772.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.758.0" - "@aws-sdk/middleware-user-agent": "npm:3.758.0" - "@aws-sdk/region-config-resolver": "npm:3.734.0" - "@aws-sdk/types": "npm:3.734.0" - "@aws-sdk/util-endpoints": "npm:3.743.0" - "@aws-sdk/util-user-agent-browser": "npm:3.734.0" - "@aws-sdk/util-user-agent-node": "npm:3.758.0" - "@smithy/config-resolver": "npm:^4.0.1" - "@smithy/core": "npm:^3.1.5" - "@smithy/fetch-http-handler": "npm:^5.0.1" - "@smithy/hash-node": "npm:^4.0.1" - "@smithy/invalid-dependency": "npm:^4.0.1" - "@smithy/middleware-content-length": "npm:^4.0.1" - "@smithy/middleware-endpoint": "npm:^4.0.6" - "@smithy/middleware-retry": "npm:^4.0.7" - "@smithy/middleware-serde": "npm:^4.0.2" - "@smithy/middleware-stack": "npm:^4.0.1" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/node-http-handler": "npm:^4.0.3" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" - "@smithy/url-parser": "npm:^4.0.1" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/credential-provider-node": "npm:3.777.0" + "@aws-sdk/middleware-host-header": "npm:3.775.0" + "@aws-sdk/middleware-logger": "npm:3.775.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.775.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.775.0" + "@aws-sdk/middleware-user-agent": "npm:3.775.0" + "@aws-sdk/region-config-resolver": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" + "@aws-sdk/util-endpoints": "npm:3.775.0" + "@aws-sdk/util-user-agent-browser": "npm:3.775.0" + "@aws-sdk/util-user-agent-node": "npm:3.775.0" + "@smithy/config-resolver": "npm:^4.1.0" + "@smithy/core": "npm:^3.2.0" + "@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.0" + "@smithy/middleware-retry": "npm:^4.1.0" + "@smithy/middleware-serde": "npm:^4.0.3" + "@smithy/middleware-stack": "npm:^4.0.2" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/node-http-handler": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" + "@smithy/url-parser": "npm:^4.0.2" "@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.7" - "@smithy/util-defaults-mode-node": "npm:^4.0.7" - "@smithy/util-endpoints": "npm:^3.0.1" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-retry": "npm:^4.0.1" + "@smithy/util-defaults-mode-browser": "npm:^4.0.8" + "@smithy/util-defaults-mode-node": "npm:^4.0.8" + "@smithy/util-endpoints": "npm:^3.0.2" + "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-retry": "npm:^4.0.2" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.2" + "@smithy/util-waiter": "npm:^4.0.3" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/9cf463ce5a110437e30798248bed2ec31e964e8b54a16bae5a07c414e7ba6631f57799734cd27a7c29a2fe406b6de5b43be945b78f26502426b67942fc753c1b + checksum: 10c0/997721295c70743636b024e585ea8f26bfdc84c698cd81189a89f0f46c00e281df1e9f24134d3e7fefb5b458ab7e1ef8a6a101c9ff8e4411f36f4703dad7371c languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.772.0" +"@aws-sdk/client-eventbridge@npm:^3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.777.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/credential-provider-node": "npm:3.772.0" - "@aws-sdk/middleware-host-header": "npm:3.734.0" - "@aws-sdk/middleware-logger": "npm:3.734.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.772.0" - "@aws-sdk/middleware-user-agent": "npm:3.758.0" - "@aws-sdk/region-config-resolver": "npm:3.734.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.758.0" - "@aws-sdk/types": "npm:3.734.0" - "@aws-sdk/util-endpoints": "npm:3.743.0" - "@aws-sdk/util-user-agent-browser": "npm:3.734.0" - "@aws-sdk/util-user-agent-node": "npm:3.758.0" - "@smithy/config-resolver": "npm:^4.0.1" - "@smithy/core": "npm:^3.1.5" - "@smithy/fetch-http-handler": "npm:^5.0.1" - "@smithy/hash-node": "npm:^4.0.1" - "@smithy/invalid-dependency": "npm:^4.0.1" - "@smithy/middleware-content-length": "npm:^4.0.1" - "@smithy/middleware-endpoint": "npm:^4.0.6" - "@smithy/middleware-retry": "npm:^4.0.7" - "@smithy/middleware-serde": "npm:^4.0.2" - "@smithy/middleware-stack": "npm:^4.0.1" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/node-http-handler": "npm:^4.0.3" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" - "@smithy/url-parser": "npm:^4.0.1" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/credential-provider-node": "npm:3.777.0" + "@aws-sdk/middleware-host-header": "npm:3.775.0" + "@aws-sdk/middleware-logger": "npm:3.775.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.775.0" + "@aws-sdk/middleware-user-agent": "npm:3.775.0" + "@aws-sdk/region-config-resolver": "npm:3.775.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" + "@aws-sdk/util-endpoints": "npm:3.775.0" + "@aws-sdk/util-user-agent-browser": "npm:3.775.0" + "@aws-sdk/util-user-agent-node": "npm:3.775.0" + "@smithy/config-resolver": "npm:^4.1.0" + "@smithy/core": "npm:^3.2.0" + "@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.0" + "@smithy/middleware-retry": "npm:^4.1.0" + "@smithy/middleware-serde": "npm:^4.0.3" + "@smithy/middleware-stack": "npm:^4.0.2" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/node-http-handler": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" + "@smithy/url-parser": "npm:^4.0.2" "@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.7" - "@smithy/util-defaults-mode-node": "npm:^4.0.7" - "@smithy/util-endpoints": "npm:^3.0.1" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-retry": "npm:^4.0.1" + "@smithy/util-defaults-mode-browser": "npm:^4.0.8" + "@smithy/util-defaults-mode-node": "npm:^4.0.8" + "@smithy/util-endpoints": "npm:^3.0.2" + "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-retry": "npm:^4.0.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/bece04a0fb99314ea7d3d22594d04abecccadf068d6926bc1eb5705e06216b793ff9cb049e15751e1f1085ee415cf05335078d5f06b800a9862658dba427983c + checksum: 10c0/3e9989a8603674773a0c443f148a5969ab321c0103ecf04745279ac601f7001277897e968c439272e89d99f37040a734971fcdade948b27a9c44933722ec9ade languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/client-s3@npm:3.772.0" +"@aws-sdk/client-s3@npm:^3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/client-s3@npm:3.777.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.758.0" - "@aws-sdk/credential-provider-node": "npm:3.772.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.734.0" - "@aws-sdk/middleware-expect-continue": "npm:3.734.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.758.0" - "@aws-sdk/middleware-host-header": "npm:3.734.0" - "@aws-sdk/middleware-location-constraint": "npm:3.734.0" - "@aws-sdk/middleware-logger": "npm:3.734.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.772.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.758.0" - "@aws-sdk/middleware-ssec": "npm:3.734.0" - "@aws-sdk/middleware-user-agent": "npm:3.758.0" - "@aws-sdk/region-config-resolver": "npm:3.734.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.758.0" - "@aws-sdk/types": "npm:3.734.0" - "@aws-sdk/util-endpoints": "npm:3.743.0" - "@aws-sdk/util-user-agent-browser": "npm:3.734.0" - "@aws-sdk/util-user-agent-node": "npm:3.758.0" - "@aws-sdk/xml-builder": "npm:3.734.0" - "@smithy/config-resolver": "npm:^4.0.1" - "@smithy/core": "npm:^3.1.5" - "@smithy/eventstream-serde-browser": "npm:^4.0.1" - "@smithy/eventstream-serde-config-resolver": "npm:^4.0.1" - "@smithy/eventstream-serde-node": "npm:^4.0.1" - "@smithy/fetch-http-handler": "npm:^5.0.1" - "@smithy/hash-blob-browser": "npm:^4.0.1" - "@smithy/hash-node": "npm:^4.0.1" - "@smithy/hash-stream-node": "npm:^4.0.1" - "@smithy/invalid-dependency": "npm:^4.0.1" - "@smithy/md5-js": "npm:^4.0.1" - "@smithy/middleware-content-length": "npm:^4.0.1" - "@smithy/middleware-endpoint": "npm:^4.0.6" - "@smithy/middleware-retry": "npm:^4.0.7" - "@smithy/middleware-serde": "npm:^4.0.2" - "@smithy/middleware-stack": "npm:^4.0.1" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/node-http-handler": "npm:^4.0.3" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" - "@smithy/url-parser": "npm:^4.0.1" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/credential-provider-node": "npm:3.777.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.775.0" + "@aws-sdk/middleware-expect-continue": "npm:3.775.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.775.0" + "@aws-sdk/middleware-host-header": "npm:3.775.0" + "@aws-sdk/middleware-location-constraint": "npm:3.775.0" + "@aws-sdk/middleware-logger": "npm:3.775.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.775.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.775.0" + "@aws-sdk/middleware-ssec": "npm:3.775.0" + "@aws-sdk/middleware-user-agent": "npm:3.775.0" + "@aws-sdk/region-config-resolver": "npm:3.775.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" + "@aws-sdk/util-endpoints": "npm:3.775.0" + "@aws-sdk/util-user-agent-browser": "npm:3.775.0" + "@aws-sdk/util-user-agent-node": "npm:3.775.0" + "@aws-sdk/xml-builder": "npm:3.775.0" + "@smithy/config-resolver": "npm:^4.1.0" + "@smithy/core": "npm:^3.2.0" + "@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.0" + "@smithy/middleware-retry": "npm:^4.1.0" + "@smithy/middleware-serde": "npm:^4.0.3" + "@smithy/middleware-stack": "npm:^4.0.2" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/node-http-handler": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" + "@smithy/url-parser": "npm:^4.0.2" "@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.7" - "@smithy/util-defaults-mode-node": "npm:^4.0.7" - "@smithy/util-endpoints": "npm:^3.0.1" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-retry": "npm:^4.0.1" - "@smithy/util-stream": "npm:^4.1.2" + "@smithy/util-defaults-mode-browser": "npm:^4.0.8" + "@smithy/util-defaults-mode-node": "npm:^4.0.8" + "@smithy/util-endpoints": "npm:^3.0.2" + "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-retry": "npm:^4.0.2" + "@smithy/util-stream": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.2" + "@smithy/util-waiter": "npm:^4.0.3" tslib: "npm:^2.6.2" - checksum: 10c0/ef71d100e8f8dc58a4488596f65717542468997c7f1dc48153afb3643207e6121086518424171308ebac99eb5f4896772e2f1faf86b10e820db66bf79d4fe428 + checksum: 10c0/21c1ca43f0f2cc09aed47e52c5e63edf2ca7858af41db9c08e6f58763233e908d7e9f8724acb0a43669797a76d15597f4075ac173ef66d2cc20e1395fc0f5557 languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/client-sqs@npm:3.772.0" +"@aws-sdk/client-sqs@npm:^3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/client-sqs@npm:3.777.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/credential-provider-node": "npm:3.772.0" - "@aws-sdk/middleware-host-header": "npm:3.734.0" - "@aws-sdk/middleware-logger": "npm:3.734.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.772.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.758.0" - "@aws-sdk/middleware-user-agent": "npm:3.758.0" - "@aws-sdk/region-config-resolver": "npm:3.734.0" - "@aws-sdk/types": "npm:3.734.0" - "@aws-sdk/util-endpoints": "npm:3.743.0" - "@aws-sdk/util-user-agent-browser": "npm:3.734.0" - "@aws-sdk/util-user-agent-node": "npm:3.758.0" - "@smithy/config-resolver": "npm:^4.0.1" - "@smithy/core": "npm:^3.1.5" - "@smithy/fetch-http-handler": "npm:^5.0.1" - "@smithy/hash-node": "npm:^4.0.1" - "@smithy/invalid-dependency": "npm:^4.0.1" - "@smithy/md5-js": "npm:^4.0.1" - "@smithy/middleware-content-length": "npm:^4.0.1" - "@smithy/middleware-endpoint": "npm:^4.0.6" - "@smithy/middleware-retry": "npm:^4.0.7" - "@smithy/middleware-serde": "npm:^4.0.2" - "@smithy/middleware-stack": "npm:^4.0.1" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/node-http-handler": "npm:^4.0.3" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" - "@smithy/url-parser": "npm:^4.0.1" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/credential-provider-node": "npm:3.777.0" + "@aws-sdk/middleware-host-header": "npm:3.775.0" + "@aws-sdk/middleware-logger": "npm:3.775.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.775.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.775.0" + "@aws-sdk/middleware-user-agent": "npm:3.775.0" + "@aws-sdk/region-config-resolver": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" + "@aws-sdk/util-endpoints": "npm:3.775.0" + "@aws-sdk/util-user-agent-browser": "npm:3.775.0" + "@aws-sdk/util-user-agent-node": "npm:3.775.0" + "@smithy/config-resolver": "npm:^4.1.0" + "@smithy/core": "npm:^3.2.0" + "@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.0" + "@smithy/middleware-retry": "npm:^4.1.0" + "@smithy/middleware-serde": "npm:^4.0.3" + "@smithy/middleware-stack": "npm:^4.0.2" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/node-http-handler": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" + "@smithy/url-parser": "npm:^4.0.2" "@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.7" - "@smithy/util-defaults-mode-node": "npm:^4.0.7" - "@smithy/util-endpoints": "npm:^3.0.1" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-retry": "npm:^4.0.1" + "@smithy/util-defaults-mode-browser": "npm:^4.0.8" + "@smithy/util-defaults-mode-node": "npm:^4.0.8" + "@smithy/util-endpoints": "npm:^3.0.2" + "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-retry": "npm:^4.0.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/af29e47e4551705be860c432ca8fa03095054febe277d97bd000d537d5d5e5dc1ba6ef2cec15a7e0cfa284c5a4b80bdb8ebf43d8a607bcecc660af050a10dd80 + checksum: 10c0/7aea09ad3de1861adf0925ff5759f3afd483c0ac114916aa19ffc73ad2e23cfdaf765a49562dff1908e3061d46596bbff5931502d4638be3955d521fdff36c6e languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/client-ssm@npm:3.772.0" +"@aws-sdk/client-ssm@npm:^3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/client-ssm@npm:3.777.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/credential-provider-node": "npm:3.772.0" - "@aws-sdk/middleware-host-header": "npm:3.734.0" - "@aws-sdk/middleware-logger": "npm:3.734.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.772.0" - "@aws-sdk/middleware-user-agent": "npm:3.758.0" - "@aws-sdk/region-config-resolver": "npm:3.734.0" - "@aws-sdk/types": "npm:3.734.0" - "@aws-sdk/util-endpoints": "npm:3.743.0" - "@aws-sdk/util-user-agent-browser": "npm:3.734.0" - "@aws-sdk/util-user-agent-node": "npm:3.758.0" - "@smithy/config-resolver": "npm:^4.0.1" - "@smithy/core": "npm:^3.1.5" - "@smithy/fetch-http-handler": "npm:^5.0.1" - "@smithy/hash-node": "npm:^4.0.1" - "@smithy/invalid-dependency": "npm:^4.0.1" - "@smithy/middleware-content-length": "npm:^4.0.1" - "@smithy/middleware-endpoint": "npm:^4.0.6" - "@smithy/middleware-retry": "npm:^4.0.7" - "@smithy/middleware-serde": "npm:^4.0.2" - "@smithy/middleware-stack": "npm:^4.0.1" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/node-http-handler": "npm:^4.0.3" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" - "@smithy/url-parser": "npm:^4.0.1" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/credential-provider-node": "npm:3.777.0" + "@aws-sdk/middleware-host-header": "npm:3.775.0" + "@aws-sdk/middleware-logger": "npm:3.775.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.775.0" + "@aws-sdk/middleware-user-agent": "npm:3.775.0" + "@aws-sdk/region-config-resolver": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" + "@aws-sdk/util-endpoints": "npm:3.775.0" + "@aws-sdk/util-user-agent-browser": "npm:3.775.0" + "@aws-sdk/util-user-agent-node": "npm:3.775.0" + "@smithy/config-resolver": "npm:^4.1.0" + "@smithy/core": "npm:^3.2.0" + "@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.0" + "@smithy/middleware-retry": "npm:^4.1.0" + "@smithy/middleware-serde": "npm:^4.0.3" + "@smithy/middleware-stack": "npm:^4.0.2" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/node-http-handler": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" + "@smithy/url-parser": "npm:^4.0.2" "@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.7" - "@smithy/util-defaults-mode-node": "npm:^4.0.7" - "@smithy/util-endpoints": "npm:^3.0.1" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-retry": "npm:^4.0.1" + "@smithy/util-defaults-mode-browser": "npm:^4.0.8" + "@smithy/util-defaults-mode-node": "npm:^4.0.8" + "@smithy/util-endpoints": "npm:^3.0.2" + "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-retry": "npm:^4.0.2" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.2" + "@smithy/util-waiter": "npm:^4.0.3" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/30a55f0469e08d3197d275662bfb3dfe800d6e2d38728b3b695e4bb3d640bcc7998221d6ed32f20a8d9bc09e05ce4585a6149626f9daa9795e80ec5f139f936e + checksum: 10c0/82e955a7f9c24f67c4c8ed664b3e90697712715cb539cf3ff6b93c20d1eacd1cd63b14b1e4631ddb0fd4c2d5224862353a5c55b09494b697c23ae501c332155b languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/client-sso@npm:3.772.0" +"@aws-sdk/client-sso@npm:3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/client-sso@npm:3.777.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/middleware-host-header": "npm:3.734.0" - "@aws-sdk/middleware-logger": "npm:3.734.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.772.0" - "@aws-sdk/middleware-user-agent": "npm:3.758.0" - "@aws-sdk/region-config-resolver": "npm:3.734.0" - "@aws-sdk/types": "npm:3.734.0" - "@aws-sdk/util-endpoints": "npm:3.743.0" - "@aws-sdk/util-user-agent-browser": "npm:3.734.0" - "@aws-sdk/util-user-agent-node": "npm:3.758.0" - "@smithy/config-resolver": "npm:^4.0.1" - "@smithy/core": "npm:^3.1.5" - "@smithy/fetch-http-handler": "npm:^5.0.1" - "@smithy/hash-node": "npm:^4.0.1" - "@smithy/invalid-dependency": "npm:^4.0.1" - "@smithy/middleware-content-length": "npm:^4.0.1" - "@smithy/middleware-endpoint": "npm:^4.0.6" - "@smithy/middleware-retry": "npm:^4.0.7" - "@smithy/middleware-serde": "npm:^4.0.2" - "@smithy/middleware-stack": "npm:^4.0.1" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/node-http-handler": "npm:^4.0.3" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" - "@smithy/url-parser": "npm:^4.0.1" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/middleware-host-header": "npm:3.775.0" + "@aws-sdk/middleware-logger": "npm:3.775.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.775.0" + "@aws-sdk/middleware-user-agent": "npm:3.775.0" + "@aws-sdk/region-config-resolver": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" + "@aws-sdk/util-endpoints": "npm:3.775.0" + "@aws-sdk/util-user-agent-browser": "npm:3.775.0" + "@aws-sdk/util-user-agent-node": "npm:3.775.0" + "@smithy/config-resolver": "npm:^4.1.0" + "@smithy/core": "npm:^3.2.0" + "@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.0" + "@smithy/middleware-retry": "npm:^4.1.0" + "@smithy/middleware-serde": "npm:^4.0.3" + "@smithy/middleware-stack": "npm:^4.0.2" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/node-http-handler": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" + "@smithy/url-parser": "npm:^4.0.2" "@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.7" - "@smithy/util-defaults-mode-node": "npm:^4.0.7" - "@smithy/util-endpoints": "npm:^3.0.1" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-retry": "npm:^4.0.1" + "@smithy/util-defaults-mode-browser": "npm:^4.0.8" + "@smithy/util-defaults-mode-node": "npm:^4.0.8" + "@smithy/util-endpoints": "npm:^3.0.2" + "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-retry": "npm:^4.0.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/780b99e743cb0b7e68d4e44c34835c85fa5dd10e685d5caad70f2141ec27743628ea2f77a28836e9fb6926e14f71a1520c2dbdb9c4b88734df2325c90418d715 + checksum: 10c0/0a14dd828ef7c46621ea564811c9055866b9775f6a13724a6dad9e195dc818367fcd182d43c92980997be6bd004b0e23e012746c1f32e5af8fca9f402582f40f languageName: node linkType: hard -"@aws-sdk/core@npm:3.758.0": - version: 3.758.0 - resolution: "@aws-sdk/core@npm:3.758.0" +"@aws-sdk/core@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/core@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@smithy/core": "npm:^3.1.5" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/signature-v4": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" - "@smithy/util-middleware": "npm:^4.0.1" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/core": "npm:^3.2.0" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/property-provider": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/signature-v4": "npm:^5.0.2" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.0.2" fast-xml-parser: "npm:4.4.1" tslib: "npm:^2.6.2" - checksum: 10c0/c5c93fb425e20e7552609d9bb965e9c36604f6fd45d12dc8d8b0b20d9773797d911bccc47112e6925ee21c4dbfad2efe577a457db2409ffef34a0c658105742d + checksum: 10c0/14fb2fb46c191d4409a1f35fc4276ec77c446e81f22d6dc5355d3d7a28575ab26253fc646e4a0deed05c2fe89e4850547096191a4ef3ec6bb775a1a4c30171d1 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.758.0": - version: 3.758.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.758.0" +"@aws-sdk/credential-provider-env@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.775.0" dependencies: - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/types": "npm:3.734.0" - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/property-provider": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/8f8c56627790a57d299f157a746d690ac8ddc959628a6a72f1cd091c6586481193b3f85b60b8b6228382008cfff94f81096a9bdc5607b24d256f1ba322d1e1d1 + checksum: 10c0/461d2dba7d8dde9720b99e9d34d6b9e4e115335d3d184d15011e36124fc73d182e9c9f33fcf77682428abc7849a1b248371758be46c23fc312521f51d08054e2 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.758.0": - version: 3.758.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.758.0" +"@aws-sdk/credential-provider-http@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.775.0" dependencies: - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/types": "npm:3.734.0" - "@smithy/fetch-http-handler": "npm:^5.0.1" - "@smithy/node-http-handler": "npm:^4.0.3" - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" - "@smithy/util-stream": "npm:^4.1.2" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.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.0" + "@smithy/types": "npm:^4.2.0" + "@smithy/util-stream": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/b9c3161bb3ecfb214d537255685dec049560acd115fef89e087c5cd6f4ab294b1e5c0ca014be0040fc40cef9385c1123de39bd0870f21136cee1ca857409bc4c - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-ini@npm:3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.772.0" - dependencies: - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/credential-provider-env": "npm:3.758.0" - "@aws-sdk/credential-provider-http": "npm:3.758.0" - "@aws-sdk/credential-provider-process": "npm:3.758.0" - "@aws-sdk/credential-provider-sso": "npm:3.772.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.772.0" - "@aws-sdk/nested-clients": "npm:3.772.0" - "@aws-sdk/types": "npm:3.734.0" - "@smithy/credential-provider-imds": "npm:^4.0.1" - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/shared-ini-file-loader": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + checksum: 10c0/f2a5939108ecdb330610b60fab61c01f0b98e972df2abaa5ac6e46102e4a2a7e877c934e28bacb32a855a431c33af53a169568ee2df6b1c4bcf6e32ed69c721a + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-ini@npm:3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.777.0" + dependencies: + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/credential-provider-env": "npm:3.775.0" + "@aws-sdk/credential-provider-http": "npm:3.775.0" + "@aws-sdk/credential-provider-process": "npm:3.775.0" + "@aws-sdk/credential-provider-sso": "npm:3.777.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.777.0" + "@aws-sdk/nested-clients": "npm:3.777.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/credential-provider-imds": "npm:^4.0.2" + "@smithy/property-provider": "npm:^4.0.2" + "@smithy/shared-ini-file-loader": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/3296b7c6f703d2c7180407d5a6ed8838d7f85f751c553cdaffd5073303b5a09433991d667e41007722de33dfeaa291633f395a8a037a89eff30b93ce832384a6 + checksum: 10c0/b905820d6591010f73bc1af5e0185d2a38590fa0722e979f9d85de46853516c353b6ccee641311e413231425b59ad9ddeb87b93a9e0ff3c301741fa79d099aef languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.772.0" +"@aws-sdk/credential-provider-node@npm:3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.777.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.758.0" - "@aws-sdk/credential-provider-http": "npm:3.758.0" - "@aws-sdk/credential-provider-ini": "npm:3.772.0" - "@aws-sdk/credential-provider-process": "npm:3.758.0" - "@aws-sdk/credential-provider-sso": "npm:3.772.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.772.0" - "@aws-sdk/types": "npm:3.734.0" - "@smithy/credential-provider-imds": "npm:^4.0.1" - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/shared-ini-file-loader": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/credential-provider-env": "npm:3.775.0" + "@aws-sdk/credential-provider-http": "npm:3.775.0" + "@aws-sdk/credential-provider-ini": "npm:3.777.0" + "@aws-sdk/credential-provider-process": "npm:3.775.0" + "@aws-sdk/credential-provider-sso": "npm:3.777.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.777.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/credential-provider-imds": "npm:^4.0.2" + "@smithy/property-provider": "npm:^4.0.2" + "@smithy/shared-ini-file-loader": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/fdaecd1e0d010b991cc87ad21c07b30b9b2ce9532e814f54e47917312cb81cdf0dbf8e75602f6a58dbd3a509c3ac8931b8496b43e9453023c991769c9159de46 + checksum: 10c0/4d2b3b69e24f4e64a07450caa4965cf524d3a4cd0a568c7911639230b544cfc467ed3067b84f177e6550f6b2395895346c9b393c69945fa0a56b5f2a33476294 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.758.0": - version: 3.758.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.758.0" +"@aws-sdk/credential-provider-process@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.775.0" dependencies: - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/types": "npm:3.734.0" - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/shared-ini-file-loader": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/property-provider": "npm:^4.0.2" + "@smithy/shared-ini-file-loader": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/adb26090cc9812fe91f3941e41c365c9afe28157b9e76b266e9b34d0e8bffbad73af2e8e8e37345bbbd2def63601dd7f35c3d681c9f1099e461e7180693d2a95 + checksum: 10c0/5e8fc389ddf91694a590adb0ee2dadf148b7279759c1a0a8b3a055a78af0b75773f9f50f6a769be1d3284c639ad037a2a8951a463020e692c5f911c8e5062402 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.772.0" +"@aws-sdk/credential-provider-sso@npm:3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.777.0" dependencies: - "@aws-sdk/client-sso": "npm:3.772.0" - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/token-providers": "npm:3.772.0" - "@aws-sdk/types": "npm:3.734.0" - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/shared-ini-file-loader": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/client-sso": "npm:3.777.0" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/token-providers": "npm:3.777.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/property-provider": "npm:^4.0.2" + "@smithy/shared-ini-file-loader": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/ad5c5320a333fe7533d95bdb9728fde8016689a9270aa60d990e5e58c983a0f528f0aae6db9f33aa14d2177a37ccb7812cad909e8b7ba8bf745195e25865d301 + checksum: 10c0/3df1ae333b74e9aa5ecf4e7d6dc87f778f2de11433e87e4383f46d33cacca8249dbd1b6f46ffdf720a7dd8bea25ab528cb3d4514d98bce7aa8cc30a09620ba19 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.772.0" +"@aws-sdk/credential-provider-web-identity@npm:3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.777.0" dependencies: - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/nested-clients": "npm:3.772.0" - "@aws-sdk/types": "npm:3.734.0" - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/nested-clients": "npm:3.777.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/property-provider": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/6714beb227f72dcd9cb9fb45e8c5013c6c339408b26d5b7a077c2a53e3fd87d89f701feecd8942a7001dedd7bd584224da87be297f273c76f2d64eeba510ce3c + checksum: 10c0/5d7fdf7d6911f06255f9d03540c1d7bdec1a74c529f91b6fb1960e473ffefcf8750d8aa8826b3e49d6bc7ec27e22b10e04888e8a9d2f6796cb262299af664e2d languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/lib-storage@npm:3.772.0" +"@aws-sdk/lib-storage@npm:^3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/lib-storage@npm:3.777.0" dependencies: - "@smithy/abort-controller": "npm:^4.0.1" - "@smithy/middleware-endpoint": "npm:^4.0.6" - "@smithy/smithy-client": "npm:^4.1.6" + "@smithy/abort-controller": "npm:^4.0.2" + "@smithy/middleware-endpoint": "npm:^4.1.0" + "@smithy/smithy-client": "npm:^4.2.0" 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.772.0 - checksum: 10c0/1918bdad470aea38fc355e58862de673ed65cbcc8139483202f04f52217e951b4870c476dea754624c3616e054282c4c3aca0307b2c5b8a7215208ae2f6653a2 + "@aws-sdk/client-s3": ^3.777.0 + checksum: 10c0/ecd83283d557b86d717ad712ac6941dd2f2afd67bc4e93e106e72a033a402364a54d1fa847e0953197425d43c052b54816507fd9acf59770c8dd0f8c985f94a0 languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.734.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/types": "npm:3.775.0" "@aws-sdk/util-arn-parser": "npm:3.723.0" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/types": "npm:^4.2.0" "@smithy/util-config-provider": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/f0f98bb478ff469ec3aab0ae5b8122cafc26e4d88efbb1d277429dfd21c70a64eaf996d5cbb7360ff93dcc0e985d75bca5bfcb6a814b1d18ab14c5b912c7c5ad + checksum: 10c0/67403c36a67aca9d1e0834f0ef22ab998846eb6ba408ae473862564da075e5dade2a1286e2f096c90c4defc166b89c1d56af74b761424d630a170301529f5c66 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.734.0" +"@aws-sdk/middleware-expect-continue@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/5e6fa03e4b4ef8ff52314a5aea6b7c807e39516ad7c817003c8ef22c4d25de98dc469bab30d6f11a56cba7a968bcdf032373c8c1d074a16ff72ac2cd08f1a5e9 + checksum: 10c0/b0f40cd2ecc4f3a28effc1af427d8c3984bcd5fa03c360073c32264ef134e1d32f6777c631e767ca9fa7c6d3f380cd930736f328fd3b0c896f1756981549ae0d languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.758.0": - version: 3.758.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.758.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.775.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.758.0" - "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" "@smithy/is-array-buffer": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-stream": "npm:^4.1.2" + "@smithy/node-config-provider": "npm:^4.0.2" + "@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/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/524c72ec60eef8e20ca9d4592ee316011056c0a7049972a4f56815866da04de086fa66d716f94bbe44621f4a0dc0bfcc65dd798d912c936d92a29fd659d2eb1d + checksum: 10c0/c6afcb70aae0afa2880af0df09a5bd87ccb5139de74557d70d58c55aedf24bfd93a426d9ea4bedbe162ceca3b16c54eb900f1877d7a1cabab2a8e97eb0b37f63 languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.734.0" +"@aws-sdk/middleware-host-header@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/56e8501c3beda2961ebba56f1146849594edafa0d33ce2bdb04b62df9732d1218ffe89882333d87d76079798dc575af1756db4d7270916d8d83f8d9ef7c4798e + checksum: 10c0/1e7fb71bc596250c20d51a6ec5f33801746db6ca553f2baf3f3261db5abf18dc5f0c31514c81496f6efaf39643aaa90226ca801b36d9bd76943221f15256a266 languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.734.0" +"@aws-sdk/middleware-location-constraint@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/ec6a10d2545dfbda2806e8dd2244a6be76c97d5fdae2068c461cb61753801ce60079518ad45f3eb559a37042f057636da754cccec751d04d0b94b534d423424e + checksum: 10c0/85f136cab13b6f955d28e88245dd8706e273652403a6ad8edf993502539e4c48963a5069e3db3c81c96de2db3bdd20a4acca7fdad1f59d9505671e6d3904d70f languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/middleware-logger@npm:3.734.0" +"@aws-sdk/middleware-logger@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/middleware-logger@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/dc690e546d0411929ff5888cd2dad56b7583f160ce4339f24d4963b9d11022f06da76d5f96c56d2ff2624493885254200788c763f113c26695875b8a229ee9a1 + checksum: 10c0/ab46864523cd58e965bd7071781a8719dec7037aeef4c08345138ad90d6e0162ac911f79b40bd2bd3308776edbaa5dc987f9e104da0980537947227a4cddce12 languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.772.0" +"@aws-sdk/middleware-recursion-detection@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/5f1f7613c7897fb6dd807b106dd56f7cf1143186b5853bf5efeeea1b9d04368150ecee4ddce172d130e38e92abe5b4501280ff50748c52ac299e972550af05fa + checksum: 10c0/652ac6384034cb7219d8f44cbbc059dbc68cc6f8c9e61dbd19bc5488ff267564cc899ab52cdc45aa79d0e2d4162ce52e00c518a3eb4371f5b72465e715cd5387 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.758.0": - version: 3.758.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.758.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@aws-sdk/util-format-url": "npm:3.734.0" - "@smithy/middleware-endpoint": "npm:^4.0.6" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/signature-v4": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/types": "npm:3.775.0" + "@aws-sdk/util-format-url": "npm:3.775.0" + "@smithy/middleware-endpoint": "npm:^4.1.0" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/signature-v4": "npm:^5.0.2" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/50e8a46231987795e5e4fa58ef1c75f1acfb2d0e666a736c0b40bc6b8fa8f642be369c618c8d37c7c710e5529aa590f257768a8c7408c8b56e669d2ca81fea1b + checksum: 10c0/5b25b469583c1679d50b593bfa4ffd9e58f4c661049d0b1454576b0d044307ed796f4717cf8e0a9759f378695788d64c29b62130ab36c6b081e5256d4c761c4a languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.758.0": - version: 3.758.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.758.0" +"@aws-sdk/middleware-sdk-s3@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.775.0" dependencies: - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" "@aws-sdk/util-arn-parser": "npm:3.723.0" - "@smithy/core": "npm:^3.1.5" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/signature-v4": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" + "@smithy/core": "npm:^3.2.0" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/signature-v4": "npm:^5.0.2" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-stream": "npm:^4.1.2" + "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-stream": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/ea561507aa217c46300486f63dae19e475367682b9391bc9ef251a08c75e4dd2b6086c75e72eb08f7e49caf70c5eb51e4b67aab1680e0dbca0127a47e6bcdc89 + checksum: 10c0/4d7c47b4168f2b8f35d2bdf9aa964b8e31c6e4b2a243555265effa1aeae688629b7c8605ea34644d21b9b20850d53d7e7493c2ff44aa85f8ee9529cede7c7dcb languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.758.0": - version: 3.758.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.758.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" "@smithy/util-hex-encoding": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/e4efcbb443b418ea62bd6343048932db81ed8d9e1da66bc62d57472b0692838c94ed85d38f7e634ff364d8f1c1983f690a7bd816be4b2f854dc0e65e96c40571 + checksum: 10c0/23dbdce5cb2a09e91d4e125e611907d8923f9864166d5e914c5ad0b432b72aa37d785ad1fba6efbb751edd69f35ec8ea4ab0f05b06df12dabdf5aad25ee05ccb languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.734.0" +"@aws-sdk/middleware-ssec@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/ba1d0f202ef0e58d82895bbe71dcb4520f0eaf958ebc37baa3383e42729091fca2f927ec3482478b0ece35ae001c72da9afb71c83504e0aba6df4074a6a2187a + checksum: 10c0/6f5148efa3b470a25ee44d200b18676a417f2990cf681a54a87f4a79597714777f7aee7d7ac47194cb836609496856fa6a3b307df76d36f11890b9f3770bb0c3 languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.758.0": - version: 3.758.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.758.0" +"@aws-sdk/middleware-user-agent@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.775.0" dependencies: - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/types": "npm:3.734.0" - "@aws-sdk/util-endpoints": "npm:3.743.0" - "@smithy/core": "npm:^3.1.5" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" + "@aws-sdk/util-endpoints": "npm:3.775.0" + "@smithy/core": "npm:^3.2.0" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/2bccf1cdeed1bcb1248a2eda23da0f68fb425f2a2a0794dd24be46aa688d01c19a71783f7cf55fb208b5563a7d16bc93cfdfa9a77d4f5e1a944a395a77cf2f1d + checksum: 10c0/dd782955a6482df9935faec08a64b674913e8be8c58347dae32d1b5ddb2196e49c328605d864d9d85c725f92ad6eb6454d3aef8433d7ff599ad2a94545b0c2e1 languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/nested-clients@npm:3.772.0" +"@aws-sdk/nested-clients@npm:3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/nested-clients@npm:3.777.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.758.0" - "@aws-sdk/middleware-host-header": "npm:3.734.0" - "@aws-sdk/middleware-logger": "npm:3.734.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.772.0" - "@aws-sdk/middleware-user-agent": "npm:3.758.0" - "@aws-sdk/region-config-resolver": "npm:3.734.0" - "@aws-sdk/types": "npm:3.734.0" - "@aws-sdk/util-endpoints": "npm:3.743.0" - "@aws-sdk/util-user-agent-browser": "npm:3.734.0" - "@aws-sdk/util-user-agent-node": "npm:3.758.0" - "@smithy/config-resolver": "npm:^4.0.1" - "@smithy/core": "npm:^3.1.5" - "@smithy/fetch-http-handler": "npm:^5.0.1" - "@smithy/hash-node": "npm:^4.0.1" - "@smithy/invalid-dependency": "npm:^4.0.1" - "@smithy/middleware-content-length": "npm:^4.0.1" - "@smithy/middleware-endpoint": "npm:^4.0.6" - "@smithy/middleware-retry": "npm:^4.0.7" - "@smithy/middleware-serde": "npm:^4.0.2" - "@smithy/middleware-stack": "npm:^4.0.1" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/node-http-handler": "npm:^4.0.3" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" - "@smithy/url-parser": "npm:^4.0.1" + "@aws-sdk/core": "npm:3.775.0" + "@aws-sdk/middleware-host-header": "npm:3.775.0" + "@aws-sdk/middleware-logger": "npm:3.775.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.775.0" + "@aws-sdk/middleware-user-agent": "npm:3.775.0" + "@aws-sdk/region-config-resolver": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" + "@aws-sdk/util-endpoints": "npm:3.775.0" + "@aws-sdk/util-user-agent-browser": "npm:3.775.0" + "@aws-sdk/util-user-agent-node": "npm:3.775.0" + "@smithy/config-resolver": "npm:^4.1.0" + "@smithy/core": "npm:^3.2.0" + "@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.0" + "@smithy/middleware-retry": "npm:^4.1.0" + "@smithy/middleware-serde": "npm:^4.0.3" + "@smithy/middleware-stack": "npm:^4.0.2" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/node-http-handler": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" + "@smithy/url-parser": "npm:^4.0.2" "@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.7" - "@smithy/util-defaults-mode-node": "npm:^4.0.7" - "@smithy/util-endpoints": "npm:^3.0.1" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-retry": "npm:^4.0.1" + "@smithy/util-defaults-mode-browser": "npm:^4.0.8" + "@smithy/util-defaults-mode-node": "npm:^4.0.8" + "@smithy/util-endpoints": "npm:^3.0.2" + "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-retry": "npm:^4.0.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/62d1bf7837417b0cbc208d24634484a749b8f7cb82074b386d792a485b894b7f10035fcc37b8a5251c39d1cc75246d39a53659e170981ff0b1a781a4cac778b0 + checksum: 10c0/e7fe77cc30d09ba423b518e6a4dec71402ef8b01c959c15e1c61dbbed80c997213643dc14e347e8a5a463a2020038ca0b01078ec04761f331b1359fa8acc8599 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.734.0" +"@aws-sdk/region-config-resolver@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-middleware": "npm:^4.0.2" tslib: "npm:^2.6.2" - checksum: 10c0/c1e026dcbe9d7529ec5efee979a868d0c868287d68e7e219bd730d887ab1ccf17ef48516477e57325fef55543217496bcfe7ba6d17d9ecad98cf8cf18d5ced63 + checksum: 10c0/774d3e65873c725634b208604df3aac379ba9a9b8c4910a0ba54360bae8855d22e7dd1310d15f1946d9b8b16bca03b268d29984d0b25f2ba33094aeb30da6072 languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.758.0": - version: 3.758.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.758.0" +"@aws-sdk/signature-v4-multi-region@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.775.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.758.0" - "@aws-sdk/types": "npm:3.734.0" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/signature-v4": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/signature-v4": "npm:^5.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/172be0dc5f7c1e8cff4257d0d737e7ef56ce2e4297b9431fc8f864f5f43a8054277903a70744ef9717049299256bd138fad284586d727bb3b6f2b9ac1dd4afce + checksum: 10c0/1e13b2382bdc4a8b917466c01388575b7139f9207410a19d99d39db6546f1e56b99fe043276136fbdad05133ca3e6e92c84a2c0fcf6cea573f12db9bc3d8079f languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.772.0": - version: 3.772.0 - resolution: "@aws-sdk/token-providers@npm:3.772.0" +"@aws-sdk/token-providers@npm:3.777.0": + version: 3.777.0 + resolution: "@aws-sdk/token-providers@npm:3.777.0" dependencies: - "@aws-sdk/nested-clients": "npm:3.772.0" - "@aws-sdk/types": "npm:3.734.0" - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/shared-ini-file-loader": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/nested-clients": "npm:3.777.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/property-provider": "npm:^4.0.2" + "@smithy/shared-ini-file-loader": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/0b70492d25c16d78c08917d7b655a78b57863fa739fbfefee943a7fcc781654ded5c7973a4a3f0bf07874d4a82f3e9c0e1d7bae24b768628c0e292765639a500 + checksum: 10c0/744cf95c4bcda2909ff49b7fbfb784a8d8de0f0072b13acbd8706c9cf35243aecc6f0cc40cd1fd819092893a4121964d9d6194751e30bc06278be7d0e2d95d5d languageName: node linkType: hard -"@aws-sdk/types@npm:3.734.0, @aws-sdk/types@npm:^3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/types@npm:3.734.0" +"@aws-sdk/types@npm:3.775.0, @aws-sdk/types@npm:^3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/types@npm:3.775.0" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/74313849619b8bce9e6a52c70fcdaa212574a443503c78bccdba77cdc7bc66b8cecefe461852e0bab7376cc2ec3e1891730b1a027be63efb47394115c8ddb856 + checksum: 10c0/106515a677a8619ecffc6a652d6866a29f9191f2f883d4a98e44ea1926a112994c4c4733e77f7d997f5f1a4cecf2ce605059a449001d5630ed73f6cd4d4d94a3 languageName: node linkType: hard @@ -1071,27 +1071,27 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.743.0": - version: 3.743.0 - resolution: "@aws-sdk/util-endpoints@npm:3.743.0" +"@aws-sdk/util-endpoints@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/util-endpoints@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@smithy/types": "npm:^4.1.0" - "@smithy/util-endpoints": "npm:^3.0.1" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/types": "npm:^4.2.0" + "@smithy/util-endpoints": "npm:^3.0.2" tslib: "npm:^2.6.2" - checksum: 10c0/9adba3aa9a5a3cadb7f89c7b3424034c5efb7c10c55114ab02e3d069b4112a05a1e8578ff6ed937412f5d5d1a9cdeeac03b80e5b5d47eaf8fb167d031915e424 + checksum: 10c0/d85fbe8a1e213ac4925c9572ded852b3a26e688aa2be15918c02b3340f7493de4254fe5a2a5a4e21955a5b5b919c69004a9bfcefae834c15476dfa4ac4cb7b2d languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/util-format-url@npm:3.734.0" +"@aws-sdk/util-format-url@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/util-format-url@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@smithy/querystring-builder": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/querystring-builder": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/88e3f49536e65b1acb90c6bf85310d627e5bed799cce65c6a8b69b163b54d4a1fba66c309e864deabc2e179ea921f36cb879bf2f7cf99e81d8c085d78606030e + checksum: 10c0/4128a39b8b7c6f3b8e4cbf28ea1a85b97ebcd52c9e4468ffac3bae3d6fd56f23c7f4dff5ee3dc9689d5c04cd272d4159094e7d504f0ebf779894eb94bd5f7447 languageName: node linkType: hard @@ -1104,43 +1104,43 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.734.0" +"@aws-sdk/util-user-agent-browser@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.775.0" dependencies: - "@aws-sdk/types": "npm:3.734.0" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/types": "npm:^4.2.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/7fc8c5e29f3219f8abf1d0cff73dd6bb34f32a235473843e50f61375b1c05f4c49269cd956c9e4623c87c025e1eeef9fc699ae3389665459721bc11e00c25ead + checksum: 10c0/527f3225a28a49de6893c2a396d80cd13cfa64f9cc9d16b575a708e5d4a6006e145aaec6166071012aacdb732604c3a554d69ab6f099fb021d0d15565bb7fb4c languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.758.0": - version: 3.758.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.758.0" +"@aws-sdk/util-user-agent-node@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.775.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.758.0" - "@aws-sdk/types": "npm:3.734.0" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@aws-sdk/middleware-user-agent": "npm:3.775.0" + "@aws-sdk/types": "npm:3.775.0" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/0c7609adf570da3cc7d29331fb58dec27df803ed95449debe0af5747e1b698acf7b21c67cbf9fe6e559b88422c7dc3fb4252e35cacf8f4d424f353d087db2b26 + checksum: 10c0/d9dfbf657b598e673aa9d6eb793868d801bd3a0935a66f0991b3afdc790bc9a78723ed9a400a28168b61d99ae5eeb81dd644751e85ea43fda74fa093d70260d9 languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.734.0": - version: 3.734.0 - resolution: "@aws-sdk/xml-builder@npm:3.734.0" +"@aws-sdk/xml-builder@npm:3.775.0": + version: 3.775.0 + resolution: "@aws-sdk/xml-builder@npm:3.775.0" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/77eb3d603d45a235982a86e5adbc2de727389924cbbd8edb9b13f1a201b15304c57aebb18e00cce909920b3519d0ca71406989b01b6544c87c7b3c4f04d66887 + checksum: 10c0/636f0c3c463b391edf9118b6b07c650dc14218ec7a2b0c309a931f5df539d7b472185f5ae36f0fabbdf1422189ba7a641133246299b111e5b8fa7ad39f85a080 languageName: node linkType: hard @@ -4282,13 +4282,13 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/abort-controller@npm:4.0.1" +"@smithy/abort-controller@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/abort-controller@npm:4.0.2" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/1ecd5c3454ced008463e6de826c294f31f6073ba91e22e443e0269ee0854d9376f73ea756b3acf77aa806a9a98e8b2568ce2e7f15ddf0a7816c99b7deefeef57 + checksum: 10c0/d5647478fa61d5d1cf3ac8fe5b91955c679ecf48e0d71638c0ce908fbcc87f166e42722d181f33ae3c37761de89e48c5eecf620f6fd0e99cd86edbb8365dd38d languageName: node linkType: hard @@ -4311,158 +4311,158 @@ __metadata: languageName: node linkType: hard -"@smithy/config-resolver@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/config-resolver@npm:4.0.1" +"@smithy/config-resolver@npm:^4.1.0": + version: 4.1.0 + resolution: "@smithy/config-resolver@npm:4.1.0" dependencies: - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-middleware": "npm:^4.0.2" tslib: "npm:^2.6.2" - checksum: 10c0/4ec3486deb3017607ed1b9a42b4b806b78e2c7a00f6dd51b98ccb82d9f7506b206bd9412ec0d2a05e95bc2ac3fbbafe55b1ffce9faccc4086f837645f3f7e64d + checksum: 10c0/db67064f27981452788ef8cffa3146a1896b50911379febda7315e0657e4fe3bba6c52414670b9778eb986fe06f7e50d10e7373fa644975a0491d27333e909de languageName: node linkType: hard -"@smithy/core@npm:^3.1.5": - version: 3.1.5 - resolution: "@smithy/core@npm:3.1.5" +"@smithy/core@npm:^3.2.0": + version: 3.2.0 + resolution: "@smithy/core@npm:3.2.0" dependencies: - "@smithy/middleware-serde": "npm:^4.0.2" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/middleware-serde": "npm:^4.0.3" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/types": "npm:^4.2.0" "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-stream": "npm:^4.1.2" + "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-stream": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/3f705fd7cc4eb4fc8c9cc1a9466012f3f08ec7427528fd51d32353e7adb964bd59426adf188e9a933ee9d1e5fa57cefc1917da2ccee1737edb0eb9fe460e90a9 + checksum: 10c0/ad514aec318c4863851c8167fdade41ac3393f245038de73b546fcdc6e3ad794c12a661d5248cb56a2e893c2b236db95a93d06c91e53b04e6c2967c31e300567 languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/credential-provider-imds@npm:4.0.1" +"@smithy/credential-provider-imds@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/credential-provider-imds@npm:4.0.2" dependencies: - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" - "@smithy/url-parser": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/property-provider": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" + "@smithy/url-parser": "npm:^4.0.2" tslib: "npm:^2.6.2" - checksum: 10c0/76b5d82dfd2924f2b7a701fa159af54d3e9b16a644a210e3a74e5a3776bb28c2ffbdd342ed3f2bb1d2adf401e8144e84614523b1fad245b43e319e1d01fa1652 + checksum: 10c0/516482c103bd42d93de584ec75fa75d1184541816a7b430db109f8ec18abcaf8eb7bd072660fbf417f37a3df5c7438a1ba92aabd5a185ed736be1a6e885f0999 languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/eventstream-codec@npm:4.0.1" +"@smithy/eventstream-codec@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/eventstream-codec@npm:4.0.2" dependencies: "@aws-crypto/crc32": "npm:5.2.0" - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" "@smithy/util-hex-encoding": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/439262fddae863cadad83cc468418294d1d998134619dd67e2836cc93bbfa5b01448e852516046f03b62d0edcd558014b755b1fb0d71b9317268d5c3a5e55bbd + checksum: 10c0/865a44e74c81e3177608f8931e22c92c851f586c1344962db3810b2e23d39d4da2d5f7a933d24481c0b6df219404e34db463e76294d3f71445f7d4e5721aa4ea languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/eventstream-serde-browser@npm:4.0.1" +"@smithy/eventstream-serde-browser@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/eventstream-serde-browser@npm:4.0.2" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/eventstream-serde-universal": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/4766a8a735085dea1ed9aad486fa70cb04908a31843d4e698a28accc373a6dc80bc8abe9834d390f347326458c03424afbd7f7f9e59a66970b839de3d44940e1 + checksum: 10c0/6974a13448b733b4d98eb368a202a5c2d86389efe10e1d147be1392fb016e010d490368773d915d719973a4d29c419fab7b0eff2dd0abf1f65d1cd3bf26f4fc2 languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/eventstream-serde-config-resolver@npm:4.0.1" +"@smithy/eventstream-serde-config-resolver@npm:^4.1.0": + version: 4.1.0 + resolution: "@smithy/eventstream-serde-config-resolver@npm:4.1.0" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/4ba8bba39392025389c610ce984b612adfe0ed2b37f926e6ce2acafaf178d04aec395924ff37d2ad9534a28652fc64c4938b66b4bd1d2ff695ac8fcdcc4d356e + checksum: 10c0/41ae76c9ad429e09908658db36f79f0c172496d9ba2727b3566692915bd8ef6df56d692ec1b30d9fa69cfa287d138bccd70422db404d4eef0792fc358d338787 languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/eventstream-serde-node@npm:4.0.1" +"@smithy/eventstream-serde-node@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/eventstream-serde-node@npm:4.0.2" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/eventstream-serde-universal": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/ed451ed4483ca62cb450a7540e43ba99b816e32da7bd306d14ea49dd3ceb8a37f791578a0e5d21caf9b9f75c36c69e025c7add117cf8b0510ad3ef32ac38b08c + checksum: 10c0/6f22010305ac1514d19d78dbb14866bd9b9739a72ef557355514ceb264be6aeb40532758c2e3f70e811a762e7efacd8a6eb64c4d859bdcb79253bf92ee8f60ad languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/eventstream-serde-universal@npm:4.0.1" +"@smithy/eventstream-serde-universal@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/eventstream-serde-universal@npm:4.0.2" dependencies: - "@smithy/eventstream-codec": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/eventstream-codec": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/8a1261fca8df7559bf78234f961903281b8602ffdbe0ff25f506cba25f013e4bb93bd8380703224fe63aeaf66e13bfebbdaf8083f38628750fc5f3c4ee07dff8 + checksum: 10c0/1e486919a7d454c4f5a7f8756d74061943dcf5a72b1ba6f735c0e4e34afabe357713e42daed99ea2c4f52995fb37185bd2b02e6778c2aaf02206068e2ebc306c languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^5.0.1": - version: 5.0.1 - resolution: "@smithy/fetch-http-handler@npm:5.0.1" +"@smithy/fetch-http-handler@npm:^5.0.2": + version: 5.0.2 + resolution: "@smithy/fetch-http-handler@npm:5.0.2" dependencies: - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/querystring-builder": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/querystring-builder": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" "@smithy/util-base64": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/5123f6119de50d4c992ebf29b769382d7000db4ed8f564680c5727e2a8beb71664198eb2eaf7cb6152ab777f654d54cf9bff5a4658e1cfdeef2987eeea7f1149 + checksum: 10c0/3bf84a1fe93c07558a5ba520ab0aca62518c13659d5794094764aaef95acfbcf58ba938c51b9269c485304fdbe7353eb3cd37d7e4c57863d7c50478a9e3ff4fc languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/hash-blob-browser@npm:4.0.1" +"@smithy/hash-blob-browser@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/hash-blob-browser@npm:4.0.2" dependencies: "@smithy/chunked-blob-reader": "npm:^5.0.0" "@smithy/chunked-blob-reader-native": "npm:^4.0.0" - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/16c61fe0ff52074aa374a439955f0ea0a6c6fb64744b55c840f29db1da05cefb340a6d1d4b2a7708ca6f447e972015a95bdfef4fc5361d0bc7c2c3b5cd4c1ca8 + checksum: 10c0/08b6f1893803c51e7a40256c9c819a0f3a6ff26acf235abe1b2667393094bab982232d0a395d9533e2d4b7af9ab8bedb2ee71ed6bc502669ee5d2901bdabc54a languageName: node linkType: hard -"@smithy/hash-node@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/hash-node@npm:4.0.1" +"@smithy/hash-node@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/hash-node@npm:4.0.2" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" "@smithy/util-buffer-from": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/d84be63a2c8a4aafa3b9f23ae76c9cf92a31fa7c49c85930424da1335259b29f6333c5c82d2e7bf689549290ffd0d995043c9ea6f05b0b2a8dfad1f649eac43f + checksum: 10c0/aaec3fb2146d4347e97067de4dd91759de9d0254d03e234dcced1cbd52cf8b3a77067d571bd5767cb6295da7aa7261b87a789bd597cbc45a380cd90bb47f3490 languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/hash-stream-node@npm:4.0.1" +"@smithy/hash-stream-node@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/hash-stream-node@npm:4.0.2" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/c214460da504008905dff7c654cc8b49dfcb060fedef77e63fc36e3c71972be39b018e4a5618e3efb654a6b63a604975521c161ae4614d2580a4c821dfb6e1d5 + checksum: 10c0/4c1477c4064e47e026c0ba051eb643a3ed2f850a4e87a8ee5ff91547e3765ebb64e797ce99553aa341448df0bfa1d9e9d7132216ac66c6d9e45aae82ecb1c4d6 languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/invalid-dependency@npm:4.0.1" +"@smithy/invalid-dependency@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/invalid-dependency@npm:4.0.2" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/74bebdffb6845f6060eed482ad6e921df66af90d2f8c63f39a3bb334fa68a3e3aa8bd5cd7aa5f65628857e235e113895433895db910ba290633daa0df5725eb7 + checksum: 10c0/f0b884ba25c371d3d3f507aebc24e598e23edeadf0a74dfd7092fc49c496cd427ab517454ebde454b2a05916719e01aa98f34603a5396455cc2dc009ad8799e8 languageName: node linkType: hard @@ -4484,144 +4484,144 @@ __metadata: languageName: node linkType: hard -"@smithy/md5-js@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/md5-js@npm:4.0.1" +"@smithy/md5-js@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/md5-js@npm:4.0.2" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b5e3fa1d31832535b3a35d0a52ebf983da7cf1a1658b6a7f8bcc948cde808eb361696575d78e5e5df92f3c9b9569b5a1f2d1dff7b465d0a803fa901e0286599d + checksum: 10c0/b50962dc5155d44bbc0bc317eaab1144ade8d691c3f0c0e844b45fc1e16423742e9a1628b2358657b405e05ee681cebd3abc72e94a9c362b82bd4efbee5b8076 languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/middleware-content-length@npm:4.0.1" +"@smithy/middleware-content-length@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/middleware-content-length@npm:4.0.2" dependencies: - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/3dfbfe658cc8636e9e923a10151a32c6234897c4a86856e55fe4fadc322b3f3e977e50d15553afcb34cadb213de2d95a82af9c8f735e758f4dc21a031e8ecb17 + checksum: 10c0/4ab343b68a15cf461f3b5996460a0730463975d9da739cf40cfb5993794023269a8bd857366f855844290fabb2b340abb6ff473cec4bfd3d6653a64f17e00c4a languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.0.6": - version: 4.0.6 - resolution: "@smithy/middleware-endpoint@npm:4.0.6" - dependencies: - "@smithy/core": "npm:^3.1.5" - "@smithy/middleware-serde": "npm:^4.0.2" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/shared-ini-file-loader": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" - "@smithy/url-parser": "npm:^4.0.1" - "@smithy/util-middleware": "npm:^4.0.1" +"@smithy/middleware-endpoint@npm:^4.1.0": + version: 4.1.0 + resolution: "@smithy/middleware-endpoint@npm:4.1.0" + dependencies: + "@smithy/core": "npm:^3.2.0" + "@smithy/middleware-serde": "npm:^4.0.3" + "@smithy/node-config-provider": "npm:^4.0.2" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/0745d4eb28a1d0419e1f6efe9b726b5ff1389c2e9fcde407e0739a262b66b0e0eb130fe7e80e99e95e3c7472af4d597a592ec8be751f2184ca6947e77e31d0ea + checksum: 10c0/1d38c793dbe5b32f01f96c6812935753ee14ebf5c9adf9f3782b6d3b36cf48537a7e123bfb7f7447effffa5dde0bd0d79c581cf07e8175fe1fb2b69fe158a41a languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.0.7": - version: 4.0.7 - resolution: "@smithy/middleware-retry@npm:4.0.7" - dependencies: - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/service-error-classification": "npm:^4.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-retry": "npm:^4.0.1" +"@smithy/middleware-retry@npm:^4.1.0": + version: 4.1.0 + resolution: "@smithy/middleware-retry@npm:4.1.0" + dependencies: + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/service-error-classification": "npm:^4.0.2" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.0.2" + "@smithy/util-retry": "npm:^4.0.2" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/17b01c539aa4f972ee03711ac88b1337dc534235fcf78914bea9745c45de4630103209907a69902843fe05cbbda6b41f908f24c0a4032c3fe92ff475242271d8 + checksum: 10c0/fe62a5be9f7e81bff08ce495792c8f5c6cffecd3a872125b8e3487b9bb2dd7341ee8804a714ab4cc8b00468f80d6d83fa19b146dfb0a8d38da9502c582655f52 languageName: node linkType: hard -"@smithy/middleware-serde@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/middleware-serde@npm:4.0.2" +"@smithy/middleware-serde@npm:^4.0.3": + version: 4.0.3 + resolution: "@smithy/middleware-serde@npm:4.0.3" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/b1efee86ecc37a063bdfdb89cf691c9b9627502473f2caa0c964c0648f7b550b7a49755a9b13cdfc11aebf1641cf3ae6f8b5f1895a20241960504936da9b3138 + checksum: 10c0/0a3b037c8f1cade46abf9c782fe11da3f1a92d59f3c61d5806fe26a0f3c8b20d5e7e9ab919549ba33762e63fb02c60b5e436b9459647af39300b37d975acde2e languageName: node linkType: hard -"@smithy/middleware-stack@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/middleware-stack@npm:4.0.1" +"@smithy/middleware-stack@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/middleware-stack@npm:4.0.2" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/b7f710e263e37a8c80c8d31c7d8fe5f66dec2955cde412054eefcc8df53905e1e2e53a01fd7930eb82c82a3a28eadd00e69f07dfc6e793b1d9272db58a982e9b + checksum: 10c0/ef94882966431729f7a7bddf8206b6495d67736b1f26fd88d6d6c283a96f9fffd12632ed7352e5f060f17d3ee1845a9a9da1247c26e4c46ff7011aac20b4aacc languageName: node linkType: hard -"@smithy/node-config-provider@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/node-config-provider@npm:4.0.1" +"@smithy/node-config-provider@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/node-config-provider@npm:4.0.2" dependencies: - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/shared-ini-file-loader": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/property-provider": "npm:^4.0.2" + "@smithy/shared-ini-file-loader": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/f8d3b1fe91eeba41426ec57d62cfbeaed027650b5549fb2ba5bc889c1cfb7880d4fdb5a484d231b3fb2a9c9023c1f4e8907a5d18d75b3787481cde9f87c4d9cb + checksum: 10c0/1a3b26835577e6c698a2ce59cd1dd9a3653c75e24847d35a45cd80124d72e0118b84daff47ee1ae0cdb89c134efdf7c7754d0ccf1e1c4b57467865b269b5cd0b languageName: node linkType: hard -"@smithy/node-http-handler@npm:^4.0.3": - version: 4.0.3 - resolution: "@smithy/node-http-handler@npm:4.0.3" +"@smithy/node-http-handler@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/node-http-handler@npm:4.0.4" dependencies: - "@smithy/abort-controller": "npm:^4.0.1" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/querystring-builder": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/03e0e40725ac8884dc1715288bdbe6f05e8073c623c7d4eb4d6859e6ffdee1c831e407b1d286860580d7cb341d5ec41274e8888f2aeac6f865c0890ac4e9403c + checksum: 10c0/fb621c6ebcf012a99fc442d82965ca18d752f66be6f937a400e3b4e3feef1c259c028c27df9e78fc9ac7c40679b25276cbaa8d7ab82fd111bda64003ef831358 languageName: node linkType: hard -"@smithy/property-provider@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/property-provider@npm:4.0.1" +"@smithy/property-provider@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/property-provider@npm:4.0.2" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/43960a6bdf25944e1cc9d4ee83bf45ab5641f7e2068c46d5015166c0f035b1752e03847d7c15d3c013f5f0467441c9c5a8d6a0428f5401988035867709e4dea3 + checksum: 10c0/6effc5ef7895eb4802c6b4c704d5616f50cd0c376da1644176d3aef71396cb65f9df20f4dd85c8301a9fa24f8ac53601e0634463f4364f0d867928efa5eb5e3d languageName: node linkType: hard -"@smithy/protocol-http@npm:^5.0.1": - version: 5.0.1 - resolution: "@smithy/protocol-http@npm:5.0.1" +"@smithy/protocol-http@npm:^5.1.0": + version: 5.1.0 + resolution: "@smithy/protocol-http@npm:5.1.0" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/87b157cc86c23f7199acad237e5e0cc309b18a2a4162dfd8f99609f6cca403f832b645535e58173e2933b4d96ec71f2df16d04e1bdcf52b7b0fcbdbc0067de93 + checksum: 10c0/bb2f600853c0282630f5f32286a07a37294a57dbbec25ea0c6fbb6be32341b1be83e37933c2e3540e513c90dcb08f492bcb05980cde0b92b083e67ade6d56eb0 languageName: node linkType: hard -"@smithy/querystring-builder@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/querystring-builder@npm:4.0.1" +"@smithy/querystring-builder@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/querystring-builder@npm:4.0.2" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" "@smithy/util-uri-escape": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/21f39e3a79458d343f3dec76b38598c49a34a3c4d1d3c23b6c8895eae2b610fb3c704f995a1730599ef7a881216ea064a25bb7dc8abe5bb1ee50dc6078ad97a4 + checksum: 10c0/2ae27840e21982926182df809872e07d6b10b2fd93b58e02fa3f9588de23d333ddf02f0f3517de8a02a949489733bdcecb8c847980f8fb12ce1f8c3b6d127e86 languageName: node linkType: hard -"@smithy/querystring-parser@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/querystring-parser@npm:4.0.1" +"@smithy/querystring-parser@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/querystring-parser@npm:4.0.2" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/10e5aba13fbb9a602299fb92f02142e291ab5c7cd221e0ca542981414533e081abdd7442de335f2267ee4a9ff8eba4d7ba848455df50d2771f0ddb8b7d8f9d8b + checksum: 10c0/e6115fce0a07b1509f407cd3eca371cce1d9c09c7e3bd9156e35506b8ab1100f9864fb8779d4dbe0169501af23f062ebc2176afc012e9132e917781cd11a2f82 languageName: node linkType: hard @@ -4634,53 +4634,53 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/service-error-classification@npm:4.0.1" +"@smithy/service-error-classification@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/service-error-classification@npm:4.0.2" dependencies: - "@smithy/types": "npm:^4.1.0" - checksum: 10c0/de015fd140bf4e97da34a2283ce73971eb3b3aae53a257000dce0c99b8974a5e76bae9e517545ef58bd00ca8094c813cd1bcf0696c2c51e731418e2a769c744f + "@smithy/types": "npm:^4.2.0" + checksum: 10c0/a1f16a891cf96fad624e928d2e55d8b438b2acbb57098d615486bf01488a22f949223127a15e93b273e099a227cbe2ce7be3a3f538d1a4619fb2554dcf33d3dd languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/shared-ini-file-loader@npm:4.0.1" +"@smithy/shared-ini-file-loader@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/shared-ini-file-loader@npm:4.0.2" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/0f0173dbe61c8dac6847cc2c5115db5f1292c956c7f0559ce7bc8e5ed196a4b102977445ee1adb72206a15226a1098cdea01e92aa8ce19f4343f1135e7d37bcf + checksum: 10c0/1e3d4921b6efbd1aa448a775dcb9a490d0221dd0a4fee434c5d83376de478013b3ad06d58a3d52db781124d4a53bd289fffcdb52eabffe9de152b0010332cee2 languageName: node linkType: hard -"@smithy/signature-v4@npm:^5.0.1": - version: 5.0.1 - resolution: "@smithy/signature-v4@npm:5.0.1" +"@smithy/signature-v4@npm:^5.0.2": + version: 5.0.2 + resolution: "@smithy/signature-v4@npm:5.0.2" dependencies: "@smithy/is-array-buffer": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/protocol-http": "npm:^5.1.0" + "@smithy/types": "npm:^4.2.0" "@smithy/util-hex-encoding": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-middleware": "npm:^4.0.2" "@smithy/util-uri-escape": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/a7f118642c9641f813098faad355fc5b54ae215fec589fb238d72d44149248c02e32dcfe034000f151ab665450542df88c70d269f9a3233e01a905ec03512514 + checksum: 10c0/379b2bcd535cfcf68567b8931920eefd3ec30fc734369b5a1055792377a815cb7b6c7fc3a18567e6066d771ddfd0d06da8e45334a02bf86d69985d1923a11c29 languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.1.6": - version: 4.1.6 - resolution: "@smithy/smithy-client@npm:4.1.6" - dependencies: - "@smithy/core": "npm:^3.1.5" - "@smithy/middleware-endpoint": "npm:^4.0.6" - "@smithy/middleware-stack": "npm:^4.0.1" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" - "@smithy/util-stream": "npm:^4.1.2" +"@smithy/smithy-client@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/smithy-client@npm:4.2.0" + dependencies: + "@smithy/core": "npm:^3.2.0" + "@smithy/middleware-endpoint": "npm:^4.1.0" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/d3989f9af17e35e01ef09d3db52136548e9fa0433ec35ee4f192cd618e93a4a0472d79288655763142c7832d643ee3f0ecf6b84ea520bb07aa319615a2ed9629 + checksum: 10c0/0d7ac7549edd92a7c50abcfdb9607f729533ff1aa5f70fbe7e3f9a47a272f0f1487094fb72f421d0bbf303b335e349bfd3db3f5b9e841037c3f23f47febb0f6b languageName: node linkType: hard @@ -4702,23 +4702,23 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/types@npm:4.1.0" +"@smithy/types@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/types@npm:4.2.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/d8817145ea043c5b29783df747ed47c3a1c584fd9d02bbdb609d38b7cb4dded1197ac214ae112744c86abe0537a314dae0edbc0e752bb639ef2d9fb84c67a9d9 + checksum: 10c0/a8bd92c7e548bcbe7be211152de041ec164cfcc857d7574a87b1667c38827e5616563c13bd38a1d44b88bbfa3ee8f591dc597d4e2d50f3bc74e320ea82d7c49e languageName: node linkType: hard -"@smithy/url-parser@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/url-parser@npm:4.0.1" +"@smithy/url-parser@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/url-parser@npm:4.0.2" dependencies: - "@smithy/querystring-parser": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/querystring-parser": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/fc969b55857b3bcdc920f54bbb9b0c88b5c7695ac7100bea1c7038fd4c9a09ebe0fbb38c4839d39acea28da0d8cb4fea71ffbf362d8aec295acbb94c1b45fc86 + checksum: 10c0/3da40fc18871c145bcbbb036a3d767ae113b954e94c745770f268dc877378cbafa6fc06759ea5a5e5c159a88e7331739b35b69f4d110ba0bd04b2d0923443f32 languageName: node linkType: hard @@ -4780,42 +4780,42 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.0.7": - version: 4.0.7 - resolution: "@smithy/util-defaults-mode-browser@npm:4.0.7" +"@smithy/util-defaults-mode-browser@npm:^4.0.8": + version: 4.0.8 + resolution: "@smithy/util-defaults-mode-browser@npm:4.0.8" dependencies: - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" + "@smithy/property-provider": "npm:^4.0.2" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/baefe69c613cbaacaf3aea78d8bbdb4051acaceb32161e65a74cadbdf25b92a84dc3b3566a4ad6ed6f3f4d0c70357a8557ed3cc899db2c38c5570a63ca58a07b + checksum: 10c0/ada59bc98f2538d189363bc8e22c7cb72b9ddd06142fbca54921efa5742cc248e8ea06f79ec679cb916683d3ac9e3a35bafb6377ee5d4cff8715e46de1445b81 languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.0.7": - version: 4.0.7 - resolution: "@smithy/util-defaults-mode-node@npm:4.0.7" - dependencies: - "@smithy/config-resolver": "npm:^4.0.1" - "@smithy/credential-provider-imds": "npm:^4.0.1" - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/smithy-client": "npm:^4.1.6" - "@smithy/types": "npm:^4.1.0" +"@smithy/util-defaults-mode-node@npm:^4.0.8": + version: 4.0.8 + resolution: "@smithy/util-defaults-mode-node@npm:4.0.8" + dependencies: + "@smithy/config-resolver": "npm:^4.1.0" + "@smithy/credential-provider-imds": "npm:^4.0.2" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/property-provider": "npm:^4.0.2" + "@smithy/smithy-client": "npm:^4.2.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/f380fb3a39250cd2a11f2706d14d64fee58c130b27b16754ec268758dd9aaae6bac13bf892580857ffd6d1ab3a6092ee61aafb1f90b7b5b66fc7e1a2b616929c + checksum: 10c0/cbdfe00d5cd645250ca49416ebddcfc1055da3412826cf0baa75d4af6e58765ac7ea4b262a48c5bbd4e60e4329e362b76f96c319db1112b2d92b506c82bc002a languageName: node linkType: hard -"@smithy/util-endpoints@npm:^3.0.1": - version: 3.0.1 - resolution: "@smithy/util-endpoints@npm:3.0.1" +"@smithy/util-endpoints@npm:^3.0.2": + version: 3.0.2 + resolution: "@smithy/util-endpoints@npm:3.0.2" dependencies: - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/node-config-provider": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/fed80f300e6a6e69873e613cdd12f640d33a19fc09a41e3afd536f7ea36f7785edd96fbd0402b6980a0e5dfc9bcb8b37f503d522b4ef317f31f4fd0100c466ff + checksum: 10c0/5d2fe3956dc528842c071329bc69bd6567462858c1fbb1cc7ca19622227a803b54d95f44f3ac703852bce6349f455bfec599aea51df56d02e3c8b12e6481c27a languageName: node linkType: hard @@ -4828,40 +4828,40 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/util-middleware@npm:4.0.1" +"@smithy/util-middleware@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/util-middleware@npm:4.0.2" dependencies: - "@smithy/types": "npm:^4.1.0" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/1dd2b058f392fb6788809f14c2c1d53411f79f6e9f88b515ffd36792f9f5939fe4af96fb5b0486a3d0cd30181783b7a5393dce2e8b83ba62db7c6d3af6572eff + checksum: 10c0/18c3882c94f1b1bbb3825c30d1e41ae77a8da3dcd93ebbf1c486f34d5db9e06431789aef54d1b1fbb0424b115fc1e1ae17d27efe4af4277173d901a76147fef8 languageName: node linkType: hard -"@smithy/util-retry@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/util-retry@npm:4.0.1" +"@smithy/util-retry@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/util-retry@npm:4.0.2" dependencies: - "@smithy/service-error-classification": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/service-error-classification": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/93ef89572651b8a30b9a648292660ae9532508ec6d2577afc62e1d9125fe6d14086e0f70a2981bf9f12256b41a57152368b5ed839cdd2df47ba78dd005615173 + checksum: 10c0/c2b98faa4171f620aa17a0f0a91dff9215a4729242a040ad25aee4c716752a64944cc58031ae71bcf3fc320b3e84cb3da4648e5bbccd782126a721e588d98b87 languageName: node linkType: hard -"@smithy/util-stream@npm:^4.1.2": - version: 4.1.2 - resolution: "@smithy/util-stream@npm:4.1.2" +"@smithy/util-stream@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-stream@npm:4.2.0" dependencies: - "@smithy/fetch-http-handler": "npm:^5.0.1" - "@smithy/node-http-handler": "npm:^4.0.3" - "@smithy/types": "npm:^4.1.0" + "@smithy/fetch-http-handler": "npm:^5.0.2" + "@smithy/node-http-handler": "npm:^4.0.4" + "@smithy/types": "npm:^4.2.0" "@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/639328ec53d44f703b1e3cb9363397f6b506626584b22c68897133831b25026359f99f2b89c6d6c597e72773ff3508a374ae13cc266f1d1f761bcfbe9e4318d5 + checksum: 10c0/52449a6ec68a483fdeef816128c923c744e278f6cf4d5b6fbe50e29fa8b6e5813df26221389f22bce143deb91f047ac56f87db85306908c5d0b87460e162bf63 languageName: node linkType: hard @@ -4894,14 +4894,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-waiter@npm:^4.0.2": - version: 4.0.2 - resolution: "@smithy/util-waiter@npm:4.0.2" +"@smithy/util-waiter@npm:^4.0.3": + version: 4.0.3 + resolution: "@smithy/util-waiter@npm:4.0.3" dependencies: - "@smithy/abort-controller": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/abort-controller": "npm:^4.0.2" + "@smithy/types": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/36ee71b41923ae58d9246745e3b7497fe45577dbb97f6e15dd07b4fddb4f82f32e0b7604c7b388fc92d5cbe49d9499998eda979a77a4a770c1b25686a5aed4ce + checksum: 10c0/0ca992cd85719b367655943df08e8f7f0dd0f4ffe335809de7ed4c133ee2db5b58a2661cfc43040cf91512ef21783c8302fc2352f95910ecf3f0a50b0e32c2ff languageName: node linkType: hard