diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 2a054fc145..aabeec76ea 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.893.0", + "@aws-sdk/types": "^3.901.0", "@types/aws-lambda": "^8.10.152", "@vercel/ncc": "^0.38.3", "aws-sdk-client-mock": "^4.1.0", @@ -26,8 +26,8 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-ec2": "^3.895.0", - "@aws-sdk/client-ssm": "^3.895.0", + "@aws-sdk/client-ec2": "^3.901.0", + "@aws-sdk/client-ssm": "^3.901.0", "cron-parser": "^5.3.1" }, "nx": { diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 7228f3a0fd..f9f77f3adb 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.893.0", + "@aws-sdk/types": "^3.901.0", "@octokit/types": "^15.0.0", "@types/aws-lambda": "^8.10.152", "@types/node": "^22.16.5", @@ -33,8 +33,8 @@ "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", "@aws-lambda-powertools/parameters": "^2.27.0", - "@aws-sdk/client-ec2": "^3.895.0", - "@aws-sdk/client-sqs": "^3.895.0", + "@aws-sdk/client-ec2": "^3.901.0", + "@aws-sdk/client-sqs": "^3.901.0", "@middy/core": "^6.4.1", "@octokit/auth-app": "8.1.1", "@octokit/core": "7.0.5", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index f0ef22ce23..f127c19245 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.893.0", + "@aws-sdk/types": "^3.901.0", "@types/aws-lambda": "^8.10.152", "@types/node": "^22.16.5", "@types/request": "^2.48.13", @@ -28,8 +28,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-s3": "^3.895.0", - "@aws-sdk/lib-storage": "^3.895.0", + "@aws-sdk/client-s3": "^3.901.0", + "@aws-sdk/lib-storage": "^3.901.0", "@middy/core": "^6.4.1", "@octokit/rest": "22.0.0", "axios": "^1.12.2" diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 459eda527e..b6682fbd34 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.893.0", + "@aws-sdk/types": "^3.901.0", "@types/aws-lambda": "^8.10.152", "@types/node": "^22.16.5", "@vercel/ncc": "^0.38.3", @@ -24,7 +24,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ec2": "^3.895.0", + "@aws-sdk/client-ec2": "^3.901.0", "@middy/core": "^6.4.1" }, "nx": { diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 4f5b226038..5f944ccdc5 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.895.0", + "@aws-sdk/client-eventbridge": "^3.901.0", "@octokit/webhooks-types": "^7.6.1", "@types/aws-lambda": "^8.10.152", "@types/express": "^5.0.0", @@ -30,7 +30,7 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-sqs": "^3.895.0", + "@aws-sdk/client-sqs": "^3.901.0", "@middy/core": "^6.4.1", "@octokit/rest": "22.0.0", "@octokit/types": "^15.0.0", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index b294e38332..715bc2ab8e 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.893.0", + "@aws-sdk/types": "^3.901.0", "@types/aws-lambda": "^8.10.152", "@types/node": "^22.16.5", "aws-sdk-client-mock": "^4.1.0", @@ -23,7 +23,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ssm": "^3.895.0" + "@aws-sdk/client-ssm": "^3.901.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 0b2a96e5a4..a212e0d368 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -113,9 +113,9 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.895.0" - "@aws-sdk/client-ssm": "npm:^3.895.0" - "@aws-sdk/types": "npm:^3.893.0" + "@aws-sdk/client-ec2": "npm:^3.901.0" + "@aws-sdk/client-ssm": "npm:^3.901.0" + "@aws-sdk/types": "npm:^3.901.0" "@types/aws-lambda": "npm:^8.10.152" "@vercel/ncc": "npm:^0.38.3" aws-sdk-client-mock: "npm:^4.1.0" @@ -143,8 +143,8 @@ __metadata: resolution: "@aws-github-runner/aws-ssm-util@workspace:libs/aws-ssm-util" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ssm": "npm:^3.895.0" - "@aws-sdk/types": "npm:^3.893.0" + "@aws-sdk/client-ssm": "npm:^3.901.0" + "@aws-sdk/types": "npm:^3.901.0" "@types/aws-lambda": "npm:^8.10.152" "@types/node": "npm:^22.16.5" aws-sdk-client-mock: "npm:^4.1.0" @@ -159,9 +159,9 @@ __metadata: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" "@aws-lambda-powertools/parameters": "npm:^2.27.0" - "@aws-sdk/client-ec2": "npm:^3.895.0" - "@aws-sdk/client-sqs": "npm:^3.895.0" - "@aws-sdk/types": "npm:^3.893.0" + "@aws-sdk/client-ec2": "npm:^3.901.0" + "@aws-sdk/client-sqs": "npm:^3.901.0" + "@aws-sdk/types": "npm:^3.901.0" "@middy/core": "npm:^6.4.1" "@octokit/auth-app": "npm:8.1.1" "@octokit/core": "npm:7.0.5" @@ -186,9 +186,9 @@ __metadata: resolution: "@aws-github-runner/gh-agent-syncer@workspace:functions/gh-agent-syncer" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-s3": "npm:^3.895.0" - "@aws-sdk/lib-storage": "npm:^3.895.0" - "@aws-sdk/types": "npm:^3.893.0" + "@aws-sdk/client-s3": "npm:^3.901.0" + "@aws-sdk/lib-storage": "npm:^3.901.0" + "@aws-sdk/types": "npm:^3.901.0" "@middy/core": "npm:^6.4.1" "@octokit/rest": "npm:22.0.0" "@types/aws-lambda": "npm:^8.10.152" @@ -207,8 +207,8 @@ __metadata: resolution: "@aws-github-runner/termination-watcher@workspace:functions/termination-watcher" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.895.0" - "@aws-sdk/types": "npm:^3.893.0" + "@aws-sdk/client-ec2": "npm:^3.901.0" + "@aws-sdk/types": "npm:^3.901.0" "@middy/core": "npm:^6.4.1" "@types/aws-lambda": "npm:^8.10.152" "@types/node": "npm:^22.16.5" @@ -224,8 +224,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-eventbridge": "npm:^3.895.0" - "@aws-sdk/client-sqs": "npm:^3.895.0" + "@aws-sdk/client-eventbridge": "npm:^3.901.0" + "@aws-sdk/client-sqs": "npm:^3.901.0" "@middy/core": "npm:^6.4.1" "@octokit/rest": "npm:22.0.0" "@octokit/types": "npm:^15.0.0" @@ -325,741 +325,737 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/client-ec2@npm:3.895.0" +"@aws-sdk/client-ec2@npm:^3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/client-ec2@npm:3.901.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/credential-provider-node": "npm:3.895.0" - "@aws-sdk/middleware-host-header": "npm:3.893.0" - "@aws-sdk/middleware-logger": "npm:3.893.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.893.0" - "@aws-sdk/middleware-user-agent": "npm:3.895.0" - "@aws-sdk/region-config-resolver": "npm:3.893.0" - "@aws-sdk/types": "npm:3.893.0" - "@aws-sdk/util-endpoints": "npm:3.895.0" - "@aws-sdk/util-user-agent-browser": "npm:3.893.0" - "@aws-sdk/util-user-agent-node": "npm:3.895.0" - "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.1" - "@smithy/fetch-http-handler": "npm:^5.2.1" - "@smithy/hash-node": "npm:^4.1.1" - "@smithy/invalid-dependency": "npm:^4.1.1" - "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.3" - "@smithy/middleware-retry": "npm:^4.2.4" - "@smithy/middleware-serde": "npm:^4.1.1" - "@smithy/middleware-stack": "npm:^4.1.1" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/node-http-handler": "npm:^4.2.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.3" - "@smithy/types": "npm:^4.5.0" - "@smithy/url-parser": "npm:^4.1.1" - "@smithy/util-base64": "npm:^4.1.0" - "@smithy/util-body-length-browser": "npm:^4.1.0" - "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.3" - "@smithy/util-defaults-mode-node": "npm:^4.1.3" - "@smithy/util-endpoints": "npm:^3.1.2" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-retry": "npm:^4.1.2" - "@smithy/util-utf8": "npm:^4.1.0" - "@smithy/util-waiter": "npm:^4.1.1" - "@types/uuid": "npm:^9.0.1" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/credential-provider-node": "npm:3.901.0" + "@aws-sdk/middleware-host-header": "npm:3.901.0" + "@aws-sdk/middleware-logger": "npm:3.901.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/region-config-resolver": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@aws-sdk/util-endpoints": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.901.0" + "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@smithy/config-resolver": "npm:^4.3.0" + "@smithy/core": "npm:^3.14.0" + "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/hash-node": "npm:^4.2.0" + "@smithy/invalid-dependency": "npm:^4.2.0" + "@smithy/middleware-content-length": "npm:^4.2.0" + "@smithy/middleware-endpoint": "npm:^4.3.0" + "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-serde": "npm:^4.2.0" + "@smithy/middleware-stack": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/node-http-handler": "npm:^4.3.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/url-parser": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.0" + "@smithy/util-defaults-mode-browser": "npm:^4.2.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-endpoints": "npm:^3.2.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-retry": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" + "@smithy/util-waiter": "npm:^4.2.0" + "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - uuid: "npm:^9.0.1" - checksum: 10c0/3eb9a95098a303b55033f3a1771f7912362da3e35a1b933ced3ea23f6326dbda22451cd6dba56b1e945bb968ae7fbde948f8bf37543cb66a56383d59df785e3f + checksum: 10c0/819942ac19d4f14a079d907ff09bd7a3e5f94ec29858101cb2738e76c4211852f503e619eed5faa91a3c37247ba27947f45ab051d3d2a5a5a0810df9d7a9b15e languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.895.0" +"@aws-sdk/client-eventbridge@npm:^3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.901.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/credential-provider-node": "npm:3.895.0" - "@aws-sdk/middleware-host-header": "npm:3.893.0" - "@aws-sdk/middleware-logger": "npm:3.893.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" - "@aws-sdk/middleware-user-agent": "npm:3.895.0" - "@aws-sdk/region-config-resolver": "npm:3.893.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.894.0" - "@aws-sdk/types": "npm:3.893.0" - "@aws-sdk/util-endpoints": "npm:3.895.0" - "@aws-sdk/util-user-agent-browser": "npm:3.893.0" - "@aws-sdk/util-user-agent-node": "npm:3.895.0" - "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.1" - "@smithy/fetch-http-handler": "npm:^5.2.1" - "@smithy/hash-node": "npm:^4.1.1" - "@smithy/invalid-dependency": "npm:^4.1.1" - "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.3" - "@smithy/middleware-retry": "npm:^4.2.4" - "@smithy/middleware-serde": "npm:^4.1.1" - "@smithy/middleware-stack": "npm:^4.1.1" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/node-http-handler": "npm:^4.2.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.3" - "@smithy/types": "npm:^4.5.0" - "@smithy/url-parser": "npm:^4.1.1" - "@smithy/util-base64": "npm:^4.1.0" - "@smithy/util-body-length-browser": "npm:^4.1.0" - "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.3" - "@smithy/util-defaults-mode-node": "npm:^4.1.3" - "@smithy/util-endpoints": "npm:^3.1.2" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-retry": "npm:^4.1.2" - "@smithy/util-utf8": "npm:^4.1.0" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/credential-provider-node": "npm:3.901.0" + "@aws-sdk/middleware-host-header": "npm:3.901.0" + "@aws-sdk/middleware-logger": "npm:3.901.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/region-config-resolver": "npm:3.901.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@aws-sdk/util-endpoints": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.901.0" + "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@smithy/config-resolver": "npm:^4.3.0" + "@smithy/core": "npm:^3.14.0" + "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/hash-node": "npm:^4.2.0" + "@smithy/invalid-dependency": "npm:^4.2.0" + "@smithy/middleware-content-length": "npm:^4.2.0" + "@smithy/middleware-endpoint": "npm:^4.3.0" + "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-serde": "npm:^4.2.0" + "@smithy/middleware-stack": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/node-http-handler": "npm:^4.3.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/url-parser": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.0" + "@smithy/util-defaults-mode-browser": "npm:^4.2.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-endpoints": "npm:^3.2.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-retry": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/c7fc4795f3b86d1e9ee4f035cf7bcc5a62a70b79f1ca07f63c4343e86e8405a24689527014a469ed2f96ad35b7365db614cae9b68a0fd3d2757f0a0e7544d0e4 + checksum: 10c0/6f246fe1d8de1a6180db04913c98b1e60b16f38df3dadb2d199ded8947eb96b7d797c990d4efad70f1e2170f74cc1149a0ce1e908894ebef20866b03fd3aea00 languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/client-s3@npm:3.895.0" +"@aws-sdk/client-s3@npm:^3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/client-s3@npm:3.901.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.894.0" - "@aws-sdk/credential-provider-node": "npm:3.895.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.893.0" - "@aws-sdk/middleware-expect-continue": "npm:3.893.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.894.0" - "@aws-sdk/middleware-host-header": "npm:3.893.0" - "@aws-sdk/middleware-location-constraint": "npm:3.893.0" - "@aws-sdk/middleware-logger": "npm:3.893.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.894.0" - "@aws-sdk/middleware-ssec": "npm:3.893.0" - "@aws-sdk/middleware-user-agent": "npm:3.895.0" - "@aws-sdk/region-config-resolver": "npm:3.893.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.894.0" - "@aws-sdk/types": "npm:3.893.0" - "@aws-sdk/util-endpoints": "npm:3.895.0" - "@aws-sdk/util-user-agent-browser": "npm:3.893.0" - "@aws-sdk/util-user-agent-node": "npm:3.895.0" - "@aws-sdk/xml-builder": "npm:3.894.0" - "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.1" - "@smithy/eventstream-serde-browser": "npm:^4.1.1" - "@smithy/eventstream-serde-config-resolver": "npm:^4.2.1" - "@smithy/eventstream-serde-node": "npm:^4.1.1" - "@smithy/fetch-http-handler": "npm:^5.2.1" - "@smithy/hash-blob-browser": "npm:^4.1.1" - "@smithy/hash-node": "npm:^4.1.1" - "@smithy/hash-stream-node": "npm:^4.1.1" - "@smithy/invalid-dependency": "npm:^4.1.1" - "@smithy/md5-js": "npm:^4.1.1" - "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.3" - "@smithy/middleware-retry": "npm:^4.2.4" - "@smithy/middleware-serde": "npm:^4.1.1" - "@smithy/middleware-stack": "npm:^4.1.1" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/node-http-handler": "npm:^4.2.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.3" - "@smithy/types": "npm:^4.5.0" - "@smithy/url-parser": "npm:^4.1.1" - "@smithy/util-base64": "npm:^4.1.0" - "@smithy/util-body-length-browser": "npm:^4.1.0" - "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.3" - "@smithy/util-defaults-mode-node": "npm:^4.1.3" - "@smithy/util-endpoints": "npm:^3.1.2" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-retry": "npm:^4.1.2" - "@smithy/util-stream": "npm:^4.3.2" - "@smithy/util-utf8": "npm:^4.1.0" - "@smithy/util-waiter": "npm:^4.1.1" - "@types/uuid": "npm:^9.0.1" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/credential-provider-node": "npm:3.901.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.901.0" + "@aws-sdk/middleware-expect-continue": "npm:3.901.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.901.0" + "@aws-sdk/middleware-host-header": "npm:3.901.0" + "@aws-sdk/middleware-location-constraint": "npm:3.901.0" + "@aws-sdk/middleware-logger": "npm:3.901.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.901.0" + "@aws-sdk/middleware-ssec": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/region-config-resolver": "npm:3.901.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@aws-sdk/util-endpoints": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.901.0" + "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@aws-sdk/xml-builder": "npm:3.901.0" + "@smithy/config-resolver": "npm:^4.3.0" + "@smithy/core": "npm:^3.14.0" + "@smithy/eventstream-serde-browser": "npm:^4.2.0" + "@smithy/eventstream-serde-config-resolver": "npm:^4.3.0" + "@smithy/eventstream-serde-node": "npm:^4.2.0" + "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/hash-blob-browser": "npm:^4.2.0" + "@smithy/hash-node": "npm:^4.2.0" + "@smithy/hash-stream-node": "npm:^4.2.0" + "@smithy/invalid-dependency": "npm:^4.2.0" + "@smithy/md5-js": "npm:^4.2.0" + "@smithy/middleware-content-length": "npm:^4.2.0" + "@smithy/middleware-endpoint": "npm:^4.3.0" + "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-serde": "npm:^4.2.0" + "@smithy/middleware-stack": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/node-http-handler": "npm:^4.3.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/url-parser": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.0" + "@smithy/util-defaults-mode-browser": "npm:^4.2.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-endpoints": "npm:^3.2.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-retry": "npm:^4.2.0" + "@smithy/util-stream": "npm:^4.4.0" + "@smithy/util-utf8": "npm:^4.2.0" + "@smithy/util-waiter": "npm:^4.2.0" + "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - uuid: "npm:^9.0.1" - checksum: 10c0/297ac6671a0ca869e3706f1de331a5cebf9e0f149a82e61060457a5c6ba4bbc836c5196fef2a35f1baffb8c04285199b0b8a24b24cde86f069acfc7ebad03e84 + checksum: 10c0/34d44793ade6d725d360a100cad47a9204ba077b37aa8ae4ff6d4b07491cc762ddd75d63b53e5070dca66dd18c204b8feef0240184c87fb895fa8d00337abf80 languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/client-sqs@npm:3.895.0" +"@aws-sdk/client-sqs@npm:^3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/client-sqs@npm:3.901.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/credential-provider-node": "npm:3.895.0" - "@aws-sdk/middleware-host-header": "npm:3.893.0" - "@aws-sdk/middleware-logger": "npm:3.893.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.893.0" - "@aws-sdk/middleware-user-agent": "npm:3.895.0" - "@aws-sdk/region-config-resolver": "npm:3.893.0" - "@aws-sdk/types": "npm:3.893.0" - "@aws-sdk/util-endpoints": "npm:3.895.0" - "@aws-sdk/util-user-agent-browser": "npm:3.893.0" - "@aws-sdk/util-user-agent-node": "npm:3.895.0" - "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.1" - "@smithy/fetch-http-handler": "npm:^5.2.1" - "@smithy/hash-node": "npm:^4.1.1" - "@smithy/invalid-dependency": "npm:^4.1.1" - "@smithy/md5-js": "npm:^4.1.1" - "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.3" - "@smithy/middleware-retry": "npm:^4.2.4" - "@smithy/middleware-serde": "npm:^4.1.1" - "@smithy/middleware-stack": "npm:^4.1.1" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/node-http-handler": "npm:^4.2.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.3" - "@smithy/types": "npm:^4.5.0" - "@smithy/url-parser": "npm:^4.1.1" - "@smithy/util-base64": "npm:^4.1.0" - "@smithy/util-body-length-browser": "npm:^4.1.0" - "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.3" - "@smithy/util-defaults-mode-node": "npm:^4.1.3" - "@smithy/util-endpoints": "npm:^3.1.2" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-retry": "npm:^4.1.2" - "@smithy/util-utf8": "npm:^4.1.0" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/credential-provider-node": "npm:3.901.0" + "@aws-sdk/middleware-host-header": "npm:3.901.0" + "@aws-sdk/middleware-logger": "npm:3.901.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/region-config-resolver": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@aws-sdk/util-endpoints": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.901.0" + "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@smithy/config-resolver": "npm:^4.3.0" + "@smithy/core": "npm:^3.14.0" + "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/hash-node": "npm:^4.2.0" + "@smithy/invalid-dependency": "npm:^4.2.0" + "@smithy/md5-js": "npm:^4.2.0" + "@smithy/middleware-content-length": "npm:^4.2.0" + "@smithy/middleware-endpoint": "npm:^4.3.0" + "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-serde": "npm:^4.2.0" + "@smithy/middleware-stack": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/node-http-handler": "npm:^4.3.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/url-parser": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.0" + "@smithy/util-defaults-mode-browser": "npm:^4.2.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-endpoints": "npm:^3.2.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-retry": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/df5003a1ff7bb6548064fba6845236bf09e8b1f6586105bf84a960e9c60d30d4f607302723acc9b36907a134165009d4f1ad663c45790731dd0a225f983a403b + checksum: 10c0/1321206eead961a9024799a0dd25eae911fcfc7f4ae194c7ddd0cee2353f7d59b02b43b2793112236c7c1e8a14fe9cd4bb4592ad10f992ed74cb647334d6f94f languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/client-ssm@npm:3.895.0" +"@aws-sdk/client-ssm@npm:^3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/client-ssm@npm:3.901.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/credential-provider-node": "npm:3.895.0" - "@aws-sdk/middleware-host-header": "npm:3.893.0" - "@aws-sdk/middleware-logger": "npm:3.893.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" - "@aws-sdk/middleware-user-agent": "npm:3.895.0" - "@aws-sdk/region-config-resolver": "npm:3.893.0" - "@aws-sdk/types": "npm:3.893.0" - "@aws-sdk/util-endpoints": "npm:3.895.0" - "@aws-sdk/util-user-agent-browser": "npm:3.893.0" - "@aws-sdk/util-user-agent-node": "npm:3.895.0" - "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.1" - "@smithy/fetch-http-handler": "npm:^5.2.1" - "@smithy/hash-node": "npm:^4.1.1" - "@smithy/invalid-dependency": "npm:^4.1.1" - "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.3" - "@smithy/middleware-retry": "npm:^4.2.4" - "@smithy/middleware-serde": "npm:^4.1.1" - "@smithy/middleware-stack": "npm:^4.1.1" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/node-http-handler": "npm:^4.2.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.3" - "@smithy/types": "npm:^4.5.0" - "@smithy/url-parser": "npm:^4.1.1" - "@smithy/util-base64": "npm:^4.1.0" - "@smithy/util-body-length-browser": "npm:^4.1.0" - "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.3" - "@smithy/util-defaults-mode-node": "npm:^4.1.3" - "@smithy/util-endpoints": "npm:^3.1.2" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-retry": "npm:^4.1.2" - "@smithy/util-utf8": "npm:^4.1.0" - "@smithy/util-waiter": "npm:^4.1.1" - "@types/uuid": "npm:^9.0.1" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/credential-provider-node": "npm:3.901.0" + "@aws-sdk/middleware-host-header": "npm:3.901.0" + "@aws-sdk/middleware-logger": "npm:3.901.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/region-config-resolver": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@aws-sdk/util-endpoints": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.901.0" + "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@smithy/config-resolver": "npm:^4.3.0" + "@smithy/core": "npm:^3.14.0" + "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/hash-node": "npm:^4.2.0" + "@smithy/invalid-dependency": "npm:^4.2.0" + "@smithy/middleware-content-length": "npm:^4.2.0" + "@smithy/middleware-endpoint": "npm:^4.3.0" + "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-serde": "npm:^4.2.0" + "@smithy/middleware-stack": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/node-http-handler": "npm:^4.3.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/url-parser": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.0" + "@smithy/util-defaults-mode-browser": "npm:^4.2.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-endpoints": "npm:^3.2.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-retry": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" + "@smithy/util-waiter": "npm:^4.2.0" + "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - uuid: "npm:^9.0.1" - checksum: 10c0/69906da1301982952ca05ac83a8798f4c5045370611006edf1ca9eaf5951f5e5a672db6ffea5618da499c70daec283c08a713cbbd756adef376961b6f33cac72 + checksum: 10c0/c995f0e9e8c2be9d71ef3dc3754f518a30f9db4aa129be03ac4a719dcd4002afb90b12a57d73d0358b144f56af1baa0a0d16fb729682121e4d1905bb13540bbc languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/client-sso@npm:3.895.0" +"@aws-sdk/client-sso@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/client-sso@npm:3.901.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/middleware-host-header": "npm:3.893.0" - "@aws-sdk/middleware-logger": "npm:3.893.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" - "@aws-sdk/middleware-user-agent": "npm:3.895.0" - "@aws-sdk/region-config-resolver": "npm:3.893.0" - "@aws-sdk/types": "npm:3.893.0" - "@aws-sdk/util-endpoints": "npm:3.895.0" - "@aws-sdk/util-user-agent-browser": "npm:3.893.0" - "@aws-sdk/util-user-agent-node": "npm:3.895.0" - "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.1" - "@smithy/fetch-http-handler": "npm:^5.2.1" - "@smithy/hash-node": "npm:^4.1.1" - "@smithy/invalid-dependency": "npm:^4.1.1" - "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.3" - "@smithy/middleware-retry": "npm:^4.2.4" - "@smithy/middleware-serde": "npm:^4.1.1" - "@smithy/middleware-stack": "npm:^4.1.1" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/node-http-handler": "npm:^4.2.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.3" - "@smithy/types": "npm:^4.5.0" - "@smithy/url-parser": "npm:^4.1.1" - "@smithy/util-base64": "npm:^4.1.0" - "@smithy/util-body-length-browser": "npm:^4.1.0" - "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.3" - "@smithy/util-defaults-mode-node": "npm:^4.1.3" - "@smithy/util-endpoints": "npm:^3.1.2" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-retry": "npm:^4.1.2" - "@smithy/util-utf8": "npm:^4.1.0" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/middleware-host-header": "npm:3.901.0" + "@aws-sdk/middleware-logger": "npm:3.901.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/region-config-resolver": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@aws-sdk/util-endpoints": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.901.0" + "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@smithy/config-resolver": "npm:^4.3.0" + "@smithy/core": "npm:^3.14.0" + "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/hash-node": "npm:^4.2.0" + "@smithy/invalid-dependency": "npm:^4.2.0" + "@smithy/middleware-content-length": "npm:^4.2.0" + "@smithy/middleware-endpoint": "npm:^4.3.0" + "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-serde": "npm:^4.2.0" + "@smithy/middleware-stack": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/node-http-handler": "npm:^4.3.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/url-parser": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.0" + "@smithy/util-defaults-mode-browser": "npm:^4.2.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-endpoints": "npm:^3.2.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-retry": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/c70b7016dff566e7a7747bc855ccbbdcbfdc4534f39e33e55a4dea5f0552c4cb957e80949082c832254e7203bdb4910d25c7240db5919ba45bbf8a454d18831b - languageName: node - linkType: hard - -"@aws-sdk/core@npm:3.894.0": - version: 3.894.0 - resolution: "@aws-sdk/core@npm:3.894.0" - dependencies: - "@aws-sdk/types": "npm:3.893.0" - "@aws-sdk/xml-builder": "npm:3.894.0" - "@smithy/core": "npm:^3.11.1" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/signature-v4": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.3" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-base64": "npm:^4.1.0" - "@smithy/util-body-length-browser": "npm:^4.1.0" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-utf8": "npm:^4.1.0" + checksum: 10c0/b0a02868bf826411668c418c5fd8ab1225bff7dfc10587cebad400c027fb4a28174439eeb5b05bbed1eec167216ea492b3dfbea4b3c9a494a31e219c0abdd38c + languageName: node + linkType: hard + +"@aws-sdk/core@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/core@npm:3.901.0" + dependencies: + "@aws-sdk/types": "npm:3.901.0" + "@aws-sdk/xml-builder": "npm:3.901.0" + "@smithy/core": "npm:^3.14.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/signature-v4": "npm:^5.3.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/2073bb36de7d4b05470dd1ef85d74c02032e8a9d7d995042b41365c10a5629f96e0e7cd376d0efd52b61b5ead4b033bcf922ff6169c6f5173a53921074d7399d + checksum: 10c0/f86625938dedf959b2acbe89bb50e313f0996c59a4772593d57ef55f4023f492d5760b1dc7b9e4f4afa13e41e5cfd0a8b8d08df2f2e9d0347bc74d9d67515c14 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.894.0": - version: 3.894.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.894.0" +"@aws-sdk/credential-provider-env@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.901.0" dependencies: - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/types": "npm:3.893.0" - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/ee37d2a0a7af673c366173fbce43b6601ca57076af2226373502c27064518df6470d35b74715af44ee911e063f4638b21e1694b0f6b6c0bb571180bc59b61259 + checksum: 10c0/e53ecdfa5fa96cf1129b38cde0b5a27c314863e612b8fac5fd9dedcd43a03c2a591deb4ab34f4316c0994480f438272660118ed77ddd591e2cc0dfed4dbde29e languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.894.0": - version: 3.894.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.894.0" +"@aws-sdk/credential-provider-http@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.901.0" dependencies: - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/types": "npm:3.893.0" - "@smithy/fetch-http-handler": "npm:^5.2.1" - "@smithy/node-http-handler": "npm:^4.2.1" - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.3" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-stream": "npm:^4.3.2" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/node-http-handler": "npm:^4.3.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-stream": "npm:^4.4.0" tslib: "npm:^2.6.2" - checksum: 10c0/41c171d7e8ef1a20c2b8fab63703ba0cd810f5ec7da8c217cd11e14f0fe53748d499bf091a9088c5fa6518a5e5953f4ab4c327ef84fec8d679f773ee31d7f642 - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-ini@npm:3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.895.0" - dependencies: - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/credential-provider-env": "npm:3.894.0" - "@aws-sdk/credential-provider-http": "npm:3.894.0" - "@aws-sdk/credential-provider-process": "npm:3.894.0" - "@aws-sdk/credential-provider-sso": "npm:3.895.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.895.0" - "@aws-sdk/nested-clients": "npm:3.895.0" - "@aws-sdk/types": "npm:3.893.0" - "@smithy/credential-provider-imds": "npm:^4.1.2" - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/shared-ini-file-loader": "npm:^4.2.0" - "@smithy/types": "npm:^4.5.0" + checksum: 10c0/374398233aaab5de9be9802df00deeada0d420ffc2b6ed2f8fbcc2cd82aa4778dc22e7686ac995c41ae86774239f78418ddc5d2f6c57d0594a2eb1b0d886179e + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-ini@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.901.0" + dependencies: + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/credential-provider-env": "npm:3.901.0" + "@aws-sdk/credential-provider-http": "npm:3.901.0" + "@aws-sdk/credential-provider-process": "npm:3.901.0" + "@aws-sdk/credential-provider-sso": "npm:3.901.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.901.0" + "@aws-sdk/nested-clients": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/credential-provider-imds": "npm:^4.2.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/shared-ini-file-loader": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/291508e98f970988808e7ea587c4d5e42ee356a7b31c1196e0d1f8ae53df64abf513545fe195640d1967b714e495cd129b16348fc1c2c416ab07c90fe9454d5b + checksum: 10c0/f3632c187db167912badc0013235592a874c2c8ef3c6d81b659b8873d9430914bef36556c786a9d8550d70926898dd9d305cafd5ae5ec572501d193fa263c1bb languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.895.0" +"@aws-sdk/credential-provider-node@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.901.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.894.0" - "@aws-sdk/credential-provider-http": "npm:3.894.0" - "@aws-sdk/credential-provider-ini": "npm:3.895.0" - "@aws-sdk/credential-provider-process": "npm:3.894.0" - "@aws-sdk/credential-provider-sso": "npm:3.895.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.895.0" - "@aws-sdk/types": "npm:3.893.0" - "@smithy/credential-provider-imds": "npm:^4.1.2" - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/shared-ini-file-loader": "npm:^4.2.0" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/credential-provider-env": "npm:3.901.0" + "@aws-sdk/credential-provider-http": "npm:3.901.0" + "@aws-sdk/credential-provider-ini": "npm:3.901.0" + "@aws-sdk/credential-provider-process": "npm:3.901.0" + "@aws-sdk/credential-provider-sso": "npm:3.901.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/credential-provider-imds": "npm:^4.2.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/shared-ini-file-loader": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/fe4195e36d20b7df9b4402cbf754d35ced18c926b619ca914de9ae270431ab46ccdd747f5980632eeddbc1498d22bf33cb0022f99f9d73636d6fbb1a95d667db + checksum: 10c0/ae9965cb1bde4ddbfec5905158cdd385c165074c7af3626fc954e5dbc43f722438856c9a47779a49cf05b04939fc617800037bd0e3ab2848ded2a36ef5a4e72f languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.894.0": - version: 3.894.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.894.0" +"@aws-sdk/credential-provider-process@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.901.0" dependencies: - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/types": "npm:3.893.0" - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/shared-ini-file-loader": "npm:^4.2.0" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/shared-ini-file-loader": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/960c2d9a475b09e848c6fabb06df597435e5c3e26efbf9566e7e6f0dcb5f1461ffb87a623f1be740037253700702dde8af422540313ffc0e0608afddfbaff529 + checksum: 10c0/d920a1358c3a95778a78c1a01c066e2901d619e45cde8cb27a37d4f9727c72a3274df37167650e7ee0a7c2c6c0256cf322cb012123039bef7522b9029a3b9064 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.895.0" +"@aws-sdk/credential-provider-sso@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.901.0" dependencies: - "@aws-sdk/client-sso": "npm:3.895.0" - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/token-providers": "npm:3.895.0" - "@aws-sdk/types": "npm:3.893.0" - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/shared-ini-file-loader": "npm:^4.2.0" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/client-sso": "npm:3.901.0" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/token-providers": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/shared-ini-file-loader": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/4c7f106f2e2bff682c400f39453952a17267cf20b013380abb4a9bdaf36960257bacf43cf6b7a555545bfb031db4e2e301a112df6137a781c9898172b42b6b57 + checksum: 10c0/b9795d0d685fa880cd177642a121c89ffe400ea2c1bc6be4bf2a634e4998230f63f15489cf1b0208482ad5ffb2d3cc8a59c563f2e09cd19f08d3e070a2839d8c languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.895.0" +"@aws-sdk/credential-provider-web-identity@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.901.0" dependencies: - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/nested-clients": "npm:3.895.0" - "@aws-sdk/types": "npm:3.893.0" - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/shared-ini-file-loader": "npm:^4.2.0" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/nested-clients": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/shared-ini-file-loader": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/656604713935da7b4068d29a1c646950aa5b56787e333ecb4a4abd3b79399e555165bca999d27e244d160da59fcd0e5da8ccb5ef0e2fdc704e088e69769368ac + checksum: 10c0/5b7e1986d7c64d0082d0fbf060b76e5012416326df9c02f62e581759dfab669701de2f93d10d6b8e9b47520873359fecb7db88d3700a39851ff6c826c2bc8fa2 languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/lib-storage@npm:3.895.0" +"@aws-sdk/lib-storage@npm:^3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/lib-storage@npm:3.901.0" dependencies: - "@smithy/abort-controller": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.3" - "@smithy/smithy-client": "npm:^4.6.3" + "@smithy/abort-controller": "npm:^4.2.0" + "@smithy/middleware-endpoint": "npm:^4.3.0" + "@smithy/smithy-client": "npm:^4.7.0" buffer: "npm:5.6.0" events: "npm:3.3.0" stream-browserify: "npm:3.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-s3": ^3.895.0 - checksum: 10c0/e45f48c8d25aa731a359e9105279d1d5ad9d0a0d67846d228f8fe144db2116444a796af9a16a7ca90624cb9a4dbc5f9317d8337e86864cb6e1c7b6b298c225b2 + "@aws-sdk/client-s3": ^3.901.0 + checksum: 10c0/1d3178de144ec8e1994e422ceafeba2e2cf4bcd5a44b20b4f2e98810fa7316acc305bfb8d37c668ace164c01835ca1b232eed747cbbd06e3baeb68faee25edb0 languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.893.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.901.0" dependencies: - "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/util-arn-parser": "npm:3.893.0" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-config-provider": "npm:^4.1.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-config-provider": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/d8ce1bf741fd6e1f5c0db369dc64e0e2bca2c1ee1ebdce2bcd2f40c4dd63834c492c9d87f6b1bcee67e705e24ad7a431da0932ec1ecaed30ce26eddbc8d9a806 + checksum: 10c0/d3675d7468e4c268854bfcd945683bd87e55f194ff19379977a9df77591f5ab57258836cceed5aefad33ae783e5dd0120d8d2a983b1acdcae90058a6fc572d41 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.893.0" +"@aws-sdk/middleware-expect-continue@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.901.0" dependencies: - "@aws-sdk/types": "npm:3.893.0" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/928a0e00d35305f0c2b81218b572924f5443b913bf436d0a2c7a59d3c8c4ed3708d87e62297e6a74e3010dd66f9bbaaeb7b8cb08dfa3662c462c54455b79947e + checksum: 10c0/534714439b8f62e9b8ac0fb75d40b2cb51c4c69745ca80a2fc79cd927d492eba5748f0a0a8aacd5a0f11f621f718756504a5792b2445d3643b4aa5ee7df50666 languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.894.0": - version: 3.894.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.894.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.901.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.894.0" - "@aws-sdk/types": "npm:3.893.0" - "@smithy/is-array-buffer": "npm:^4.1.0" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-stream": "npm:^4.3.2" - "@smithy/util-utf8": "npm:^4.1.0" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/is-array-buffer": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-stream": "npm:^4.4.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/99057cf609c95599f04abe902831046d99e3c029cfe70719916ddf12b65993a66969d3152d683f2f987471590914ac689ed5f581eeb69b7a61d9792e9009815f + checksum: 10c0/82849e586479594bd73c8779244e24f0fcb83d66b3331123c3f4949ffd5e4417d3471cbd05a8d111e6999b65a8d291ba2269531683b2dfe373c5541bf0a60aab languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.893.0" +"@aws-sdk/middleware-host-header@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.901.0" dependencies: - "@aws-sdk/types": "npm:3.893.0" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/1a3997a527db45392c9fdc246ae3150548143ccc4e534334519fb5653cdb338fd1373b2926981d78d555598072b9219f423091713d9604fc5555b198f8ee806f + checksum: 10c0/f36cffb33532df97f7480a9a0705a0d3e874861b12e10d3b1713ef4f830e1d17e8568c3baff1c4c05ad681115af6e8e4f84d828a9834a9df8b6127fbc5af5f48 languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.893.0" +"@aws-sdk/middleware-location-constraint@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.901.0" dependencies: - "@aws-sdk/types": "npm:3.893.0" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/b6cc1da3d7e3a01c236d350236be13ce02f2c2de1804e4f80946471cbd444d0047a973f7faca3f830e0236b2d487d26d906e5c6a71279b2031f8931df37dae68 + checksum: 10c0/a1e57365274bf89dc1b74e70be377de819251ac529d140442401bc7f968021a429ae0a77edd68cbac868905a7ded7a9d09aaedac89117f15ad2c01e1bed91fea languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/middleware-logger@npm:3.893.0" +"@aws-sdk/middleware-logger@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/middleware-logger@npm:3.901.0" dependencies: - "@aws-sdk/types": "npm:3.893.0" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/86a15ad778a8931ddeb1bd9ae93b2c6e13462f63df76107dbd69fc92ba42739698929e22abf5ead719693fb967ba396a5212395c314220641a38a1c0fdf005da + checksum: 10c0/6ad444c2d791d2f8158c1e5262cdc12591a41164f63c660eb8874d4f915f007001d152deb426874ff4d4b1326d5e6b18bbdfe3087fa6fdc9ce7c88ed6bb75997 languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.893.0" +"@aws-sdk/middleware-recursion-detection@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.901.0" dependencies: - "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/types": "npm:3.901.0" "@aws/lambda-invoke-store": "npm:^0.0.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/2c8d74fa9753497e8872579f03f2bab354899d496ca0d3720e95807a87ebf7ffbc7ce37fe4b2067e5fffdc53f32097be67c0b3b4471359ca13685612605a59dc + checksum: 10c0/428d2da0d4583c8b33e5c10153b5cfebf572962a11df7501c35b5361b9e39fc9ab7b8778484a8f29d521f1ba37865bf0a441650de7c539e707714d4321c13272 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.893.0" - dependencies: - "@aws-sdk/types": "npm:3.893.0" - "@aws-sdk/util-format-url": "npm:3.893.0" - "@smithy/middleware-endpoint": "npm:^4.2.3" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/signature-v4": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.3" - "@smithy/types": "npm:^4.5.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.901.0" + dependencies: + "@aws-sdk/types": "npm:3.901.0" + "@aws-sdk/util-format-url": "npm:3.901.0" + "@smithy/middleware-endpoint": "npm:^4.3.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/signature-v4": "npm:^5.3.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/1df7fbf7be835d8c2bd113ec394240ea10405c9d86cf83fb614cc3bd516660794b6f5d61fc528fd212142106e835b7f6f0a3e7947d6edf76225dd110058d23dc + checksum: 10c0/41460be76f27f0b672c562f79ac48119cc1bd72e0e40fa9dc28df80b3af25a92db3ca23c98b72f07ff8f0c18e1f63db39e2d57a89c3cd79d06bf8306af5f0274 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.894.0": - version: 3.894.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.894.0" +"@aws-sdk/middleware-sdk-s3@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.901.0" dependencies: - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/types": "npm:3.893.0" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" "@aws-sdk/util-arn-parser": "npm:3.893.0" - "@smithy/core": "npm:^3.11.1" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/signature-v4": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.3" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-config-provider": "npm:^4.1.0" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-stream": "npm:^4.3.2" - "@smithy/util-utf8": "npm:^4.1.0" + "@smithy/core": "npm:^3.14.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/signature-v4": "npm:^5.3.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-config-provider": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-stream": "npm:^4.4.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/05a9e9b673eedf4daf7bfc7f8525202ae127baea9c2957deffcc638b950e4bc4d1219b26d73c0b492456126d2c488ab859ccbf7c341ce0333ee42eb170554f8a + checksum: 10c0/382ccbd07de1b9112a8df436134df219dde780d105746cb7997925901901529e49dee77f434c1dfbfb691d5d654000f7e9e36404a417fb87edef525b40dfc6a5 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.893.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.901.0" dependencies: - "@aws-sdk/types": "npm:3.893.0" - "@smithy/smithy-client": "npm:^4.6.3" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-hex-encoding": "npm:^4.1.0" - "@smithy/util-utf8": "npm:^4.1.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-hex-encoding": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/2f59813c6c8eb8da1be3a102ce2b9f14b0a03c4df8032efbffbffb5ed12ce8c9def4c7793b9183585a87c8231cdd34b61a8d9e0880746dc05448f1bc70012753 + checksum: 10c0/f6ddc5c63db750131a848cc5a350ecd9f0d0e21904cc810f538c242b438c734d400a6b776d7307e73e49e9a984cc6ac11261afc48a13412a86c70a3b3089a613 languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.893.0" +"@aws-sdk/middleware-ssec@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.901.0" dependencies: - "@aws-sdk/types": "npm:3.893.0" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/d2202575e7443c22a132ed180fd56d95b8623d087e8eb40a515add7f01c2066407d7d02c42dc41b920ff8ccf4b91cb7ec5f05dea7dc164782d0d9cdaa2f36cfd + checksum: 10c0/6748ba6674d1dcf48c970e67d477127924c2ae1c8026310b78d54221d3fbd5d5795f690119583cb2207e00bcc91875df5058d83763a37d311dd2ec1bba0367ce languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.895.0" +"@aws-sdk/middleware-user-agent@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.901.0" dependencies: - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/types": "npm:3.893.0" - "@aws-sdk/util-endpoints": "npm:3.895.0" - "@smithy/core": "npm:^3.11.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@aws-sdk/util-endpoints": "npm:3.901.0" + "@smithy/core": "npm:^3.14.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/522efc03c0fbaae56aae2a7597ccfeec8f376680ca10cf1cd6f4a09d80947dfe3a92a7b265fd721fc69909d539d5ef87f8c996bdf9423401f40aa8e8bcb22e49 + checksum: 10c0/73d5913eca05799918c0119510d0a49b5c5b7626a098c5ff48954f1b7e42278b0fcfe589f06d2b79d1dec1c316647f4104228fb42d0e72932601b0fddc8ea142 languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/nested-clients@npm:3.895.0" +"@aws-sdk/nested-clients@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/nested-clients@npm:3.901.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/middleware-host-header": "npm:3.893.0" - "@aws-sdk/middleware-logger": "npm:3.893.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.893.0" - "@aws-sdk/middleware-user-agent": "npm:3.895.0" - "@aws-sdk/region-config-resolver": "npm:3.893.0" - "@aws-sdk/types": "npm:3.893.0" - "@aws-sdk/util-endpoints": "npm:3.895.0" - "@aws-sdk/util-user-agent-browser": "npm:3.893.0" - "@aws-sdk/util-user-agent-node": "npm:3.895.0" - "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/core": "npm:^3.11.1" - "@smithy/fetch-http-handler": "npm:^5.2.1" - "@smithy/hash-node": "npm:^4.1.1" - "@smithy/invalid-dependency": "npm:^4.1.1" - "@smithy/middleware-content-length": "npm:^4.1.1" - "@smithy/middleware-endpoint": "npm:^4.2.3" - "@smithy/middleware-retry": "npm:^4.2.4" - "@smithy/middleware-serde": "npm:^4.1.1" - "@smithy/middleware-stack": "npm:^4.1.1" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/node-http-handler": "npm:^4.2.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/smithy-client": "npm:^4.6.3" - "@smithy/types": "npm:^4.5.0" - "@smithy/url-parser": "npm:^4.1.1" - "@smithy/util-base64": "npm:^4.1.0" - "@smithy/util-body-length-browser": "npm:^4.1.0" - "@smithy/util-body-length-node": "npm:^4.1.0" - "@smithy/util-defaults-mode-browser": "npm:^4.1.3" - "@smithy/util-defaults-mode-node": "npm:^4.1.3" - "@smithy/util-endpoints": "npm:^3.1.2" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-retry": "npm:^4.1.2" - "@smithy/util-utf8": "npm:^4.1.0" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/middleware-host-header": "npm:3.901.0" + "@aws-sdk/middleware-logger": "npm:3.901.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.901.0" + "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/region-config-resolver": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@aws-sdk/util-endpoints": "npm:3.901.0" + "@aws-sdk/util-user-agent-browser": "npm:3.901.0" + "@aws-sdk/util-user-agent-node": "npm:3.901.0" + "@smithy/config-resolver": "npm:^4.3.0" + "@smithy/core": "npm:^3.14.0" + "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/hash-node": "npm:^4.2.0" + "@smithy/invalid-dependency": "npm:^4.2.0" + "@smithy/middleware-content-length": "npm:^4.2.0" + "@smithy/middleware-endpoint": "npm:^4.3.0" + "@smithy/middleware-retry": "npm:^4.4.0" + "@smithy/middleware-serde": "npm:^4.2.0" + "@smithy/middleware-stack": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/node-http-handler": "npm:^4.3.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/url-parser": "npm:^4.2.0" + "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.0" + "@smithy/util-defaults-mode-browser": "npm:^4.2.0" + "@smithy/util-defaults-mode-node": "npm:^4.2.0" + "@smithy/util-endpoints": "npm:^3.2.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-retry": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/a72196c951c04ef4c24b9a625a7f78b7d7e39949e91ef9e17bb190bfe17414c1516f1d3a1ee7566923da8eb038ec13073c024e0de859694811e5ac1ca95cc79b + checksum: 10c0/3b0211fbec00d3f2122270e70ff8a4dd2da510d9955655b5c8d39a49b9abd03e948d9f13e4db0329b941fd62cbd6c59043788d3ae1006ade4bfc225d2cec7caa languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.893.0" +"@aws-sdk/region-config-resolver@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.901.0" dependencies: - "@aws-sdk/types": "npm:3.893.0" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-config-provider": "npm:^4.1.0" - "@smithy/util-middleware": "npm:^4.1.1" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-config-provider": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/76d48bb4ab16b6cd0693983d1e1aee672909d5e4c8ad6482d0f011d2fdbd3e76972518991546596d8c96c1d284667667a5a727de10e36c01ca9a9b07446ccc4f + checksum: 10c0/a01f85908e38ea43cd6e69dcb2c33916cf2a8de3e7f0baa004e218317e3f331829746f17bcc2f79c4fc7ae7c9ff0716b30986618bd776800ee8d1b535f3849d7 languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.894.0": - version: 3.894.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.894.0" +"@aws-sdk/signature-v4-multi-region@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.901.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.894.0" - "@aws-sdk/types": "npm:3.893.0" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/signature-v4": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/signature-v4": "npm:^5.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/ef6217c79152d0e5eb01c51b6d22acb767c90d9fd5acde2e35316a1ab67cbb6fe50d1004b930418fc8e55654206d12e62115f1f0d0aa70c731f500a98ff9c6cd + checksum: 10c0/813dcb93148ecefb82751f09092448aed8c4d4689b735a10c60a8d3cc7d1330252f336aeb33835b2ab4ba96cd2d0999760639d140dd3c45d23f8dea9866d112f languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/token-providers@npm:3.895.0" +"@aws-sdk/token-providers@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/token-providers@npm:3.901.0" dependencies: - "@aws-sdk/core": "npm:3.894.0" - "@aws-sdk/nested-clients": "npm:3.895.0" - "@aws-sdk/types": "npm:3.893.0" - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/shared-ini-file-loader": "npm:^4.2.0" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/core": "npm:3.901.0" + "@aws-sdk/nested-clients": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/shared-ini-file-loader": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/1821654e9ebf62f5e86ecb2a5812b41a63ea88b0f70b3378f7503989b3cbc09deb1a7ce4380da73fedacc97cbc86143f63a012d7b726e203a694938e9a38fa8c + checksum: 10c0/d2f7adcc927d34fa63789061e6f0dfc817da7d8d116050d59fcd9cc7cef1b1db25cb03f7e631d464f6a95d6273be6e7c2105d66f2ec7948c5362f01f075d8a01 languageName: node linkType: hard -"@aws-sdk/types@npm:3.893.0, @aws-sdk/types@npm:^3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/types@npm:3.893.0" +"@aws-sdk/types@npm:3.901.0, @aws-sdk/types@npm:^3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/types@npm:3.901.0" dependencies: - "@smithy/types": "npm:^4.5.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/d613fe5f8499a80ed5bb80c72e3f654782ef50d42461d9624875eb44db2daadd4b472f683b51f7497475f4c9028c9320014d973ec6880daf93615925643b0242 + checksum: 10c0/38f1b7dac82b0e53faf764d0e741e32385c1e022b67c73d601fe3fd0f66d1a75d72dddd8f41dde89944441df766217f00a451a6d95caa256bebe08891206d949 languageName: node linkType: hard @@ -1082,28 +1078,28 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/util-endpoints@npm:3.895.0" +"@aws-sdk/util-endpoints@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/util-endpoints@npm:3.901.0" dependencies: - "@aws-sdk/types": "npm:3.893.0" - "@smithy/types": "npm:^4.5.0" - "@smithy/url-parser": "npm:^4.1.1" - "@smithy/util-endpoints": "npm:^3.1.2" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/url-parser": "npm:^4.2.0" + "@smithy/util-endpoints": "npm:^3.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/3aa234e007f2a137982390b05e6d4f692780b4d9f1039191285daa0726590d122614840d73975f0a29a3084a12687b16bda116b850e1a31c02b293e8a6dab48a + checksum: 10c0/ae6a2b15975e1b4e36211c30ff7ea2ac080bb5add13a7e5181b348bc393a74f82b6c5afb998c8dde9aedfe97eae23e0ce64da79cbd2b4061c594d1bd3d9d4a65 languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/util-format-url@npm:3.893.0" +"@aws-sdk/util-format-url@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/util-format-url@npm:3.901.0" dependencies: - "@aws-sdk/types": "npm:3.893.0" - "@smithy/querystring-builder": "npm:^4.1.1" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/querystring-builder": "npm:^4.2.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/28d10e11fd02f2ac61e6627b85bd0b13f361496741c7b13b24d15feae70acd1a1391b2df572b5a52db5a3f7bb9155d39615fc1b552ff4651cf02152bcc31e3c1 + checksum: 10c0/b28828f956d17d824d6e2e7fed7757576047fbbbf66f63738e902b9d9b3cbf038896c12972ffd66d610f926be724973856dd590274b7fca9b4e3d497743eb115 languageName: node linkType: hard @@ -1116,44 +1112,44 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.893.0": - version: 3.893.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.893.0" +"@aws-sdk/util-user-agent-browser@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.901.0" dependencies: - "@aws-sdk/types": "npm:3.893.0" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/types": "npm:^4.6.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/ad0ba125fde05fcd768b1391e8fae0113446d94353112966a1be918c2b35af6625458f07076d93ed0ef5a33fb74a0c746c417b3c140a755696c6e6b18b24cc2e + checksum: 10c0/e389467f5d9d671902e11c4cf09d4d5f8fa1ced1af6c0d0a61c06afb487e13170ec05a40667c2b1b9d353e518b9d5064a82c2d2db4247e75f3619bac765f9a95 languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.895.0": - version: 3.895.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.895.0" +"@aws-sdk/util-user-agent-node@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.901.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.895.0" - "@aws-sdk/types": "npm:3.893.0" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/types": "npm:^4.5.0" + "@aws-sdk/middleware-user-agent": "npm:3.901.0" + "@aws-sdk/types": "npm:3.901.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/7d1f8661a8383bbf2daac0767814dfd80b2399514439767b16d5e94177ab359eb15168e36f44ee949ef652cc4e5e6cb952b847513e7e604945ba79e1a5ccf691 + checksum: 10c0/d18c815bb04186ca4950abaf846d9998afaf4399380c2b6de351cc7d45733fabcd681d3cdc90eca40ce3a574d1d80652817d0d8e292e68710a9aab5d9dc7bd64 languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.894.0": - version: 3.894.0 - resolution: "@aws-sdk/xml-builder@npm:3.894.0" +"@aws-sdk/xml-builder@npm:3.901.0": + version: 3.901.0 + resolution: "@aws-sdk/xml-builder@npm:3.901.0" dependencies: - "@smithy/types": "npm:^4.5.0" + "@smithy/types": "npm:^4.6.0" fast-xml-parser: "npm:5.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/c3ca8ce529757c53bff57a617acb75b9e32a64eec3ad97a8f81d3c0da98902cff89ca10ec9f6fb84541b9f1ccb897aa75704bd7577f21c5b418cd07f256b7628 + checksum: 10c0/407af75a7ea2d2d27021d54bfb59d53b3fd2f068234ade97b3b158ff6f753f85a0effa0d765c48b377a5b73194e1908f68f2959fb77e871e9137a8650b2caeef languageName: node linkType: hard @@ -4355,208 +4351,189 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/abort-controller@npm:4.1.1" - dependencies: - "@smithy/types": "npm:^4.5.0" - tslib: "npm:^2.6.2" - checksum: 10c0/f50ee8e76dab55df7af7247c5dac88209702b9e0a775a5d98472d67c607b6f624c3789ac75974c8b6fa452e1a4f9f72e5749dbea5b57f14d7ca137929e36f0ee - languageName: node - linkType: hard - -"@smithy/chunked-blob-reader-native@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/chunked-blob-reader-native@npm:4.1.0" +"@smithy/abort-controller@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/abort-controller@npm:4.2.0" dependencies: - "@smithy/util-base64": "npm:^4.1.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/1b6805ac870c2138c471997b80a75967eb7226cc86dc8550797446b4106e22fd078c4717b4acf5deda9fba284eac7738b4c7ed749a5199e44c1d482f35c7d3b8 + checksum: 10c0/de11e4491f3042f9d3738c0bfccdcbcfa01468a90ff745ec59a26c405772f590e675f3fa7e4cfcde9165891348bb31ee434290717e8aaa90e1c131668cdcf008 languageName: node linkType: hard -"@smithy/chunked-blob-reader@npm:^5.1.0": - version: 5.1.0 - resolution: "@smithy/chunked-blob-reader@npm:5.1.0" +"@smithy/chunked-blob-reader-native@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/chunked-blob-reader-native@npm:4.2.0" dependencies: + "@smithy/util-base64": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/28f2ac63b2c019f605d7669fb9dc2a77e3ab54460a7c23fa3eaa64fa80d465e971905a80717a6260b88941f2acca556128984d914cd728fa34bcb2bd2826e7b8 + checksum: 10c0/7626232b15b69b8b8b67f5d276b61810e3134a6b29580a006eda84746ec03a00701b36c52c2878234a4c324b7ec8d34d32e5f2b3e271ee05d0eb8f78094ca36c languageName: node linkType: hard -"@smithy/config-resolver@npm:^4.2.2": - version: 4.2.2 - resolution: "@smithy/config-resolver@npm:4.2.2" +"@smithy/chunked-blob-reader@npm:^5.2.0": + version: 5.2.0 + resolution: "@smithy/chunked-blob-reader@npm:5.2.0" dependencies: - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-config-provider": "npm:^4.1.0" - "@smithy/util-middleware": "npm:^4.1.1" tslib: "npm:^2.6.2" - checksum: 10c0/3d53cd54424dfaa1e0249c0de987fc10b3c5d48b9807f5ac6d692483d1438210c9058251223f15931bfdacfdbfd4320b754abdaa6a9b1c7e3722b8584d4eb270 + checksum: 10c0/9fe95b788e022ce2b59c8cab607c8f71d73cce367329871d2a7eafdc0d77cec8d1939fe8141f446bbe4051dcfffce864a562762ac2691c368df3b6c2f6ed62b3 languageName: node linkType: hard -"@smithy/core@npm:^3.11.1": - version: 3.11.1 - resolution: "@smithy/core@npm:3.11.1" +"@smithy/config-resolver@npm:^4.3.0": + version: 4.3.0 + resolution: "@smithy/config-resolver@npm:4.3.0" dependencies: - "@smithy/middleware-serde": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-base64": "npm:^4.1.0" - "@smithy/util-body-length-browser": "npm:^4.1.0" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-stream": "npm:^4.3.2" - "@smithy/util-utf8": "npm:^4.1.0" - "@types/uuid": "npm:^9.0.1" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-config-provider": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.2.0" tslib: "npm:^2.6.2" - uuid: "npm:^9.0.1" - checksum: 10c0/b6e8e647834f0371a35344223c6a74cdf03aefa1258e9e07586ee7f5dd2b12f5783f08bec95d5b12d9075eaf5039102153417e84aab80abd677bbf213fafb3c6 + checksum: 10c0/6847d620e946b84bcc35070e21db1d54cdd5a65701792552c706926b3db4fae77a9c1c54326bf631e9741e0586fabef371ead01c6a268c6cd44eaf7601915cde languageName: node linkType: hard -"@smithy/core@npm:^3.12.0": - version: 3.12.0 - resolution: "@smithy/core@npm:3.12.0" +"@smithy/core@npm:^3.14.0": + version: 3.14.0 + resolution: "@smithy/core@npm:3.14.0" dependencies: - "@smithy/middleware-serde": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-base64": "npm:^4.1.0" - "@smithy/util-body-length-browser": "npm:^4.1.0" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-stream": "npm:^4.3.2" - "@smithy/util-utf8": "npm:^4.1.0" - "@smithy/uuid": "npm:^1.0.0" + "@smithy/middleware-serde": "npm:^4.2.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-base64": "npm:^4.2.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-stream": "npm:^4.4.0" + "@smithy/util-utf8": "npm:^4.2.0" + "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/1f8dc3a1150cc9abb47a54af6e82c7e128e67116a19678e8fc715bdde8b5da57636e4db72b0290c7906c5b4d80b7ae7478e1762b0b3a165cbe95464149185271 + checksum: 10c0/44cbc3bed4e33d8bafb367cb9205e4bb529de75f068a8f3805895874925bdb056b360e3dc11bccece5c3d2b0fcc902cfdaad8ea8ed0100be727252f7ec273228 languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^4.1.2": - version: 4.1.2 - resolution: "@smithy/credential-provider-imds@npm:4.1.2" +"@smithy/credential-provider-imds@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/credential-provider-imds@npm:4.2.0" dependencies: - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/types": "npm:^4.5.0" - "@smithy/url-parser": "npm:^4.1.1" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/url-parser": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/c1ab5c17ee832edf2135eaf17c90f6fd34af2926bfd35c76312a10172cafbaf730b15d29384e3f3838e1c3b55df111539d4e07fdfc4d11b639f4622d4e067f6b + checksum: 10c0/d8d4127e0f0d991c72105213a75bf9e1249a59ee88c733ca1a5ec50ce99976a69ff00a4d6c0040b4330ffd94b6a2a40f0e0ac57dfb384512120280bce2267707 languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/eventstream-codec@npm:4.1.1" +"@smithy/eventstream-codec@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/eventstream-codec@npm:4.2.0" dependencies: "@aws-crypto/crc32": "npm:5.2.0" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-hex-encoding": "npm:^4.1.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-hex-encoding": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/b3f3f11789cda08846d4e44065c870d30501b9c51042d756fab2fc3917b5886719a458cc4613890650cbcf9761b78fce8ead5add0385bc091c31fff186bbff85 + checksum: 10c0/cfd4123a6103a0901a68c6b9844d34ab904ff7b5e4b856603564415202b400f49dc8fc6a2b42b91506fb08f320db615b6681573f839fdcf407f9560467c36a2a languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/eventstream-serde-browser@npm:4.1.1" +"@smithy/eventstream-serde-browser@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/eventstream-serde-browser@npm:4.2.0" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.1.1" - "@smithy/types": "npm:^4.5.0" + "@smithy/eventstream-serde-universal": "npm:^4.2.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/5062581b4f011aed2d86b819f876080054ff730af3d0c995aa0099570dc513056471746f3f09f48196b7bbec8119363f1f1f4f7151ac3e5aaf67d28bba57edbb + checksum: 10c0/53d20be86239ec5315c88d7ded387e797c53dc92e53be86891f28830de5df09d99259ad0f704c935636d53ac750f81a43380ab3b05cad5cba718bf8ad20c8cc9 languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^4.2.1": - version: 4.2.1 - resolution: "@smithy/eventstream-serde-config-resolver@npm:4.2.1" +"@smithy/eventstream-serde-config-resolver@npm:^4.3.0": + version: 4.3.0 + resolution: "@smithy/eventstream-serde-config-resolver@npm:4.3.0" dependencies: - "@smithy/types": "npm:^4.5.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/93e31728e95b51d67c8ec61be074b12a5b6906af24ec3e2cee11c49f19f2cb95982b35c41eb8514498d409e10692e2baa68346938889c9d341e6443e039b4e74 + checksum: 10c0/7d81c8ed9d5981ca0c7c9f25655f88f3a25b865bea03f87236aaed333439a6de16c0e6e8959a3513f6503d84f192fa4656dcbf385dc406c28cb0105e18d44149 languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/eventstream-serde-node@npm:4.1.1" +"@smithy/eventstream-serde-node@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/eventstream-serde-node@npm:4.2.0" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.1.1" - "@smithy/types": "npm:^4.5.0" + "@smithy/eventstream-serde-universal": "npm:^4.2.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/c92c6d0cb6e382f8c22188517cd31d8436866f229cead67c0bd02f961b998ae8bfffbce9a874638c4e55f0c52ffd9659e6e7b8b3f4dbb138bab79a4651eb46c2 + checksum: 10c0/862044bd95fc57a4e64e672c476d7902f63352fd5ed39588480bea85ea95da3d19c0f0eba61ae3af0ff452834948759f7897768e68c242e5a8b6c754a5d50821 languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/eventstream-serde-universal@npm:4.1.1" +"@smithy/eventstream-serde-universal@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/eventstream-serde-universal@npm:4.2.0" dependencies: - "@smithy/eventstream-codec": "npm:^4.1.1" - "@smithy/types": "npm:^4.5.0" + "@smithy/eventstream-codec": "npm:^4.2.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/5b9c0271746b9556d3818ae0f7fc16ec2414a2a30885eeb4c68ad3e9d9665e06b36c9a4384f9ef188afc5e72e50f6c8a37d7a11d8185f46e5cb041918fcf5ed7 + checksum: 10c0/378a4c07fbeefa413a9cf1446099d131a067592b7c823d63e5096fa475d3e3e4db7cecc80a94b601ffcd4bc23eda60fccac530feb184679d6b286f218e781580 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^5.2.1": - version: 5.2.1 - resolution: "@smithy/fetch-http-handler@npm:5.2.1" +"@smithy/fetch-http-handler@npm:^5.3.0": + version: 5.3.0 + resolution: "@smithy/fetch-http-handler@npm:5.3.0" dependencies: - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/querystring-builder": "npm:^4.1.1" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-base64": "npm:^4.1.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/querystring-builder": "npm:^4.2.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-base64": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/c4a6a1a67f84361045bd10fef470ec6cda8691f549a455f734cfd3de05ccefc300973188e55578ae379b936f7e3f842971447386a3d8ec728f7df9c2f1c58fc2 + checksum: 10c0/cd4a02981ab35510872ae6a2bf7dfbe485109ede3dd0b0bf56042fb6f4c896fcf555e580a525ef56cd7d1b68a1b53b66c8df4a593c9e5a21d0996d030fb10f82 languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/hash-blob-browser@npm:4.1.1" +"@smithy/hash-blob-browser@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/hash-blob-browser@npm:4.2.0" dependencies: - "@smithy/chunked-blob-reader": "npm:^5.1.0" - "@smithy/chunked-blob-reader-native": "npm:^4.1.0" - "@smithy/types": "npm:^4.5.0" + "@smithy/chunked-blob-reader": "npm:^5.2.0" + "@smithy/chunked-blob-reader-native": "npm:^4.2.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/9188397ce2ee92bbac6147e3a342c981051e9623852198dc69de4899dd058ce5866222c663c166e6ddb6e9caa375e1b6296b5f7730026ec13a7d554009304571 + checksum: 10c0/be491ce8363e18034215c1a2fad17a34fd4e4253de2276575a8400fdbf82bbb2228fa78d7a30e3bb20c98646eaad395771e76da635b4bed0d22bf95de0d6f0ff languageName: node linkType: hard -"@smithy/hash-node@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/hash-node@npm:4.1.1" +"@smithy/hash-node@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/hash-node@npm:4.2.0" dependencies: - "@smithy/types": "npm:^4.5.0" - "@smithy/util-buffer-from": "npm:^4.1.0" - "@smithy/util-utf8": "npm:^4.1.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-buffer-from": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/aedf905c5fba7c814a697d973ea49c76d529dc9a10675676984a811637623b4f41542d72e53ed0df0a30881ee7fbe77c74bd49bd272e4a034e9d80021b6022a7 + checksum: 10c0/98156506ae037d4e224b7be0c63606a04b8884b2a0309fc48c7a0bdc87025e2347a71577c3cdc73f76b776dbf09526fde3fa9d459c5f7caf6ff5f2d9258cec2e languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/hash-stream-node@npm:4.1.1" +"@smithy/hash-stream-node@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/hash-stream-node@npm:4.2.0" dependencies: - "@smithy/types": "npm:^4.5.0" - "@smithy/util-utf8": "npm:^4.1.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/91281943a0f198f01183a75ff62fd3fd8bc6708ee70e8d9a124d70f89042f3c300b42ceb58adb25ab5727df1810648c3e46ecf489b36a4020dc1c97a9003a771 + checksum: 10c0/1b277d53e371f65774124a8491834c96b57f1eff50970d91568b6fb5fea696653c9573cbff69113747b86dfa1f3d811c5cada97f8621306af3753061995d6072 languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/invalid-dependency@npm:4.1.1" +"@smithy/invalid-dependency@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/invalid-dependency@npm:4.2.0" dependencies: - "@smithy/types": "npm:^4.5.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/5700333f00b6a31a97b792fa9a00fadd07b2eafaea01087a6ea212753dba2621a040dfb0d7dc5a1f75bb95cc28fba2e498cdaca43009b142610944c0fcd95a58 + checksum: 10c0/f20003683c9358a252d05711fe7e0ad1d400fcf6658acc50894e5f3d9d8fc9a8de079f958e418c4031a872dfde0de2ac59f829e630f90241d4d4bfaa830c32f6 languageName: node linkType: hard @@ -4569,170 +4546,154 @@ __metadata: languageName: node linkType: hard -"@smithy/is-array-buffer@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/is-array-buffer@npm:4.1.0" +"@smithy/is-array-buffer@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/is-array-buffer@npm:4.2.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/399af810a9329c033d1816c492b17343d2ff956d32a358f327da6af0e4ad3c4640a1ef8dcd5f4d0f7d85ef19cf6909038f1a6539c938372dd33996d8f102bb9a + checksum: 10c0/8e3e21cff5929d627bbf4a9beded28bd54555cfd37772226290964af6950cc10d700776a2ce7553f34ddf88a2e7e3d4681de58c94e9805592d901fc0f32cb597 languageName: node linkType: hard -"@smithy/md5-js@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/md5-js@npm:4.1.1" +"@smithy/md5-js@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/md5-js@npm:4.2.0" dependencies: - "@smithy/types": "npm:^4.5.0" - "@smithy/util-utf8": "npm:^4.1.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/72d85566af8a318eb1599d483a51bb4eecd7204daba164fbefca04733e001ecc08fb1921815e399a5d5c8b46ab73804f8f5ac86501d4f5643d005733dc8a2360 + checksum: 10c0/ad2adb13529496e20edabcdfe6ae5ab5e20ca11db2c100db94177b00834d738bead2b72e770d3729afc63e47479eef0d5cae41c5af1f0ee00e0717fca6ea7eaa languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/middleware-content-length@npm:4.1.1" +"@smithy/middleware-content-length@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/middleware-content-length@npm:4.2.0" dependencies: - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" - tslib: "npm:^2.6.2" - checksum: 10c0/c841e9221f43303103076b3e2d0fb745b75f8caa0ec9cabb0be4fdb2c5a3fe4077391c083b6f8547ccdc58c44f267ee2423430e544bb95484d2b805e6008b8f3 - languageName: node - linkType: hard - -"@smithy/middleware-endpoint@npm:^4.2.3": - version: 4.2.3 - resolution: "@smithy/middleware-endpoint@npm:4.2.3" - dependencies: - "@smithy/core": "npm:^3.11.1" - "@smithy/middleware-serde": "npm:^4.1.1" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/shared-ini-file-loader": "npm:^4.2.0" - "@smithy/types": "npm:^4.5.0" - "@smithy/url-parser": "npm:^4.1.1" - "@smithy/util-middleware": "npm:^4.1.1" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/7d3589bf140c9d13d7ae8055d23bdff056f3c0d92ff915eae616b594b8f7d9d8ce91169acc052406a38acf0fad93cfd625b7c2d877bc3bf4a73173989799215e + checksum: 10c0/c7e39e22c97dbcad8abe7ec9fb54381fce3acd601a2d8f3ea6f64e4f37663033e8ac5034e83814015d70277f587f7e0af8a60b3a01e46b06e305023e2d740bb8 languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.2.4": - version: 4.2.4 - resolution: "@smithy/middleware-endpoint@npm:4.2.4" - dependencies: - "@smithy/core": "npm:^3.12.0" - "@smithy/middleware-serde": "npm:^4.1.1" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/shared-ini-file-loader": "npm:^4.2.0" - "@smithy/types": "npm:^4.5.0" - "@smithy/url-parser": "npm:^4.1.1" - "@smithy/util-middleware": "npm:^4.1.1" +"@smithy/middleware-endpoint@npm:^4.3.0": + version: 4.3.0 + resolution: "@smithy/middleware-endpoint@npm:4.3.0" + dependencies: + "@smithy/core": "npm:^3.14.0" + "@smithy/middleware-serde": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/shared-ini-file-loader": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/url-parser": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/a29f29a511b5b4d62be2f122c0120cc8cb82bf4ef4ab6759967475138bde70ea000410d6d9cd53eee3548a87faf711193c40873322b76d7c5f2231ad5902fd9f + checksum: 10c0/81877411bb98888704066dc847428c070f53cfb591e2e689e1a8b894a0a3cd74562553955ae5527ca32e8cea7309cbe995ad20976247909704c93898047ebdad languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.2.4": - version: 4.3.0 - resolution: "@smithy/middleware-retry@npm:4.3.0" - dependencies: - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/service-error-classification": "npm:^4.1.2" - "@smithy/smithy-client": "npm:^4.6.4" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-retry": "npm:^4.1.2" - "@smithy/uuid": "npm:^1.0.0" +"@smithy/middleware-retry@npm:^4.4.0": + version: 4.4.0 + resolution: "@smithy/middleware-retry@npm:4.4.0" + dependencies: + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/service-error-classification": "npm:^4.2.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-retry": "npm:^4.2.0" + "@smithy/uuid": "npm:^1.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/30e478aa16dfc5c448cb96731683947e2ec7f624590ed84302d0b4ba34647124cbc14c50dce9de756300bd5974594ea6f896933fb11075a27a8237bec6e34c85 + checksum: 10c0/b135a6e9431bfd5aa417fcd1561d570d334b594bfc6069aee15f080bee9f85bc14fe2b37ca6294af8733c2acf343bef6fc50d14751fb7e42e3396b8d927c394f languageName: node linkType: hard -"@smithy/middleware-serde@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/middleware-serde@npm:4.1.1" +"@smithy/middleware-serde@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/middleware-serde@npm:4.2.0" dependencies: - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/69c0cf035da2ccbdf2838f50a1fafb0f8e6fb286b820e0aa91be7bdc6dd102f51ce3b295e68cdf9e7441dfc3160a3d3cabac99d98a8f0a75675ecf0f1e09d439 + checksum: 10c0/f43d5b438aca7184c7bf43c3136ec90f14c8e3936a4624158cb27f160ae18fd8647a34c0e9f3d37e8c89e7c8711748dfe93ec388da8e0f227e01e0c5e669de30 languageName: node linkType: hard -"@smithy/middleware-stack@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/middleware-stack@npm:4.1.1" +"@smithy/middleware-stack@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/middleware-stack@npm:4.2.0" dependencies: - "@smithy/types": "npm:^4.5.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/8ee554c30e6802f6adcaf673e4d216cd8f56e13a9ef5d644ec94f0b553c3b62b451a8156fd49645cc1f5eedd09234a107edc42faff779416a4a43a215e370007 + checksum: 10c0/37886fb6da8dfda4c09f2cca268214397de05009835095d773b463aa815670e9cdd8460c19bb7c6024dc0f1104baa0db3d0b9623ac30ceafd8b1a734054b53d7 languageName: node linkType: hard -"@smithy/node-config-provider@npm:^4.2.2": - version: 4.2.2 - resolution: "@smithy/node-config-provider@npm:4.2.2" +"@smithy/node-config-provider@npm:^4.3.0": + version: 4.3.0 + resolution: "@smithy/node-config-provider@npm:4.3.0" dependencies: - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/shared-ini-file-loader": "npm:^4.2.0" - "@smithy/types": "npm:^4.5.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/shared-ini-file-loader": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/9170728f606f1e250236c1265bee9811e1062e3b929339eafc5a8d5229e9fbb4c94e1b8cdcd644b0a8c855370b649c85a0aca5b47d132ad505ce32ba8a51e230 + checksum: 10c0/e67e3b4d281947cd7bfe358a4a40349f52c4761ec4903c4392e27ee6816eb3b0ba3d1e9d1c196ff2f28ee3ae4701945d0dfd234203aa93bc30b46146070b7216 languageName: node linkType: hard -"@smithy/node-http-handler@npm:^4.2.1": - version: 4.2.1 - resolution: "@smithy/node-http-handler@npm:4.2.1" +"@smithy/node-http-handler@npm:^4.3.0": + version: 4.3.0 + resolution: "@smithy/node-http-handler@npm:4.3.0" dependencies: - "@smithy/abort-controller": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/querystring-builder": "npm:^4.1.1" - "@smithy/types": "npm:^4.5.0" + "@smithy/abort-controller": "npm:^4.2.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/querystring-builder": "npm:^4.2.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/7536923c62b0bbbade8335b25368d02b4840cd381aba9dbdadb472fb501576d7b3b73121069356b022e9da3ec5d27711a00ec7786d31ba15089abdce582121cc + checksum: 10c0/30752ee8bd3d426847221417db3742e8e976615de8277e345af58899845e0e35438e4921056849f9d505a20af0f7512cb39276b68d0da5446d0b275f038bdeaf languageName: node linkType: hard -"@smithy/property-provider@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/property-provider@npm:4.1.1" +"@smithy/property-provider@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/property-provider@npm:4.2.0" dependencies: - "@smithy/types": "npm:^4.5.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/5aa28b7e6cc23baf3605aa3be8a33ae4943635e698e0de773e8056f5ad06494f370f23cd3c4d083245d6fe411c25c38a76887d38a36d5daf075e36e6e6e3864f + checksum: 10c0/8ea9ccc9d3e67895c7002a3f5ab2f3f8b3432213eff3e5b3e4d81845273903de706e6c46e815b39e00c2fc5bf76a341d99e396cb9dc0c9cdc5981a35c83991a1 languageName: node linkType: hard -"@smithy/protocol-http@npm:^5.2.1": - version: 5.2.1 - resolution: "@smithy/protocol-http@npm:5.2.1" +"@smithy/protocol-http@npm:^5.3.0": + version: 5.3.0 + resolution: "@smithy/protocol-http@npm:5.3.0" dependencies: - "@smithy/types": "npm:^4.5.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/b27df0a94f8e0bab1e8310da82c3048e6d397a3b52f8413c4f19bb9c13d11afcdf7424293cb8d8d3e867b07ff8c5f3c8d0fbdd7d07a8328a39721eb202336d2b + checksum: 10c0/718f1729c6b44a0d493ed4d815e9b6037fd50a87d9f7ac6070d53c083f11d1e460c6edc5997b2d8c8138559d15e2a79c1bd26534357c55c32bc5d2aaae625d3a languageName: node linkType: hard -"@smithy/querystring-builder@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/querystring-builder@npm:4.1.1" +"@smithy/querystring-builder@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/querystring-builder@npm:4.2.0" dependencies: - "@smithy/types": "npm:^4.5.0" - "@smithy/util-uri-escape": "npm:^4.1.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-uri-escape": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/15d41888eae29f57dbf9d2c8caa449d19ebb760b83958a0fe2cf4858948bb6e0466c176a207b868d8af7785e8f6688b87ada4e364ec6fd729ab6bffbd64b92d8 + checksum: 10c0/01eb2e947130c1d88e67da65032e88911f6d2f4fa99f56555370fa765e63c629273e06537d5c5160f882b64abbf524168a8b510dc5de6ac2e161a53e914d7ef7 languageName: node linkType: hard -"@smithy/querystring-parser@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/querystring-parser@npm:4.1.1" +"@smithy/querystring-parser@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/querystring-parser@npm:4.2.0" dependencies: - "@smithy/types": "npm:^4.5.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/6bf8672aca07826af16625b41f20332fdfdc39861124e026ee929e4652f638edc7107d347a2fe7feb0c2e6f2c98d149d2d383cecaab46a48a990f36333e8f016 + checksum: 10c0/9d50446af317bd5231514151a8a00d808db985543a2c5aa755b5b3bf1c7ce0290a652dbebb577709d2a7fa51279ad162e5551e780e5b8360eeda4cd88beaa828 languageName: node linkType: hard @@ -4745,68 +4706,53 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^4.1.2": - version: 4.1.2 - resolution: "@smithy/service-error-classification@npm:4.1.2" - dependencies: - "@smithy/types": "npm:^4.5.0" - checksum: 10c0/f9c3d3d085491e9bc67c0bdb2fe51ba19ada826daf2b9bf7b335f1d37186eedcbf4c33927a1cc266bf8505c39672d4b26a0a133fe7924377866ba5ae4261a0c6 - languageName: node - linkType: hard - -"@smithy/shared-ini-file-loader@npm:^4.2.0": +"@smithy/service-error-classification@npm:^4.2.0": version: 4.2.0 - resolution: "@smithy/shared-ini-file-loader@npm:4.2.0" + resolution: "@smithy/service-error-classification@npm:4.2.0" dependencies: - "@smithy/types": "npm:^4.5.0" - tslib: "npm:^2.6.2" - checksum: 10c0/36b0ee727a7c07c617db986ff34c55ffc5068074ccd01cf1650bbef299c909b72d3f3a703c42f45b31d4ebfe698ec32036eeb57c27a1281de000543bcfe1ac9f + "@smithy/types": "npm:^4.6.0" + checksum: 10c0/943cf1afc5d0337fb35625ec1ffc1128062d12d6d97b33f7d14dad760b2b02bcb982111c131a5ada74ebe3d03fa3d12506caaa66c549fad5731718c1f4133ddd languageName: node linkType: hard -"@smithy/signature-v4@npm:^5.2.1": - version: 5.2.1 - resolution: "@smithy/signature-v4@npm:5.2.1" - dependencies: - "@smithy/is-array-buffer": "npm:^4.1.0" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-hex-encoding": "npm:^4.1.0" - "@smithy/util-middleware": "npm:^4.1.1" - "@smithy/util-uri-escape": "npm:^4.1.0" - "@smithy/util-utf8": "npm:^4.1.0" +"@smithy/shared-ini-file-loader@npm:^4.3.0": + version: 4.3.0 + resolution: "@smithy/shared-ini-file-loader@npm:4.3.0" + dependencies: + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/d00cb14155b89016493e90e19d3406f5362d7ec4205cd82a4fba47521f87d88b372e1ebfa34ceb739704f2f21d7a7bbf4da699773f71fab58028d515b932d014 + checksum: 10c0/73d39e470acea3b635532065987f4aab72b3af73840d3d92154429f4273f0d2d3269e852da2420dd6a7d2a2fc69c38cfd6a9802a4b67002b830e9babe53fde0d languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.6.3": - version: 4.6.3 - resolution: "@smithy/smithy-client@npm:4.6.3" - dependencies: - "@smithy/core": "npm:^3.11.1" - "@smithy/middleware-endpoint": "npm:^4.2.3" - "@smithy/middleware-stack": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-stream": "npm:^4.3.2" +"@smithy/signature-v4@npm:^5.3.0": + version: 5.3.0 + resolution: "@smithy/signature-v4@npm:5.3.0" + dependencies: + "@smithy/is-array-buffer": "npm:^4.2.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-hex-encoding": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.2.0" + "@smithy/util-uri-escape": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/2ab48c80b4484913b30f176f333c80b1cb7a01cfb869b6791e8bef13652380bb0d6e57852a09d464a52e7b13f62a1969b0b561fd9f768ef21255fd918dd98a4b + checksum: 10c0/e581445d947322146358dbc4adc42cecda31892d14bc1750fac205a1bd25feb210d80aafa03428108018f67998a9b3df888f423820af55bac05d2466e75610da languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.6.4": - version: 4.6.4 - resolution: "@smithy/smithy-client@npm:4.6.4" - dependencies: - "@smithy/core": "npm:^3.12.0" - "@smithy/middleware-endpoint": "npm:^4.2.4" - "@smithy/middleware-stack": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.2.1" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-stream": "npm:^4.3.2" +"@smithy/smithy-client@npm:^4.7.0": + version: 4.7.0 + resolution: "@smithy/smithy-client@npm:4.7.0" + dependencies: + "@smithy/core": "npm:^3.14.0" + "@smithy/middleware-endpoint": "npm:^4.3.0" + "@smithy/middleware-stack": "npm:^4.2.0" + "@smithy/protocol-http": "npm:^5.3.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-stream": "npm:^4.4.0" tslib: "npm:^2.6.2" - checksum: 10c0/ba831b5e1096c7c604f1fc3b455ff1b044db1cfab1a71a0f4366ad96fb7cedf1b3b26d2a3dba80755549a05c86cb12ecfe9fe9082a16a14936d4b738f11b9ee9 + checksum: 10c0/f94fa42a96a52fea0fdc6417477b65f7c31a63641d641d6f11e5679d9917cc40f0ff43cfbab8f9abbf5edfa31b5ffa25c354b70b2c71b4e5f04efccfe20c4063 languageName: node linkType: hard @@ -4828,52 +4774,52 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^4.5.0": - version: 4.5.0 - resolution: "@smithy/types@npm:4.5.0" +"@smithy/types@npm:^4.6.0": + version: 4.6.0 + resolution: "@smithy/types@npm:4.6.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/7c765c9316893ab9e6575ba40e3d1569d43d7d1edd1110b505e190a4aa378a89e407b6f92de7bf0f22342ce05228ff0f1d37b14781e41c60c429fc22c8e5bae9 + checksum: 10c0/7a791fa2ad4a4407875076088b6438a6d328af9675705e64fba046c1ca84dbbdd0b9e398f4c45f5c6bc20a8b312aec0e5e69dd9114c5f7bd0a01ef23a646c6cd languageName: node linkType: hard -"@smithy/url-parser@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/url-parser@npm:4.1.1" +"@smithy/url-parser@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/url-parser@npm:4.2.0" dependencies: - "@smithy/querystring-parser": "npm:^4.1.1" - "@smithy/types": "npm:^4.5.0" + "@smithy/querystring-parser": "npm:^4.2.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/1f9e19d5d1e1a4874cf2f61df014715dc3685be385356758d3aed1a6b020b074af22961b12ae651faad74ed0460a102156471543031e74c726770820ede6f31c + checksum: 10c0/3e76168d2eb972e07a70cf9a4e1a45faf1915474bce399e3c1836dec9794b744e804f4c5bc0b0fd1f5f6582fbb08c716072225b5bbe7aab59d9b3a026b1a7a18 languageName: node linkType: hard -"@smithy/util-base64@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/util-base64@npm:4.1.0" +"@smithy/util-base64@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-base64@npm:4.2.0" dependencies: - "@smithy/util-buffer-from": "npm:^4.1.0" - "@smithy/util-utf8": "npm:^4.1.0" + "@smithy/util-buffer-from": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/e2275e4a09c245b8a0c1c6ead4418333d037f6cbc29a01881b56fb5676ad46839058bbdb3f9f357898c8000feccac9344ee66c9c36e17dd321bda84a93f2c36f + checksum: 10c0/6b11dd6c782a419a7a85b908e0311eab4f853ae9d60da5f2c2e42614f983858052a2075b71bd51ed15ec89a54b7d53f1e52e97e3a055a6e6de82d2cc1fd9aeb3 languageName: node linkType: hard -"@smithy/util-body-length-browser@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/util-body-length-browser@npm:4.1.0" +"@smithy/util-body-length-browser@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-body-length-browser@npm:4.2.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/e86c39696dca4ce4b58e393fb85263e31ee046d88fdbd0bd1ee121f5101faca5fc945a7da17432aa39e86c178c80ac183568edb3b7df323f1134172dc36192c6 + checksum: 10c0/15553c249088d59406c6917c19ed19810c7dbcc0967c44e5f3fbb2cc870c004b35f388c082b77f370a2c440a69ec7e8336c7a066af904812a66944dd5cb4c8cc languageName: node linkType: hard -"@smithy/util-body-length-node@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/util-body-length-node@npm:4.1.0" +"@smithy/util-body-length-node@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-body-length-node@npm:4.2.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/d31fb7be66eb481f865d046b48c07221d25108b07c783f05eff7f165369d2259ca01de7c369f9de95e37e989b1344521bc6d4a6b38b42a7a46375a0c97f38a0b + checksum: 10c0/9f5197df54ad1361c7ff94cab7a5310d84e5dd9480c868de20e7e19472b0a5892ee27c5ea205ef978707868eee2ecab73b95115047a30ed070b337ab60c90936 languageName: node linkType: hard @@ -4887,116 +4833,116 @@ __metadata: languageName: node linkType: hard -"@smithy/util-buffer-from@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/util-buffer-from@npm:4.1.0" +"@smithy/util-buffer-from@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-buffer-from@npm:4.2.0" dependencies: - "@smithy/is-array-buffer": "npm:^4.1.0" + "@smithy/is-array-buffer": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/f19457df277e7125ffbf106c26c70ffbc550956afceede4e2c2eb13a32f6f304f9e3b7a37f4c717df3c5ce97f8b759ee59ceed0e3f649f236bbaf2bfe8f266ef + checksum: 10c0/4842d5607240c11400db30762ef6cb4def8d13e3474c5a901a4e2a1783198f5b163ab6011cf24a7f0acbba9a4d7cc79db1d811dc8aa9da446448e52773223997 languageName: node linkType: hard -"@smithy/util-config-provider@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/util-config-provider@npm:4.1.0" +"@smithy/util-config-provider@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-config-provider@npm:4.2.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/099add392d9f029dec36d3646af4a63145a13ed8014af11f507bffbdb113fc2bb2bfd71ee157e385320f4c8de4bd48557c98f40878f93022187d3fc3082e6713 + checksum: 10c0/0699b9980ef94eac8f491c2ac557dc47e01c6ae71dabcb4464cc064f8dbf0855797461dbec8ba1925d45f076e968b0df02f0691c636cd1043e560f67541a1d27 languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.1.3": - version: 4.1.4 - resolution: "@smithy/util-defaults-mode-browser@npm:4.1.4" +"@smithy/util-defaults-mode-browser@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-defaults-mode-browser@npm:4.2.0" dependencies: - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/smithy-client": "npm:^4.6.4" - "@smithy/types": "npm:^4.5.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/f7f57a4c123ad84c27d14a6aed0f3930e38cf90f8636db7beb64af6c5805610148f215a75557329c56baa273dd23cd6f669e02b404ce35f0c2343774574a345b + checksum: 10c0/7758034aaa3734ff92b3b9a95b940e65ef94568bcb5272861de222464b1875292a2d336b3faacbf5ccc15e6cef44fa5bc8ce282e31fc1c6685122b56d8aca15f languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.1.3": - version: 4.1.4 - resolution: "@smithy/util-defaults-mode-node@npm:4.1.4" - dependencies: - "@smithy/config-resolver": "npm:^4.2.2" - "@smithy/credential-provider-imds": "npm:^4.1.2" - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/property-provider": "npm:^4.1.1" - "@smithy/smithy-client": "npm:^4.6.4" - "@smithy/types": "npm:^4.5.0" +"@smithy/util-defaults-mode-node@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-defaults-mode-node@npm:4.2.0" + dependencies: + "@smithy/config-resolver": "npm:^4.3.0" + "@smithy/credential-provider-imds": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/property-provider": "npm:^4.2.0" + "@smithy/smithy-client": "npm:^4.7.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/f06d3ed621dc40dabf20fc27bb6f7c90bfa8c557725f3db045668d849def2aaf21809e2dd8d513d5a99ff6d8ad76528ae029433c4692f20b9eaed6018e2c1da1 + checksum: 10c0/4e17e7c8a64d2798c43ad3b091a30bd908cdb166496fdcec401ae3f95076bc725c443530de0dcb9b9ba14d693cb85dc31a43d4044664b2937e4aa5b4852bef7d languageName: node linkType: hard -"@smithy/util-endpoints@npm:^3.1.2": - version: 3.1.2 - resolution: "@smithy/util-endpoints@npm:3.1.2" +"@smithy/util-endpoints@npm:^3.2.0": + version: 3.2.0 + resolution: "@smithy/util-endpoints@npm:3.2.0" dependencies: - "@smithy/node-config-provider": "npm:^4.2.2" - "@smithy/types": "npm:^4.5.0" + "@smithy/node-config-provider": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/326511840868b2a1e337dd9bcc746d25c1efe8b9b9a7b15ff439a8e01978821bf6410eb8bf32037c781e48c8286f40e82cc77f8bcbaee3f2b3c242b8af3f52cc + checksum: 10c0/0a05ea69df3ab29b451b0e90cee43b5fa038cf15d88f724f34accd1ff84d04e274c578e29b587bc40c25201cd9e4c89840d55319eef408b06618f30ac87f2cca languageName: node linkType: hard -"@smithy/util-hex-encoding@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/util-hex-encoding@npm:4.1.0" +"@smithy/util-hex-encoding@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-hex-encoding@npm:4.2.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/eefaa537612afd13e497353a1bd55f3d6f977cdc52360f91fcb3b83b68d6cdd9b9fc16ab82561375b509ed8d5735c47b263c4e64e96471d1662d4c7a8c88449d + checksum: 10c0/aaa94a69f03d14d3f28125cc915ca421065735e2d05d7305f0958a50021b2fce4fc68a248328e6b5b612dbaa49e471d481ff513bf89554f659f0a49573e97312 languageName: node linkType: hard -"@smithy/util-middleware@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/util-middleware@npm:4.1.1" +"@smithy/util-middleware@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-middleware@npm:4.2.0" dependencies: - "@smithy/types": "npm:^4.5.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/47bee56b2fbf9fbe3c4be4e1daac247fea889848d43120c64895529bb92ef43b25cf07213792d1646622356a1572b91cc48b0976c39667a9020edfa5ec58d093 + checksum: 10c0/db64843017fed2fcda503af98b47f5c5d8e36d537ea24e5d12063a1865aa52f6ffb2ae0757c89f5734bcae2f5b3fa5e6a592eac9e8fb35f87dd84e644fd8396b languageName: node linkType: hard -"@smithy/util-retry@npm:^4.1.2": - version: 4.1.2 - resolution: "@smithy/util-retry@npm:4.1.2" +"@smithy/util-retry@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-retry@npm:4.2.0" dependencies: - "@smithy/service-error-classification": "npm:^4.1.2" - "@smithy/types": "npm:^4.5.0" + "@smithy/service-error-classification": "npm:^4.2.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/7fe664301f67898fcb721d250487763e3e59462027fe7081e4d0126d5a2d2703b053e9bdd6ffc3926dd2e4e5ea4d78590e33d512e1cb195ff21981e43e1ec3e7 + checksum: 10c0/d972acbd9e9dd524dba50cdb34eb7cc92ff305dbb8b2c4b7a270546bc75329f67c041312306f2e1bec3fb486ce3334c3e4812c03fe9950ff21d11f3336d1ce29 languageName: node linkType: hard -"@smithy/util-stream@npm:^4.3.2": - version: 4.3.2 - resolution: "@smithy/util-stream@npm:4.3.2" - dependencies: - "@smithy/fetch-http-handler": "npm:^5.2.1" - "@smithy/node-http-handler": "npm:^4.2.1" - "@smithy/types": "npm:^4.5.0" - "@smithy/util-base64": "npm:^4.1.0" - "@smithy/util-buffer-from": "npm:^4.1.0" - "@smithy/util-hex-encoding": "npm:^4.1.0" - "@smithy/util-utf8": "npm:^4.1.0" +"@smithy/util-stream@npm:^4.4.0": + version: 4.4.0 + resolution: "@smithy/util-stream@npm:4.4.0" + dependencies: + "@smithy/fetch-http-handler": "npm:^5.3.0" + "@smithy/node-http-handler": "npm:^4.3.0" + "@smithy/types": "npm:^4.6.0" + "@smithy/util-base64": "npm:^4.2.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/681544c3794709ee3c56d0bdbacf8ce9046b4a08ec75656c46a9951a1d82c24617737cb25aad0703571f558d89ed3d42e335c14372e25d92eb15ec11deb613f0 + checksum: 10c0/6328011045d4d4ed8e2bc07a07559ad64a593971c886a6699bd590bbda1cbb65fe8413f8a08de66837fbf5a2d87c60f4a3885aa5b48a884f3f50d5aaefae4128 languageName: node linkType: hard -"@smithy/util-uri-escape@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/util-uri-escape@npm:4.1.0" +"@smithy/util-uri-escape@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-uri-escape@npm:4.2.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/3ff56036ce93226b05e68d34c1691e51cdd82ac5f2ba635701ba76a36a2b384ce945bfe2d9c4992f7b500387a6fe1de4d5d0825cd7c73fa10165678d443d3acc + checksum: 10c0/1933e8d939dc52e1ee5e7d2397f4c208a9eac0283397a19ee72078d04db997ebe3ad39709b56aac586ffce10d1cf5ab17dfc068ea6ab030098fc06fe3532e085 languageName: node linkType: hard @@ -5010,33 +4956,33 @@ __metadata: languageName: node linkType: hard -"@smithy/util-utf8@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/util-utf8@npm:4.1.0" +"@smithy/util-utf8@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-utf8@npm:4.2.0" dependencies: - "@smithy/util-buffer-from": "npm:^4.1.0" + "@smithy/util-buffer-from": "npm:^4.2.0" tslib: "npm:^2.6.2" - checksum: 10c0/4331c056b005647701609c42609c3bf0848fdaa01134d891327820c32cfcf7410d8bce1c15d534e5c75af79ea4527c3ca33bccfc104e19a94475fbfe125ecb86 + checksum: 10c0/689a1f2295d52bec0dde7215a075d79ef32ad8b146cb610a529b2cab747d96978401fd31469c225e31f3042830c54403e64d39b28033df013c8de27a84b405a2 languageName: node linkType: hard -"@smithy/util-waiter@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/util-waiter@npm:4.1.1" +"@smithy/util-waiter@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/util-waiter@npm:4.2.0" dependencies: - "@smithy/abort-controller": "npm:^4.1.1" - "@smithy/types": "npm:^4.5.0" + "@smithy/abort-controller": "npm:^4.2.0" + "@smithy/types": "npm:^4.6.0" tslib: "npm:^2.6.2" - checksum: 10c0/0ecdaa4b8a2036f753e0ad6c2a4f3c98b069b98f16525db9e8219aaceb189e78b46ebcd8829210874cc44a4693f9a83da9eb96315c2ed30f379065b821d6447c + checksum: 10c0/fc72b46d83f66172328be84a48df969890ac2f88b449a4937ac1510edfce1f6792f03b28afd337735da6d9469461e35f8d56d69f1aa6f2b3eaf663e791829f42 languageName: node linkType: hard -"@smithy/uuid@npm:^1.0.0": - version: 1.0.0 - resolution: "@smithy/uuid@npm:1.0.0" +"@smithy/uuid@npm:^1.1.0": + version: 1.1.0 + resolution: "@smithy/uuid@npm:1.1.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/af73c375461766756ba9700be142a2f3332e96e14ee49411ffbcad622d595a4a77f70a8a27055d795517d34293ba46f8819df88ee0554e01c9315d6dd9040c62 + checksum: 10c0/f8a8bfcc0e241457636884e778e261d45d8a3aaad533775111170cac36ac666275b59ec6d86d3d5b8d470ff4b864202d2a1a188b3c0e0ed0c86a0b693acf1ecf languageName: node linkType: hard @@ -5546,13 +5492,6 @@ __metadata: languageName: node linkType: hard -"@types/uuid@npm:^9.0.1": - version: 9.0.8 - resolution: "@types/uuid@npm:9.0.8" - checksum: 10c0/b411b93054cb1d4361919579ef3508a1f12bf15b5fdd97337d3d351bece6c921b52b6daeef89b62340fd73fd60da407878432a1af777f40648cbe53a01723489 - languageName: node - linkType: hard - "@types/yargs-parser@npm:*": version: 21.0.3 resolution: "@types/yargs-parser@npm:21.0.3" @@ -11478,15 +11417,6 @@ __metadata: languageName: node linkType: hard -"uuid@npm:^9.0.1": - version: 9.0.1 - resolution: "uuid@npm:9.0.1" - bin: - uuid: dist/bin/uuid - checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b - languageName: node - linkType: hard - "v8-compile-cache-lib@npm:^3.0.1": version: 3.0.1 resolution: "v8-compile-cache-lib@npm:3.0.1"