diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 7228743a34..b8ce4cc28f 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.936.0", + "@aws-sdk/types": "^3.953.0", "@types/aws-lambda": "^8.10.155", "@vercel/ncc": "^0.38.4", "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.948.0", - "@aws-sdk/client-ssm": "^3.948.0", + "@aws-sdk/client-ec2": "^3.953.0", + "@aws-sdk/client-ssm": "^3.953.0", "cron-parser": "^5.4.0" }, "nx": { diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 5bbba35155..3c61754b85 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.936.0", + "@aws-sdk/types": "^3.953.0", "@octokit/types": "^16.0.0", "@types/aws-lambda": "^8.10.155", "@types/node": "^22.19.0", @@ -33,8 +33,8 @@ "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", "@aws-lambda-powertools/parameters": "^2.29.0", - "@aws-sdk/client-ec2": "^3.948.0", - "@aws-sdk/client-sqs": "^3.948.0", + "@aws-sdk/client-ec2": "^3.953.0", + "@aws-sdk/client-sqs": "^3.953.0", "@middy/core": "^6.4.5", "@octokit/auth-app": "8.1.2", "@octokit/core": "7.0.6", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index 6d6adb3164..ab456a4aaa 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.936.0", + "@aws-sdk/types": "^3.953.0", "@types/aws-lambda": "^8.10.155", "@types/node": "^22.19.0", "@types/request": "^2.48.13", @@ -28,8 +28,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-s3": "^3.948.0", - "@aws-sdk/lib-storage": "^3.948.0", + "@aws-sdk/client-s3": "^3.953.0", + "@aws-sdk/lib-storage": "^3.953.0", "@middy/core": "^6.4.5", "@octokit/rest": "22.0.1", "axios": "^1.13.2" diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index a071a2389e..09414027b6 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.936.0", + "@aws-sdk/types": "^3.953.0", "@types/aws-lambda": "^8.10.155", "@types/node": "^22.19.0", "@vercel/ncc": "^0.38.4", @@ -24,7 +24,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ec2": "^3.948.0", + "@aws-sdk/client-ec2": "^3.953.0", "@middy/core": "^6.4.5" }, "nx": { diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 796369bff0..a8aef22b53 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.948.0", + "@aws-sdk/client-eventbridge": "^3.953.0", "@octokit/webhooks-types": "^7.6.1", "@types/aws-lambda": "^8.10.155", "@types/express": "^5.0.3", @@ -30,7 +30,7 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-sqs": "^3.948.0", + "@aws-sdk/client-sqs": "^3.953.0", "@middy/core": "^6.4.5", "@octokit/rest": "22.0.1", "@octokit/types": "^16.0.0", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index d8764841ee..1abfaa66ef 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.936.0", + "@aws-sdk/types": "^3.953.0", "@types/aws-lambda": "^8.10.155", "@types/node": "^22.19.0", "aws-sdk-client-mock": "^4.1.0", @@ -23,7 +23,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ssm": "^3.948.0" + "@aws-sdk/client-ssm": "^3.953.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index ffdd9f0e16..982727e46e 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -103,9 +103,9 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.948.0" - "@aws-sdk/client-ssm": "npm:^3.948.0" - "@aws-sdk/types": "npm:^3.936.0" + "@aws-sdk/client-ec2": "npm:^3.953.0" + "@aws-sdk/client-ssm": "npm:^3.953.0" + "@aws-sdk/types": "npm:^3.953.0" "@types/aws-lambda": "npm:^8.10.155" "@vercel/ncc": "npm:^0.38.4" aws-sdk-client-mock: "npm:^4.1.0" @@ -133,8 +133,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.948.0" - "@aws-sdk/types": "npm:^3.936.0" + "@aws-sdk/client-ssm": "npm:^3.953.0" + "@aws-sdk/types": "npm:^3.953.0" "@types/aws-lambda": "npm:^8.10.155" "@types/node": "npm:^22.19.0" aws-sdk-client-mock: "npm:^4.1.0" @@ -149,9 +149,9 @@ __metadata: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" "@aws-lambda-powertools/parameters": "npm:^2.29.0" - "@aws-sdk/client-ec2": "npm:^3.948.0" - "@aws-sdk/client-sqs": "npm:^3.948.0" - "@aws-sdk/types": "npm:^3.936.0" + "@aws-sdk/client-ec2": "npm:^3.953.0" + "@aws-sdk/client-sqs": "npm:^3.953.0" + "@aws-sdk/types": "npm:^3.953.0" "@middy/core": "npm:^6.4.5" "@octokit/auth-app": "npm:8.1.2" "@octokit/core": "npm:7.0.6" @@ -176,9 +176,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.948.0" - "@aws-sdk/lib-storage": "npm:^3.948.0" - "@aws-sdk/types": "npm:^3.936.0" + "@aws-sdk/client-s3": "npm:^3.953.0" + "@aws-sdk/lib-storage": "npm:^3.953.0" + "@aws-sdk/types": "npm:^3.953.0" "@middy/core": "npm:^6.4.5" "@octokit/rest": "npm:22.0.1" "@types/aws-lambda": "npm:^8.10.155" @@ -197,8 +197,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.948.0" - "@aws-sdk/types": "npm:^3.936.0" + "@aws-sdk/client-ec2": "npm:^3.953.0" + "@aws-sdk/types": "npm:^3.953.0" "@middy/core": "npm:^6.4.5" "@types/aws-lambda": "npm:^8.10.155" "@types/node": "npm:^22.19.0" @@ -214,8 +214,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-eventbridge": "npm:^3.948.0" - "@aws-sdk/client-sqs": "npm:^3.948.0" + "@aws-sdk/client-eventbridge": "npm:^3.953.0" + "@aws-sdk/client-sqs": "npm:^3.953.0" "@middy/core": "npm:^6.4.5" "@octokit/rest": "npm:22.0.1" "@octokit/types": "npm:^16.0.0" @@ -318,749 +318,749 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/client-ec2@npm:3.948.0" +"@aws-sdk/client-ec2@npm:^3.953.0": + version: 3.956.0 + resolution: "@aws-sdk/client-ec2@npm:3.956.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/credential-provider-node": "npm:3.948.0" - "@aws-sdk/middleware-host-header": "npm:3.936.0" - "@aws-sdk/middleware-logger": "npm:3.936.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.948.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.946.0" - "@aws-sdk/middleware-user-agent": "npm:3.947.0" - "@aws-sdk/region-config-resolver": "npm:3.936.0" - "@aws-sdk/types": "npm:3.936.0" - "@aws-sdk/util-endpoints": "npm:3.936.0" - "@aws-sdk/util-user-agent-browser": "npm:3.936.0" - "@aws-sdk/util-user-agent-node": "npm:3.947.0" - "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.7" - "@smithy/fetch-http-handler": "npm:^5.3.6" - "@smithy/hash-node": "npm:^4.2.5" - "@smithy/invalid-dependency": "npm:^4.2.5" - "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.14" - "@smithy/middleware-retry": "npm:^4.4.14" - "@smithy/middleware-serde": "npm:^4.2.6" - "@smithy/middleware-stack": "npm:^4.2.5" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/node-http-handler": "npm:^4.4.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" - "@smithy/url-parser": "npm:^4.2.5" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/credential-provider-node": "npm:3.956.0" + "@aws-sdk/middleware-host-header": "npm:3.956.0" + "@aws-sdk/middleware-logger": "npm:3.956.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.956.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.956.0" + "@aws-sdk/middleware-user-agent": "npm:3.956.0" + "@aws-sdk/region-config-resolver": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/util-endpoints": "npm:3.956.0" + "@aws-sdk/util-user-agent-browser": "npm:3.956.0" + "@aws-sdk/util-user-agent-node": "npm:3.956.0" + "@smithy/config-resolver": "npm:^4.4.5" + "@smithy/core": "npm:^3.20.0" + "@smithy/fetch-http-handler": "npm:^5.3.8" + "@smithy/hash-node": "npm:^4.2.7" + "@smithy/invalid-dependency": "npm:^4.2.7" + "@smithy/middleware-content-length": "npm:^4.2.7" + "@smithy/middleware-endpoint": "npm:^4.4.1" + "@smithy/middleware-retry": "npm:^4.4.17" + "@smithy/middleware-serde": "npm:^4.2.8" + "@smithy/middleware-stack": "npm:^4.2.7" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/node-http-handler": "npm:^4.4.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" + "@smithy/url-parser": "npm:^4.2.7" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.13" - "@smithy/util-defaults-mode-node": "npm:^4.2.16" - "@smithy/util-endpoints": "npm:^3.2.5" - "@smithy/util-middleware": "npm:^4.2.5" - "@smithy/util-retry": "npm:^4.2.5" + "@smithy/util-defaults-mode-browser": "npm:^4.3.16" + "@smithy/util-defaults-mode-node": "npm:^4.2.19" + "@smithy/util-endpoints": "npm:^3.2.7" + "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-retry": "npm:^4.2.7" "@smithy/util-utf8": "npm:^4.2.0" - "@smithy/util-waiter": "npm:^4.2.5" + "@smithy/util-waiter": "npm:^4.2.7" tslib: "npm:^2.6.2" - checksum: 10c0/87580bf51bbb5c972098888781af9320b2ab3ce224d826a07e83d1ec7c2a33510232e30b8276d9aa0b8428e1855afb5e560b6a55a009200c585ff05333f1bce7 + checksum: 10c0/2b0b312f379a6181a3cbf9646fc4fc6e86e8c2fbbac618e670b5c8550c39ad31f1d2930ad6cbb497598a90618fb8901783aab9a663cbab800142be9c31229ef6 languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.948.0" +"@aws-sdk/client-eventbridge@npm:^3.953.0": + version: 3.956.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.956.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/credential-provider-node": "npm:3.948.0" - "@aws-sdk/middleware-host-header": "npm:3.936.0" - "@aws-sdk/middleware-logger": "npm:3.936.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.948.0" - "@aws-sdk/middleware-user-agent": "npm:3.947.0" - "@aws-sdk/region-config-resolver": "npm:3.936.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.947.0" - "@aws-sdk/types": "npm:3.936.0" - "@aws-sdk/util-endpoints": "npm:3.936.0" - "@aws-sdk/util-user-agent-browser": "npm:3.936.0" - "@aws-sdk/util-user-agent-node": "npm:3.947.0" - "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.7" - "@smithy/fetch-http-handler": "npm:^5.3.6" - "@smithy/hash-node": "npm:^4.2.5" - "@smithy/invalid-dependency": "npm:^4.2.5" - "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.14" - "@smithy/middleware-retry": "npm:^4.4.14" - "@smithy/middleware-serde": "npm:^4.2.6" - "@smithy/middleware-stack": "npm:^4.2.5" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/node-http-handler": "npm:^4.4.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" - "@smithy/url-parser": "npm:^4.2.5" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/credential-provider-node": "npm:3.956.0" + "@aws-sdk/middleware-host-header": "npm:3.956.0" + "@aws-sdk/middleware-logger": "npm:3.956.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.956.0" + "@aws-sdk/middleware-user-agent": "npm:3.956.0" + "@aws-sdk/region-config-resolver": "npm:3.956.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/util-endpoints": "npm:3.956.0" + "@aws-sdk/util-user-agent-browser": "npm:3.956.0" + "@aws-sdk/util-user-agent-node": "npm:3.956.0" + "@smithy/config-resolver": "npm:^4.4.5" + "@smithy/core": "npm:^3.20.0" + "@smithy/fetch-http-handler": "npm:^5.3.8" + "@smithy/hash-node": "npm:^4.2.7" + "@smithy/invalid-dependency": "npm:^4.2.7" + "@smithy/middleware-content-length": "npm:^4.2.7" + "@smithy/middleware-endpoint": "npm:^4.4.1" + "@smithy/middleware-retry": "npm:^4.4.17" + "@smithy/middleware-serde": "npm:^4.2.8" + "@smithy/middleware-stack": "npm:^4.2.7" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/node-http-handler": "npm:^4.4.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" + "@smithy/url-parser": "npm:^4.2.7" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.13" - "@smithy/util-defaults-mode-node": "npm:^4.2.16" - "@smithy/util-endpoints": "npm:^3.2.5" - "@smithy/util-middleware": "npm:^4.2.5" - "@smithy/util-retry": "npm:^4.2.5" + "@smithy/util-defaults-mode-browser": "npm:^4.3.16" + "@smithy/util-defaults-mode-node": "npm:^4.2.19" + "@smithy/util-endpoints": "npm:^3.2.7" + "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-retry": "npm:^4.2.7" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/ac1facbdb7f29784f48340f799b9116818b2f97b4b87516a62298ddcef5fd9446f45406abc0eaefc86131c29b83c6830368488921538c139ced09ad709a3a2ef + checksum: 10c0/c6b57e61b6e35b35177b7102bd51b1786868b506e1b7c3b4c4ecbddd275fe889a1b7811daa8c6aa53b57ab18c7122ee34ff407e6a73f3f2222898df6b0421d1b languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/client-s3@npm:3.948.0" +"@aws-sdk/client-s3@npm:^3.953.0": + version: 3.956.0 + resolution: "@aws-sdk/client-s3@npm:3.956.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.947.0" - "@aws-sdk/credential-provider-node": "npm:3.948.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.936.0" - "@aws-sdk/middleware-expect-continue": "npm:3.936.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.947.0" - "@aws-sdk/middleware-host-header": "npm:3.936.0" - "@aws-sdk/middleware-location-constraint": "npm:3.936.0" - "@aws-sdk/middleware-logger": "npm:3.936.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.948.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.947.0" - "@aws-sdk/middleware-ssec": "npm:3.936.0" - "@aws-sdk/middleware-user-agent": "npm:3.947.0" - "@aws-sdk/region-config-resolver": "npm:3.936.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.947.0" - "@aws-sdk/types": "npm:3.936.0" - "@aws-sdk/util-endpoints": "npm:3.936.0" - "@aws-sdk/util-user-agent-browser": "npm:3.936.0" - "@aws-sdk/util-user-agent-node": "npm:3.947.0" - "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.7" - "@smithy/eventstream-serde-browser": "npm:^4.2.5" - "@smithy/eventstream-serde-config-resolver": "npm:^4.3.5" - "@smithy/eventstream-serde-node": "npm:^4.2.5" - "@smithy/fetch-http-handler": "npm:^5.3.6" - "@smithy/hash-blob-browser": "npm:^4.2.6" - "@smithy/hash-node": "npm:^4.2.5" - "@smithy/hash-stream-node": "npm:^4.2.5" - "@smithy/invalid-dependency": "npm:^4.2.5" - "@smithy/md5-js": "npm:^4.2.5" - "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.14" - "@smithy/middleware-retry": "npm:^4.4.14" - "@smithy/middleware-serde": "npm:^4.2.6" - "@smithy/middleware-stack": "npm:^4.2.5" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/node-http-handler": "npm:^4.4.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" - "@smithy/url-parser": "npm:^4.2.5" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/credential-provider-node": "npm:3.956.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.956.0" + "@aws-sdk/middleware-expect-continue": "npm:3.956.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.956.0" + "@aws-sdk/middleware-host-header": "npm:3.956.0" + "@aws-sdk/middleware-location-constraint": "npm:3.956.0" + "@aws-sdk/middleware-logger": "npm:3.956.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.956.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.956.0" + "@aws-sdk/middleware-ssec": "npm:3.956.0" + "@aws-sdk/middleware-user-agent": "npm:3.956.0" + "@aws-sdk/region-config-resolver": "npm:3.956.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/util-endpoints": "npm:3.956.0" + "@aws-sdk/util-user-agent-browser": "npm:3.956.0" + "@aws-sdk/util-user-agent-node": "npm:3.956.0" + "@smithy/config-resolver": "npm:^4.4.5" + "@smithy/core": "npm:^3.20.0" + "@smithy/eventstream-serde-browser": "npm:^4.2.7" + "@smithy/eventstream-serde-config-resolver": "npm:^4.3.7" + "@smithy/eventstream-serde-node": "npm:^4.2.7" + "@smithy/fetch-http-handler": "npm:^5.3.8" + "@smithy/hash-blob-browser": "npm:^4.2.8" + "@smithy/hash-node": "npm:^4.2.7" + "@smithy/hash-stream-node": "npm:^4.2.7" + "@smithy/invalid-dependency": "npm:^4.2.7" + "@smithy/md5-js": "npm:^4.2.7" + "@smithy/middleware-content-length": "npm:^4.2.7" + "@smithy/middleware-endpoint": "npm:^4.4.1" + "@smithy/middleware-retry": "npm:^4.4.17" + "@smithy/middleware-serde": "npm:^4.2.8" + "@smithy/middleware-stack": "npm:^4.2.7" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/node-http-handler": "npm:^4.4.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" + "@smithy/url-parser": "npm:^4.2.7" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.13" - "@smithy/util-defaults-mode-node": "npm:^4.2.16" - "@smithy/util-endpoints": "npm:^3.2.5" - "@smithy/util-middleware": "npm:^4.2.5" - "@smithy/util-retry": "npm:^4.2.5" - "@smithy/util-stream": "npm:^4.5.6" + "@smithy/util-defaults-mode-browser": "npm:^4.3.16" + "@smithy/util-defaults-mode-node": "npm:^4.2.19" + "@smithy/util-endpoints": "npm:^3.2.7" + "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-retry": "npm:^4.2.7" + "@smithy/util-stream": "npm:^4.5.8" "@smithy/util-utf8": "npm:^4.2.0" - "@smithy/util-waiter": "npm:^4.2.5" + "@smithy/util-waiter": "npm:^4.2.7" tslib: "npm:^2.6.2" - checksum: 10c0/3ff1a4ca30f0197d4ad5873a86ba0998bea44d34c5a452ea8ff1c4d738772fc5c7c1c4a830c0774a0682456a98e1e4193b98de86fd5cfdf4fa764770bd0384be + checksum: 10c0/f15a3afead20bdd610ba1e165d2d245555dc2b74147665e456c969f892f1d2644fcf56930201ec53b0cd5be9a1dce9e3f9df903f50ebe0f963ca846cecfb6ea4 languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/client-sqs@npm:3.948.0" +"@aws-sdk/client-sqs@npm:^3.953.0": + version: 3.956.0 + resolution: "@aws-sdk/client-sqs@npm:3.956.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/credential-provider-node": "npm:3.948.0" - "@aws-sdk/middleware-host-header": "npm:3.936.0" - "@aws-sdk/middleware-logger": "npm:3.936.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.948.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.946.0" - "@aws-sdk/middleware-user-agent": "npm:3.947.0" - "@aws-sdk/region-config-resolver": "npm:3.936.0" - "@aws-sdk/types": "npm:3.936.0" - "@aws-sdk/util-endpoints": "npm:3.936.0" - "@aws-sdk/util-user-agent-browser": "npm:3.936.0" - "@aws-sdk/util-user-agent-node": "npm:3.947.0" - "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.7" - "@smithy/fetch-http-handler": "npm:^5.3.6" - "@smithy/hash-node": "npm:^4.2.5" - "@smithy/invalid-dependency": "npm:^4.2.5" - "@smithy/md5-js": "npm:^4.2.5" - "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.14" - "@smithy/middleware-retry": "npm:^4.4.14" - "@smithy/middleware-serde": "npm:^4.2.6" - "@smithy/middleware-stack": "npm:^4.2.5" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/node-http-handler": "npm:^4.4.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" - "@smithy/url-parser": "npm:^4.2.5" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/credential-provider-node": "npm:3.956.0" + "@aws-sdk/middleware-host-header": "npm:3.956.0" + "@aws-sdk/middleware-logger": "npm:3.956.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.956.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.956.0" + "@aws-sdk/middleware-user-agent": "npm:3.956.0" + "@aws-sdk/region-config-resolver": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/util-endpoints": "npm:3.956.0" + "@aws-sdk/util-user-agent-browser": "npm:3.956.0" + "@aws-sdk/util-user-agent-node": "npm:3.956.0" + "@smithy/config-resolver": "npm:^4.4.5" + "@smithy/core": "npm:^3.20.0" + "@smithy/fetch-http-handler": "npm:^5.3.8" + "@smithy/hash-node": "npm:^4.2.7" + "@smithy/invalid-dependency": "npm:^4.2.7" + "@smithy/md5-js": "npm:^4.2.7" + "@smithy/middleware-content-length": "npm:^4.2.7" + "@smithy/middleware-endpoint": "npm:^4.4.1" + "@smithy/middleware-retry": "npm:^4.4.17" + "@smithy/middleware-serde": "npm:^4.2.8" + "@smithy/middleware-stack": "npm:^4.2.7" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/node-http-handler": "npm:^4.4.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" + "@smithy/url-parser": "npm:^4.2.7" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.13" - "@smithy/util-defaults-mode-node": "npm:^4.2.16" - "@smithy/util-endpoints": "npm:^3.2.5" - "@smithy/util-middleware": "npm:^4.2.5" - "@smithy/util-retry": "npm:^4.2.5" + "@smithy/util-defaults-mode-browser": "npm:^4.3.16" + "@smithy/util-defaults-mode-node": "npm:^4.2.19" + "@smithy/util-endpoints": "npm:^3.2.7" + "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-retry": "npm:^4.2.7" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/072bbf91cb0ca23baad9d3575b4d2abd7a8c42d10085ecd287d436b73318c0174086999a73b096efdb7a6ce4cd7791262dabf353e2ec4bf0860cd1f671b381ca + checksum: 10c0/6ffd4d024bee4fd2b29c07fbf4d0c123e97f6f673af424c96e2902f300b4329c8182c65ff700f69dac88861654e8eee418004dcf23ace60018685ba8abd67464 languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/client-ssm@npm:3.948.0" +"@aws-sdk/client-ssm@npm:^3.953.0": + version: 3.956.0 + resolution: "@aws-sdk/client-ssm@npm:3.956.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/credential-provider-node": "npm:3.948.0" - "@aws-sdk/middleware-host-header": "npm:3.936.0" - "@aws-sdk/middleware-logger": "npm:3.936.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.948.0" - "@aws-sdk/middleware-user-agent": "npm:3.947.0" - "@aws-sdk/region-config-resolver": "npm:3.936.0" - "@aws-sdk/types": "npm:3.936.0" - "@aws-sdk/util-endpoints": "npm:3.936.0" - "@aws-sdk/util-user-agent-browser": "npm:3.936.0" - "@aws-sdk/util-user-agent-node": "npm:3.947.0" - "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.7" - "@smithy/fetch-http-handler": "npm:^5.3.6" - "@smithy/hash-node": "npm:^4.2.5" - "@smithy/invalid-dependency": "npm:^4.2.5" - "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.14" - "@smithy/middleware-retry": "npm:^4.4.14" - "@smithy/middleware-serde": "npm:^4.2.6" - "@smithy/middleware-stack": "npm:^4.2.5" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/node-http-handler": "npm:^4.4.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" - "@smithy/url-parser": "npm:^4.2.5" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/credential-provider-node": "npm:3.956.0" + "@aws-sdk/middleware-host-header": "npm:3.956.0" + "@aws-sdk/middleware-logger": "npm:3.956.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.956.0" + "@aws-sdk/middleware-user-agent": "npm:3.956.0" + "@aws-sdk/region-config-resolver": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/util-endpoints": "npm:3.956.0" + "@aws-sdk/util-user-agent-browser": "npm:3.956.0" + "@aws-sdk/util-user-agent-node": "npm:3.956.0" + "@smithy/config-resolver": "npm:^4.4.5" + "@smithy/core": "npm:^3.20.0" + "@smithy/fetch-http-handler": "npm:^5.3.8" + "@smithy/hash-node": "npm:^4.2.7" + "@smithy/invalid-dependency": "npm:^4.2.7" + "@smithy/middleware-content-length": "npm:^4.2.7" + "@smithy/middleware-endpoint": "npm:^4.4.1" + "@smithy/middleware-retry": "npm:^4.4.17" + "@smithy/middleware-serde": "npm:^4.2.8" + "@smithy/middleware-stack": "npm:^4.2.7" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/node-http-handler": "npm:^4.4.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" + "@smithy/url-parser": "npm:^4.2.7" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.13" - "@smithy/util-defaults-mode-node": "npm:^4.2.16" - "@smithy/util-endpoints": "npm:^3.2.5" - "@smithy/util-middleware": "npm:^4.2.5" - "@smithy/util-retry": "npm:^4.2.5" + "@smithy/util-defaults-mode-browser": "npm:^4.3.16" + "@smithy/util-defaults-mode-node": "npm:^4.2.19" + "@smithy/util-endpoints": "npm:^3.2.7" + "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-retry": "npm:^4.2.7" "@smithy/util-utf8": "npm:^4.2.0" - "@smithy/util-waiter": "npm:^4.2.5" + "@smithy/util-waiter": "npm:^4.2.7" tslib: "npm:^2.6.2" - checksum: 10c0/9a5a45355bce366d56f96fb173fdfa71ddaa3b98ad9473120a092b129d16c6bd8ce39a56449c1818a801dd5b49ab7c3729a0efc98f741869d5f7f7cb3b7db2e8 + checksum: 10c0/6d5e6bfe9e905f5e12909f5316149a743b312528df667cb860dbf06f5d8ccbcc391c49bf081eb1502ddddfc64983d5ff33265c4edfc09c4ba8aaeed67e9b741f languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/client-sso@npm:3.948.0" +"@aws-sdk/client-sso@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/client-sso@npm:3.956.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/middleware-host-header": "npm:3.936.0" - "@aws-sdk/middleware-logger": "npm:3.936.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.948.0" - "@aws-sdk/middleware-user-agent": "npm:3.947.0" - "@aws-sdk/region-config-resolver": "npm:3.936.0" - "@aws-sdk/types": "npm:3.936.0" - "@aws-sdk/util-endpoints": "npm:3.936.0" - "@aws-sdk/util-user-agent-browser": "npm:3.936.0" - "@aws-sdk/util-user-agent-node": "npm:3.947.0" - "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.7" - "@smithy/fetch-http-handler": "npm:^5.3.6" - "@smithy/hash-node": "npm:^4.2.5" - "@smithy/invalid-dependency": "npm:^4.2.5" - "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.14" - "@smithy/middleware-retry": "npm:^4.4.14" - "@smithy/middleware-serde": "npm:^4.2.6" - "@smithy/middleware-stack": "npm:^4.2.5" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/node-http-handler": "npm:^4.4.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" - "@smithy/url-parser": "npm:^4.2.5" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/middleware-host-header": "npm:3.956.0" + "@aws-sdk/middleware-logger": "npm:3.956.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.956.0" + "@aws-sdk/middleware-user-agent": "npm:3.956.0" + "@aws-sdk/region-config-resolver": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/util-endpoints": "npm:3.956.0" + "@aws-sdk/util-user-agent-browser": "npm:3.956.0" + "@aws-sdk/util-user-agent-node": "npm:3.956.0" + "@smithy/config-resolver": "npm:^4.4.5" + "@smithy/core": "npm:^3.20.0" + "@smithy/fetch-http-handler": "npm:^5.3.8" + "@smithy/hash-node": "npm:^4.2.7" + "@smithy/invalid-dependency": "npm:^4.2.7" + "@smithy/middleware-content-length": "npm:^4.2.7" + "@smithy/middleware-endpoint": "npm:^4.4.1" + "@smithy/middleware-retry": "npm:^4.4.17" + "@smithy/middleware-serde": "npm:^4.2.8" + "@smithy/middleware-stack": "npm:^4.2.7" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/node-http-handler": "npm:^4.4.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" + "@smithy/url-parser": "npm:^4.2.7" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.13" - "@smithy/util-defaults-mode-node": "npm:^4.2.16" - "@smithy/util-endpoints": "npm:^3.2.5" - "@smithy/util-middleware": "npm:^4.2.5" - "@smithy/util-retry": "npm:^4.2.5" + "@smithy/util-defaults-mode-browser": "npm:^4.3.16" + "@smithy/util-defaults-mode-node": "npm:^4.2.19" + "@smithy/util-endpoints": "npm:^3.2.7" + "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-retry": "npm:^4.2.7" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/69d8fb90641f3297461ba86dcaf73faa85dd59fc0e23868258695be07af1d35abef22ebe9778ae61ca2167da5b833b298ed215a7e7071de55bf51e47d3570733 + checksum: 10c0/1154b2293c70922595cf74ec6f2cc1a2159dadfb837f4b26833a98105cc21a77f16ecd892e55eb122392bae7dca0b125818b20179b70b3999c58e4e6cf0eedf9 languageName: node linkType: hard -"@aws-sdk/core@npm:3.947.0": - version: 3.947.0 - resolution: "@aws-sdk/core@npm:3.947.0" +"@aws-sdk/core@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/core@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@aws-sdk/xml-builder": "npm:3.930.0" - "@smithy/core": "npm:^3.18.7" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/signature-v4": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/xml-builder": "npm:3.956.0" + "@smithy/core": "npm:^3.20.0" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/signature-v4": "npm:^5.3.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" "@smithy/util-base64": "npm:^4.3.0" - "@smithy/util-middleware": "npm:^4.2.5" + "@smithy/util-middleware": "npm:^4.2.7" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/46eceb5e3aabc1fcb7c390e2b6681072dbf8efd57789f329d1371fbe5585461b0e07f1b6fc0791075dfe6fa51477a09430c0c0e13b38cfc8800225ab72bdbd70 + checksum: 10c0/0ad031aeca71c3565c62156024d24b135c4ffabb890473cf1d1d601524044bf1e5f736fb1fb06881229517b30befe6eba03defcc139a6926a576e691d9a009ae languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.947.0": - version: 3.947.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.947.0" +"@aws-sdk/credential-provider-env@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.956.0" dependencies: - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/types": "npm:3.936.0" - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/a9e711db5b5ce15f8ca64bf65519c5bdb6f1fe58714a016e5c4b4ec01043b0fa472eee28bc9e348176ade7658b653da9e99796a57de505c577090fd0e292bdd1 + checksum: 10c0/de46448a26bf85c43509e724b24e4d6943c5fc2b16bb8aae11597070bdc62a1461415dfccb6e26f5bbe4ad1cc3df7f21ed201edb25616696b385667d932de84d languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.947.0": - version: 3.947.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.947.0" +"@aws-sdk/credential-provider-http@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.956.0" dependencies: - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/types": "npm:3.936.0" - "@smithy/fetch-http-handler": "npm:^5.3.6" - "@smithy/node-http-handler": "npm:^4.4.5" - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" - "@smithy/util-stream": "npm:^4.5.6" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/fetch-http-handler": "npm:^5.3.8" + "@smithy/node-http-handler": "npm:^4.4.7" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" + "@smithy/util-stream": "npm:^4.5.8" tslib: "npm:^2.6.2" - checksum: 10c0/46ed9e8b48b189bbbf7d8e4ea89e35cc2727034cf2c64184adda70dc42d0fbc2784fe0d9a6ac6657917f6f402bf729cb86c3f50965f205da6a445830ce9a3148 - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-ini@npm:3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.948.0" - dependencies: - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/credential-provider-env": "npm:3.947.0" - "@aws-sdk/credential-provider-http": "npm:3.947.0" - "@aws-sdk/credential-provider-login": "npm:3.948.0" - "@aws-sdk/credential-provider-process": "npm:3.947.0" - "@aws-sdk/credential-provider-sso": "npm:3.948.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.948.0" - "@aws-sdk/nested-clients": "npm:3.948.0" - "@aws-sdk/types": "npm:3.936.0" - "@smithy/credential-provider-imds": "npm:^4.2.5" - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/shared-ini-file-loader": "npm:^4.4.0" - "@smithy/types": "npm:^4.9.0" + checksum: 10c0/8ca6eea1178f32a57f7e2cadf9a9b5c9456782e9348a73c8b4898012dc3d559f2d79ed28e22aefb3b24190600eecb36d80f6a40aea2bb0fd3b0327478e243904 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-ini@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.956.0" + dependencies: + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/credential-provider-env": "npm:3.956.0" + "@aws-sdk/credential-provider-http": "npm:3.956.0" + "@aws-sdk/credential-provider-login": "npm:3.956.0" + "@aws-sdk/credential-provider-process": "npm:3.956.0" + "@aws-sdk/credential-provider-sso": "npm:3.956.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.956.0" + "@aws-sdk/nested-clients": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/credential-provider-imds": "npm:^4.2.7" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/shared-ini-file-loader": "npm:^4.4.2" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/4b0262848421f2c84fbaf3c1ca4f58340293e1518fc57768eeb35f473566a860c8bbd7da5444bc362be82942bd0f20a9568a223b7625ba797b8355e6f8bf3df7 + checksum: 10c0/1d7d0c1f1fed0ac547549a8d094182eec9a2c3d4b4076b271466e08cad8b881b2d11942351185c1f85fc955a786f72d373a0289a9da14a0cc98f9f190ee6492d languageName: node linkType: hard -"@aws-sdk/credential-provider-login@npm:3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/credential-provider-login@npm:3.948.0" +"@aws-sdk/credential-provider-login@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/credential-provider-login@npm:3.956.0" dependencies: - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/nested-clients": "npm:3.948.0" - "@aws-sdk/types": "npm:3.936.0" - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/shared-ini-file-loader": "npm:^4.4.0" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/nested-clients": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/shared-ini-file-loader": "npm:^4.4.2" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/6bc10c3e056125ff41d5ab0443d8c1407cd094b1ccef23b47a08cd626d326a6345d359bf1114c6e966dab36a6f308831fe78fd4a5ca1ccf962947a72089f9fae + checksum: 10c0/03b5d162d19115273a06efd80f33abb30e66f29801669b4cf620555dcc3704d57fe44479c148ffe112b4560d0107110cfde4de39e9ad76586bc2a1eb979dae13 languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.948.0" +"@aws-sdk/credential-provider-node@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.956.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.947.0" - "@aws-sdk/credential-provider-http": "npm:3.947.0" - "@aws-sdk/credential-provider-ini": "npm:3.948.0" - "@aws-sdk/credential-provider-process": "npm:3.947.0" - "@aws-sdk/credential-provider-sso": "npm:3.948.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.948.0" - "@aws-sdk/types": "npm:3.936.0" - "@smithy/credential-provider-imds": "npm:^4.2.5" - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/shared-ini-file-loader": "npm:^4.4.0" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/credential-provider-env": "npm:3.956.0" + "@aws-sdk/credential-provider-http": "npm:3.956.0" + "@aws-sdk/credential-provider-ini": "npm:3.956.0" + "@aws-sdk/credential-provider-process": "npm:3.956.0" + "@aws-sdk/credential-provider-sso": "npm:3.956.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/credential-provider-imds": "npm:^4.2.7" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/shared-ini-file-loader": "npm:^4.4.2" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/720e0b2437261bd28226e37c33cdbaacbded357f19276572d49095c18930d4b13757cb3e1ab98b0470a9be692971ac61096d652ef39c2690c3d94741ceaba56b + checksum: 10c0/5d8a2f32b0ec62ea7f02455616384cfdbeb7fb20b220fbb2995b39036e8b8fb8b07914deea5a06b512fe8da83825dd2c2dab16822693bb68a6674d5c2d0da0a7 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.947.0": - version: 3.947.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.947.0" +"@aws-sdk/credential-provider-process@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.956.0" dependencies: - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/types": "npm:3.936.0" - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/shared-ini-file-loader": "npm:^4.4.0" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/shared-ini-file-loader": "npm:^4.4.2" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/841d13c8aa3c220581bfa2b1e56000576bbea26d5cca09859e0f4d3ff9a12359520fe191f852d7e0b9615e8daffe1ee993a56263ea3a2d55925b42e5a0c6079d + checksum: 10c0/73c9c80f80035f0f472ff0fe741523939a025ce1c8cfd7c6fc329026509c2488b1ca2658a95022bb84af29afd19f06400997e9f99adc3576c35b38f09a19603e languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.948.0" +"@aws-sdk/credential-provider-sso@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.956.0" dependencies: - "@aws-sdk/client-sso": "npm:3.948.0" - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/token-providers": "npm:3.948.0" - "@aws-sdk/types": "npm:3.936.0" - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/shared-ini-file-loader": "npm:^4.4.0" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/client-sso": "npm:3.956.0" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/token-providers": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/shared-ini-file-loader": "npm:^4.4.2" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/fa1e58b3eabc8e205efe637e708a39c2e07e1e5e834b10d39f0ec00521986b6405d71287c8ca07d7293b4bf60e1098515368086fa9cea8aadaa1e0f2a06a824d + checksum: 10c0/fe3edbaf9bcfd31ff91a07975b8ca6bb5b070c24e9ba79da4357db4c7542a40367c2913d93a7c8f1e44cbcbc91e3e1bb97660d3b5ec66dcbe980efb1c6eb26b7 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.948.0" +"@aws-sdk/credential-provider-web-identity@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.956.0" dependencies: - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/nested-clients": "npm:3.948.0" - "@aws-sdk/types": "npm:3.936.0" - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/shared-ini-file-loader": "npm:^4.4.0" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/nested-clients": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/shared-ini-file-loader": "npm:^4.4.2" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/b48632b7467a6861b7e5d740a8fe8a555a07fbd6f81f4b81f352d414e70d5b9506b0540b0c5a9fdd340fe07f0a6b295131e414b19816396d4145f61ed2f3bbf8 + checksum: 10c0/e6e26f6ce863713c32db1e71cf302aeb1c006f018d054dcd93655646824e33e77aba18c0a8822c0c35f58f89a1c5434d71809704859c519e869bb18aacb768f7 languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/lib-storage@npm:3.948.0" +"@aws-sdk/lib-storage@npm:^3.953.0": + version: 3.956.0 + resolution: "@aws-sdk/lib-storage@npm:3.956.0" dependencies: - "@smithy/abort-controller": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.14" - "@smithy/smithy-client": "npm:^4.9.10" + "@smithy/abort-controller": "npm:^4.2.7" + "@smithy/middleware-endpoint": "npm:^4.4.1" + "@smithy/smithy-client": "npm:^4.10.2" 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.948.0 - checksum: 10c0/11edd46ee1f2ef74efbf9b5b422f77d2c792693bd90051ef3bda6ab36e76f2b6533f531df5d390da31c757efcc98b0513d70a14a28561eefa13e641847d1831d + "@aws-sdk/client-s3": ^3.956.0 + checksum: 10c0/bff326018221631cda971bbf693b3ecfc7e5369dc1dcc91fe36e377ed64722d9714010b2740147ad303d5345650c12ea743ad8d216c3dbd0f24e37a7efe0b28d languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.936.0": - version: 3.936.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.936.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@aws-sdk/util-arn-parser": "npm:3.893.0" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/util-arn-parser": "npm:3.953.0" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/types": "npm:^4.11.0" "@smithy/util-config-provider": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/697c02f0ecf057615b08acf8f7a2359e0e692bb47029bdb7310c5fb2c46af86c2b755c835cff5271ccfdf17b9e1fcdae2954d22af7ba80136a77ee1c70c3dda6 + checksum: 10c0/05dcb996ef67d5296e5934e488e6b0553a9ce390c84ca55ff30d25183e16261936cc73d2226580a54f755f1305bd0c338df60283dcc622d104aca10c34ae6cf3 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.936.0": - version: 3.936.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.936.0" +"@aws-sdk/middleware-expect-continue@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/1945b4985d76e2ff0b34a11965b67774ded31384e057e16daf46461217824d634aa1a84fbafb74fdd8bfb3ddb4a9d947877ef15e225798d52131c63fafbe715c + checksum: 10c0/13fbf2550c35a858c794e83e3516cddfb58d2205886169931d502f766af8865e1584900462a47085a34f9c3e50771b62f5a290ba3364b45c068253368b27de3e languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.947.0": - version: 3.947.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.947.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.956.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.947.0" - "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" "@smithy/is-array-buffer": "npm:^4.2.0" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/types": "npm:^4.9.0" - "@smithy/util-middleware": "npm:^4.2.5" - "@smithy/util-stream": "npm:^4.5.6" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/types": "npm:^4.11.0" + "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-stream": "npm:^4.5.8" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/23d5ae5a99b9e8f5b1311f2d9dcb83dccb57ae1e5c5a54d33e761ff24620d939ffc112c6a725449891115d0f63e346942848a32d0bfe7a6b82ef843fcf6421c2 + checksum: 10c0/e50f2be8d1ab1c6aac43c1f94de952872ca5219c7c7a91001e458d4a9da943fa67c69a95e118468dabb96cf40b6ee73c2eb1f10baf0959f034f3347446a8fbef languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.936.0": - version: 3.936.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.936.0" +"@aws-sdk/middleware-host-header@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/524221650f88650c4a9cc60f7ed1bdd215f4112e120ad75807ee9b51358a1016c867e0b696cae91256aac084fa091cb230b2f579388c4b59e680b8a3e2bc7d29 + checksum: 10c0/2b1827c323daede1f0e8c162d32baa7a0552e11cd097c3bdc3f35938cb3edf0b6f9e285bc1803f0fd8c719e137610364b5bc10998cabed7307dca6591536c525 languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.936.0": - version: 3.936.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.936.0" +"@aws-sdk/middleware-location-constraint@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/5e2e51f7a3b7d5f47a425ca33735fa8e0efbb44bf28a4283bb156fed94cd6fc215e89868e82fafeb652184505c8bb1b82d85a03f3221187450b5f4169bcc484f + checksum: 10c0/8a51408e1c122b58800a05e9e0163701579cbc4438c3739092a66bf9581f1673d0b48488c2e73fc6ea5cb0081a08ecfe45947ace9090e6f4d780a01afd0b8764 languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.936.0": - version: 3.936.0 - resolution: "@aws-sdk/middleware-logger@npm:3.936.0" +"@aws-sdk/middleware-logger@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/middleware-logger@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/9f94ae2f30a7b42d7423e3bee868e08d5ac1314e5ed9882fd5e457cb50ba87fcc7c859c0629210a64b1b9a595844988876a005c2a02f63c615ae19eee9baafba + checksum: 10c0/29db9b64e8fb747dc9f3e96b7f56502b08ccb658aac8ba1794d4efaa8aacf5f3cd5a8f7d056fa7c723a8eaffe3c129941948042f968c658e303dda23d977ce08 languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.948.0" +"@aws-sdk/middleware-recursion-detection@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" + "@aws-sdk/types": "npm:3.956.0" "@aws/lambda-invoke-store": "npm:^0.2.2" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/d6a8a493b38f532cee83ea1fec1b42e2e37ed1e226dd2a0badff388eae6ad2c308b764ecab44e78ccbe9fe26b7284a7578762522ce0bc8143bd07e00d7f4fb81 + checksum: 10c0/a458d98c022c5553d2f4d821645f4ed311d58fb791e8305e904285b086d2ee68976d1ff07f2fe0a337d10fdf8b9b09f91faacf7976872f4c832ee54978e327ee languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.946.0": - version: 3.946.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.946.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@aws-sdk/util-format-url": "npm:3.936.0" - "@smithy/middleware-endpoint": "npm:^4.3.14" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/signature-v4": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/util-format-url": "npm:3.956.0" + "@smithy/middleware-endpoint": "npm:^4.4.1" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/signature-v4": "npm:^5.3.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/108c7b6ed276c7827d6d345603822062e4345929ccc28922e7b90d898f7db58e5f0f553430f85374bfaf66939eeea32f8757f249d77dde16cfd78a4579250526 + checksum: 10c0/a2039196165bfc1c1e653b476b97b68bcf9505434d66e4e7c9972f58112a035fa9ce16be5a4d9befd700450a87141eac1a1e08bb500b798a6e85b8d80f3f2ecd languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.947.0": - version: 3.947.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.947.0" +"@aws-sdk/middleware-sdk-s3@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.956.0" dependencies: - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/types": "npm:3.936.0" - "@aws-sdk/util-arn-parser": "npm:3.893.0" - "@smithy/core": "npm:^3.18.7" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/signature-v4": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/util-arn-parser": "npm:3.953.0" + "@smithy/core": "npm:^3.20.0" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/signature-v4": "npm:^5.3.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" "@smithy/util-config-provider": "npm:^4.2.0" - "@smithy/util-middleware": "npm:^4.2.5" - "@smithy/util-stream": "npm:^4.5.6" + "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-stream": "npm:^4.5.8" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/dc2fe71779f805249db0d340aed97c0d00f5e15163001ecc9d954e8d4728cbf210ee8a4860f819e667c4fb11e717f5d8799538478097573a716e803cf4888c15 + checksum: 10c0/0c07ca65c36de648e655b44b55e5cf5930dd2bf3af2643f95035035b55e3b29ec1c4158b77e162659b75ab384c02a71f4cd819a88f2e355d83c7fa800537b94c languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.946.0": - version: 3.946.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.946.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" "@smithy/util-hex-encoding": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/cb379b3271007f5700d0972e36636834c3a442e94bbc9bb514f2163f1561ce56efb829fdb848d8e9bfb0d9e7a25b022155ce428a0c30a53368633b4cf37f080b + checksum: 10c0/5d9763594a88bc487d6808153c1d980db6a0f87cae12c046a929e782cef6310f5806b409382b580ccecb8cc6a4c1c0080c118f7387e406c69ad52c4c8dfc6fad languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.936.0": - version: 3.936.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.936.0" +"@aws-sdk/middleware-ssec@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/44dd8474596cb64be010303e2e7509964ce98f788d7d856c29e25edaeace0ad160f85c6106b6de0098b62823261b2226aa79a0aa91ea78032a07f030343fd2ba + checksum: 10c0/442c411c8f760736161fbf377abb29dfb7b1198eecc7b8834dbab044fd600ecac272105347a34d2e2fc1c8946f132fd3a684398d28b072b7e57196c3235594e4 languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.947.0": - version: 3.947.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.947.0" +"@aws-sdk/middleware-user-agent@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.956.0" dependencies: - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/types": "npm:3.936.0" - "@aws-sdk/util-endpoints": "npm:3.936.0" - "@smithy/core": "npm:^3.18.7" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/util-endpoints": "npm:3.956.0" + "@smithy/core": "npm:^3.20.0" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/718dc2970f7d744e821c365e9814e4f0bb0d0f337dd507c62c72b116f3e5fe65ea72666938fb6321f37e9ed611e04d9bc58d03c5f486580ed26617cb7e9339ff + checksum: 10c0/f6a220adfb4446faad1823577f68e6d7fbb1d220c7249fc621ac4e982b280291fa4a16e7ecc94046a7a1447dd648d9c5e27afda103da02511140ce3918704b05 languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/nested-clients@npm:3.948.0" +"@aws-sdk/nested-clients@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/nested-clients@npm:3.956.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/middleware-host-header": "npm:3.936.0" - "@aws-sdk/middleware-logger": "npm:3.936.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.948.0" - "@aws-sdk/middleware-user-agent": "npm:3.947.0" - "@aws-sdk/region-config-resolver": "npm:3.936.0" - "@aws-sdk/types": "npm:3.936.0" - "@aws-sdk/util-endpoints": "npm:3.936.0" - "@aws-sdk/util-user-agent-browser": "npm:3.936.0" - "@aws-sdk/util-user-agent-node": "npm:3.947.0" - "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/core": "npm:^3.18.7" - "@smithy/fetch-http-handler": "npm:^5.3.6" - "@smithy/hash-node": "npm:^4.2.5" - "@smithy/invalid-dependency": "npm:^4.2.5" - "@smithy/middleware-content-length": "npm:^4.2.5" - "@smithy/middleware-endpoint": "npm:^4.3.14" - "@smithy/middleware-retry": "npm:^4.4.14" - "@smithy/middleware-serde": "npm:^4.2.6" - "@smithy/middleware-stack": "npm:^4.2.5" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/node-http-handler": "npm:^4.4.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" - "@smithy/url-parser": "npm:^4.2.5" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/middleware-host-header": "npm:3.956.0" + "@aws-sdk/middleware-logger": "npm:3.956.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.956.0" + "@aws-sdk/middleware-user-agent": "npm:3.956.0" + "@aws-sdk/region-config-resolver": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@aws-sdk/util-endpoints": "npm:3.956.0" + "@aws-sdk/util-user-agent-browser": "npm:3.956.0" + "@aws-sdk/util-user-agent-node": "npm:3.956.0" + "@smithy/config-resolver": "npm:^4.4.5" + "@smithy/core": "npm:^3.20.0" + "@smithy/fetch-http-handler": "npm:^5.3.8" + "@smithy/hash-node": "npm:^4.2.7" + "@smithy/invalid-dependency": "npm:^4.2.7" + "@smithy/middleware-content-length": "npm:^4.2.7" + "@smithy/middleware-endpoint": "npm:^4.4.1" + "@smithy/middleware-retry": "npm:^4.4.17" + "@smithy/middleware-serde": "npm:^4.2.8" + "@smithy/middleware-stack": "npm:^4.2.7" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/node-http-handler": "npm:^4.4.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" + "@smithy/url-parser": "npm:^4.2.7" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" "@smithy/util-body-length-node": "npm:^4.2.1" - "@smithy/util-defaults-mode-browser": "npm:^4.3.13" - "@smithy/util-defaults-mode-node": "npm:^4.2.16" - "@smithy/util-endpoints": "npm:^3.2.5" - "@smithy/util-middleware": "npm:^4.2.5" - "@smithy/util-retry": "npm:^4.2.5" + "@smithy/util-defaults-mode-browser": "npm:^4.3.16" + "@smithy/util-defaults-mode-node": "npm:^4.2.19" + "@smithy/util-endpoints": "npm:^3.2.7" + "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-retry": "npm:^4.2.7" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/048e8a38b998d327e18bcb964a949905cc32b990992d3a806ebbde0d31f7ae9986b21686f1d1c856a1e7fd7ea4b18ce36b39ad12312169a56463a63e8dad58c1 + checksum: 10c0/61cf1a0c0c53ebc90b32cc448138ac6a39ae516f2c140feac4ef948f875a47bff3d809a6c35768252768ac135835a56ca402bf6b0615e9d96ff5e80c606f39dd languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.936.0": - version: 3.936.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.936.0" +"@aws-sdk/region-config-resolver@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/config-resolver": "npm:^4.4.5" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/67ecf8f3575abe5c6b802afd6d8ba73ce54a97e6ff613eee36c4536a61ecfc732e2ac3a938829275122c4e645b40c0838c9a3904cebf6fc6d229c149e623a7f3 + checksum: 10c0/040114f1a9d824cd2bc8adb54428b0da86f33b2e16b8f144824982d4f3618f4b4686ab2983393751575dbf0ab24e957121aa89bf7c07857c4642b939505e02ff languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.947.0": - version: 3.947.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.947.0" +"@aws-sdk/signature-v4-multi-region@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.956.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.947.0" - "@aws-sdk/types": "npm:3.936.0" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/signature-v4": "npm:^5.3.5" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/signature-v4": "npm:^5.3.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/c3c3c19fc9c0b65809873e4bae935713b7c8037add8b4b3f338381bfa5e871a07a5e405074ffc0a4683cb28201e0e2c22b4c06955675416dbb5c1a8533f94ead + checksum: 10c0/b9bcc480003beaabb2eb3f01f4dbe1477f11c16fb4fbf74d7434e59b3b78e93f100053e1bca299ca24e50a4f0cb8bd4fc1df6daa8994a381fe132b3489aef5a2 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.948.0": - version: 3.948.0 - resolution: "@aws-sdk/token-providers@npm:3.948.0" +"@aws-sdk/token-providers@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/token-providers@npm:3.956.0" dependencies: - "@aws-sdk/core": "npm:3.947.0" - "@aws-sdk/nested-clients": "npm:3.948.0" - "@aws-sdk/types": "npm:3.936.0" - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/shared-ini-file-loader": "npm:^4.4.0" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/core": "npm:3.956.0" + "@aws-sdk/nested-clients": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/shared-ini-file-loader": "npm:^4.4.2" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/b1357e5c713e2a38d8d8a43989cdd6d131d05dd775a272b305ba991db30270410d0f1912d72cd4c99673f39f7ecd579b9ea9574be3585ad60f6fadce0d07858f + checksum: 10c0/1771692416cc15ea2e60bb9ba16b8b940a61810b0d31db5f507a69029a3bf29c39ee5ee8d7784cc58612a3600b138e79d255831eb33c389166c99956b90fba31 languageName: node linkType: hard -"@aws-sdk/types@npm:3.936.0, @aws-sdk/types@npm:^3.936.0": - version: 3.936.0 - resolution: "@aws-sdk/types@npm:3.936.0" +"@aws-sdk/types@npm:3.956.0, @aws-sdk/types@npm:^3.953.0": + version: 3.956.0 + resolution: "@aws-sdk/types@npm:3.956.0" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/6f7eeabd0ada675b3b8e969d512f7ce29602a1dd6af154e3d6977f0a6f03084ca3be9498d091142369636a7b7d9f1b22e58156c741d1d088c4939581848054bb + checksum: 10c0/ffc183a9f7bec2ea985819325481a6606832df7cfb6982aa6a40052f4cbe203805efd521cd00e45463f6d3e5f6c59f2f667e34602fe1035f3300897872b18877 languageName: node linkType: hard @@ -1074,37 +1074,37 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-arn-parser@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/util-arn-parser@npm:3.893.0" +"@aws-sdk/util-arn-parser@npm:3.953.0": + version: 3.953.0 + resolution: "@aws-sdk/util-arn-parser@npm:3.953.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/c8bbc1e258674e791929f1259a3f2422433c0b8c5470808a958ef4320bb9ca7c27783b617da3b9e04d9a1cd1d0b547da2858249dbec816f1098c02731b551aac + checksum: 10c0/dead4892f01ae994ee5ad39c3e21cc736d80d95874f624d5b278934016f0cd509f578423da34b53e7314d9ca9ed0b38a30c18fdbd1f34199d2cee0926f2b784f languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.936.0": - version: 3.936.0 - resolution: "@aws-sdk/util-endpoints@npm:3.936.0" +"@aws-sdk/util-endpoints@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/util-endpoints@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@smithy/types": "npm:^4.9.0" - "@smithy/url-parser": "npm:^4.2.5" - "@smithy/util-endpoints": "npm:^3.2.5" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/types": "npm:^4.11.0" + "@smithy/url-parser": "npm:^4.2.7" + "@smithy/util-endpoints": "npm:^3.2.7" tslib: "npm:^2.6.2" - checksum: 10c0/13b1ae923ea8c09cb8ea91e7fec6d4c3138300140a23a437348dea826f50c00bf1331d4b1b1169232bedb311cbc3cc51284bd8d57820d9b028f928d06c61573f + checksum: 10c0/e42e3a0f10a681ff96142ddeea7374722a5d988206f3f7e2ff0798c388b8acd93ac7b907a3d94a5d89dbf2dd3bd69aa89595a3bbb4bc910c6296f44d73f9512b languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.936.0": - version: 3.936.0 - resolution: "@aws-sdk/util-format-url@npm:3.936.0" +"@aws-sdk/util-format-url@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/util-format-url@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@smithy/querystring-builder": "npm:^4.2.5" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/querystring-builder": "npm:^4.2.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/f7e01f704af64ef6003aaba92cedaf0319ea3cbbf8ee3e05778b0f14c08b8484cdcec96cfbf8093cc7e44bbed2385682c664fb96d4d48c53865ab645579fdbf4 + checksum: 10c0/3d3d2f5c1a42af35b16aef68ed2c05395b8c1288565c6328d29166e14f4a026fcbc7591832f1f17f29a3b3f9f1a2ac5644265fcc1fee41d96b44d58bd83d9085 languageName: node linkType: hard @@ -1117,44 +1117,44 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.936.0": - version: 3.936.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.936.0" +"@aws-sdk/util-user-agent-browser@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.956.0" dependencies: - "@aws-sdk/types": "npm:3.936.0" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/types": "npm:^4.11.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/5dec40c3ca7cfe0779cadcd8c67d8aa174a385bd38ebe0c54b01b2554c833519dd2714f68aa1809d5268d8614167f3187199f5f28559a2992cc5a5a816458e64 + checksum: 10c0/8132b1d0c837a55335dbc40d5fdff7b6375a0c6c5e836b1543b6a70fe98537b657eb28de574de1ad55a8d177c8b0433170eb888c33a1371acaff8f12eb82ed08 languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.947.0": - version: 3.947.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.947.0" +"@aws-sdk/util-user-agent-node@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.956.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.947.0" - "@aws-sdk/types": "npm:3.936.0" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/types": "npm:^4.9.0" + "@aws-sdk/middleware-user-agent": "npm:3.956.0" + "@aws-sdk/types": "npm:3.956.0" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/c86781ed1214266125587b25c39a3e8e1eca5b19ab950788563ef8fb50669fba3507946864672bfc6f95e503d7124ca59b981f7d46abfd31efa61b5ad69b2955 + checksum: 10c0/eadc957ac4f52b355d0889c2f9aafd0332022867c2446bea5ca2c8da35d6b0a99be911a48dd394df44d4aafab1700edbccb7198dad1cbe984a1b2b2bf70e49da languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.930.0": - version: 3.930.0 - resolution: "@aws-sdk/xml-builder@npm:3.930.0" +"@aws-sdk/xml-builder@npm:3.956.0": + version: 3.956.0 + resolution: "@aws-sdk/xml-builder@npm:3.956.0" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" fast-xml-parser: "npm:5.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/f46b8544ef54083944c179e85e3468023f5b960354f0c4e0c5261918c42d6a56a23807d3c88a73fe982b38f40e5d4e7e9e6885ebad7fec0df7be83dc7596abb6 + checksum: 10c0/168aa4b60af33a888d9301155e00839ca81334e1481c5e2dcc82f8bbfe49ed34174e8e4d8a2d9e1b0f8d7318269b4a10edfb1b65dc42797731539a570c7a4114 languageName: node linkType: hard @@ -4170,13 +4170,13 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/abort-controller@npm:4.2.5" +"@smithy/abort-controller@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/abort-controller@npm:4.2.7" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/aaca4d8a87100f4b8805bb034cae9315b9bf813a029576d3417a1a1ecd5c1d9e92907349ffaf9d6606c4fc20483ac28864565c1e6dec6f2a7d8709522c8b5290 + checksum: 10c0/4f992bdff9f035a62c1403da1999e0170f8703a4ad0c7fbc93bc992d4ffcb20d12cebf40ad6dc006c7f0a7e80253646a147ee64ca29266dd7e52800f0ebf93fe languageName: node linkType: hard @@ -4199,161 +4199,161 @@ __metadata: languageName: node linkType: hard -"@smithy/config-resolver@npm:^4.4.3": - version: 4.4.3 - resolution: "@smithy/config-resolver@npm:4.4.3" +"@smithy/config-resolver@npm:^4.4.5": + version: 4.4.5 + resolution: "@smithy/config-resolver@npm:4.4.5" dependencies: - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/types": "npm:^4.11.0" "@smithy/util-config-provider": "npm:^4.2.0" - "@smithy/util-endpoints": "npm:^3.2.5" - "@smithy/util-middleware": "npm:^4.2.5" + "@smithy/util-endpoints": "npm:^3.2.7" + "@smithy/util-middleware": "npm:^4.2.7" tslib: "npm:^2.6.2" - checksum: 10c0/e28844ea32776b2d2790e134bdfcb700f5a8f4bcd7aeac9869ddac635012eb2911d5abbddf36ae63703dff3af435015095b381b17a3cb4d2b1ba1c02cdc9f314 + checksum: 10c0/0a7c365bc50e82c9e22897b26cafe1d2a176b425a1303ff55fd5bd5f851e85534e7147d2a1408328dc6ca29f535143eab3289a39d03969e924302226711c0d55 languageName: node linkType: hard -"@smithy/core@npm:^3.18.7": - version: 3.18.7 - resolution: "@smithy/core@npm:3.18.7" +"@smithy/core@npm:^3.20.0": + version: 3.20.0 + resolution: "@smithy/core@npm:3.20.0" dependencies: - "@smithy/middleware-serde": "npm:^4.2.6" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/middleware-serde": "npm:^4.2.8" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/types": "npm:^4.11.0" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-body-length-browser": "npm:^4.2.0" - "@smithy/util-middleware": "npm:^4.2.5" - "@smithy/util-stream": "npm:^4.5.6" + "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-stream": "npm:^4.5.8" "@smithy/util-utf8": "npm:^4.2.0" "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/dddf579c5efb8d0875a926d23f10e73d1898969022dcef533d210cb73c930be6faf59adc6ea324ef5b6e7eee25dac3c622e2c988439263405cdf498147ea024f + checksum: 10c0/70ef9659b831573a27f68f689658090540da281459c29f61174e3162f2eae10c1dd2c5d959149b8ca00419d199e1de2aebc2b2810a0d009336ebf3a88f7df5b3 languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/credential-provider-imds@npm:4.2.5" +"@smithy/credential-provider-imds@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/credential-provider-imds@npm:4.2.7" dependencies: - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/types": "npm:^4.9.0" - "@smithy/url-parser": "npm:^4.2.5" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/types": "npm:^4.11.0" + "@smithy/url-parser": "npm:^4.2.7" tslib: "npm:^2.6.2" - checksum: 10c0/98efbb03e75d71392baac12755c677b72bbb239b84ff3e776aabc0d192f4501d35da8b81956b48e266501eeff37d3bde56ab188fefb5422bf107a0f20bfd7674 + checksum: 10c0/5c190b46879a9ce12c73099db4fd302089de79b5efd4177be256faa096778817cb9bc8e682f01abe397482ed90b00a726888630aecaaed47c2e3214169a23351 languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/eventstream-codec@npm:4.2.5" +"@smithy/eventstream-codec@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/eventstream-codec@npm:4.2.7" dependencies: "@aws-crypto/crc32": "npm:5.2.0" - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" "@smithy/util-hex-encoding": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/4fbfe558291502af7afb86af3217d283d9a149f63a4b9871e54cfd9a295ec8e276df7e6c924728e023ac897c3f124f5ff3954037b6e9344b9f43f681f2ffa4b7 + checksum: 10c0/4388969ead1da4d657e3b05d7a031ad80b54c7e5635d1f6b1c1e3f56ffaeebf928a157b7c7aa886249f223fb0ee8c1b020bf9ab2a08cfdb0840066f40348272a languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/eventstream-serde-browser@npm:4.2.5" +"@smithy/eventstream-serde-browser@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/eventstream-serde-browser@npm:4.2.7" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.2.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/eventstream-serde-universal": "npm:^4.2.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/ea7d26520aa51ddb4eec0c30d4a1a2a016c3ca111f112fb6ff578c8c64027f9982b63368fd185fda7d19ddbdbd0c73a4314c08b151e19bf6d32690fa0794aa32 + checksum: 10c0/76f9f5e9aa3dd0e1162fe66e516d1a6b740f6c0119c8e2a247e24636d58dad7887f233c57dafcdb0842b3b5edee7195aab9bd6dbd653bfeab779c358be0e1645 languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^4.3.5": - version: 4.3.5 - resolution: "@smithy/eventstream-serde-config-resolver@npm:4.3.5" +"@smithy/eventstream-serde-config-resolver@npm:^4.3.7": + version: 4.3.7 + resolution: "@smithy/eventstream-serde-config-resolver@npm:4.3.7" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/122336be4a488cb6cd3ce2c99c8bfdab0055a2cc26edf1b18ed133cdae37ad1619229440d7a14e555b10236051af74749e12a92b1cc6e8563311ee4de1525749 + checksum: 10c0/3aac405fae327db2fd2d588e5970e656ee385abaae3612a6c56418a14a291054916d36f409e69f2d61b96ebe615d3130310c33f28fa4c35b653e839927b6626d languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/eventstream-serde-node@npm:4.2.5" +"@smithy/eventstream-serde-node@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/eventstream-serde-node@npm:4.2.7" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.2.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/eventstream-serde-universal": "npm:^4.2.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/1b06fe0c4d70f1e07c27c5c17eb75cd2947a05533f2741c5256a96ce2dd65f34098d99512c60a0d3a0748dd88d7b00976d67231d3d0a9e93099eba9322e69ab8 + checksum: 10c0/bdbb3372508c45215f4503195d7a60a09ad0433742d90a4b3fcfc415d206e9cca6687ca362131c3d8454629c80154f54bcebef66121a6874a25a41b81b3d8878 languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/eventstream-serde-universal@npm:4.2.5" +"@smithy/eventstream-serde-universal@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/eventstream-serde-universal@npm:4.2.7" dependencies: - "@smithy/eventstream-codec": "npm:^4.2.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/eventstream-codec": "npm:^4.2.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/eff3c79b57dfbdbc44d12f50a801ec725063ed2f8f311b149a4846db0a48ee6fb3c540f085bf58dc93e1dee329d4d8ae076cb38f22cd14d9acd3f20db6e23119 + checksum: 10c0/05d0f1d1b03c0d4d5b688508e2c04e4197b53c1ed7da4d68c1161b9b5ec54bc83ffff90d02e400753e6f490c4fe90f7d1ae74c6be0fd4dc1d64499365f221fe8 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^5.3.6": - version: 5.3.6 - resolution: "@smithy/fetch-http-handler@npm:5.3.6" +"@smithy/fetch-http-handler@npm:^5.3.8": + version: 5.3.8 + resolution: "@smithy/fetch-http-handler@npm:5.3.8" dependencies: - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/querystring-builder": "npm:^4.2.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/querystring-builder": "npm:^4.2.7" + "@smithy/types": "npm:^4.11.0" "@smithy/util-base64": "npm:^4.3.0" tslib: "npm:^2.6.2" - checksum: 10c0/8ae0401c69cf941bc2716d0372fad715f7d80e23c5aba5e30ac3abc632a02de5895a417419064324c6853857c7bcffab45fc39393cc0b46d07a11b591015a68a + checksum: 10c0/94ca27084fe0aa1626f5dec3755811d61bb7ec81c0a3d9428c324b238495e695f568800e30fdb127129fba95625355d8c51cbcae52796a008c7cfd4ff5074cb5 languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^4.2.6": - version: 4.2.6 - resolution: "@smithy/hash-blob-browser@npm:4.2.6" +"@smithy/hash-blob-browser@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/hash-blob-browser@npm:4.2.8" dependencies: "@smithy/chunked-blob-reader": "npm:^5.2.0" "@smithy/chunked-blob-reader-native": "npm:^4.2.1" - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/53f125cb48acc55fb5093d4c88cb7122ff140e357bf85588fc5ce82c849a74401be9921739d5bc1a16431ffdc8bf8a54e412d5f4f7f703998f15c912e4e706e4 + checksum: 10c0/69fc710a64151c1b1bc585cd92bcb2c4a8434ecb9e65ccae13503a3deef1c2e061213eb151e7b5eb079eb7cdda6d2c5fcc6eb8822fe12253ff974eb52aea8c8d languageName: node linkType: hard -"@smithy/hash-node@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/hash-node@npm:4.2.5" +"@smithy/hash-node@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/hash-node@npm:4.2.7" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" "@smithy/util-buffer-from": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/e0c24b8b93be02a491303a014ba57e2bb746f3f8905df330d8a480c94480803e0f93d76cdbc3d8229b7673a22e68b23ee6f5ce4d6db1ac2c427cc36e804fedcf + checksum: 10c0/fa3b2194c22dd240b8dcfc191ca68ed563513fc7e852537eb69223933e70a50b365fb53d1a150a37a091cf6d449b4b7aecaa51892b9f49fd3763174e27e1ec5c languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/hash-stream-node@npm:4.2.5" +"@smithy/hash-stream-node@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/hash-stream-node@npm:4.2.7" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/11a8731ad277e9ecdaa53637eaed4a81cc23d1d47289460fb4ec50d593bd09ef91dba02375d6c422ae837f5dc45ebd99209b5794facf938b899268bc76ad009b + checksum: 10c0/7d29f2feb91636242f6a1c0f6365584861de47803e778217c3e3d37091d6a2bb9ef9d4fdf1a8d55d9d9332360c21bc7ddbd8b17ece0affe8b9637545a9a9d9aa languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/invalid-dependency@npm:4.2.5" +"@smithy/invalid-dependency@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/invalid-dependency@npm:4.2.7" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/0b3e7608d3c145ad557c04eb5b0f7f10dd93f5eaf1d36b724b0e4ff3c3f500893e19b8ecf02ede4822bc36c049a4e03b69890a37e776a4ac6cfcc8e2f6fa843e + checksum: 10c0/eadbdd4e7dd94f7caa8c17c003e4c48ef03ff2af0401fab3884468535b016cf318c95e57cdad2b170cb852119303e5500f3bb138635705e8a4d6a2fc58a111ed languageName: node linkType: hard @@ -4375,145 +4375,145 @@ __metadata: languageName: node linkType: hard -"@smithy/md5-js@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/md5-js@npm:4.2.5" +"@smithy/md5-js@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/md5-js@npm:4.2.7" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/0a7c4c8b330482181beb14ef618d3fb77c6282c2f6880df24db04e1149dfeff66455001a3320805a8761e34b1dc3b520f3110c5ef3126bf54d42ca15b160860b + checksum: 10c0/08910bf3131bfc82445b20a254f5adc978087e76c309aee9a63dd24084d4c7ea5d96f99bc99a0542553091951127f47731af5f2f6af60cf4bfc423833b4dc8b4 languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/middleware-content-length@npm:4.2.5" +"@smithy/middleware-content-length@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/middleware-content-length@npm:4.2.7" dependencies: - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/672a29ab57b80dcebd841624c6a762980b17dc658ca0f7c948c0739fedacf3c6a43d0c3f63e79f13aa4069d9fb1f52266bcd5980d9e6907b2f62b918c286b861 + checksum: 10c0/23237a15d0a39b95157c3d370edd48aeb0be23daff78b858c3a2e8af081c1a91ef6b5800d2746d9c8094e7af7d4aeb44bb2b400b887527bcdab3be4dc0c3b46c languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.3.14": - version: 4.3.14 - resolution: "@smithy/middleware-endpoint@npm:4.3.14" - dependencies: - "@smithy/core": "npm:^3.18.7" - "@smithy/middleware-serde": "npm:^4.2.6" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/shared-ini-file-loader": "npm:^4.4.0" - "@smithy/types": "npm:^4.9.0" - "@smithy/url-parser": "npm:^4.2.5" - "@smithy/util-middleware": "npm:^4.2.5" +"@smithy/middleware-endpoint@npm:^4.4.1": + version: 4.4.1 + resolution: "@smithy/middleware-endpoint@npm:4.4.1" + dependencies: + "@smithy/core": "npm:^3.20.0" + "@smithy/middleware-serde": "npm:^4.2.8" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/shared-ini-file-loader": "npm:^4.4.2" + "@smithy/types": "npm:^4.11.0" + "@smithy/url-parser": "npm:^4.2.7" + "@smithy/util-middleware": "npm:^4.2.7" tslib: "npm:^2.6.2" - checksum: 10c0/50618535c73a4d9322967013a8cd6026dcd0ec37686cc53d990bf2bb3ed18aa84fddecfae080fa6ceb57297ddedf6f1b42c82249ad513792bf1b6cb89480b530 + checksum: 10c0/75fb74725ce5c4c2f689fcf7bf3d3e367d1db95440acc236fa0dce021794c40979170be4e254fa54c717d10feffaaca18eb0d40b5e0d9736ca184af87153bc36 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.4.14": - version: 4.4.14 - resolution: "@smithy/middleware-retry@npm:4.4.14" +"@smithy/middleware-retry@npm:^4.4.17": + version: 4.4.17 + resolution: "@smithy/middleware-retry@npm:4.4.17" dependencies: - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/service-error-classification": "npm:^4.2.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" - "@smithy/util-middleware": "npm:^4.2.5" - "@smithy/util-retry": "npm:^4.2.5" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/service-error-classification": "npm:^4.2.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" + "@smithy/util-middleware": "npm:^4.2.7" + "@smithy/util-retry": "npm:^4.2.7" "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/03ffc52f690c6663bec91c417bf578f43bcb62325c6145d1e0fe98cab6809534d7b4c7cb7dcbe393613487c70886a0cba1c7863ad055e96d257e3f0d914d06be + checksum: 10c0/8959721163dc1d132889c24744880d33cdf5323c76792d09c026dde338fe4df841e98fa6cf0a27fcbc94982b30431c7dd3020f69595e101433669ed5a610f928 languageName: node linkType: hard -"@smithy/middleware-serde@npm:^4.2.6": - version: 4.2.6 - resolution: "@smithy/middleware-serde@npm:4.2.6" +"@smithy/middleware-serde@npm:^4.2.8": + version: 4.2.8 + resolution: "@smithy/middleware-serde@npm:4.2.8" dependencies: - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/c7b4f806f3664573f119b35b91f4adaa62ec2501bae37133ca5837b24a879514812c0820345340a3281374307bd4f468c0da058c2fe0b854baa5db114403326a + checksum: 10c0/5ed53af095d605940b540253c38a723d2cc37400c116071455a23b17fdf60af59b74b67b15d84f7bfb3738c9c37e3664b57f24c670d5c96ee46737225c147344 languageName: node linkType: hard -"@smithy/middleware-stack@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/middleware-stack@npm:4.2.5" +"@smithy/middleware-stack@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/middleware-stack@npm:4.2.7" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/c88476053920bb54dbf0c407b22cf5e17f497def265ee6bbdacd559144acb3142082e9f5439745da3d96655aa0aafdbb33cab14ba02ec4c3b108eab512c612b8 + checksum: 10c0/199aa2575a8e4e3fa1a1a7989958e2f3aeb8dae115b41547d8bef18b5573e369d7eacc206ec6648194cdce491fe8c54abcccedd4a5c0bca370a11c480bd11ca7 languageName: node linkType: hard -"@smithy/node-config-provider@npm:^4.3.5": - version: 4.3.5 - resolution: "@smithy/node-config-provider@npm:4.3.5" +"@smithy/node-config-provider@npm:^4.3.7": + version: 4.3.7 + resolution: "@smithy/node-config-provider@npm:4.3.7" dependencies: - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/shared-ini-file-loader": "npm:^4.4.0" - "@smithy/types": "npm:^4.9.0" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/shared-ini-file-loader": "npm:^4.4.2" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/433eb6cab0a96fc7391351925098954265f630986777a0443f8e05f1d22b5b5ebba62cb26c4d9d0989eb747a0c4921bfa833593872715810cabc3998cf5e2816 + checksum: 10c0/2fbe9f22e315253d8d4f5a8d16d41d36ff4467c9f7e515d456c3172b59af8fbd67004d0d44bdb7638886eb6057d04ce269f84de65a382d2ccd0c08114dea840c languageName: node linkType: hard -"@smithy/node-http-handler@npm:^4.4.5": - version: 4.4.5 - resolution: "@smithy/node-http-handler@npm:4.4.5" +"@smithy/node-http-handler@npm:^4.4.7": + version: 4.4.7 + resolution: "@smithy/node-http-handler@npm:4.4.7" dependencies: - "@smithy/abort-controller": "npm:^4.2.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/querystring-builder": "npm:^4.2.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/abort-controller": "npm:^4.2.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/querystring-builder": "npm:^4.2.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/5385f20466e4ecf7e7fd9b1309077820fa65e213b806fce4ec08191c9af216da03bae6e03c5860fedf6d87c5aeba660721e1c4e0114a1d1a5d8a1cf840c30604 + checksum: 10c0/8f1114b2bc2232b50c0777b58ab5195c91a5aa1a76c48de7aa403f0c3245be287b070498924845036ab558b28827df916c9730f975a1edfc2e7345d1022350c1 languageName: node linkType: hard -"@smithy/property-provider@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/property-provider@npm:4.2.5" +"@smithy/property-provider@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/property-provider@npm:4.2.7" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/bea8cf1758e90779476b5a44d722a63a658bee27a00e2f4f2b0b6e96ee14e2e66e3a23674c51619eb00c0472592a1d658249d7ee79cf19847ac10c698b3b67af + checksum: 10c0/7caaeec11262a169c6509c5cd687900342ab02900f3074e54aeafbd2ce8a112c83ce3190225b2dab9f2a7f737f7176960329f882935ae7bd9d624984387d0fc1 languageName: node linkType: hard -"@smithy/protocol-http@npm:^5.3.5": - version: 5.3.5 - resolution: "@smithy/protocol-http@npm:5.3.5" +"@smithy/protocol-http@npm:^5.3.7": + version: 5.3.7 + resolution: "@smithy/protocol-http@npm:5.3.7" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/15e6bfbf39a8740b5cce729b84d470835887442f0f662325eb55d1f02d8d790772595446bb7f776d2852ca6f6ff67d7a9f45a3eab0bc757997c82564a483f3dc + checksum: 10c0/c5bde38fbb71a63e2e25e33792d8b186523afbe1d520ffc821943c40eb41ca804a99afca7917798337b1f2bdea4ae64d3ae745f1036f7e65291d7c7ff301a953 languageName: node linkType: hard -"@smithy/querystring-builder@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/querystring-builder@npm:4.2.5" +"@smithy/querystring-builder@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/querystring-builder@npm:4.2.7" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" "@smithy/util-uri-escape": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/1dbbf4792a90c7f4c3948526200a61b83c0444d86da6b925501611c11c4a12bdfe7e1870e66c10353128821cf5f9fedb509af85deb6c2015be0ef298a6d03972 + checksum: 10c0/24e3b2a35d2828fb19b4213b823b5adc0ce7edcf8e096a618e2dfcd9df3c2a750ee518af4b754759ab49b2a656c5cb66989d6fbbcfc085f8511dc9e02a0e2dce languageName: node linkType: hard -"@smithy/querystring-parser@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/querystring-parser@npm:4.2.5" +"@smithy/querystring-parser@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/querystring-parser@npm:4.2.7" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/83c4200282469791a3266d8f44c6ce9128b0adb42ee9f097bac31fafa5bb62eb1cfcab29ff0641fe48d2585089109633eb1d99151dc91e4879dae563898fecdc + checksum: 10c0/4efddf97b35e7b2a04018acf5afd0f658506242adab77098b32e4bb625c5a607fdcfd9df2a7504dcacc7ac5e8624757abb881b2013862a098319a08b5c75a0d1 languageName: node linkType: hard @@ -4526,53 +4526,53 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/service-error-classification@npm:4.2.5" +"@smithy/service-error-classification@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/service-error-classification@npm:4.2.7" dependencies: - "@smithy/types": "npm:^4.9.0" - checksum: 10c0/d1a3ef99b4474ad71cd6279e581e174fd5421646618360200350c4d346b2227ddae14a71a88c32442e88b1261ed080e87df6b3d34298833be6cf5db95d266db4 + "@smithy/types": "npm:^4.11.0" + checksum: 10c0/ddbbae91b4eb83ee66262059a3ce0fa2cee7874bcc0704481f5681966ef25af175afe8bfef7cd0868d86901d08cfb61fe34964f5a4c8f7a6347228a34e40845b languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^4.4.0": - version: 4.4.0 - resolution: "@smithy/shared-ini-file-loader@npm:4.4.0" +"@smithy/shared-ini-file-loader@npm:^4.4.2": + version: 4.4.2 + resolution: "@smithy/shared-ini-file-loader@npm:4.4.2" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/a674622375df25685e793b0c777e856f439a79614240445b7f5982b263b5525f6f6f2c02ab4058db7e6a8988d9b1809181cc70bf4d06ea2a71608fecad6ea6d1 + checksum: 10c0/3d401b87b21113aa9bb7490d80ec02d7655c1abc1b23eb384fea13b7e1348f1c599011ed109a3fe2e3675b3bc51f91f43b66d7e46f565f78c3f0d45d3b997058 languageName: node linkType: hard -"@smithy/signature-v4@npm:^5.3.5": - version: 5.3.5 - resolution: "@smithy/signature-v4@npm:5.3.5" +"@smithy/signature-v4@npm:^5.3.7": + version: 5.3.7 + resolution: "@smithy/signature-v4@npm:5.3.7" dependencies: "@smithy/is-array-buffer": "npm:^4.2.0" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/types": "npm:^4.11.0" "@smithy/util-hex-encoding": "npm:^4.2.0" - "@smithy/util-middleware": "npm:^4.2.5" + "@smithy/util-middleware": "npm:^4.2.7" "@smithy/util-uri-escape": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/e4e8f28fc53f9609f5d290d2f94f0736713a5269061b959e6be6da3ed2ef58511ba56c2727b4557349ae5201c0879555a28df4bd717e6d1789a52a678deef876 + checksum: 10c0/01cae99baa7298adadbce6b293548adf1520fa8072086b48a0ef64cb13c3a156cb4d575753fc72af8fe0b50c65fa364ccce8931bd0d8ffe398d210da96efb54a languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.9.10": - version: 4.9.10 - resolution: "@smithy/smithy-client@npm:4.9.10" +"@smithy/smithy-client@npm:^4.10.2": + version: 4.10.2 + resolution: "@smithy/smithy-client@npm:4.10.2" dependencies: - "@smithy/core": "npm:^3.18.7" - "@smithy/middleware-endpoint": "npm:^4.3.14" - "@smithy/middleware-stack": "npm:^4.2.5" - "@smithy/protocol-http": "npm:^5.3.5" - "@smithy/types": "npm:^4.9.0" - "@smithy/util-stream": "npm:^4.5.6" + "@smithy/core": "npm:^3.20.0" + "@smithy/middleware-endpoint": "npm:^4.4.1" + "@smithy/middleware-stack": "npm:^4.2.7" + "@smithy/protocol-http": "npm:^5.3.7" + "@smithy/types": "npm:^4.11.0" + "@smithy/util-stream": "npm:^4.5.8" tslib: "npm:^2.6.2" - checksum: 10c0/6129126b0129e2ecc58a15b9cc83d6f5b52d45ec488126063be20dc1eb0e94c7f1bd4406e9eb1c670830f84dc5969ffb4117d3bf33a89794a7e0615d66a06707 + checksum: 10c0/d272f7eab4f7569b2146227bb869c8e8cd7f25ca71da6416b2c6deb3c10717c5699e132224ae8d1c46dfaf7dab4368cb1515bf58dddb288c3150fb86a2faa7b8 languageName: node linkType: hard @@ -4585,32 +4585,32 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^4.8.0": - version: 4.8.0 - resolution: "@smithy/types@npm:4.8.0" +"@smithy/types@npm:^4.11.0": + version: 4.11.0 + resolution: "@smithy/types@npm:4.11.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/342173aeaa80b3837dce51c393a3fcab7db9b3ec1481cbc6d00298566076481b88e274c258c2dab54112641d66ab678c7ed7dc2c2a4500ffcf407a6d61c33fd0 + checksum: 10c0/8be4af86df4a78fe43afe7dc3f875bf8ec6ce7c04f7bb167152bf3c7ab2eef26db38ed7ae365c2f283e8796e40372b01b4c857b8db43da393002c5638ef3f249 languageName: node linkType: hard -"@smithy/types@npm:^4.9.0": - version: 4.9.0 - resolution: "@smithy/types@npm:4.9.0" +"@smithy/types@npm:^4.8.0": + version: 4.8.0 + resolution: "@smithy/types@npm:4.8.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/7068428d2e98eafb7f7e03d10f919ae0e7ea2f339b5afca1631be3d6a6cb3512d5dc57ca95d4dab533a3ad587eeba3a1c77305eb4e563fbc067abda170482ff5 + checksum: 10c0/342173aeaa80b3837dce51c393a3fcab7db9b3ec1481cbc6d00298566076481b88e274c258c2dab54112641d66ab678c7ed7dc2c2a4500ffcf407a6d61c33fd0 languageName: node linkType: hard -"@smithy/url-parser@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/url-parser@npm:4.2.5" +"@smithy/url-parser@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/url-parser@npm:4.2.7" dependencies: - "@smithy/querystring-parser": "npm:^4.2.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/querystring-parser": "npm:^4.2.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/1d8241eeaaaa6401e1de670c2ebcd3992f9abb175f399c92aec1b30de81ce8023f66e0b7079be966b0a891c878a798d4cb08a09f410bcb795799e8ae9057e99a + checksum: 10c0/ca78587b15a843cc62f3439ae062a24f217e90fa0ec3e50a1ada09cf75c681afa1ccb92ca7a90f63c8f53627d51c6e0c83140422ce98713e1f4866c725923ec0 languageName: node linkType: hard @@ -4672,41 +4672,41 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.3.13": - version: 4.3.13 - resolution: "@smithy/util-defaults-mode-browser@npm:4.3.13" +"@smithy/util-defaults-mode-browser@npm:^4.3.16": + version: 4.3.16 + resolution: "@smithy/util-defaults-mode-browser@npm:4.3.16" dependencies: - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/536d9efea73d9935876482b6e55e80351839bdd95c394a61ae54d238fefa2f836c0bbcffc33d80cd75369fc513a6bb8f30898270785d21ba89f9938bf0625aca + checksum: 10c0/f2bfab553b77ec10d0b4fb659ad63ba48b2a46a52e2df796486c74d7c5b9a5bc5704e44a795a0c39dac997e4243b9ff399f0d33206741c21c9f74f0a15903fad languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.2.16": - version: 4.2.16 - resolution: "@smithy/util-defaults-mode-node@npm:4.2.16" +"@smithy/util-defaults-mode-node@npm:^4.2.19": + version: 4.2.19 + resolution: "@smithy/util-defaults-mode-node@npm:4.2.19" dependencies: - "@smithy/config-resolver": "npm:^4.4.3" - "@smithy/credential-provider-imds": "npm:^4.2.5" - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/property-provider": "npm:^4.2.5" - "@smithy/smithy-client": "npm:^4.9.10" - "@smithy/types": "npm:^4.9.0" + "@smithy/config-resolver": "npm:^4.4.5" + "@smithy/credential-provider-imds": "npm:^4.2.7" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/property-provider": "npm:^4.2.7" + "@smithy/smithy-client": "npm:^4.10.2" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/95a6c5f07e6d7fffa0985973deed254a55b0dc3d18e2dd72834f60f9c8988c92d09dde70d20962fb02ac1c173ff251165c2d4eea54ed679bc77c7681a4896fdb + checksum: 10c0/0f68a66ed2cf27f2f8ad8ff796cd4c2f8a6edddd788d5d1ffbbdc2da462f9b7f9d1b49b5c698a204ddee86d4ee238ce10280ddfd5ce748a87b03ebcf2e92bf92 languageName: node linkType: hard -"@smithy/util-endpoints@npm:^3.2.5": - version: 3.2.5 - resolution: "@smithy/util-endpoints@npm:3.2.5" +"@smithy/util-endpoints@npm:^3.2.7": + version: 3.2.7 + resolution: "@smithy/util-endpoints@npm:3.2.7" dependencies: - "@smithy/node-config-provider": "npm:^4.3.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/node-config-provider": "npm:^4.3.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/919767b499062d804938471ff02220b74662bf0fc9b7ecf7e7aa6c29f8a23bbc9c68c53718c4bc70c802f7917e4729a37a95c63a3990904047352e36183ddae3 + checksum: 10c0/ca4b134e0ed8b62dfedb82b9ea91fa028567732e271e934b9b878a9aa43f1c5c9d8860ad49f60992290c7705b7b6d2e734769304b9ea38eec40eaf524bb27ad8 languageName: node linkType: hard @@ -4719,40 +4719,40 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/util-middleware@npm:4.2.5" +"@smithy/util-middleware@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/util-middleware@npm:4.2.7" dependencies: - "@smithy/types": "npm:^4.9.0" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/6b05a986ec2b992e3dc016148394e812064e33f0d70f30a57c9e2ae419cb7215a16430e2afff683abdf72cb686b06e43d0afa3a86abc72fbaa130976a7e2bbfb + checksum: 10c0/76c598cfe8062b6daf0bf88bc855544ce071f1d2df5d9d2c2d1c08402a577cb9ade8f33102a869dfb8aae9f679b86b5faacc9011b032bf453ced255fd8d0a0d3 languageName: node linkType: hard -"@smithy/util-retry@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/util-retry@npm:4.2.5" +"@smithy/util-retry@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/util-retry@npm:4.2.7" dependencies: - "@smithy/service-error-classification": "npm:^4.2.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/service-error-classification": "npm:^4.2.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/3b330df346de40bdc49356f3fdf7164adefbd2b45d4beed6fd7d655569c2dcb1f52a7fd77d7a9ace8f6eeed9f5612cb02a60f66463972f934fae347e20c97b14 + checksum: 10c0/51445769ce5382a85f5c78758d6d7d631b3a3f8277fa49ae2c2730536b1a53babfe27efb30e4b96ebc68faead2aafa9ab877e6ed728eb8018d080e26d9a42f58 languageName: node linkType: hard -"@smithy/util-stream@npm:^4.5.6": - version: 4.5.6 - resolution: "@smithy/util-stream@npm:4.5.6" +"@smithy/util-stream@npm:^4.5.8": + version: 4.5.8 + resolution: "@smithy/util-stream@npm:4.5.8" dependencies: - "@smithy/fetch-http-handler": "npm:^5.3.6" - "@smithy/node-http-handler": "npm:^4.4.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/fetch-http-handler": "npm:^5.3.8" + "@smithy/node-http-handler": "npm:^4.4.7" + "@smithy/types": "npm:^4.11.0" "@smithy/util-base64": "npm:^4.3.0" "@smithy/util-buffer-from": "npm:^4.2.0" "@smithy/util-hex-encoding": "npm:^4.2.0" "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/42bb6f834b3f617cf2e421450cf43f7259c1cc4cd7c7ad230e4c929fed265ef7b9f3610977df497115978f3d7a80d569ea1abbbef8d595e6b2e1a4ccca3a37fa + checksum: 10c0/71f43fdf93ccde982edf4ae3b481006dd42146d17f6594abcca21e2f41e5b40ad69d6038052e016f7135011586294d6ed8c778465ea076deaa50b7808f66bc32 languageName: node linkType: hard @@ -4785,14 +4785,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-waiter@npm:^4.2.5": - version: 4.2.5 - resolution: "@smithy/util-waiter@npm:4.2.5" +"@smithy/util-waiter@npm:^4.2.7": + version: 4.2.7 + resolution: "@smithy/util-waiter@npm:4.2.7" dependencies: - "@smithy/abort-controller": "npm:^4.2.5" - "@smithy/types": "npm:^4.9.0" + "@smithy/abort-controller": "npm:^4.2.7" + "@smithy/types": "npm:^4.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/5d822613ab32e95f4c69ac3f1763a14eb88965ae26c589d45b7921ecd849f0c38cd7aea2a0c3651ac2345699e67d86076595178a015516fd385ecb028a7afedf + checksum: 10c0/0de99074db038eb09c4ebe2ed7f0ff3a13aa0ce5baf0b62a4b684f282e772e281f9eab8936d7aa577d8f419b676df60aa752e3c2b5edf07b44d8e999d983253f languageName: node linkType: hard