diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 4e2ebaa349..16be7df352 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.862.0", + "@aws-sdk/types": "^3.887.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.883.0", - "@aws-sdk/client-ssm": "^3.883.0", + "@aws-sdk/client-ec2": "^3.892.0", + "@aws-sdk/client-ssm": "^3.891.0", "cron-parser": "^5.3.1" }, "nx": { diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 35ec8b0f47..e591fddedc 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.862.0", + "@aws-sdk/types": "^3.887.0", "@octokit/types": "^14.1.0", "@types/aws-lambda": "^8.10.152", "@types/node": "^22.16.5", @@ -33,8 +33,8 @@ "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", "@aws-lambda-powertools/parameters": "^2.26.1", - "@aws-sdk/client-ec2": "^3.883.0", - "@aws-sdk/client-sqs": "^3.883.0", + "@aws-sdk/client-ec2": "^3.892.0", + "@aws-sdk/client-sqs": "^3.891.0", "@middy/core": "^6.4.1", "@octokit/auth-app": "8.1.0", "@octokit/core": "7.0.3", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index 0c0d038a53..f73c9d957d 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.862.0", + "@aws-sdk/types": "^3.887.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.884.0", - "@aws-sdk/lib-storage": "^3.884.0", + "@aws-sdk/client-s3": "^3.892.0", + "@aws-sdk/lib-storage": "^3.892.0", "@middy/core": "^6.4.1", "@octokit/rest": "22.0.0", "axios": "^1.12.0" diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index f7c41ddd6d..211eee86aa 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.862.0", + "@aws-sdk/types": "^3.887.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.883.0", + "@aws-sdk/client-ec2": "^3.892.0", "@middy/core": "^6.4.1" }, "nx": { diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 7a3f4434d4..ffec6ab36b 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.883.0", + "@aws-sdk/client-eventbridge": "^3.891.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.883.0", + "@aws-sdk/client-sqs": "^3.891.0", "@middy/core": "^6.4.1", "@octokit/rest": "22.0.0", "@octokit/types": "^14.1.0", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index 3e1d063efc..a617ce1581 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.862.0", + "@aws-sdk/types": "^3.887.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.883.0" + "@aws-sdk/client-ssm": "^3.891.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index d4c925faef..7f7dcd587e 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.883.0" - "@aws-sdk/client-ssm": "npm:^3.883.0" - "@aws-sdk/types": "npm:^3.862.0" + "@aws-sdk/client-ec2": "npm:^3.892.0" + "@aws-sdk/client-ssm": "npm:^3.891.0" + "@aws-sdk/types": "npm:^3.887.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.883.0" - "@aws-sdk/types": "npm:^3.862.0" + "@aws-sdk/client-ssm": "npm:^3.891.0" + "@aws-sdk/types": "npm:^3.887.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.26.1" - "@aws-sdk/client-ec2": "npm:^3.883.0" - "@aws-sdk/client-sqs": "npm:^3.883.0" - "@aws-sdk/types": "npm:^3.862.0" + "@aws-sdk/client-ec2": "npm:^3.892.0" + "@aws-sdk/client-sqs": "npm:^3.891.0" + "@aws-sdk/types": "npm:^3.887.0" "@middy/core": "npm:^6.4.1" "@octokit/auth-app": "npm:8.1.0" "@octokit/core": "npm:7.0.3" @@ -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.884.0" - "@aws-sdk/lib-storage": "npm:^3.884.0" - "@aws-sdk/types": "npm:^3.862.0" + "@aws-sdk/client-s3": "npm:^3.892.0" + "@aws-sdk/lib-storage": "npm:^3.892.0" + "@aws-sdk/types": "npm:^3.887.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.883.0" - "@aws-sdk/types": "npm:^3.862.0" + "@aws-sdk/client-ec2": "npm:^3.892.0" + "@aws-sdk/types": "npm:^3.887.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.883.0" - "@aws-sdk/client-sqs": "npm:^3.883.0" + "@aws-sdk/client-eventbridge": "npm:^3.891.0" + "@aws-sdk/client-sqs": "npm:^3.891.0" "@middy/core": "npm:^6.4.1" "@octokit/rest": "npm:22.0.0" "@octokit/types": "npm:^14.1.0" @@ -325,740 +325,742 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/client-ec2@npm:3.883.0" +"@aws-sdk/client-ec2@npm:^3.892.0": + version: 3.892.0 + resolution: "@aws-sdk/client-ec2@npm:3.892.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/credential-provider-node": "npm:3.883.0" - "@aws-sdk/middleware-host-header": "npm:3.873.0" - "@aws-sdk/middleware-logger": "npm:3.876.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.873.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.882.0" - "@aws-sdk/middleware-user-agent": "npm:3.883.0" - "@aws-sdk/region-config-resolver": "npm:3.873.0" - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/util-endpoints": "npm:3.879.0" - "@aws-sdk/util-user-agent-browser": "npm:3.873.0" - "@aws-sdk/util-user-agent-node": "npm:3.883.0" - "@smithy/config-resolver": "npm:^4.1.5" - "@smithy/core": "npm:^3.9.2" - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/hash-node": "npm:^4.0.5" - "@smithy/invalid-dependency": "npm:^4.0.5" - "@smithy/middleware-content-length": "npm:^4.0.5" - "@smithy/middleware-endpoint": "npm:^4.1.21" - "@smithy/middleware-retry": "npm:^4.1.22" - "@smithy/middleware-serde": "npm:^4.0.9" - "@smithy/middleware-stack": "npm:^4.0.5" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/node-http-handler": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.5.2" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.29" - "@smithy/util-defaults-mode-node": "npm:^4.0.29" - "@smithy/util-endpoints": "npm:^3.0.7" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-retry": "npm:^4.0.7" - "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.7" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/credential-provider-node": "npm:3.891.0" + "@aws-sdk/middleware-host-header": "npm:3.891.0" + "@aws-sdk/middleware-logger": "npm:3.891.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.892.0" + "@aws-sdk/middleware-user-agent": "npm:3.891.0" + "@aws-sdk/region-config-resolver": "npm:3.890.0" + "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/util-endpoints": "npm:3.891.0" + "@aws-sdk/util-user-agent-browser": "npm:3.887.0" + "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@smithy/config-resolver": "npm:^4.2.2" + "@smithy/core": "npm:^3.11.0" + "@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.2" + "@smithy/middleware-retry": "npm:^4.2.3" + "@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.2" + "@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.2" + "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@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" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/d9763a38f0d0d50fbd4ae7fbdc6ad034d9f107359964489320694f8f88c453d1e2f4f8f5cd4a7ceca97c31163905e8f11dce4616fc51038cfc3d4f4875fe089f + checksum: 10c0/723fa0ec98a0f1b93011329c5c5ea82aebd3f33b4390fb6b6865a0500f80a9fe34861be15aa60d620fd823aa4497452c8d9d3382189c9f1d8a6dbb6c360023cb languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.883.0" +"@aws-sdk/client-eventbridge@npm:^3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.891.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/credential-provider-node": "npm:3.883.0" - "@aws-sdk/middleware-host-header": "npm:3.873.0" - "@aws-sdk/middleware-logger": "npm:3.876.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.873.0" - "@aws-sdk/middleware-user-agent": "npm:3.883.0" - "@aws-sdk/region-config-resolver": "npm:3.873.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/util-endpoints": "npm:3.879.0" - "@aws-sdk/util-user-agent-browser": "npm:3.873.0" - "@aws-sdk/util-user-agent-node": "npm:3.883.0" - "@smithy/config-resolver": "npm:^4.1.5" - "@smithy/core": "npm:^3.9.2" - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/hash-node": "npm:^4.0.5" - "@smithy/invalid-dependency": "npm:^4.0.5" - "@smithy/middleware-content-length": "npm:^4.0.5" - "@smithy/middleware-endpoint": "npm:^4.1.21" - "@smithy/middleware-retry": "npm:^4.1.22" - "@smithy/middleware-serde": "npm:^4.0.9" - "@smithy/middleware-stack": "npm:^4.0.5" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/node-http-handler": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.5.2" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.29" - "@smithy/util-defaults-mode-node": "npm:^4.0.29" - "@smithy/util-endpoints": "npm:^3.0.7" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-retry": "npm:^4.0.7" - "@smithy/util-utf8": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/credential-provider-node": "npm:3.891.0" + "@aws-sdk/middleware-host-header": "npm:3.891.0" + "@aws-sdk/middleware-logger": "npm:3.891.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" + "@aws-sdk/middleware-user-agent": "npm:3.891.0" + "@aws-sdk/region-config-resolver": "npm:3.890.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.891.0" + "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/util-endpoints": "npm:3.891.0" + "@aws-sdk/util-user-agent-browser": "npm:3.887.0" + "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@smithy/config-resolver": "npm:^4.2.2" + "@smithy/core": "npm:^3.11.0" + "@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.2" + "@smithy/middleware-retry": "npm:^4.2.3" + "@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.2" + "@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.2" + "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/b88dc74c5a0de33e0c1bd276036c411afc7c669dec18223676871e44c97e822aa3a54415347e862bd4957feb1ade388453a85e95578613ea47efb2ab582e9be2 + checksum: 10c0/21dd88982483388d6e833e01a83c3f520db36d95f5be56ba19dbc0c3dc87553b82a3da3a5df6b2c2e37f33c81ce0dd7cb37c43970ffc3bae449c2aa38a40872f languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.884.0": - version: 3.884.0 - resolution: "@aws-sdk/client-s3@npm:3.884.0" +"@aws-sdk/client-s3@npm:^3.892.0": + version: 3.892.0 + resolution: "@aws-sdk/client-s3@npm:3.892.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.883.0" - "@aws-sdk/credential-provider-node": "npm:3.883.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.873.0" - "@aws-sdk/middleware-expect-continue": "npm:3.873.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.883.0" - "@aws-sdk/middleware-host-header": "npm:3.873.0" - "@aws-sdk/middleware-location-constraint": "npm:3.873.0" - "@aws-sdk/middleware-logger": "npm:3.876.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.873.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.883.0" - "@aws-sdk/middleware-ssec": "npm:3.873.0" - "@aws-sdk/middleware-user-agent": "npm:3.883.0" - "@aws-sdk/region-config-resolver": "npm:3.873.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/util-endpoints": "npm:3.879.0" - "@aws-sdk/util-user-agent-browser": "npm:3.873.0" - "@aws-sdk/util-user-agent-node": "npm:3.883.0" - "@aws-sdk/xml-builder": "npm:3.873.0" - "@smithy/config-resolver": "npm:^4.1.5" - "@smithy/core": "npm:^3.9.2" - "@smithy/eventstream-serde-browser": "npm:^4.0.5" - "@smithy/eventstream-serde-config-resolver": "npm:^4.1.3" - "@smithy/eventstream-serde-node": "npm:^4.0.5" - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/hash-blob-browser": "npm:^4.0.5" - "@smithy/hash-node": "npm:^4.0.5" - "@smithy/hash-stream-node": "npm:^4.0.5" - "@smithy/invalid-dependency": "npm:^4.0.5" - "@smithy/md5-js": "npm:^4.0.5" - "@smithy/middleware-content-length": "npm:^4.0.5" - "@smithy/middleware-endpoint": "npm:^4.1.21" - "@smithy/middleware-retry": "npm:^4.1.22" - "@smithy/middleware-serde": "npm:^4.0.9" - "@smithy/middleware-stack": "npm:^4.0.5" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/node-http-handler": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.5.2" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.29" - "@smithy/util-defaults-mode-node": "npm:^4.0.29" - "@smithy/util-endpoints": "npm:^3.0.7" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-retry": "npm:^4.0.7" - "@smithy/util-stream": "npm:^4.2.4" - "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.7" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/credential-provider-node": "npm:3.891.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.890.0" + "@aws-sdk/middleware-expect-continue": "npm:3.891.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.892.0" + "@aws-sdk/middleware-host-header": "npm:3.891.0" + "@aws-sdk/middleware-location-constraint": "npm:3.891.0" + "@aws-sdk/middleware-logger": "npm:3.891.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.891.0" + "@aws-sdk/middleware-ssec": "npm:3.891.0" + "@aws-sdk/middleware-user-agent": "npm:3.891.0" + "@aws-sdk/region-config-resolver": "npm:3.890.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.891.0" + "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/util-endpoints": "npm:3.891.0" + "@aws-sdk/util-user-agent-browser": "npm:3.887.0" + "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@aws-sdk/xml-builder": "npm:3.887.0" + "@smithy/config-resolver": "npm:^4.2.2" + "@smithy/core": "npm:^3.11.0" + "@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.2" + "@smithy/middleware-retry": "npm:^4.2.3" + "@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.2" + "@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.2" + "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@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.1" + "@smithy/util-utf8": "npm:^4.1.0" + "@smithy/util-waiter": "npm:^4.1.1" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/6a593ce77679b118e9d17ad62d2702b97deb2e196fb6f1734e83307856db370b5d94390e9bd54860c176b31334413d963ed5920403fab199dbd9f147ff479925 + checksum: 10c0/39be578aa5984ddb4e45db5907aaf3585114ee2a6c46cef414d13b27e90c915ecf0460b6902c8133dd091b4fd871d1f052b83b7beb8b660ee10522357b9bd7e0 languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/client-sqs@npm:3.883.0" +"@aws-sdk/client-sqs@npm:^3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/client-sqs@npm:3.891.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/credential-provider-node": "npm:3.883.0" - "@aws-sdk/middleware-host-header": "npm:3.873.0" - "@aws-sdk/middleware-logger": "npm:3.876.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.873.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.882.0" - "@aws-sdk/middleware-user-agent": "npm:3.883.0" - "@aws-sdk/region-config-resolver": "npm:3.873.0" - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/util-endpoints": "npm:3.879.0" - "@aws-sdk/util-user-agent-browser": "npm:3.873.0" - "@aws-sdk/util-user-agent-node": "npm:3.883.0" - "@smithy/config-resolver": "npm:^4.1.5" - "@smithy/core": "npm:^3.9.2" - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/hash-node": "npm:^4.0.5" - "@smithy/invalid-dependency": "npm:^4.0.5" - "@smithy/md5-js": "npm:^4.0.5" - "@smithy/middleware-content-length": "npm:^4.0.5" - "@smithy/middleware-endpoint": "npm:^4.1.21" - "@smithy/middleware-retry": "npm:^4.1.22" - "@smithy/middleware-serde": "npm:^4.0.9" - "@smithy/middleware-stack": "npm:^4.0.5" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/node-http-handler": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.5.2" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.29" - "@smithy/util-defaults-mode-node": "npm:^4.0.29" - "@smithy/util-endpoints": "npm:^3.0.7" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-retry": "npm:^4.0.7" - "@smithy/util-utf8": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/credential-provider-node": "npm:3.891.0" + "@aws-sdk/middleware-host-header": "npm:3.891.0" + "@aws-sdk/middleware-logger": "npm:3.891.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.891.0" + "@aws-sdk/middleware-user-agent": "npm:3.891.0" + "@aws-sdk/region-config-resolver": "npm:3.890.0" + "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/util-endpoints": "npm:3.891.0" + "@aws-sdk/util-user-agent-browser": "npm:3.887.0" + "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@smithy/config-resolver": "npm:^4.2.2" + "@smithy/core": "npm:^3.11.0" + "@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.2" + "@smithy/middleware-retry": "npm:^4.2.3" + "@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.2" + "@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.2" + "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/0bde21a3feeb9f9b52276e780002b8da84de5ec918b727c121069aa0ede3d943067a048f9be56f669ab416bbad4d72cf79d8a6c58e9728ac00ab26e156462050 + checksum: 10c0/7c5977b89680a0cdd1f3cef5a9e95a5bd077375dee5f6f55b3a797a5b2ebe2223518a6b7cb3b5a93e810588b127c9434608a5203fc097a65125b664d0ecdde3d languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/client-ssm@npm:3.883.0" +"@aws-sdk/client-ssm@npm:^3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/client-ssm@npm:3.891.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/credential-provider-node": "npm:3.883.0" - "@aws-sdk/middleware-host-header": "npm:3.873.0" - "@aws-sdk/middleware-logger": "npm:3.876.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.873.0" - "@aws-sdk/middleware-user-agent": "npm:3.883.0" - "@aws-sdk/region-config-resolver": "npm:3.873.0" - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/util-endpoints": "npm:3.879.0" - "@aws-sdk/util-user-agent-browser": "npm:3.873.0" - "@aws-sdk/util-user-agent-node": "npm:3.883.0" - "@smithy/config-resolver": "npm:^4.1.5" - "@smithy/core": "npm:^3.9.2" - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/hash-node": "npm:^4.0.5" - "@smithy/invalid-dependency": "npm:^4.0.5" - "@smithy/middleware-content-length": "npm:^4.0.5" - "@smithy/middleware-endpoint": "npm:^4.1.21" - "@smithy/middleware-retry": "npm:^4.1.22" - "@smithy/middleware-serde": "npm:^4.0.9" - "@smithy/middleware-stack": "npm:^4.0.5" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/node-http-handler": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.5.2" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.29" - "@smithy/util-defaults-mode-node": "npm:^4.0.29" - "@smithy/util-endpoints": "npm:^3.0.7" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-retry": "npm:^4.0.7" - "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.7" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/credential-provider-node": "npm:3.891.0" + "@aws-sdk/middleware-host-header": "npm:3.891.0" + "@aws-sdk/middleware-logger": "npm:3.891.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" + "@aws-sdk/middleware-user-agent": "npm:3.891.0" + "@aws-sdk/region-config-resolver": "npm:3.890.0" + "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/util-endpoints": "npm:3.891.0" + "@aws-sdk/util-user-agent-browser": "npm:3.887.0" + "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@smithy/config-resolver": "npm:^4.2.2" + "@smithy/core": "npm:^3.11.0" + "@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.2" + "@smithy/middleware-retry": "npm:^4.2.3" + "@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.2" + "@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.2" + "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@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" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/043a772a442fdcd6e72ed9868668032b5b64b89fa887d0032d0342a00e71af7dbdbc43efe697653e3e31b6d42336c2d166546ca35108929a47bfb94bf1fe3ed5 + checksum: 10c0/8607a2c2440f984237f2d3c1ce3ebd033a8d4114b9842423cc6f3bb1e8dbdb67f9f30b430a3072b0ab75ee3672d021379273f40925cc81eca46ad72dd628ae72 languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/client-sso@npm:3.883.0" +"@aws-sdk/client-sso@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/client-sso@npm:3.891.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/middleware-host-header": "npm:3.873.0" - "@aws-sdk/middleware-logger": "npm:3.876.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.873.0" - "@aws-sdk/middleware-user-agent": "npm:3.883.0" - "@aws-sdk/region-config-resolver": "npm:3.873.0" - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/util-endpoints": "npm:3.879.0" - "@aws-sdk/util-user-agent-browser": "npm:3.873.0" - "@aws-sdk/util-user-agent-node": "npm:3.883.0" - "@smithy/config-resolver": "npm:^4.1.5" - "@smithy/core": "npm:^3.9.2" - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/hash-node": "npm:^4.0.5" - "@smithy/invalid-dependency": "npm:^4.0.5" - "@smithy/middleware-content-length": "npm:^4.0.5" - "@smithy/middleware-endpoint": "npm:^4.1.21" - "@smithy/middleware-retry": "npm:^4.1.22" - "@smithy/middleware-serde": "npm:^4.0.9" - "@smithy/middleware-stack": "npm:^4.0.5" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/node-http-handler": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.5.2" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.29" - "@smithy/util-defaults-mode-node": "npm:^4.0.29" - "@smithy/util-endpoints": "npm:^3.0.7" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-retry": "npm:^4.0.7" - "@smithy/util-utf8": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/middleware-host-header": "npm:3.891.0" + "@aws-sdk/middleware-logger": "npm:3.891.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" + "@aws-sdk/middleware-user-agent": "npm:3.891.0" + "@aws-sdk/region-config-resolver": "npm:3.890.0" + "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/util-endpoints": "npm:3.891.0" + "@aws-sdk/util-user-agent-browser": "npm:3.887.0" + "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@smithy/config-resolver": "npm:^4.2.2" + "@smithy/core": "npm:^3.11.0" + "@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.2" + "@smithy/middleware-retry": "npm:^4.2.3" + "@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.2" + "@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.2" + "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/972315c4d0560af7a0d9ca7421b8820306c8f4b4a4359e68352a63af3e50f4160a861b7ffb4f3e26f4cf9f9818a4d4f47f9daeee4f97b7bb24e27b568b79226a - languageName: node - linkType: hard - -"@aws-sdk/core@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/core@npm:3.883.0" - dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/xml-builder": "npm:3.873.0" - "@smithy/core": "npm:^3.9.2" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/property-provider": "npm:^4.0.5" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/signature-v4": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.5.2" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-utf8": "npm:^4.0.0" + checksum: 10c0/5e52e5b6fb6935c38a0453a9aa70ccdb7c82c71d9148466dfaa5b0741e8ea962843b245c3b08945feee38e718351f47d167a8bd3ac158b25bc0b778f41559a69 + languageName: node + linkType: hard + +"@aws-sdk/core@npm:3.890.0": + version: 3.890.0 + resolution: "@aws-sdk/core@npm:3.890.0" + dependencies: + "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/xml-builder": "npm:3.887.0" + "@smithy/core": "npm:^3.11.0" + "@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.2" + "@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" fast-xml-parser: "npm:5.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/c3416b83df0f9ac3c0ac05deaea0d9616bc72d189327fd2a6249c6b976f6d5c36a3fa9f9b27bc881f5be48efddf518d8d79f3677f482ad10080c4edd58a6e9c4 + checksum: 10c0/20794214024add4ea9a9806659c9507b5914664d63c31dc78eb6fe3cf0f2bfdc435895292a706eaa358c5bac2643232d859408897f74a3334f588c2cdfa30fd2 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.883.0" +"@aws-sdk/credential-provider-env@npm:3.890.0": + version: 3.890.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.890.0" dependencies: - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@smithy/property-provider": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/property-provider": "npm:^4.1.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/be028db70cf9d24857aee5c336af778c99cfcfef3493ce905b041e60b637aedd2ec164757fe9ef3a01d292146cb416ef4a5a1468ab42f05b5b77c5fc7d55d36e + checksum: 10c0/52d648a385a25daf95e6884e2849158f6bf7f3f502258167d83fc278fd79b79d32408bbcacf2de5ff71f5e81b1b48f6133538f487de07210a3c5d97a235bb5d1 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.883.0" +"@aws-sdk/credential-provider-http@npm:3.890.0": + version: 3.890.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.890.0" dependencies: - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/node-http-handler": "npm:^4.1.1" - "@smithy/property-provider": "npm:^4.0.5" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.5.2" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-stream": "npm:^4.2.4" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/types": "npm:3.887.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.2" + "@smithy/types": "npm:^4.5.0" + "@smithy/util-stream": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/5487b9691e2775d5a933940571153a8ce9f639d1cf19c92ae263ea97033d2c8158b97be41cba58a6b59b1405333c00c50e204a192faad9d5231b2f633d28a444 - languageName: node - linkType: hard - -"@aws-sdk/credential-provider-ini@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.883.0" - dependencies: - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/credential-provider-env": "npm:3.883.0" - "@aws-sdk/credential-provider-http": "npm:3.883.0" - "@aws-sdk/credential-provider-process": "npm:3.883.0" - "@aws-sdk/credential-provider-sso": "npm:3.883.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.883.0" - "@aws-sdk/nested-clients": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@smithy/credential-provider-imds": "npm:^4.0.7" - "@smithy/property-provider": "npm:^4.0.5" - "@smithy/shared-ini-file-loader": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + checksum: 10c0/c48bc17cacddfc47a1f5dbb8be2fdff68ae0c80cdab1192e406bc65744b13412f9100bc1af2126efafea427fafd9d58284e6d095c63a3957ac0dd087c5fc360b + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-ini@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.891.0" + dependencies: + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/credential-provider-env": "npm:3.890.0" + "@aws-sdk/credential-provider-http": "npm:3.890.0" + "@aws-sdk/credential-provider-process": "npm:3.890.0" + "@aws-sdk/credential-provider-sso": "npm:3.891.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.891.0" + "@aws-sdk/nested-clients": "npm:3.891.0" + "@aws-sdk/types": "npm:3.887.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" tslib: "npm:^2.6.2" - checksum: 10c0/d642df1224842c9f882406b7de0059e2efd6ab44c7994ed49bdc2aa0450b0dccbc561998df6fa3f9d1bee48edc4ad1bd985f56ab3eb3672db574a3ffe6735a9d + checksum: 10c0/642d533f8e94c6b3b94659a7c8985d072c423fdd7d3d340875366656441857c83e1965a6305a438ce8db451ec83f597916bb01815baa0a0c12d8c75f4b0d9adf languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.883.0" +"@aws-sdk/credential-provider-node@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.891.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.883.0" - "@aws-sdk/credential-provider-http": "npm:3.883.0" - "@aws-sdk/credential-provider-ini": "npm:3.883.0" - "@aws-sdk/credential-provider-process": "npm:3.883.0" - "@aws-sdk/credential-provider-sso": "npm:3.883.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@smithy/credential-provider-imds": "npm:^4.0.7" - "@smithy/property-provider": "npm:^4.0.5" - "@smithy/shared-ini-file-loader": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/credential-provider-env": "npm:3.890.0" + "@aws-sdk/credential-provider-http": "npm:3.890.0" + "@aws-sdk/credential-provider-ini": "npm:3.891.0" + "@aws-sdk/credential-provider-process": "npm:3.890.0" + "@aws-sdk/credential-provider-sso": "npm:3.891.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.891.0" + "@aws-sdk/types": "npm:3.887.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" tslib: "npm:^2.6.2" - checksum: 10c0/7b8a495bf4c55766a53c79899055ea1051b5823e02ea36fea59774e24d92d8446a68386a2ea04dcec769e8ea0526da545e5de5eb8e9b537ac124b20d1ceff798 + checksum: 10c0/9f701c7fcf58f9421ede8ceeaa8d261a835216eb9f7910fc3ecf8f59ff4f4a84008be335ae329816ddc6119e30aa358ae92133081daa97ef2363561b81b44b5f languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.883.0" +"@aws-sdk/credential-provider-process@npm:3.890.0": + version: 3.890.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.890.0" dependencies: - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@smithy/property-provider": "npm:^4.0.5" - "@smithy/shared-ini-file-loader": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/property-provider": "npm:^4.1.1" + "@smithy/shared-ini-file-loader": "npm:^4.2.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/9d6d89059dfd00172d492cd77f7b21c29c14ccd2a877ca2e141c2a5f58a57a33bcb588cfa9d5993f599b80be7e39313b37fa9ac81f646eedd299fbafc8202a8c + checksum: 10c0/4cb1864ad5318ceb8d6b6c0b97f1991ea309776139a19469128d19ebfe01127dbafc2f8cf7cf04e2308cedbf1ba5bee9129fadf07c66b6a88c91ecc819e2058a languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.883.0" +"@aws-sdk/credential-provider-sso@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.891.0" dependencies: - "@aws-sdk/client-sso": "npm:3.883.0" - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/token-providers": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@smithy/property-provider": "npm:^4.0.5" - "@smithy/shared-ini-file-loader": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/client-sso": "npm:3.891.0" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/token-providers": "npm:3.891.0" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/property-provider": "npm:^4.1.1" + "@smithy/shared-ini-file-loader": "npm:^4.2.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/23557b036221200407a7b446f40511178c55b2f6ef75c3c94f5ab16e8d119e49fd8ad7fba969d45fa24cdcf1f30f1e0ccf0bb95573e860744fc8bd9af9a1055e + checksum: 10c0/618e4ef6b6b0a58ddfa28cb80d883eb947be4ca6a91c3c62c6d83c615ccf4bb9ae5c371beac03fed31c3afde13dfea0c6ca6483ca5aa9baee7e41b4b94e4e006 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.883.0" +"@aws-sdk/credential-provider-web-identity@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.891.0" dependencies: - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/nested-clients": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@smithy/property-provider": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/nested-clients": "npm:3.891.0" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/property-provider": "npm:^4.1.1" + "@smithy/shared-ini-file-loader": "npm:^4.2.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/55fcfd5a2bb9e6762b26c3c37da0b48b8677dc60067f97ca0b941420e23ac6cce4e2bd577282ce3116a296f9cc9cd6af846cc50486f0bc8f1898b77f9a37f7e5 + checksum: 10c0/3efbf1c8bcb9438bf09673a6eaf6cb0ad1a1b39635e7462f515818f66748ca9dafe58208be152574c6b967d061616822f6dfd702bb385f32bc7090e981300e49 languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.884.0": - version: 3.884.0 - resolution: "@aws-sdk/lib-storage@npm:3.884.0" +"@aws-sdk/lib-storage@npm:^3.892.0": + version: 3.892.0 + resolution: "@aws-sdk/lib-storage@npm:3.892.0" dependencies: - "@smithy/abort-controller": "npm:^4.0.5" - "@smithy/middleware-endpoint": "npm:^4.1.21" - "@smithy/smithy-client": "npm:^4.5.2" + "@smithy/abort-controller": "npm:^4.1.1" + "@smithy/middleware-endpoint": "npm:^4.2.2" + "@smithy/smithy-client": "npm:^4.6.2" buffer: "npm:5.6.0" events: "npm:3.3.0" stream-browserify: "npm:3.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-s3": ^3.884.0 - checksum: 10c0/44649d6c8aa06e59671aa05a6aff5bebbe1c44b12f849759dbcec3b2d622e51f80d3af2ed12ff58096bc406c0438ceaab739f75ad3efdb7fde1a0dec40f265c4 + "@aws-sdk/client-s3": ^3.892.0 + checksum: 10c0/283f397c75e9cde7a32420777212fb912976e50ceae93e482a12a004608329642879804f384e2c4646526607065dbf859a46607cec6bb87e9112d01341cb08f6 languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.873.0": - version: 3.873.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.873.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.890.0": + version: 3.890.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.890.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/types": "npm:3.887.0" "@aws-sdk/util-arn-parser": "npm:3.873.0" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-config-provider": "npm:^4.0.0" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/08b8c7204ab12f9ee877d2cdd1f8422bdf253731fcb1331c880f4d69872c15da0e076e996739e3d8ebb33f6da76da0d3ea42f4eca95955a7c5a004ee023ab284 + checksum: 10c0/ae2adfe012c49e04e2d5e5bb320962bf377217bbdcf07f23e5687502ac15d131f956e1a14bc64434e549149b42bea710cd247c62c3bc80c8d2d845bc394b7ba8 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.873.0": - version: 3.873.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.873.0" +"@aws-sdk/middleware-expect-continue@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.891.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/protocol-http": "npm:^5.2.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/738e1f33b47f91dc5b3cc8a2564e47d72b9e3add99e9336128545303fa01cf96c4b6a75bee5e477e6369fbe2ae4c7449aa754a246d5c0027c51c9e1bd7482bec + checksum: 10c0/9ab439eecbfcfa03e47af9148c768a172c690ad8bb5d94d81a74cc05db0ae8c3d117f73ff036cc7f650fe12913f7cc4e11dc55e293e9050d3f1bb1a47b9e1277 languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.883.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.892.0": + version: 3.892.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.892.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.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@smithy/is-array-buffer": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-stream": "npm:^4.2.4" - "@smithy/util-utf8": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/types": "npm:3.887.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.1" + "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/c5ab881cb3e30dc8a003f131be60634375981cba6b55c1098f186484aa2779c8991af8279bfcbf4cfe688294cef09489f8924516f3d0a271efb5fd56496520b3 + checksum: 10c0/afa8013a18103e76798ad3a0d8b0037ff8252205b2b74570ddb718039f3593239e539024e50a325d16fbe2849cb9a3a7332aac0d639433964304e3a9981acb27 languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.873.0": - version: 3.873.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.873.0" +"@aws-sdk/middleware-host-header@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.891.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/protocol-http": "npm:^5.2.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/177f42c4342666ba8270a3a0f5de16e713b7245b8b5435f1b4863d46cbad9ea8930d23d9731d79ffc0b960be7f70a96693fa0b524a2dd24ca61d1ce8873c9b55 + checksum: 10c0/5716641a3732ffcae51387af289888dd771260b783e75b8c1c137ba18565a1e3a33318a1673f736baec36aaeba7f7cfd3446ce4844caed3fa2c080cf23d523f4 languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.873.0": - version: 3.873.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.873.0" +"@aws-sdk/middleware-location-constraint@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.891.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/a76c3df86ba5ac393c9cfd4c4ff9db8b486ea299b5f27f73e12b8d73700bddd87b0c826b380c3ba02208f2e1f98aa7e0086109143ba984f2f96e0bf0cbc64d25 + checksum: 10c0/e2a4352a86e4c6d1a13f782595da1d3e89ab96c70f1a182a9ae420f451ca5369120e76815ef57f0ea7c520d7c0f5bd9b1f9710c8a985d324d98beb439841258d languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.876.0": - version: 3.876.0 - resolution: "@aws-sdk/middleware-logger@npm:3.876.0" +"@aws-sdk/middleware-logger@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/middleware-logger@npm:3.891.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/8a4b31102579bbdabc22f982277239535627e658fce8cff32df4032c510ec944ce4ffef73ae6cd948b918f87809133c6e3e3f7fdd60bd6feec89f4cbab4300c8 + checksum: 10c0/6eab8cb71b14597e30334df164e211fadd093a380811efef156baa126b9ed42fdf005f54447cd48050e211e277719cd182f4534a44757d799b21a77ef39b460d languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.873.0": - version: 3.873.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.873.0" +"@aws-sdk/middleware-recursion-detection@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.891.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.887.0" + "@aws/lambda-invoke-store": "npm:^0.0.1" + "@smithy/protocol-http": "npm:^5.2.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/ce8b10a9da07faf41246c581d342ac3a8e4373bd8c1e07e131573575fed8d6d379e15b4d8f0efebd84936bf4fc800ae7719e36b50931bcf4df2ac547bde31f61 + checksum: 10c0/3e8af5cc39f1d85a91d7856cce38070948e90b9cb0068e8e5cc861ce91d3d9370cdbdbef305bd5770e31e0f4fea330e3447df4030f1b9ce51c4e9974d0e001ad languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.882.0": - version: 3.882.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.882.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.892.0": + version: 3.892.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.892.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/util-format-url": "npm:3.873.0" - "@smithy/middleware-endpoint": "npm:^4.1.21" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/signature-v4": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.5.2" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/util-format-url": "npm:3.887.0" + "@smithy/middleware-endpoint": "npm:^4.2.2" + "@smithy/protocol-http": "npm:^5.2.1" + "@smithy/signature-v4": "npm:^5.2.1" + "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/78e1699a6d476e3bf7f651926ae9f85788c54317a6e3b5b2498c1be0b0d8ff881f9a11c9c09436652697c8ca0a8c80038f10379600ead1c51735a65666710b4a + checksum: 10c0/4f91529769f572ed96270b071fcf8479da57890b07fd6f0a05c83fa27d6a49dcc24b82ff0d57bd2f392ad9ab9a752a0a05058c26834c5954fb221cb441dc41e6 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.883.0" +"@aws-sdk/middleware-sdk-s3@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.891.0" dependencies: - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/types": "npm:3.887.0" "@aws-sdk/util-arn-parser": "npm:3.873.0" - "@smithy/core": "npm:^3.9.2" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/signature-v4": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.5.2" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-stream": "npm:^4.2.4" - "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/core": "npm:^3.11.0" + "@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.2" + "@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.1" + "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/8ad3003b1ebc462be49ead4c687b78d9aee863ecc28cc4876db00762815c5e8cc1e1bc6e39faee6644a06b24325536fd8a5e1195bf93b0336fb6b641f821aabb + checksum: 10c0/beeeb7280c2e22f1d4c7369f17d0cdd23a9961b6d387b25081ad8dbf8e3e05784d7bf07f260f2616d6409385edb6b3aa9ef5991d7914d2635d71448d4c5908a8 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.882.0": - version: 3.882.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.882.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.891.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/smithy-client": "npm:^4.5.2" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-hex-encoding": "npm:^4.0.0" - "@smithy/util-utf8": "npm:^4.0.0" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/smithy-client": "npm:^4.6.2" + "@smithy/types": "npm:^4.5.0" + "@smithy/util-hex-encoding": "npm:^4.1.0" + "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/2463d7d45869c279305291bef8f4efe72008eb00a91150f3cfe7fbdccb1c58899ceb763e79bc91028ffe7943008e34fd26979ee7276e040e9750ee900ba7d027 + checksum: 10c0/1758e18cb7018fbd2f3585bd7bd726f356084263ecb03167cbb3c7ee5f65900b12c1df75e7d580264cb082e499a08a7ce27e62fa25b3c1983ba4464828298ecd languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.873.0": - version: 3.873.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.873.0" +"@aws-sdk/middleware-ssec@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.891.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/87f0ecfff55b922c61016b802c5c41a82222beb072b66dee0bc9bb422a1297c92444444a25b3cf4ea416a1be3cd85401beebc929e6661473f778846685b95c35 + checksum: 10c0/919c1f436292ff780e2074963ad7f270c3d56b7a225684631555a3b76a3c6a0ec9b5f84a5293500ae4a2ac0ded85716f2ee3d4c3d068054de95e764e6674bed4 languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.883.0" +"@aws-sdk/middleware-user-agent@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.891.0" dependencies: - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/util-endpoints": "npm:3.879.0" - "@smithy/core": "npm:^3.9.2" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/util-endpoints": "npm:3.891.0" + "@smithy/core": "npm:^3.11.0" + "@smithy/protocol-http": "npm:^5.2.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/dfb27c854a35f74258f3a8b2fed2250a155496956e6cc2c664bdc444c92fc085c26573837e83e02735adc06a1815f3faa73195bc125bf4563f1b7c91081e6870 + checksum: 10c0/9a9bd85ebccbf705a40c53490e523a5e4a311fe9f8eb9d3e5cd8593b84011db03d90a153dcb2f984cb908b6e7e65fa23ecf0bc48234e73aca3ebf3b031bd0202 languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/nested-clients@npm:3.883.0" +"@aws-sdk/nested-clients@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/nested-clients@npm:3.891.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/middleware-host-header": "npm:3.873.0" - "@aws-sdk/middleware-logger": "npm:3.876.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.873.0" - "@aws-sdk/middleware-user-agent": "npm:3.883.0" - "@aws-sdk/region-config-resolver": "npm:3.873.0" - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/util-endpoints": "npm:3.879.0" - "@aws-sdk/util-user-agent-browser": "npm:3.873.0" - "@aws-sdk/util-user-agent-node": "npm:3.883.0" - "@smithy/config-resolver": "npm:^4.1.5" - "@smithy/core": "npm:^3.9.2" - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/hash-node": "npm:^4.0.5" - "@smithy/invalid-dependency": "npm:^4.0.5" - "@smithy/middleware-content-length": "npm:^4.0.5" - "@smithy/middleware-endpoint": "npm:^4.1.21" - "@smithy/middleware-retry": "npm:^4.1.22" - "@smithy/middleware-serde": "npm:^4.0.9" - "@smithy/middleware-stack": "npm:^4.0.5" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/node-http-handler": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.5.2" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.29" - "@smithy/util-defaults-mode-node": "npm:^4.0.29" - "@smithy/util-endpoints": "npm:^3.0.7" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-retry": "npm:^4.0.7" - "@smithy/util-utf8": "npm:^4.0.0" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/middleware-host-header": "npm:3.891.0" + "@aws-sdk/middleware-logger": "npm:3.891.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.891.0" + "@aws-sdk/middleware-user-agent": "npm:3.891.0" + "@aws-sdk/region-config-resolver": "npm:3.890.0" + "@aws-sdk/types": "npm:3.887.0" + "@aws-sdk/util-endpoints": "npm:3.891.0" + "@aws-sdk/util-user-agent-browser": "npm:3.887.0" + "@aws-sdk/util-user-agent-node": "npm:3.891.0" + "@smithy/config-resolver": "npm:^4.2.2" + "@smithy/core": "npm:^3.11.0" + "@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.2" + "@smithy/middleware-retry": "npm:^4.2.3" + "@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.2" + "@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.2" + "@smithy/util-defaults-mode-node": "npm:^4.1.2" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/e894c9dd161d0bc5c069803ef4178991f4ccbc8f46d2172425898923a1a0a8c04546c80a56223f2f5c6f18173b9f557d78f6b55e39a1cfab5cc578425706b819 + checksum: 10c0/f69d9f9cf0f94558367312e47741cdfe94472d7a3e94f44723c22fe796f007207bebc19c6fe2b12ac0f44bb067f7cd65499a0936ec91e94f445579e7147a7813 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.873.0": - version: 3.873.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.873.0" +"@aws-sdk/region-config-resolver@npm:3.890.0": + version: 3.890.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.890.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.5" + "@aws-sdk/types": "npm:3.887.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" tslib: "npm:^2.6.2" - checksum: 10c0/5d2141beaafcc2cf56fe8c92efb176f773de1fbaaac9645fb26ca4478648c0bc440b73bbe8a9837f1843d66bdb513d1ad6e649ffbbd03dc3dae9eeb06c318622 + checksum: 10c0/a95432f7fc38653cd31b58c9ccc543d63a79184b7a67d8e880b3c171576b548616c8dcf0b12a995d78ace1f4893f0b3ed3cef6d9e8c65cf54683fe6bd7cf99c1 languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.883.0" +"@aws-sdk/signature-v4-multi-region@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.891.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/signature-v4": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/middleware-sdk-s3": "npm:3.891.0" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/protocol-http": "npm:^5.2.1" + "@smithy/signature-v4": "npm:^5.2.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/c426415461ca6aee0ad5fd54d72a2cdd119ae01a651fd2d9222c6bcef5fcecb87a9ce5d6e81581665ccb81d10955e07c4d47b65545f1792c03c646c3c629ba4d + checksum: 10c0/61bb00a08848b47c379893e1ea99ace8ab02ab7c98f45361092e0ebd76e3c8cbd9e772d0b099788ab64df1989f95c4f5db286f412b8b450f6ca766abdff11c98 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/token-providers@npm:3.883.0" +"@aws-sdk/token-providers@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/token-providers@npm:3.891.0" dependencies: - "@aws-sdk/core": "npm:3.883.0" - "@aws-sdk/nested-clients": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@smithy/property-provider": "npm:^4.0.5" - "@smithy/shared-ini-file-loader": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/core": "npm:3.890.0" + "@aws-sdk/nested-clients": "npm:3.891.0" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/property-provider": "npm:^4.1.1" + "@smithy/shared-ini-file-loader": "npm:^4.2.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/7f329c4c0fb23f2d8b18e26b82f142655163c6ecc93014730cb465040d3c8aa9d63fb877c936cd20684c3d1d8eee87bbcfb515fda146a79f37a28d7bb64ac0df + checksum: 10c0/ed6f689a9e643dc240b65d8b109b841694f71cb9aeaf73df185b757be3311165b90bd5068437857e347094a4338deb2036b084eef7e66845f9f905342918c773 languageName: node linkType: hard -"@aws-sdk/types@npm:3.862.0, @aws-sdk/types@npm:^3.862.0": - version: 3.862.0 - resolution: "@aws-sdk/types@npm:3.862.0" +"@aws-sdk/types@npm:3.887.0, @aws-sdk/types@npm:^3.887.0": + version: 3.887.0 + resolution: "@aws-sdk/types@npm:3.887.0" dependencies: - "@smithy/types": "npm:^4.3.2" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/d8e13eadde27c29e39d8effa861a3dc8ef43fba6ecb9772e3461619a76897873c8d4355be89aa5090294d1f17e1a6697834f0bbf6a7f73902a77fe00b1fbe5c2 + checksum: 10c0/862ad368a8692cf75b0e44e96b2fe96c0e145f3c40bbb4a6fe07de1f5935722f0ecdc983fdf09789527a2555392a3cac08372d9a7cdec5f15849508083104413 languageName: node linkType: hard @@ -1081,28 +1083,28 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.879.0": - version: 3.879.0 - resolution: "@aws-sdk/util-endpoints@npm:3.879.0" +"@aws-sdk/util-endpoints@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/util-endpoints@npm:3.891.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" - "@smithy/util-endpoints": "npm:^3.0.7" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/types": "npm:^4.5.0" + "@smithy/url-parser": "npm:^4.1.1" + "@smithy/util-endpoints": "npm:^3.1.2" tslib: "npm:^2.6.2" - checksum: 10c0/abf709bbdaf26f5920f41e105a153a959e0451b88c047957181b7ad834b1b5914d72728a89142a3921c389485a173537a8e0505ff4b308276b5334cbbd7fd60a + checksum: 10c0/78c0cf6956f4b866449ba535a4055a67c801f26f25e9839c96cec899a8e369f6db648739d4428ce7d3799103cd7aed76040bd817b31fdf907fb4bfe10de968d7 languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.873.0": - version: 3.873.0 - resolution: "@aws-sdk/util-format-url@npm:3.873.0" +"@aws-sdk/util-format-url@npm:3.887.0": + version: 3.887.0 + resolution: "@aws-sdk/util-format-url@npm:3.887.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/querystring-builder": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/querystring-builder": "npm:^4.1.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/b7cadd94784541b64b65c747da46c1aeae615385f76fdb02d9dc0cd77f42d336db2a7814cdd6253d8f5df92fc5987f2913dc3f5e23b8e036522836185b6d0991 + checksum: 10c0/8572de0cd9a1c5a2beb7b13198002ba9f9e62338b94e46a00a938683a1d0d658765c54528be31777e4e76c7392e16cf6cfb510cab247f2579e4bd9842670b809 languageName: node linkType: hard @@ -1115,43 +1117,50 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.873.0": - version: 3.873.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.873.0" +"@aws-sdk/util-user-agent-browser@npm:3.887.0": + version: 3.887.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.887.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/types": "npm:^4.5.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/a65177d5b27632ebeb4e922ee3a7ab1bce06d8120a9ac33343900125be67498837f0df8495008df6144ef7b687c095477016dba54d40be11397b6a418a4f81ef + checksum: 10c0/f48410fbdb2f986e798072a7fb55ee0780fe90c57c35f8ad22bd9127914d911ea63b6d43b62ebb81edfb8b82ec5eed1f6bc93135bc55fad294f7e5b638d20f61 languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.883.0": - version: 3.883.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.883.0" +"@aws-sdk/util-user-agent-node@npm:3.891.0": + version: 3.891.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.891.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.883.0" - "@aws-sdk/types": "npm:3.862.0" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/middleware-user-agent": "npm:3.891.0" + "@aws-sdk/types": "npm:3.887.0" + "@smithy/node-config-provider": "npm:^4.2.2" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/440ba1130df97f0a4899e0d9245993ce579cb54edad427534c90bb6e37c2b3aa48951527bb07598f0505c8117f282c984ce7e2ec4270a7be07f6f9720c06eafd + checksum: 10c0/ec0da41bc610859ec2004cbd33cb934091bc92f857d5c4f1d21be5487afd7cc98dfd7afb1170e4507dc7a54f594a8898e0bef80543f5b7c2cfd1b66c680b50f1 languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.873.0": - version: 3.873.0 - resolution: "@aws-sdk/xml-builder@npm:3.873.0" +"@aws-sdk/xml-builder@npm:3.887.0": + version: 3.887.0 + resolution: "@aws-sdk/xml-builder@npm:3.887.0" dependencies: - "@smithy/types": "npm:^4.3.2" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/f58d49c1bbee2fb8a225b23ff7c26e84264df657d55cf7ca204f07f583603cbb75be356a5ef576810f9a1fddfe133d556ead0a39349cdb94e28bcaae6c279128 + checksum: 10c0/a8ec9b57934cba380ee72f7d5bab5305e61ffd12f8eed5957d062db0983de58a8a9f62f4979c036eccad4b74d8cf9267e8e6d21601f2dc85cc1db54a5eb17ce9 + languageName: node + linkType: hard + +"@aws/lambda-invoke-store@npm:^0.0.1": + version: 0.0.1 + resolution: "@aws/lambda-invoke-store@npm:0.0.1" + checksum: 10c0/0bbf3060014a462177fb743e132e9b106a6743ad9cd905df4bd26e9ca8bfe2cc90473b03a79938fa908934e45e43f366f57af56a697991abda71d9ac92f5018f languageName: node linkType: hard @@ -4303,258 +4312,190 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/abort-controller@npm:4.0.5" +"@smithy/abort-controller@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/abort-controller@npm:4.1.1" dependencies: - "@smithy/types": "npm:^4.3.2" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/0a16d5571f5aa3d6d43465ce1060263a92c6eba011cf448adaeafb940121981ecb26fabb0185745520cace9dfd9aebe6879930ff3b55c8f1b42ac6a337070f20 + checksum: 10c0/f50ee8e76dab55df7af7247c5dac88209702b9e0a775a5d98472d67c607b6f624c3789ac75974c8b6fa452e1a4f9f72e5749dbea5b57f14d7ca137929e36f0ee languageName: node linkType: hard -"@smithy/abort-controller@npm:^4.1.0": +"@smithy/chunked-blob-reader-native@npm:^4.1.0": version: 4.1.0 - resolution: "@smithy/abort-controller@npm:4.1.0" - dependencies: - "@smithy/types": "npm:^4.4.0" - tslib: "npm:^2.6.2" - checksum: 10c0/fd70202a85b9821e1ba1b326c16e8d0d7a5662b9a0c208b255c03f601abe9ec7d9024c27acaa3b70a3c1c0aec4153e9dab90df526f42a298ebc1dd8b3519c2a1 - languageName: node - linkType: hard - -"@smithy/chunked-blob-reader-native@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/chunked-blob-reader-native@npm:4.0.0" - dependencies: - "@smithy/util-base64": "npm:^4.0.0" - tslib: "npm:^2.6.2" - checksum: 10c0/4387f4e8841f20c1c4e689078141de7e6f239e7883be3a02810a023aa30939b15576ee00227b991972d2c5a2f3b6152bcaeca0975c9fa8d3669354c647bd532a - languageName: node - linkType: hard - -"@smithy/chunked-blob-reader@npm:^5.0.0": - version: 5.0.0 - resolution: "@smithy/chunked-blob-reader@npm:5.0.0" + resolution: "@smithy/chunked-blob-reader-native@npm:4.1.0" dependencies: + "@smithy/util-base64": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/55ba0fe366ddaa3f93e1faf8a70df0b67efedbd0008922295efe215df09b68df0ba3043293e65b17e7d1be71448d074c2bfc54e5eb6bd18f59b425822c2b9e9a + checksum: 10c0/1b6805ac870c2138c471997b80a75967eb7226cc86dc8550797446b4106e22fd078c4717b4acf5deda9fba284eac7738b4c7ed749a5199e44c1d482f35c7d3b8 languageName: node linkType: hard -"@smithy/config-resolver@npm:^4.1.5": - version: 4.1.5 - resolution: "@smithy/config-resolver@npm:4.1.5" +"@smithy/chunked-blob-reader@npm:^5.1.0": + version: 5.1.0 + resolution: "@smithy/chunked-blob-reader@npm:5.1.0" dependencies: - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.5" tslib: "npm:^2.6.2" - checksum: 10c0/f76f2365403411810a205763a6744eb84d4edfc6bedb87ba0d41b4b310b9c693f3cb17610f963f706b06e90c12864fe54617c9ff1f435fe3b94d825f2def2bfb + checksum: 10c0/28f2ac63b2c019f605d7669fb9dc2a77e3ab54460a7c23fa3eaa64fa80d465e971905a80717a6260b88941f2acca556128984d914cd728fa34bcb2bd2826e7b8 languageName: node linkType: hard -"@smithy/config-resolver@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/config-resolver@npm:4.2.0" +"@smithy/config-resolver@npm:^4.2.2": + version: 4.2.2 + resolution: "@smithy/config-resolver@npm:4.2.2" dependencies: - "@smithy/node-config-provider": "npm:^4.2.0" - "@smithy/types": "npm:^4.4.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.0" + "@smithy/util-middleware": "npm:^4.1.1" tslib: "npm:^2.6.2" - checksum: 10c0/a4b957028f60a27d2fe2611e4a972321d96987f92fe0b7ce65c1279c29b2cbd5a5f256a541a5648da06c5abef16b31a5ac94688af1af719bab39cd4c9f98dd2b + checksum: 10c0/3d53cd54424dfaa1e0249c0de987fc10b3c5d48b9807f5ac6d692483d1438210c9058251223f15931bfdacfdbfd4320b754abdaa6a9b1c7e3722b8584d4eb270 languageName: node linkType: hard -"@smithy/core@npm:^3.10.0": - version: 3.10.0 - resolution: "@smithy/core@npm:3.10.0" +"@smithy/core@npm:^3.11.0, @smithy/core@npm:^3.11.1": + version: 3.11.1 + resolution: "@smithy/core@npm:3.11.1" dependencies: - "@smithy/middleware-serde": "npm:^4.1.0" - "@smithy/protocol-http": "npm:^5.2.0" - "@smithy/types": "npm:^4.4.0" + "@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.0" - "@smithy/util-stream": "npm:^4.3.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" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/a30742bc4d5aeef0e0480a0d60caa9e4fd3ed76d7e519fe354357538cc06712db4105c855ca50c2d8d2a45b00edc88f0a68ffa0b49c1cf1e6457d91a8a0e8ee7 - languageName: node - linkType: hard - -"@smithy/core@npm:^3.9.2": - version: 3.9.2 - resolution: "@smithy/core@npm:3.9.2" - dependencies: - "@smithy/middleware-serde": "npm:^4.0.9" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-stream": "npm:^4.2.4" - "@smithy/util-utf8": "npm:^4.0.0" - "@types/uuid": "npm:^9.0.1" - tslib: "npm:^2.6.2" - uuid: "npm:^9.0.1" - checksum: 10c0/3f3fd0b7940cb2ee46360d8a7dc780eb2ef7e3ad032f135e130b45c6c69ad5424522d5e0eb2ebd4b2a65e7644d4c6f02524fec4ba6c17be3d354e40f7b3e8b52 - languageName: node - linkType: hard - -"@smithy/credential-provider-imds@npm:^4.0.7": - version: 4.0.7 - resolution: "@smithy/credential-provider-imds@npm:4.0.7" - dependencies: - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/property-provider": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" - tslib: "npm:^2.6.2" - checksum: 10c0/862ac40520e2756918e8ecdf2259ec82f1b1556595b3b8d19d7c68390119c416fdd9c716c78773a2ccec21c32cb81f465e0474073a8a90808e171fbdcdcfbd81 + checksum: 10c0/b6e8e647834f0371a35344223c6a74cdf03aefa1258e9e07586ee7f5dd2b12f5783f08bec95d5b12d9075eaf5039102153417e84aab80abd677bbf213fafb3c6 languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/credential-provider-imds@npm:4.1.0" +"@smithy/credential-provider-imds@npm:^4.1.2": + version: 4.1.2 + resolution: "@smithy/credential-provider-imds@npm:4.1.2" dependencies: - "@smithy/node-config-provider": "npm:^4.2.0" - "@smithy/property-provider": "npm:^4.1.0" - "@smithy/types": "npm:^4.4.0" - "@smithy/url-parser": "npm:^4.1.0" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/e61013df07855c8f0275343d6b981948b62b86ce3a883111e5784be63e5bab307e0e1227ec97bce64f706dbdb4cb22d65ccf4cd231d4a96e3b0b1c06793d3063 + checksum: 10c0/c1ab5c17ee832edf2135eaf17c90f6fd34af2926bfd35c76312a10172cafbaf730b15d29384e3f3838e1c3b55df111539d4e07fdfc4d11b639f4622d4e067f6b languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/eventstream-codec@npm:4.0.5" +"@smithy/eventstream-codec@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/eventstream-codec@npm:4.1.1" dependencies: "@aws-crypto/crc32": "npm:5.2.0" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-hex-encoding": "npm:^4.0.0" - tslib: "npm:^2.6.2" - checksum: 10c0/d94928e22468cb6e6d09bdc8a6ee04f05947c141c0b040aa90e95b6edc123ba03a562ff3994b5827c57295981183325ed8e8f6c60448a4eec392227735e86d62 - languageName: node - linkType: hard - -"@smithy/eventstream-serde-browser@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/eventstream-serde-browser@npm:4.0.5" - dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@smithy/types": "npm:^4.5.0" + "@smithy/util-hex-encoding": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/352c6b73482d844f8184d6e6ffd28b1f69b376b59a3246a0ab967c990c15b11507323ff6362b27478062865e131739b27bafa7c6dedfa4c52ac8d795ce0cf8f5 + checksum: 10c0/b3f3f11789cda08846d4e44065c870d30501b9c51042d756fab2fc3917b5886719a458cc4613890650cbcf9761b78fce8ead5add0385bc091c31fff186bbff85 languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^4.1.3": - version: 4.1.3 - resolution: "@smithy/eventstream-serde-config-resolver@npm:4.1.3" +"@smithy/eventstream-serde-browser@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/eventstream-serde-browser@npm:4.1.1" dependencies: - "@smithy/types": "npm:^4.3.2" + "@smithy/eventstream-serde-universal": "npm:^4.1.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/bfe98977649bcbfbe93cdbfb118c363759da6910ca8fa462870427dbc6f1f2f835103831147eee7eef27ace1bc58b65a40969c4630cf76be1eedfcd36996fd28 + checksum: 10c0/5062581b4f011aed2d86b819f876080054ff730af3d0c995aa0099570dc513056471746f3f09f48196b7bbec8119363f1f1f4f7151ac3e5aaf67d28bba57edbb languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/eventstream-serde-node@npm:4.0.5" +"@smithy/eventstream-serde-config-resolver@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/eventstream-serde-config-resolver@npm:4.2.1" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/21c389202d2db2bcff23166b220ff3ba6c178f2b9eff1918317cca24c49cb6e0a53ab7f43fb8039f776f63ffd3a2bf69c909dafa5199d5d4278797cb121d3daa + checksum: 10c0/93e31728e95b51d67c8ec61be074b12a5b6906af24ec3e2cee11c49f19f2cb95982b35c41eb8514498d409e10692e2baa68346938889c9d341e6443e039b4e74 languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/eventstream-serde-universal@npm:4.0.5" +"@smithy/eventstream-serde-node@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/eventstream-serde-node@npm:4.1.1" dependencies: - "@smithy/eventstream-codec": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@smithy/eventstream-serde-universal": "npm:^4.1.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/183c6d4895395bbea34d12d3a87e9c69cc598c19e0cf51ba0036277ab520230fdc4b27026d1e438304b3ac4624a4408df15fc037f5c6a96bec0c71c400711170 + checksum: 10c0/c92c6d0cb6e382f8c22188517cd31d8436866f229cead67c0bd02f961b998ae8bfffbce9a874638c4e55f0c52ffd9659e6e7b8b3f4dbb138bab79a4651eb46c2 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^5.1.1": - version: 5.1.1 - resolution: "@smithy/fetch-http-handler@npm:5.1.1" +"@smithy/eventstream-serde-universal@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/eventstream-serde-universal@npm:4.1.1" dependencies: - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/querystring-builder": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-base64": "npm:^4.0.0" + "@smithy/eventstream-codec": "npm:^4.1.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/c07f5cad58d5da7cd0de95e2d600e8dee8cda54bba65e7327c5beb25d2aa3eb815d228944bf20860de8927068d3d80baa28f71ecee0a1a3e131307774f53813b + checksum: 10c0/5b9c0271746b9556d3818ae0f7fc16ec2414a2a30885eeb4c68ad3e9d9665e06b36c9a4384f9ef188afc5e72e50f6c8a37d7a11d8185f46e5cb041918fcf5ed7 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^5.2.0": - version: 5.2.0 - resolution: "@smithy/fetch-http-handler@npm:5.2.0" +"@smithy/fetch-http-handler@npm:^5.2.1": + version: 5.2.1 + resolution: "@smithy/fetch-http-handler@npm:5.2.1" dependencies: - "@smithy/protocol-http": "npm:^5.2.0" - "@smithy/querystring-builder": "npm:^4.1.0" - "@smithy/types": "npm:^4.4.0" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/f8d2a9b169ba11f21c290e529768c874768926e59968bda6443b918ab2c3c205c97be85461e457c08f73dc2a65e3afd485826ff9636d0a1bb4affb7059f16532 + checksum: 10c0/c4a6a1a67f84361045bd10fef470ec6cda8691f549a455f734cfd3de05ccefc300973188e55578ae379b936f7e3f842971447386a3d8ec728f7df9c2f1c58fc2 languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/hash-blob-browser@npm:4.0.5" +"@smithy/hash-blob-browser@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/hash-blob-browser@npm:4.1.1" dependencies: - "@smithy/chunked-blob-reader": "npm:^5.0.0" - "@smithy/chunked-blob-reader-native": "npm:^4.0.0" - "@smithy/types": "npm:^4.3.2" + "@smithy/chunked-blob-reader": "npm:^5.1.0" + "@smithy/chunked-blob-reader-native": "npm:^4.1.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/d44a12847dabe3ba33b52306ef8f0f61ed22943d12a1fe2d669a5425d9e7b97fc1fd52b78bd362ba56a24c8f0723630e579f2de5362cddc9c8060854150545d9 + checksum: 10c0/9188397ce2ee92bbac6147e3a342c981051e9623852198dc69de4899dd058ce5866222c663c166e6ddb6e9caa375e1b6296b5f7730026ec13a7d554009304571 languageName: node linkType: hard -"@smithy/hash-node@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/hash-node@npm:4.0.5" +"@smithy/hash-node@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/hash-node@npm:4.1.1" dependencies: - "@smithy/types": "npm:^4.3.2" - "@smithy/util-buffer-from": "npm:^4.0.0" - "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/types": "npm:^4.5.0" + "@smithy/util-buffer-from": "npm:^4.1.0" + "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/6c5aeba12b651d74fa05e03b7019d48193b0fac4995ad84fe313961c4e51d16cdbe46f529a3fe435a061fbe7eebee0620def92f9821add28e466152fd3270560 + checksum: 10c0/aedf905c5fba7c814a697d973ea49c76d529dc9a10675676984a811637623b4f41542d72e53ed0df0a30881ee7fbe77c74bd49bd272e4a034e9d80021b6022a7 languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/hash-stream-node@npm:4.0.5" +"@smithy/hash-stream-node@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/hash-stream-node@npm:4.1.1" dependencies: - "@smithy/types": "npm:^4.3.2" - "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/types": "npm:^4.5.0" + "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/19c7ce086eb86c3a8660a587c70278ab8e201aed10157e6c2f1a7d8071967429bf70b3cd6e81fb29042b3c3ffcf40866bc94ada34b86a1688dc28527884f10de + checksum: 10c0/91281943a0f198f01183a75ff62fd3fd8bc6708ee70e8d9a124d70f89042f3c300b42ceb58adb25ab5727df1810648c3e46ecf489b36a4020dc1c97a9003a771 languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/invalid-dependency@npm:4.0.5" +"@smithy/invalid-dependency@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/invalid-dependency@npm:4.1.1" dependencies: - "@smithy/types": "npm:^4.3.2" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/8cc2a14dc47ac5513641747297e6e7e79dceb687e962e1520949db94597a5ce057f9f92657530b6660df100ef1fcff04cd5d9638847c8ada7f7b431a73f34fd2 + checksum: 10c0/5700333f00b6a31a97b792fa9a00fadd07b2eafaea01087a6ea212753dba2621a040dfb0d7dc5a1f75bb95cc28fba2e498cdaca43009b142610944c0fcd95a58 languageName: node linkType: hard @@ -4567,15 +4508,6 @@ __metadata: languageName: node linkType: hard -"@smithy/is-array-buffer@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/is-array-buffer@npm:4.0.0" - dependencies: - tslib: "npm:^2.6.2" - checksum: 10c0/ae393fbd5944d710443cd5dd225d1178ef7fb5d6259c14f3e1316ec75e401bda6cf86f7eb98bfd38e5ed76e664b810426a5756b916702cbd418f0933e15e7a3b - 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" @@ -4585,249 +4517,146 @@ __metadata: languageName: node linkType: hard -"@smithy/md5-js@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/md5-js@npm:4.0.5" +"@smithy/md5-js@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/md5-js@npm:4.1.1" dependencies: - "@smithy/types": "npm:^4.3.2" - "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/types": "npm:^4.5.0" + "@smithy/util-utf8": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/30f015e5846963189aef4204029506c145e7c6106983bf0cb0ace88fcfc90c8a97094d65b73a79a86406bfcf70932bab9b7a6074fcac481afd0e078955bc95eb + checksum: 10c0/72d85566af8a318eb1599d483a51bb4eecd7204daba164fbefca04733e001ecc08fb1921815e399a5d5c8b46ab73804f8f5ac86501d4f5643d005733dc8a2360 languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/middleware-content-length@npm:4.0.5" +"@smithy/middleware-content-length@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/middleware-content-length@npm:4.1.1" dependencies: - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" + "@smithy/protocol-http": "npm:^5.2.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/2bbe3afc2d29bf4153afb52adb2cadc063e745c2e1f3c630ff10bb97ce4fa8ae7e6872082ec1407b638d0c7cb896ebcc27ca190f9aa78635a8e41a2440fe680a + checksum: 10c0/c841e9221f43303103076b3e2d0fb745b75f8caa0ec9cabb0be4fdb2c5a3fe4077391c083b6f8547ccdc58c44f267ee2423430e544bb95484d2b805e6008b8f3 languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.1.21": - version: 4.1.21 - resolution: "@smithy/middleware-endpoint@npm:4.1.21" +"@smithy/middleware-endpoint@npm:^4.2.2, @smithy/middleware-endpoint@npm:^4.2.3": + version: 4.2.3 + resolution: "@smithy/middleware-endpoint@npm:4.2.3" dependencies: - "@smithy/core": "npm:^3.9.2" - "@smithy/middleware-serde": "npm:^4.0.9" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/shared-ini-file-loader": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" - "@smithy/util-middleware": "npm:^4.0.5" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/d23f2fe2cc3be64d1c5ee115fa0d88309472d736e468118789e2d6e5167eb983f71ea02066d4d239c716fe5760e64527e140d99a4c3ce8aa90d6b13d3ea47e69 + checksum: 10c0/7d3589bf140c9d13d7ae8055d23bdff056f3c0d92ff915eae616b594b8f7d9d8ce91169acc052406a38acf0fad93cfd625b7c2d877bc3bf4a73173989799215e languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/middleware-endpoint@npm:4.2.0" - dependencies: - "@smithy/core": "npm:^3.10.0" - "@smithy/middleware-serde": "npm:^4.1.0" - "@smithy/node-config-provider": "npm:^4.2.0" - "@smithy/shared-ini-file-loader": "npm:^4.1.0" - "@smithy/types": "npm:^4.4.0" - "@smithy/url-parser": "npm:^4.1.0" - "@smithy/util-middleware": "npm:^4.1.0" - tslib: "npm:^2.6.2" - checksum: 10c0/70704d829828f96c02ba6ecb1621b3e1329fea631efa261a96e0daf9bafbd91d6859c5d51c230575e9b4bac27c73d57b3ad054fe24716e14627bd948c66e7124 - languageName: node - linkType: hard - -"@smithy/middleware-retry@npm:^4.1.22": - version: 4.2.0 - resolution: "@smithy/middleware-retry@npm:4.2.0" - dependencies: - "@smithy/node-config-provider": "npm:^4.2.0" - "@smithy/protocol-http": "npm:^5.2.0" - "@smithy/service-error-classification": "npm:^4.1.0" - "@smithy/smithy-client": "npm:^4.6.0" - "@smithy/types": "npm:^4.4.0" - "@smithy/util-middleware": "npm:^4.1.0" - "@smithy/util-retry": "npm:^4.1.0" +"@smithy/middleware-retry@npm:^4.2.3": + version: 4.2.4 + resolution: "@smithy/middleware-retry@npm:4.2.4" + 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.3" + "@smithy/types": "npm:^4.5.0" + "@smithy/util-middleware": "npm:^4.1.1" + "@smithy/util-retry": "npm:^4.1.2" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/ee68ece2a077fd4f73522c9d404fa584df100ed0aa0f049f65bf1d48924e084ded9daf897d557e83a86b498c34d59011ad2291b89b4bcd68a4482a5b72cee186 - languageName: node - linkType: hard - -"@smithy/middleware-serde@npm:^4.0.9": - version: 4.0.9 - resolution: "@smithy/middleware-serde@npm:4.0.9" - dependencies: - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" - tslib: "npm:^2.6.2" - checksum: 10c0/71dc9d920d36a3f65cc883718e8c74687a7c8074a148ab1a035e395e43c6566a3514f10b4c15a13b98194ecd1d81816932c9df8dfa5955cd347c6049893defc4 - languageName: node - linkType: hard - -"@smithy/middleware-serde@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/middleware-serde@npm:4.1.0" - dependencies: - "@smithy/protocol-http": "npm:^5.2.0" - "@smithy/types": "npm:^4.4.0" - tslib: "npm:^2.6.2" - checksum: 10c0/cc44022522777c05445db06c15acd7886a23b1c499ae38b73b1153e8b10752feca644ece54168c5180b114201ea82f1b713dd5da6cf5a4c7374accde34346f71 + checksum: 10c0/05d96f2d1bf48521f2df9b352f733a7723e21863d4b9855ba84b1534a29b18e045bb37cad0b36fc629e807a3382c902c4a3e233d518310e5b8d4a6636a1df401 languageName: node linkType: hard -"@smithy/middleware-stack@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/middleware-stack@npm:4.0.5" - dependencies: - "@smithy/types": "npm:^4.3.2" - tslib: "npm:^2.6.2" - checksum: 10c0/2ebe346b8b868d11bf9e5028a225ad1312f7862231ae01c289059291b984127a7c18e17f1fa4d803de09f77441d839bc5e25f8ec9bed10a9a320d0393bc55930 - languageName: node - linkType: hard - -"@smithy/middleware-stack@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/middleware-stack@npm:4.1.0" - dependencies: - "@smithy/types": "npm:^4.4.0" - tslib: "npm:^2.6.2" - checksum: 10c0/4437f06e263587138030d6b1f6612aa4848041ab398999f626da8f3954c6046ec0e602c28daa451eeeab365b7812805fd1afc2562ad267a102f3de6f62625c58 - languageName: node - linkType: hard - -"@smithy/node-config-provider@npm:^4.1.4": - version: 4.1.4 - resolution: "@smithy/node-config-provider@npm:4.1.4" - dependencies: - "@smithy/property-provider": "npm:^4.0.5" - "@smithy/shared-ini-file-loader": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" - tslib: "npm:^2.6.2" - checksum: 10c0/950f9e234b8ffb680d2f5b35bc7ff21f73623caf0612d59daba1991da79126ec33e1afd2f6408534b7910474665ab150bd9d341aa46950bf5903665e71c7da6f - languageName: node - linkType: hard - -"@smithy/node-config-provider@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/node-config-provider@npm:4.2.0" - dependencies: - "@smithy/property-provider": "npm:^4.1.0" - "@smithy/shared-ini-file-loader": "npm:^4.1.0" - "@smithy/types": "npm:^4.4.0" - tslib: "npm:^2.6.2" - checksum: 10c0/785af2cbfb8c5cd7a67069230f62f84c6492742bc622791375675a519d743dc7965854aea5bfcaa3b92ba9f3cdebe99786570bb6919dbe89ac245130254c0bd0 - languageName: node - linkType: hard - -"@smithy/node-http-handler@npm:^4.1.1": +"@smithy/middleware-serde@npm:^4.1.1": version: 4.1.1 - resolution: "@smithy/node-http-handler@npm:4.1.1" - dependencies: - "@smithy/abort-controller": "npm:^4.0.5" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/querystring-builder": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" - tslib: "npm:^2.6.2" - checksum: 10c0/a61a841bc6e69c62a983031e8b3faf1ab82abaf0ccd1eb5d3e02e3d99a8be020fa8dff0b2b1f81468db43e0e7be2407785b89e9c6c04035b8b4afde08bed3a98 - languageName: node - linkType: hard - -"@smithy/node-http-handler@npm:^4.2.0": - version: 4.2.0 - resolution: "@smithy/node-http-handler@npm:4.2.0" + resolution: "@smithy/middleware-serde@npm:4.1.1" dependencies: - "@smithy/abort-controller": "npm:^4.1.0" - "@smithy/protocol-http": "npm:^5.2.0" - "@smithy/querystring-builder": "npm:^4.1.0" - "@smithy/types": "npm:^4.4.0" + "@smithy/protocol-http": "npm:^5.2.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/2b899b5fb709d635fa0c4da1482436965cfa8c9bda1663936c3ceb458a54ada64f6deb2e6ca832d618942bbcbbf900e823689259f5b709164c07d33718e0da23 + checksum: 10c0/69c0cf035da2ccbdf2838f50a1fafb0f8e6fb286b820e0aa91be7bdc6dd102f51ce3b295e68cdf9e7441dfc3160a3d3cabac99d98a8f0a75675ecf0f1e09d439 languageName: node linkType: hard -"@smithy/property-provider@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/property-provider@npm:4.0.5" +"@smithy/middleware-stack@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/middleware-stack@npm:4.1.1" dependencies: - "@smithy/types": "npm:^4.3.2" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/67b828f4ddfb90a90e8a919328bb3c842612115d84d949087988fd8558cd143ec8f7dc437936ef41f9427a7ea2a6ec6a726c5f92a9c12e8c7bef831c4b4f16f0 + checksum: 10c0/8ee554c30e6802f6adcaf673e4d216cd8f56e13a9ef5d644ec94f0b553c3b62b451a8156fd49645cc1f5eedd09234a107edc42faff779416a4a43a215e370007 languageName: node linkType: hard -"@smithy/property-provider@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/property-provider@npm:4.1.0" +"@smithy/node-config-provider@npm:^4.2.2": + version: 4.2.2 + resolution: "@smithy/node-config-provider@npm:4.2.2" dependencies: - "@smithy/types": "npm:^4.4.0" + "@smithy/property-provider": "npm:^4.1.1" + "@smithy/shared-ini-file-loader": "npm:^4.2.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/a2af26b4e0dfefebb998decd9d4b19349030b3cdebc6fc3287974f06c8207e9b0b40a4f56a9a950d21711dcb580644e47db5c6b66a1f8f2f6a774865681a763a + checksum: 10c0/9170728f606f1e250236c1265bee9811e1062e3b929339eafc5a8d5229e9fbb4c94e1b8cdcd644b0a8c855370b649c85a0aca5b47d132ad505ce32ba8a51e230 languageName: node linkType: hard -"@smithy/protocol-http@npm:^5.1.3": - version: 5.1.3 - resolution: "@smithy/protocol-http@npm:5.1.3" +"@smithy/node-http-handler@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/node-http-handler@npm:4.2.1" dependencies: - "@smithy/types": "npm:^4.3.2" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/5adc1e69b9e2d7c90acfe1a9b731c4f233173e035eb9e8e3dd5fabf63d9a765aff54912a0e94f4f4bff494f4caa9ec40bd53cdc1a94028f561ab5c9649f2790f + checksum: 10c0/7536923c62b0bbbade8335b25368d02b4840cd381aba9dbdadb472fb501576d7b3b73121069356b022e9da3ec5d27711a00ec7786d31ba15089abdce582121cc languageName: node linkType: hard -"@smithy/protocol-http@npm:^5.2.0": - version: 5.2.0 - resolution: "@smithy/protocol-http@npm:5.2.0" +"@smithy/property-provider@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/property-provider@npm:4.1.1" dependencies: - "@smithy/types": "npm:^4.4.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/a1e0212b55fa071d89189fc8a5f339499e8862f567f5e4c2888c53eece3815939221684d6bd6782d8b572305734cf3bb229a29f13273671f810c804fa50833d3 + checksum: 10c0/5aa28b7e6cc23baf3605aa3be8a33ae4943635e698e0de773e8056f5ad06494f370f23cd3c4d083245d6fe411c25c38a76887d38a36d5daf075e36e6e6e3864f languageName: node linkType: hard -"@smithy/querystring-builder@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/querystring-builder@npm:4.0.5" +"@smithy/protocol-http@npm:^5.2.1": + version: 5.2.1 + resolution: "@smithy/protocol-http@npm:5.2.1" dependencies: - "@smithy/types": "npm:^4.3.2" - "@smithy/util-uri-escape": "npm:^4.0.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/649a046a14f25d5febba341dedd577c9fce80aa86970dc2af0b0289a2b6326731c19ddefcae172a0162a4a73306ad823533528751a0067c910efce3cabe06675 + checksum: 10c0/b27df0a94f8e0bab1e8310da82c3048e6d397a3b52f8413c4f19bb9c13d11afcdf7424293cb8d8d3e867b07ff8c5f3c8d0fbdd7d07a8328a39721eb202336d2b languageName: node linkType: hard -"@smithy/querystring-builder@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/querystring-builder@npm:4.1.0" +"@smithy/querystring-builder@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/querystring-builder@npm:4.1.1" dependencies: - "@smithy/types": "npm:^4.4.0" + "@smithy/types": "npm:^4.5.0" "@smithy/util-uri-escape": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 10c0/54b0f19970b90ee0efa52611007c3c096bb99028bce0da88beb7ccf8548db46332c7012776fd3ce17ae927c89c03e6a9471b874fce9469b99edd3a02c9d56e7e + checksum: 10c0/15d41888eae29f57dbf9d2c8caa449d19ebb760b83958a0fe2cf4858948bb6e0466c176a207b868d8af7785e8f6688b87ada4e364ec6fd729ab6bffbd64b92d8 languageName: node linkType: hard -"@smithy/querystring-parser@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/querystring-parser@npm:4.0.5" - dependencies: - "@smithy/types": "npm:^4.3.2" - tslib: "npm:^2.6.2" - checksum: 10c0/e12a2e19137bc95487c51652dd20f6cd0199854986019e5461f14f797fda3cda3ec4786ff45af853aa64ab75a2a91d18f3f8320276f7e407016f80e33604564d - languageName: node - linkType: hard - -"@smithy/querystring-parser@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/querystring-parser@npm:4.1.0" +"@smithy/querystring-parser@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/querystring-parser@npm:4.1.1" dependencies: - "@smithy/types": "npm:^4.4.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/88e698853f9e7e481ed05fa6dca27e60a0206cc0efb1770e29c2f6a8850be5f49d7f75618c198da143f1a39631522fae7a9635e8d4d22d6167df421f80017726 + checksum: 10c0/6bf8672aca07826af16625b41f20332fdfdc39861124e026ee929e4652f638edc7107d347a2fe7feb0c2e6f2c98d149d2d383cecaab46a48a990f36333e8f016 languageName: node linkType: hard @@ -4840,87 +4669,53 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^4.0.7": - version: 4.0.7 - resolution: "@smithy/service-error-classification@npm:4.0.7" - dependencies: - "@smithy/types": "npm:^4.3.2" - checksum: 10c0/fe44ce36c8759c74a63adc52c47b638ee0a34ea32752d9c5923c370f0497a412ced51d8b83e444303d8d9d544d30d3d16fecb39c9f5cda8622b293704ce999a2 - languageName: node - linkType: hard - -"@smithy/service-error-classification@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/service-error-classification@npm:4.1.0" - dependencies: - "@smithy/types": "npm:^4.4.0" - checksum: 10c0/14f65f54aea8f5598e69d6d22e2c44c3f790434837701ac04627f51791551af094d8c26a6b8ef752c8f8d3fbec2dd6a268c33d40e6af1a0bade9ac3cb905bc41 - languageName: node - linkType: hard - -"@smithy/shared-ini-file-loader@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/shared-ini-file-loader@npm:4.0.5" - dependencies: - "@smithy/types": "npm:^4.3.2" - tslib: "npm:^2.6.2" - checksum: 10c0/9fafb7d4cf10398cf07a2ad7b619b05f136a2a774b1d104eb43b1862f1297d1f88f7e6d72198df43bef35cdf5938b8b5bcf0e896a8bb406474920d0f653a0a4b - languageName: node - linkType: hard - -"@smithy/shared-ini-file-loader@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/shared-ini-file-loader@npm:4.1.0" +"@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.4.0" - tslib: "npm:^2.6.2" - checksum: 10c0/c3dab2b4c4844ddd38d8862c6bed03e442c1d8c70d88b81d8f1597bb61a21142ce63a6eb802236cc7690468b7d7eb69c49e4e5d08693d12a4b9c4109c2ccff12 + "@smithy/types": "npm:^4.5.0" + checksum: 10c0/f9c3d3d085491e9bc67c0bdb2fe51ba19ada826daf2b9bf7b335f1d37186eedcbf4c33927a1cc266bf8505c39672d4b26a0a133fe7924377866ba5ae4261a0c6 languageName: node linkType: hard -"@smithy/signature-v4@npm:^5.1.3": - version: 5.1.3 - resolution: "@smithy/signature-v4@npm:5.1.3" +"@smithy/shared-ini-file-loader@npm:^4.2.0": + version: 4.2.0 + resolution: "@smithy/shared-ini-file-loader@npm:4.2.0" dependencies: - "@smithy/is-array-buffer": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-hex-encoding": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-uri-escape": "npm:^4.0.0" - "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/122a918ee070215e5cea8040605d905143a724b5bb0e5c904085f7a7a4b3d87701e5674b39cc8c9e13639b077994739edcdf33c3884172f363bcf68071c2abc7 + checksum: 10c0/36b0ee727a7c07c617db986ff34c55ffc5068074ccd01cf1650bbef299c909b72d3f3a703c42f45b31d4ebfe698ec32036eeb57c27a1281de000543bcfe1ac9f languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.5.2": - version: 4.5.2 - resolution: "@smithy/smithy-client@npm:4.5.2" +"@smithy/signature-v4@npm:^5.2.1": + version: 5.2.1 + resolution: "@smithy/signature-v4@npm:5.2.1" dependencies: - "@smithy/core": "npm:^3.9.2" - "@smithy/middleware-endpoint": "npm:^4.1.21" - "@smithy/middleware-stack": "npm:^4.0.5" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-stream": "npm:^4.2.4" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/ea3c7b0127da060cefc5e7e0ae0cc944d72e7ad283231b31c39085e1706a27112c2df429e837db773bd58d87f37a12be59ff02f4e6dbaff4c6d0712ee2acdf1f + checksum: 10c0/d00cb14155b89016493e90e19d3406f5362d7ec4205cd82a4fba47521f87d88b372e1ebfa34ceb739704f2f21d7a7bbf4da699773f71fab58028d515b932d014 languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.6.0": - version: 4.6.0 - resolution: "@smithy/smithy-client@npm:4.6.0" +"@smithy/smithy-client@npm:^4.6.2, @smithy/smithy-client@npm:^4.6.3": + version: 4.6.3 + resolution: "@smithy/smithy-client@npm:4.6.3" dependencies: - "@smithy/core": "npm:^3.10.0" - "@smithy/middleware-endpoint": "npm:^4.2.0" - "@smithy/middleware-stack": "npm:^4.1.0" - "@smithy/protocol-http": "npm:^5.2.0" - "@smithy/types": "npm:^4.4.0" - "@smithy/util-stream": "npm:^4.3.0" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/d8d6ccf506d1cffae967565442aa28a288cd97fd2f88d14cf359b18ab99cbe99001421bcc3b6a49b766fe63222e87cb9debe74f372d9756242b8c5ef891c5c43 + checksum: 10c0/2ab48c80b4484913b30f176f333c80b1cb7a01cfb869b6791e8bef13652380bb0d6e57852a09d464a52e7b13f62a1969b0b561fd9f768ef21255fd918dd98a4b languageName: node linkType: hard @@ -4942,54 +4737,23 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^4.3.2": - version: 4.3.2 - resolution: "@smithy/types@npm:4.3.2" - dependencies: - tslib: "npm:^2.6.2" - checksum: 10c0/120c5d38f6362c86e6493cce3b9ca9902cd986dab773b39664ff6a95b787c45481f1b1d230f45a6f5ad0c045fb690dc96b51b9ca7b5e9487714a652ed98231f6 - languageName: node - linkType: hard - -"@smithy/types@npm:^4.4.0": - version: 4.4.0 - resolution: "@smithy/types@npm:4.4.0" +"@smithy/types@npm:^4.5.0": + version: 4.5.0 + resolution: "@smithy/types@npm:4.5.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/af7b78cf16be45c65b3e4dcde37589e49d501981f53ce9d3382d66d60b22d975bccfcf417fb42eae59416215d581b0f6136be04ebf17e88bc0dc91b47d2dddd1 + checksum: 10c0/7c765c9316893ab9e6575ba40e3d1569d43d7d1edd1110b505e190a4aa378a89e407b6f92de7bf0f22342ce05228ff0f1d37b14781e41c60c429fc22c8e5bae9 languageName: node linkType: hard -"@smithy/url-parser@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/url-parser@npm:4.0.5" - dependencies: - "@smithy/querystring-parser": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" - tslib: "npm:^2.6.2" - checksum: 10c0/19cb3c8a80a7a42936d47011e5991cee6d548f233cde2bf36ccb6c547d075bbc30e3be67e92f60aaf17c4f3875766be319a3da8399af40767a77b04aea3d9ee5 - languageName: node - linkType: hard - -"@smithy/url-parser@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/url-parser@npm:4.1.0" - dependencies: - "@smithy/querystring-parser": "npm:^4.1.0" - "@smithy/types": "npm:^4.4.0" - tslib: "npm:^2.6.2" - checksum: 10c0/be71635e8fcbcf6868a461f71459d82d8ae619277454609ff70d848c92043d1dc4fc521149f0b6372e76b227aabdf11094a65c8bf64eaa48ee1ac6cdc53a2fbd - languageName: node - linkType: hard - -"@smithy/util-base64@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/util-base64@npm:4.0.0" +"@smithy/url-parser@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/url-parser@npm:4.1.1" dependencies: - "@smithy/util-buffer-from": "npm:^4.0.0" - "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/querystring-parser": "npm:^4.1.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/ad18ec66cc357c189eef358d96876b114faf7086b13e47e009b265d0ff80cec046052500489c183957b3a036768409acdd1a373e01074cc002ca6983f780cffc + checksum: 10c0/1f9e19d5d1e1a4874cf2f61df014715dc3685be385356758d3aed1a6b020b074af22961b12ae651faad74ed0460a102156471543031e74c726770820ede6f31c languageName: node linkType: hard @@ -5004,15 +4768,6 @@ __metadata: languageName: node linkType: hard -"@smithy/util-body-length-browser@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/util-body-length-browser@npm:4.0.0" - dependencies: - tslib: "npm:^2.6.2" - checksum: 10c0/574a10934024a86556e9dcde1a9776170284326c3dfcc034afa128cc5a33c1c8179fca9cfb622ef8be5f2004316cc3f427badccceb943e829105536ec26306d9 - 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" @@ -5022,12 +4777,12 @@ __metadata: languageName: node linkType: hard -"@smithy/util-body-length-node@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/util-body-length-node@npm:4.0.0" +"@smithy/util-body-length-node@npm:^4.1.0": + version: 4.1.0 + resolution: "@smithy/util-body-length-node@npm:4.1.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/e91fd3816767606c5f786166ada26440457fceb60f96653b3d624dcf762a8c650e513c275ff3f647cb081c63c283cc178853a7ed9aa224abc8ece4eeeef7a1dd + checksum: 10c0/d31fb7be66eb481f865d046b48c07221d25108b07c783f05eff7f165369d2259ca01de7c369f9de95e37e989b1344521bc6d4a6b38b42a7a46375a0c97f38a0b languageName: node linkType: hard @@ -5041,16 +4796,6 @@ __metadata: languageName: node linkType: hard -"@smithy/util-buffer-from@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/util-buffer-from@npm:4.0.0" - dependencies: - "@smithy/is-array-buffer": "npm:^4.0.0" - tslib: "npm:^2.6.2" - checksum: 10c0/be7cd33b6cb91503982b297716251e67cdca02819a15797632091cadab2dc0b4a147fff0709a0aa9bbc0b82a2644a7ed7c8afdd2194d5093cee2e9605b3a9f6f - 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" @@ -5061,15 +4806,6 @@ __metadata: languageName: node linkType: hard -"@smithy/util-config-provider@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/util-config-provider@npm:4.0.0" - dependencies: - tslib: "npm:^2.6.2" - checksum: 10c0/cd9498d5f77a73aadd575084bcb22d2bb5945bac4605d605d36f2efe3f165f2b60f4dc88b7a62c2ed082ffa4b2c2f19621d0859f18399edbc2b5988d92e4649f - 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" @@ -5079,51 +4815,42 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.0.29": - version: 4.1.0 - resolution: "@smithy/util-defaults-mode-browser@npm:4.1.0" +"@smithy/util-defaults-mode-browser@npm:^4.1.2": + version: 4.1.3 + resolution: "@smithy/util-defaults-mode-browser@npm:4.1.3" dependencies: - "@smithy/property-provider": "npm:^4.1.0" - "@smithy/smithy-client": "npm:^4.6.0" - "@smithy/types": "npm:^4.4.0" + "@smithy/property-provider": "npm:^4.1.1" + "@smithy/smithy-client": "npm:^4.6.3" + "@smithy/types": "npm:^4.5.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/0732e78f4c4a4cc6dafbad077fbe7314cf35abaaba8c2e1fd7e3eeb3f7ef8860774bc7861d52040b23dbce20facbd7bd6c76b3e46a8b241bd6da82a4c6af48d8 + checksum: 10c0/3699a4938b76221bfb2585a63f7bd9731a9beba9f759c24e670e3ad57f0e3c9f167380004daeeaff0c38242284ff6e3f0b3bd5427e90116b521aa756b1cc3ed0 languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.0.29": - version: 4.1.0 - resolution: "@smithy/util-defaults-mode-node@npm:4.1.0" - dependencies: - "@smithy/config-resolver": "npm:^4.2.0" - "@smithy/credential-provider-imds": "npm:^4.1.0" - "@smithy/node-config-provider": "npm:^4.2.0" - "@smithy/property-provider": "npm:^4.1.0" - "@smithy/smithy-client": "npm:^4.6.0" - "@smithy/types": "npm:^4.4.0" - tslib: "npm:^2.6.2" - checksum: 10c0/eed450e20146ae20559c0dd1bc43ea5679b3b34373d9ce9be0795af55c3fb4c085fd84e2fc2f1c1caefcdbfe2e617888502c5badfcaa3ffaadd55896cc6fb1de - languageName: node - linkType: hard - -"@smithy/util-endpoints@npm:^3.0.7": - version: 3.0.7 - resolution: "@smithy/util-endpoints@npm:3.0.7" +"@smithy/util-defaults-mode-node@npm:^4.1.2": + version: 4.1.3 + resolution: "@smithy/util-defaults-mode-node@npm:4.1.3" dependencies: - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/types": "npm:^4.3.2" + "@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.3" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/7024005a8a4f77ebae52d1dce538d76db3567c6fb22b06ba601dba4d4d8668cb4dbadd229015d02bb6bdb1a5aaa6b2d1c826cfcf412257ceb9dfe52c7ab95fca + checksum: 10c0/b84cfae293e96a669b7d2bd7dde1addec482b9c5290732fc9a2cb653894e44d0fe633b0d7f730f4f12c76b3be8e39911548cb1c6a0a7ea96972479bee98c4328 languageName: node linkType: hard -"@smithy/util-hex-encoding@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/util-hex-encoding@npm:4.0.0" +"@smithy/util-endpoints@npm:^3.1.2": + version: 3.1.2 + resolution: "@smithy/util-endpoints@npm:3.1.2" dependencies: + "@smithy/node-config-provider": "npm:^4.2.2" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/70dbb3aa1a79aff3329d07a66411ff26398df338bdd8a6d077b438231afe3dc86d9a7022204baddecd8bc633f059d5c841fa916d81dd7447ea79b64148f386d2 + checksum: 10c0/326511840868b2a1e337dd9bcc746d25c1efe8b9b9a7b15ff439a8e01978821bf6410eb8bf32037c781e48c8286f40e82cc77f8bcbaee3f2b3c242b8af3f52cc languageName: node linkType: hard @@ -5136,86 +4863,40 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/util-middleware@npm:4.0.5" - dependencies: - "@smithy/types": "npm:^4.3.2" - tslib: "npm:^2.6.2" - checksum: 10c0/74d9bdbcea4c4aa5304197417c370346b230b7a89893ba0dee0d9771b6ead2628a53fb8a64a3822bf1a30a176ebba2c16ece7003c21880a7ff54be0955356606 - languageName: node - linkType: hard - -"@smithy/util-middleware@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/util-middleware@npm:4.1.0" - dependencies: - "@smithy/types": "npm:^4.4.0" - tslib: "npm:^2.6.2" - checksum: 10c0/cf2053f43da72d64a43c078e89addd6aeec5027afe5200a839dad532a78f2fac4dbfd6fd8ef7a68d63eb111a252fb7bd558ef79ae007ef6385308566697fda9b - languageName: node - linkType: hard - -"@smithy/util-retry@npm:^4.0.7": - version: 4.0.7 - resolution: "@smithy/util-retry@npm:4.0.7" +"@smithy/util-middleware@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/util-middleware@npm:4.1.1" dependencies: - "@smithy/service-error-classification": "npm:^4.0.7" - "@smithy/types": "npm:^4.3.2" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/09c633f59ac51203d917548ceb4caf7678e24c87eea024e97e8d62a918be4a76a1c517622b7e9841cf0e9f50778d6787f62efe6c25ae514ed7068e2323303c72 + checksum: 10c0/47bee56b2fbf9fbe3c4be4e1daac247fea889848d43120c64895529bb92ef43b25cf07213792d1646622356a1572b91cc48b0976c39667a9020edfa5ec58d093 languageName: node linkType: hard -"@smithy/util-retry@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/util-retry@npm:4.1.0" +"@smithy/util-retry@npm:^4.1.2": + version: 4.1.2 + resolution: "@smithy/util-retry@npm:4.1.2" dependencies: - "@smithy/service-error-classification": "npm:^4.1.0" - "@smithy/types": "npm:^4.4.0" + "@smithy/service-error-classification": "npm:^4.1.2" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/b3fd78264e9e5a2f3545affac2f19410bd1afa4b429376e7f60180a8059990ce9f3e35ceed9801ca9d65e5743406ce694a6cede7df92fef105de7612c85a1d56 + checksum: 10c0/7fe664301f67898fcb721d250487763e3e59462027fe7081e4d0126d5a2d2703b053e9bdd6ffc3926dd2e4e5ea4d78590e33d512e1cb195ff21981e43e1ec3e7 languageName: node linkType: hard -"@smithy/util-stream@npm:^4.2.4": - version: 4.2.4 - resolution: "@smithy/util-stream@npm:4.2.4" - dependencies: - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/node-http-handler": "npm:^4.1.1" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-buffer-from": "npm:^4.0.0" - "@smithy/util-hex-encoding": "npm:^4.0.0" - "@smithy/util-utf8": "npm:^4.0.0" - tslib: "npm:^2.6.2" - checksum: 10c0/45d2945656a68822272eb5e37e447bd161861722d841712d087cc0aaf93ad0da8162eef2164d1a35f55a7124cb8815b357b766c21442b23ea972b1d5345f0526 - languageName: node - linkType: hard - -"@smithy/util-stream@npm:^4.3.0": - version: 4.3.0 - resolution: "@smithy/util-stream@npm:4.3.0" +"@smithy/util-stream@npm:^4.3.1, @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.0" - "@smithy/node-http-handler": "npm:^4.2.0" - "@smithy/types": "npm:^4.4.0" + "@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" tslib: "npm:^2.6.2" - checksum: 10c0/97e1577b2804d3e182b6d09dd1c93222b745726fec542648036823fb748c3a420006a401accd4b819099121a5df00b96921c078ce2b3d4f43ade6341541ce3ae - languageName: node - linkType: hard - -"@smithy/util-uri-escape@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/util-uri-escape@npm:4.0.0" - dependencies: - tslib: "npm:^2.6.2" - checksum: 10c0/23984624060756adba8aa4ab1693fe6b387ee5064d8ec4dfd39bb5908c4ee8b9c3f2dc755da9b07505d8e3ce1338c1867abfa74158931e4728bf3cfcf2c05c3d + checksum: 10c0/681544c3794709ee3c56d0bdbacf8ce9046b4a08ec75656c46a9951a1d82c24617737cb25aad0703571f558d89ed3d42e335c14372e25d92eb15ec11deb613f0 languageName: node linkType: hard @@ -5238,16 +4919,6 @@ __metadata: languageName: node linkType: hard -"@smithy/util-utf8@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/util-utf8@npm:4.0.0" - dependencies: - "@smithy/util-buffer-from": "npm:^4.0.0" - tslib: "npm:^2.6.2" - checksum: 10c0/28a5a5372cbf0b3d2e32dd16f79b04c2aec6f704cf13789db922e9686fde38dde0171491cfa4c2c201595d54752a319faaeeed3c325329610887694431e28c98 - languageName: node - linkType: hard - "@smithy/util-utf8@npm:^4.1.0": version: 4.1.0 resolution: "@smithy/util-utf8@npm:4.1.0" @@ -5258,14 +4929,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-waiter@npm:^4.0.7": - version: 4.0.7 - resolution: "@smithy/util-waiter@npm:4.0.7" +"@smithy/util-waiter@npm:^4.1.1": + version: 4.1.1 + resolution: "@smithy/util-waiter@npm:4.1.1" dependencies: - "@smithy/abort-controller": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@smithy/abort-controller": "npm:^4.1.1" + "@smithy/types": "npm:^4.5.0" tslib: "npm:^2.6.2" - checksum: 10c0/14caffd913b9b18ff4f33d6bb1f05eef2e354104a6db2b69654d7db4582c4be46b202d46af87a66177a8a3a99082fa8b0948195de8aeb63998c6ed5b04f2bd3d + checksum: 10c0/0ecdaa4b8a2036f753e0ad6c2a4f3c98b069b98f16525db9e8219aaceb189e78b46ebcd8829210874cc44a4693f9a83da9eb96315c2ed30f379065b821d6447c languageName: node linkType: hard