diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 511cc2cfc2..418f651310 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -26,8 +26,8 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-ec2": "^3.830.0", - "@aws-sdk/client-ssm": "^3.830.0", + "@aws-sdk/client-ec2": "^3.836.0", + "@aws-sdk/client-ssm": "^3.835.0", "cron-parser": "^5.0.4" }, "nx": { diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 84bd797ec8..ce2e6c60d0 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -33,8 +33,8 @@ "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", "@aws-lambda-powertools/parameters": "^2.22.0", - "@aws-sdk/client-ec2": "^3.830.0", - "@aws-sdk/client-sqs": "^3.831.0", + "@aws-sdk/client-ec2": "^3.836.0", + "@aws-sdk/client-sqs": "^3.835.0", "@middy/core": "^6.1.6", "@octokit/auth-app": "8.0.1", "@octokit/core": "7.0.2", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index bd8483d828..26db21a555 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -28,8 +28,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-s3": "^3.832.0", - "@aws-sdk/lib-storage": "^3.832.0", + "@aws-sdk/client-s3": "^3.837.0", + "@aws-sdk/lib-storage": "^3.837.0", "@middy/core": "^6.1.6", "@octokit/rest": "22.0.0", "axios": "^1.8.4" diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 993ba761e9..505960abe2 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ec2": "^3.830.0", + "@aws-sdk/client-ec2": "^3.836.0", "@middy/core": "^6.1.6" }, "nx": { diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index bbdbb60279..05eb864e73 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.830.0", + "@aws-sdk/client-eventbridge": "^3.835.0", "@octokit/webhooks-types": "^7.6.1", "@types/aws-lambda": "^8.10.147", "@types/express": "^5.0.0", @@ -30,7 +30,7 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-sqs": "^3.831.0", + "@aws-sdk/client-sqs": "^3.835.0", "@middy/core": "^6.1.6", "@octokit/rest": "22.0.0", "@octokit/types": "^14.1.0", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index 2dd8081944..9a6ef26092 100644 --- a/lambdas/libs/aws-ssm-util/package.json +++ b/lambdas/libs/aws-ssm-util/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ssm": "^3.830.0" + "@aws-sdk/client-ssm": "^3.835.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index 6cfdbd9040..772cbaf63e 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -126,8 +126,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.830.0" - "@aws-sdk/client-ssm": "npm:^3.830.0" + "@aws-sdk/client-ec2": "npm:^3.836.0" + "@aws-sdk/client-ssm": "npm:^3.835.0" "@aws-sdk/types": "npm:^3.821.0" "@types/aws-lambda": "npm:^8.10.147" "@vercel/ncc": "npm:^0.38.3" @@ -156,7 +156,7 @@ __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.830.0" + "@aws-sdk/client-ssm": "npm:^3.835.0" "@aws-sdk/types": "npm:^3.821.0" "@types/aws-lambda": "npm:^8.10.147" "@types/node": "npm:^22.14.0" @@ -172,8 +172,8 @@ __metadata: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" "@aws-lambda-powertools/parameters": "npm:^2.22.0" - "@aws-sdk/client-ec2": "npm:^3.830.0" - "@aws-sdk/client-sqs": "npm:^3.831.0" + "@aws-sdk/client-ec2": "npm:^3.836.0" + "@aws-sdk/client-sqs": "npm:^3.835.0" "@aws-sdk/types": "npm:^3.821.0" "@middy/core": "npm:^6.1.6" "@octokit/auth-app": "npm:8.0.1" @@ -199,8 +199,8 @@ __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.832.0" - "@aws-sdk/lib-storage": "npm:^3.832.0" + "@aws-sdk/client-s3": "npm:^3.837.0" + "@aws-sdk/lib-storage": "npm:^3.837.0" "@aws-sdk/types": "npm:^3.821.0" "@middy/core": "npm:^6.1.6" "@octokit/rest": "npm:22.0.0" @@ -220,7 +220,7 @@ __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.830.0" + "@aws-sdk/client-ec2": "npm:^3.836.0" "@aws-sdk/types": "npm:^3.821.0" "@middy/core": "npm:^6.1.6" "@types/aws-lambda": "npm:^8.10.147" @@ -237,8 +237,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-eventbridge": "npm:^3.830.0" - "@aws-sdk/client-sqs": "npm:^3.831.0" + "@aws-sdk/client-eventbridge": "npm:^3.835.0" + "@aws-sdk/client-sqs": "npm:^3.835.0" "@middy/core": "npm:^6.1.6" "@octokit/rest": "npm:22.0.0" "@octokit/types": "npm:^14.1.0" @@ -338,130 +338,130 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.830.0": - version: 3.830.0 - resolution: "@aws-sdk/client-ec2@npm:3.830.0" +"@aws-sdk/client-ec2@npm:^3.836.0": + version: 3.836.0 + resolution: "@aws-sdk/client-ec2@npm:3.836.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.826.0" - "@aws-sdk/credential-provider-node": "npm:3.830.0" + "@aws-sdk/core": "npm:3.835.0" + "@aws-sdk/credential-provider-node": "npm:3.835.0" "@aws-sdk/middleware-host-header": "npm:3.821.0" "@aws-sdk/middleware-logger": "npm:3.821.0" "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.826.0" - "@aws-sdk/middleware-user-agent": "npm:3.828.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.835.0" + "@aws-sdk/middleware-user-agent": "npm:3.835.0" "@aws-sdk/region-config-resolver": "npm:3.821.0" "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/util-endpoints": "npm:3.828.0" "@aws-sdk/util-user-agent-browser": "npm:3.821.0" - "@aws-sdk/util-user-agent-node": "npm:3.828.0" + "@aws-sdk/util-user-agent-node": "npm:3.835.0" "@smithy/config-resolver": "npm:^4.1.4" "@smithy/core": "npm:^3.5.3" "@smithy/fetch-http-handler": "npm:^5.0.4" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.11" - "@smithy/middleware-retry": "npm:^4.1.12" + "@smithy/middleware-endpoint": "npm:^4.1.12" + "@smithy/middleware-retry": "npm:^4.1.13" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.0.6" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.4" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.19" - "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-defaults-mode-browser": "npm:^4.0.20" + "@smithy/util-defaults-mode-node": "npm:^4.0.20" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" "@smithy/util-waiter": "npm:^4.0.5" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/9e4c3f4d9bee84ab09e72002ad6cce4df7fa5d685197ee4546e7cd0c7dc93b25ce4e6f4a1bf536e04e4244f1b451aeee138b985091e0c89463216691a6439c4e + checksum: 10c0/dc8818cf15f932e460efd6e7097b4ca8658b4073aa98646cc4aab585db587ba62dc50a33d1d00ad033d14cb4534df547567bdec6192041d6ac0df0c3e452a429 languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.830.0": - version: 3.830.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.830.0" +"@aws-sdk/client-eventbridge@npm:^3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.835.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.826.0" - "@aws-sdk/credential-provider-node": "npm:3.830.0" + "@aws-sdk/core": "npm:3.835.0" + "@aws-sdk/credential-provider-node": "npm:3.835.0" "@aws-sdk/middleware-host-header": "npm:3.821.0" "@aws-sdk/middleware-logger": "npm:3.821.0" "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" - "@aws-sdk/middleware-user-agent": "npm:3.828.0" + "@aws-sdk/middleware-user-agent": "npm:3.835.0" "@aws-sdk/region-config-resolver": "npm:3.821.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.826.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/util-endpoints": "npm:3.828.0" "@aws-sdk/util-user-agent-browser": "npm:3.821.0" - "@aws-sdk/util-user-agent-node": "npm:3.828.0" + "@aws-sdk/util-user-agent-node": "npm:3.835.0" "@smithy/config-resolver": "npm:^4.1.4" "@smithy/core": "npm:^3.5.3" "@smithy/fetch-http-handler": "npm:^5.0.4" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.11" - "@smithy/middleware-retry": "npm:^4.1.12" + "@smithy/middleware-endpoint": "npm:^4.1.12" + "@smithy/middleware-retry": "npm:^4.1.13" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.0.6" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.4" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.19" - "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-defaults-mode-browser": "npm:^4.0.20" + "@smithy/util-defaults-mode-node": "npm:^4.0.20" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b4e2decea79fe226bf3f86c5b385e90384b57981026ef45d16256989d51eafddb9f18b1b0339b9247d06b61f1ef90cad056099af30be972fff05d3b9f159e9ba + checksum: 10c0/78b070137bc23e407d286ad9bde6fc0df1fdf00af89053696d26c68f45ae51486948aeba6d825bb28e0e38cb17e838202800f2b846f8de1ddffa1b0544894525 languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.832.0": - version: 3.832.0 - resolution: "@aws-sdk/client-s3@npm:3.832.0" +"@aws-sdk/client-s3@npm:^3.837.0": + version: 3.837.0 + resolution: "@aws-sdk/client-s3@npm:3.837.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.826.0" - "@aws-sdk/credential-provider-node": "npm:3.830.0" + "@aws-sdk/core": "npm:3.835.0" + "@aws-sdk/credential-provider-node": "npm:3.835.0" "@aws-sdk/middleware-bucket-endpoint": "npm:3.830.0" "@aws-sdk/middleware-expect-continue": "npm:3.821.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.826.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.835.0" "@aws-sdk/middleware-host-header": "npm:3.821.0" "@aws-sdk/middleware-location-constraint": "npm:3.821.0" "@aws-sdk/middleware-logger": "npm:3.821.0" "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.826.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.835.0" "@aws-sdk/middleware-ssec": "npm:3.821.0" - "@aws-sdk/middleware-user-agent": "npm:3.828.0" + "@aws-sdk/middleware-user-agent": "npm:3.835.0" "@aws-sdk/region-config-resolver": "npm:3.821.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.826.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/util-endpoints": "npm:3.828.0" "@aws-sdk/util-user-agent-browser": "npm:3.821.0" - "@aws-sdk/util-user-agent-node": "npm:3.828.0" + "@aws-sdk/util-user-agent-node": "npm:3.835.0" "@aws-sdk/xml-builder": "npm:3.821.0" "@smithy/config-resolver": "npm:^4.1.4" "@smithy/core": "npm:^3.5.3" @@ -475,52 +475,52 @@ __metadata: "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/md5-js": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.11" - "@smithy/middleware-retry": "npm:^4.1.12" + "@smithy/middleware-endpoint": "npm:^4.1.12" + "@smithy/middleware-retry": "npm:^4.1.13" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.0.6" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.4" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.19" - "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-defaults-mode-browser": "npm:^4.0.20" + "@smithy/util-defaults-mode-node": "npm:^4.0.20" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-stream": "npm:^4.2.2" "@smithy/util-utf8": "npm:^4.0.0" "@smithy/util-waiter": "npm:^4.0.5" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/fc115d6cff56f6cbaf88e6c6d3c9ee57dea449222a96f9acc1397e982799d88303871f11d8d4e422d65ea44fe8dcf3ba96b32c8d5d8d18a1e1b2fd59cfbd73e4 + checksum: 10c0/b6e851da52364e4dcdd4d7600a830cdc175f707a8c0bd5ea585a7e28e71258176d56cdea2344ad3d0f80c6c03d6f88f0b1ae5b1630c338aedfea5b1b8189fc7f languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.831.0": - version: 3.831.0 - resolution: "@aws-sdk/client-sqs@npm:3.831.0" +"@aws-sdk/client-sqs@npm:^3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/client-sqs@npm:3.835.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.826.0" - "@aws-sdk/credential-provider-node": "npm:3.830.0" + "@aws-sdk/core": "npm:3.835.0" + "@aws-sdk/credential-provider-node": "npm:3.835.0" "@aws-sdk/middleware-host-header": "npm:3.821.0" "@aws-sdk/middleware-logger": "npm:3.821.0" "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.826.0" - "@aws-sdk/middleware-user-agent": "npm:3.828.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.835.0" + "@aws-sdk/middleware-user-agent": "npm:3.835.0" "@aws-sdk/region-config-resolver": "npm:3.821.0" "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/util-endpoints": "npm:3.828.0" "@aws-sdk/util-user-agent-browser": "npm:3.821.0" - "@aws-sdk/util-user-agent-node": "npm:3.828.0" + "@aws-sdk/util-user-agent-node": "npm:3.835.0" "@smithy/config-resolver": "npm:^4.1.4" "@smithy/core": "npm:^3.5.3" "@smithy/fetch-http-handler": "npm:^5.0.4" @@ -528,129 +528,129 @@ __metadata: "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/md5-js": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.11" - "@smithy/middleware-retry": "npm:^4.1.12" + "@smithy/middleware-endpoint": "npm:^4.1.12" + "@smithy/middleware-retry": "npm:^4.1.13" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.0.6" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.4" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.19" - "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-defaults-mode-browser": "npm:^4.0.20" + "@smithy/util-defaults-mode-node": "npm:^4.0.20" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/c0954cb045ad8e4e450eb9a2490a43f1d77e0f5ae3e384fdc71ed5885802d9d22fc56316162405baebc2ee7e1c9b17441fb07746409ef0f5b7b2a1b231be3503 + checksum: 10c0/84e8f7aebccfc3138b05eb1ac9e731f3d90d9f38c5c338b524d78f291fe25c0e602a932163e6460af51629b095ac3d64b247e82e744a4c28fb56cdb369e431dc languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.830.0": - version: 3.830.0 - resolution: "@aws-sdk/client-ssm@npm:3.830.0" +"@aws-sdk/client-ssm@npm:^3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/client-ssm@npm:3.835.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.826.0" - "@aws-sdk/credential-provider-node": "npm:3.830.0" + "@aws-sdk/core": "npm:3.835.0" + "@aws-sdk/credential-provider-node": "npm:3.835.0" "@aws-sdk/middleware-host-header": "npm:3.821.0" "@aws-sdk/middleware-logger": "npm:3.821.0" "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" - "@aws-sdk/middleware-user-agent": "npm:3.828.0" + "@aws-sdk/middleware-user-agent": "npm:3.835.0" "@aws-sdk/region-config-resolver": "npm:3.821.0" "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/util-endpoints": "npm:3.828.0" "@aws-sdk/util-user-agent-browser": "npm:3.821.0" - "@aws-sdk/util-user-agent-node": "npm:3.828.0" + "@aws-sdk/util-user-agent-node": "npm:3.835.0" "@smithy/config-resolver": "npm:^4.1.4" "@smithy/core": "npm:^3.5.3" "@smithy/fetch-http-handler": "npm:^5.0.4" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.11" - "@smithy/middleware-retry": "npm:^4.1.12" + "@smithy/middleware-endpoint": "npm:^4.1.12" + "@smithy/middleware-retry": "npm:^4.1.13" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.0.6" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.4" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.19" - "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-defaults-mode-browser": "npm:^4.0.20" + "@smithy/util-defaults-mode-node": "npm:^4.0.20" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" "@smithy/util-waiter": "npm:^4.0.5" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/d1cea7c895a6fd40f29e646c46ec8543f8c49d6d2a8f0d9fd3ca4278ee47326ab762702f3f1d84b92f7dab5320d96027977f2132f033d39a16f5392ec4be1a70 + checksum: 10c0/04431873f86e88e7a268d60c84790a51009b3c9440b6827286ec72ea0eb8311a4e707b074feb8fdadef20e185ce8b16fb41dd939f6926cf0c41663d6e0b7815d languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.830.0": - version: 3.830.0 - resolution: "@aws-sdk/client-sso@npm:3.830.0" +"@aws-sdk/client-sso@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/client-sso@npm:3.835.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/core": "npm:3.835.0" "@aws-sdk/middleware-host-header": "npm:3.821.0" "@aws-sdk/middleware-logger": "npm:3.821.0" "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" - "@aws-sdk/middleware-user-agent": "npm:3.828.0" + "@aws-sdk/middleware-user-agent": "npm:3.835.0" "@aws-sdk/region-config-resolver": "npm:3.821.0" "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/util-endpoints": "npm:3.828.0" "@aws-sdk/util-user-agent-browser": "npm:3.821.0" - "@aws-sdk/util-user-agent-node": "npm:3.828.0" + "@aws-sdk/util-user-agent-node": "npm:3.835.0" "@smithy/config-resolver": "npm:^4.1.4" "@smithy/core": "npm:^3.5.3" "@smithy/fetch-http-handler": "npm:^5.0.4" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.11" - "@smithy/middleware-retry": "npm:^4.1.12" + "@smithy/middleware-endpoint": "npm:^4.1.12" + "@smithy/middleware-retry": "npm:^4.1.13" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.0.6" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.4" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.19" - "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-defaults-mode-browser": "npm:^4.0.20" + "@smithy/util-defaults-mode-node": "npm:^4.0.20" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/1e457581b5c05e2cff22c7dfd9b572b92a0e2b494dffdc4ff2869ab6d2f38cb9b69a153d6bc6e4210ebc83231fda6cb3fc2530bd9763052be149eed7e4dbf983 + checksum: 10c0/0f203daae2392f1d8c7317f64d3a8670e3b44fa2c991c120683cb5caec154633d4b3fb1a0b564079d130447790570a4a2a30a2e9e5cb552a9944c345119021bc languageName: node linkType: hard -"@aws-sdk/core@npm:3.826.0": - version: 3.826.0 - resolution: "@aws-sdk/core@npm:3.826.0" +"@aws-sdk/core@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/core@npm:3.835.0" dependencies: "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/xml-builder": "npm:3.821.0" @@ -659,7 +659,7 @@ __metadata: "@smithy/property-provider": "npm:^4.0.4" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.4" "@smithy/types": "npm:^4.3.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" @@ -667,140 +667,140 @@ __metadata: "@smithy/util-utf8": "npm:^4.0.0" fast-xml-parser: "npm:4.4.1" tslib: "npm:^2.6.2" - checksum: 10c0/d8e1d72e8503d27c31891aabc5e7de893e4994a64d48e80614547c9cb886e664f068ec3fd80d6e3dcea16950a9dfe4abb6cdca2552775c12b0c8ea1d05588c71 + checksum: 10c0/558b0829724dcb63555f21cebf13e1cdc557f01b00159d6594fac0a4e72517c115d361d5fcf5ca09413518a07cfea9ff01dafd9b99eb9d0b099d83cb600390a3 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.826.0": - version: 3.826.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.826.0" +"@aws-sdk/credential-provider-env@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.835.0" dependencies: - "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/core": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/3cfcf7ec921c39ce0e5cb43d821e99d1260a1aa62e16617383f1401a0f600fe60a77cf92f97f86c9a81b99d741a8d640f1401da1e492b5a9f845833031c1ee44 + checksum: 10c0/092f6abaa29306fbe9ef7c6af93c01a1cde33544af68082d98368cdd787b997b12d55752f01dfb36b11f4bcdf83940445f157d87df1a12d3b17ed16d2c342b07 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.826.0": - version: 3.826.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.826.0" +"@aws-sdk/credential-provider-http@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.835.0" dependencies: - "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/core": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@smithy/fetch-http-handler": "npm:^5.0.4" "@smithy/node-http-handler": "npm:^4.0.6" "@smithy/property-provider": "npm:^4.0.4" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.4" "@smithy/types": "npm:^4.3.1" "@smithy/util-stream": "npm:^4.2.2" tslib: "npm:^2.6.2" - checksum: 10c0/042c3b873cc57acfd711ff90350a32d2f4371a1de80ec301d9e4268c184ec42d6de94ecbab3784d6853a18c6fb3bb06a198d02f9025479681e1e9a230b18e436 + checksum: 10c0/e6df07b4c70989d718c635b6230342f0d6dee723e43eaba340ee7141645490a8db6e1b4fe2d2fce96ffd5c83727ccba9e3201a15b0c8fa5c5d34038ff64170d6 languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.830.0": - version: 3.830.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.830.0" - dependencies: - "@aws-sdk/core": "npm:3.826.0" - "@aws-sdk/credential-provider-env": "npm:3.826.0" - "@aws-sdk/credential-provider-http": "npm:3.826.0" - "@aws-sdk/credential-provider-process": "npm:3.826.0" - "@aws-sdk/credential-provider-sso": "npm:3.830.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.830.0" - "@aws-sdk/nested-clients": "npm:3.830.0" +"@aws-sdk/credential-provider-ini@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.835.0" + dependencies: + "@aws-sdk/core": "npm:3.835.0" + "@aws-sdk/credential-provider-env": "npm:3.835.0" + "@aws-sdk/credential-provider-http": "npm:3.835.0" + "@aws-sdk/credential-provider-process": "npm:3.835.0" + "@aws-sdk/credential-provider-sso": "npm:3.835.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.835.0" + "@aws-sdk/nested-clients": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@smithy/credential-provider-imds": "npm:^4.0.6" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/766eabc244574668235f132078038fa4fb29785b8d7d2e5339f055c0ae827977526ace3cf5feaa66c8adf4c226a91609738895e6c9f507ca2297039bda83fcb6 + checksum: 10c0/bfcf878d607afb6c22a3d243bbe47a1b6616b89418df3b70a90f075078383c478e2227a3f6ff9ab6818b5386495110cd2cff94284a513d35b5910d830b515b79 languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.830.0": - version: 3.830.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.830.0" - dependencies: - "@aws-sdk/credential-provider-env": "npm:3.826.0" - "@aws-sdk/credential-provider-http": "npm:3.826.0" - "@aws-sdk/credential-provider-ini": "npm:3.830.0" - "@aws-sdk/credential-provider-process": "npm:3.826.0" - "@aws-sdk/credential-provider-sso": "npm:3.830.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.830.0" +"@aws-sdk/credential-provider-node@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.835.0" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.835.0" + "@aws-sdk/credential-provider-http": "npm:3.835.0" + "@aws-sdk/credential-provider-ini": "npm:3.835.0" + "@aws-sdk/credential-provider-process": "npm:3.835.0" + "@aws-sdk/credential-provider-sso": "npm:3.835.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@smithy/credential-provider-imds": "npm:^4.0.6" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/1c007cc2547703227128247d05dd9c2b49c0f9f3069bc7b49eaedf3764909811017fb2561c25773caf1478bc0822decdcfa2b041c204c393cba69f26a9fea071 + checksum: 10c0/c6a21ff206ece708b6ef70e0489d24ab24598ae384e204b0ec91f97f579388bd62ed8573c981ab230a00bc0b46e1c7af4b49c2abd0fc8ea1c17b41dfa0464155 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.826.0": - version: 3.826.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.826.0" +"@aws-sdk/credential-provider-process@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.835.0" dependencies: - "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/core": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/af6d32620b32cbe5069e967b6727e79076b9be9ae22977da5e0f08a9e95358a43060455e75fa77e58dae22ffe058f0c4c055675b3f80ecce34a2680464988da5 + checksum: 10c0/da2ddef1007f7b3bd8871f8f558eea9a242ac6cd0f5db713da6cbd6873b0175fb7822e4cedb082314e547fc5fe055e16a224aca587331964c98bf5a610b30542 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.830.0": - version: 3.830.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.830.0" +"@aws-sdk/credential-provider-sso@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.835.0" dependencies: - "@aws-sdk/client-sso": "npm:3.830.0" - "@aws-sdk/core": "npm:3.826.0" - "@aws-sdk/token-providers": "npm:3.830.0" + "@aws-sdk/client-sso": "npm:3.835.0" + "@aws-sdk/core": "npm:3.835.0" + "@aws-sdk/token-providers": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/9d30bf8c1c45957eadbb912db9303fc7b94aee3dc76f7189e451bd60dd263ca4114ace2651b0ac84c4150c736ec9bd4d66a4eaa776388a163d34a779c9ab1d71 + checksum: 10c0/2701f120c63fd0295af1b90366b9839be2f5e26da4a8bba8112a5b11543d6f901a65386d9541d281decaa21b194622db67fc0c7cfdc660c2840e11b76952a234 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.830.0": - version: 3.830.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.830.0" +"@aws-sdk/credential-provider-web-identity@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.835.0" dependencies: - "@aws-sdk/core": "npm:3.826.0" - "@aws-sdk/nested-clients": "npm:3.830.0" + "@aws-sdk/core": "npm:3.835.0" + "@aws-sdk/nested-clients": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/31fea28695739267418be58a211ba71cd62f73484a38d327fc01685de4afbba018eb543ad17b10bc073dc36f9b96d1fdcaadd6d55801aa8cd02231827f779db5 + checksum: 10c0/9f5cd38057711a7b521e99f1003fbdac050efc5051d414854e0c739b2e4d0e27eff51bca30950db68b18f56ecc1b8e91ec12b47227bb4b57b436eb157da3aa64 languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.832.0": - version: 3.832.0 - resolution: "@aws-sdk/lib-storage@npm:3.832.0" +"@aws-sdk/lib-storage@npm:^3.837.0": + version: 3.837.0 + resolution: "@aws-sdk/lib-storage@npm:3.837.0" dependencies: "@smithy/abort-controller": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.11" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/middleware-endpoint": "npm:^4.1.12" + "@smithy/smithy-client": "npm:^4.4.4" 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.832.0 - checksum: 10c0/bac72d40ccb91167651cf2a9ee5e6e8bb612d582b054fca8d2371e107bb37a739da70b4442ed1738d241645213aa49b39e48b75e1152053d2958d966725d7a80 + "@aws-sdk/client-s3": ^3.837.0 + checksum: 10c0/3b81566d91e516c81a250d735b3ee829c806c2c37c653b72f96217d60432b27bea0a3cdcc41188cec292cb72001ac9220be7ebcf7af8b1420af04413ff49f6a2 languageName: node linkType: hard @@ -831,14 +831,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.826.0": - version: 3.826.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.826.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.835.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.826.0" + "@aws-sdk/core": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@smithy/is-array-buffer": "npm:^4.0.0" "@smithy/node-config-provider": "npm:^4.1.3" @@ -848,7 +848,7 @@ __metadata: "@smithy/util-stream": "npm:^4.2.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/a9473378c0dcac89c65f2c6252d4d0b3062e2eeb6c4b9cdb545a3ce7e8430b6a9439b2ff7006521fe44dd5a5ab96bc98aa5caf7746211750e41956256ff14067 + checksum: 10c0/c85e98342ccfb15eca52f06c85247b78976e4584f2acc28cca0660079ba197cef06b0d3069512ae3e55c9207ff349d710bd6a10b2c055b44460113fb63969cc6 languageName: node linkType: hard @@ -898,55 +898,55 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.826.0": - version: 3.826.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.826.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.835.0" dependencies: "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/util-format-url": "npm:3.821.0" - "@smithy/middleware-endpoint": "npm:^4.1.11" + "@smithy/middleware-endpoint": "npm:^4.1.12" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/74c49e26867255f9ca13d70e82ac88b2f0ed35e87f83ebb715a56927e3bf5ea3389cb03d0ba597d92faaa67ace36b43b35e0c244fbb59a7ed252a4389e354f56 + checksum: 10c0/ea757ae2d69d8c344f9a7ac837ae2b2c5f10814cc0c7ef955410eb8b5afa32e6a1e297e8298e1946a4faf6f225e51ee0f0bb969d5d5e5debdb74bf1ecec31879 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.826.0": - version: 3.826.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.826.0" +"@aws-sdk/middleware-sdk-s3@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.835.0" dependencies: - "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/core": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/util-arn-parser": "npm:3.804.0" "@smithy/core": "npm:^3.5.3" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.4" "@smithy/types": "npm:^4.3.1" "@smithy/util-config-provider": "npm:^4.0.0" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-stream": "npm:^4.2.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/8c964dbf7c909541978d36bdcfb952cacd99cd227c8dae0eacda24ce992dc8b4ce666cfd1d29e42465c2701b3f0198c77ee4300bbbaf43a4998da6f6cafa2cc3 + checksum: 10c0/ada62e84cba6838933e531ad58295817a2f7f34b8f9aa259ef7bc5ab35c2f445afddbca42e9c4bc4c2c7a1b8fad87f7cb825de23e75f3f32d089de6f81349a0c languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.826.0": - version: 3.826.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.826.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.835.0" dependencies: "@aws-sdk/types": "npm:3.821.0" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.4" "@smithy/types": "npm:^4.3.1" "@smithy/util-hex-encoding": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/d842579ff94d0a19ab1c99a29d57cba217f637a88d2ee74c5ee989a62b091b5ee959c6d76ee18683e202f00ce251470acc4efbd54e94eda47f051b9eda61e21f + checksum: 10c0/458736fb88e8795bbd841187bc97d3ef9b0f56f051dfc040da78c71b326c4fc1a7caff73d58fd39e060012267f68c53adc72ab5498680e53e2e86d595f5047a9 languageName: node linkType: hard @@ -961,64 +961,64 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.828.0": - version: 3.828.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.828.0" +"@aws-sdk/middleware-user-agent@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.835.0" dependencies: - "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/core": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/util-endpoints": "npm:3.828.0" "@smithy/core": "npm:^3.5.3" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/3b2576d33f21d07b6b6b42f823e9277d55ea81913e6ad526b300961c5525e70d1571dd6953c282208b3da6a58ffb19fa2bc3b3b04962122cb87365bb7353478a + checksum: 10c0/1b8283eb106b581277066ba8b62fcbe9f844e26a9b82a4684b796b27122e1d34a5ef6905c5943038717fa61645df3bd9f8e70bf741b2b3f921f65eeaf6b71e59 languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.830.0": - version: 3.830.0 - resolution: "@aws-sdk/nested-clients@npm:3.830.0" +"@aws-sdk/nested-clients@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/nested-clients@npm:3.835.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.826.0" + "@aws-sdk/core": "npm:3.835.0" "@aws-sdk/middleware-host-header": "npm:3.821.0" "@aws-sdk/middleware-logger": "npm:3.821.0" "@aws-sdk/middleware-recursion-detection": "npm:3.821.0" - "@aws-sdk/middleware-user-agent": "npm:3.828.0" + "@aws-sdk/middleware-user-agent": "npm:3.835.0" "@aws-sdk/region-config-resolver": "npm:3.821.0" "@aws-sdk/types": "npm:3.821.0" "@aws-sdk/util-endpoints": "npm:3.828.0" "@aws-sdk/util-user-agent-browser": "npm:3.821.0" - "@aws-sdk/util-user-agent-node": "npm:3.828.0" + "@aws-sdk/util-user-agent-node": "npm:3.835.0" "@smithy/config-resolver": "npm:^4.1.4" "@smithy/core": "npm:^3.5.3" "@smithy/fetch-http-handler": "npm:^5.0.4" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.11" - "@smithy/middleware-retry": "npm:^4.1.12" + "@smithy/middleware-endpoint": "npm:^4.1.12" + "@smithy/middleware-retry": "npm:^4.1.13" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.0.6" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.4" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.19" - "@smithy/util-defaults-mode-node": "npm:^4.0.19" + "@smithy/util-defaults-mode-browser": "npm:^4.0.20" + "@smithy/util-defaults-mode-node": "npm:^4.0.20" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/14cbf4d11e8600e5cbb7519518c1b51ee950b5057d9b3a78d297656689e031aa1cb7805f8ffeecc195cbc93a517c04f925db550ac79bbb9f75b47d3e5d7f366c + checksum: 10c0/26d88ce06a40c5da9fcfe24908ce49ec3994a9b9968f2f97c9e55f036f06551e533df6f906a95437df42afa8643bc8ff322c39d08c9da557f4a387b0b5711bad languageName: node linkType: hard @@ -1036,32 +1036,32 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.826.0": - version: 3.826.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.826.0" +"@aws-sdk/signature-v4-multi-region@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.835.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.826.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/signature-v4": "npm:^5.1.2" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/24b3e33bdd6d2674319121b563d69d57b7ce8091f67f8195bb9606cb4e061b713e1c9f30258d518840c2e3bf2887839db0a3832b6d622bc3a833cbe8ddde7b28 + checksum: 10c0/9ac48648a18f6602c23f4a384928dd92b38f484147a97044e2efe95da28038d301e1cbc546dcf1b154c6b6cd600b25c987d4101c36d130ffe950fd60bc20cee3 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.830.0": - version: 3.830.0 - resolution: "@aws-sdk/token-providers@npm:3.830.0" +"@aws-sdk/token-providers@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/token-providers@npm:3.835.0" dependencies: - "@aws-sdk/core": "npm:3.826.0" - "@aws-sdk/nested-clients": "npm:3.830.0" + "@aws-sdk/core": "npm:3.835.0" + "@aws-sdk/nested-clients": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/2a541d1b329b5a285a69d25695051c1069a266902d5996d4fdd1b6d4f43bbd53780ab48e27eda0625e35a3c58b4d6ee6ddf97249bf0b73e0c4d43879a6c9159a + checksum: 10c0/870214feb8a4755c714eecfc7a0bf6e2399a7de2e8e004910263b80f47b7347be576cb408d3dae4a11869fbd1ec87de0575073c8ee54fca6cb6cab4419fe3175 languageName: node linkType: hard @@ -1139,11 +1139,11 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.828.0": - version: 3.828.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.828.0" +"@aws-sdk/util-user-agent-node@npm:3.835.0": + version: 3.835.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.835.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.828.0" + "@aws-sdk/middleware-user-agent": "npm:3.835.0" "@aws-sdk/types": "npm:3.821.0" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/types": "npm:^4.3.1" @@ -1153,7 +1153,7 @@ __metadata: peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/19997223540d49bbeaeae5aafc7b0d81bb9ae4af83405e66cd19beb57a93f35cb8866216ae699da2c9e99fff3986557e77679267338cf40380f8a49e767e6dbd + checksum: 10c0/af1bdca8e20eeb0d8a5d2e0d8c4a071013cfacc1d244ec2fd534b6d8a74d548941348fb2b39bcca6da1afa619815d98215294483dde33582bc2cd91464e48a68 languageName: node linkType: hard @@ -4363,6 +4363,23 @@ __metadata: languageName: node linkType: hard +"@smithy/core@npm:^3.6.0": + version: 3.6.0 + resolution: "@smithy/core@npm:3.6.0" + dependencies: + "@smithy/middleware-serde": "npm:^4.0.8" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-stream": "npm:^4.2.2" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/015874e1c44815b6e50594f2983a1a88e3c4f777760d062b2e31b402e8d145ce5c64b33065eaa97fd37867ef6c95493ddc62f3775cd7102e6fd41c9808be219a + languageName: node + linkType: hard + "@smithy/credential-provider-imds@npm:^4.0.6": version: 4.0.6 resolution: "@smithy/credential-provider-imds@npm:4.0.6" @@ -4529,11 +4546,11 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.1.11": - version: 4.1.11 - resolution: "@smithy/middleware-endpoint@npm:4.1.11" +"@smithy/middleware-endpoint@npm:^4.1.12, @smithy/middleware-endpoint@npm:^4.1.13": + version: 4.1.13 + resolution: "@smithy/middleware-endpoint@npm:4.1.13" dependencies: - "@smithy/core": "npm:^3.5.3" + "@smithy/core": "npm:^3.6.0" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/shared-ini-file-loader": "npm:^4.0.4" @@ -4541,24 +4558,24 @@ __metadata: "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-middleware": "npm:^4.0.4" tslib: "npm:^2.6.2" - checksum: 10c0/28420a3b8b42655e29a005d2de14348082fd472c008bee2d135aa0907772678961bf74a631dc583e136f4819936aa495c80fbcca5079cadfd1800bb6ab391110 + checksum: 10c0/a4f605ba95d59e5afbad326ed0a1417fb33cb1c6085a9c13f765520d3732e223ab501033457eab72ed223d41ce0a079d6895ebb3954935b2a6d25b223c4ef72c languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.1.12": - version: 4.1.12 - resolution: "@smithy/middleware-retry@npm:4.1.12" +"@smithy/middleware-retry@npm:^4.1.13": + version: 4.1.14 + resolution: "@smithy/middleware-retry@npm:4.1.14" dependencies: "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/service-error-classification": "npm:^4.0.5" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/service-error-classification": "npm:^4.0.6" + "@smithy/smithy-client": "npm:^4.4.5" "@smithy/types": "npm:^4.3.1" "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-retry": "npm:^4.0.5" + "@smithy/util-retry": "npm:^4.0.6" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/7cd2ee73003423d0857a458db64ce0d9d484c8f4b669a8b33c866ee4fdbbc199e85a53f729a76d7f0874e771fb7f9b95ad151af443573588e15e9ecac1f38fbe + checksum: 10c0/a720f366f3c8b5ea9d35bf38718d3885492fe896288623f9e5b3c293bfea14bc530b9107da100abdac3ff45bebbe1335f6da928c005fc78dbdefab2d65f1269d languageName: node linkType: hard @@ -4658,12 +4675,12 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/service-error-classification@npm:4.0.5" +"@smithy/service-error-classification@npm:^4.0.6": + version: 4.0.6 + resolution: "@smithy/service-error-classification@npm:4.0.6" dependencies: "@smithy/types": "npm:^4.3.1" - checksum: 10c0/9ca6a876a403fa15151d955ef43c7b4e8c3a93b334d493ab7086d095bcd8670b848779bb82be66b2a14423edf169f1be514ec381f71d2d78f0612731416911ac + checksum: 10c0/b67f5ef633fa803f6b9f81f53dcc361253f33e01ffefbcb1beaf29c578834b1381e5f979e25b38985d351142e1ab4ee638cf132a2ba9f6f7a0a806a35da76d86 languageName: node linkType: hard @@ -4693,18 +4710,18 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.4.3": - version: 4.4.3 - resolution: "@smithy/smithy-client@npm:4.4.3" +"@smithy/smithy-client@npm:^4.4.4, @smithy/smithy-client@npm:^4.4.5": + version: 4.4.5 + resolution: "@smithy/smithy-client@npm:4.4.5" dependencies: - "@smithy/core": "npm:^3.5.3" - "@smithy/middleware-endpoint": "npm:^4.1.11" + "@smithy/core": "npm:^3.6.0" + "@smithy/middleware-endpoint": "npm:^4.1.13" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/types": "npm:^4.3.1" "@smithy/util-stream": "npm:^4.2.2" tslib: "npm:^2.6.2" - checksum: 10c0/37f69c4af3883525cebe4ea648b05cd93de01742d7206e7613e65ec15f3bd06874b0d923a6ccfbdc3b7e01a2cb6dc6c961f7590f984eea4e55c68871dfb3b11a + checksum: 10c0/180115cf186a0984db9110b3763db2f84451b65c353ae8e908cc6b6941ad4ad13de690192e7ee50281c83694ab09a7f282bcf4c81a2d839497f515c951d86b38 languageName: node linkType: hard @@ -4804,31 +4821,31 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.0.19": - version: 4.0.19 - resolution: "@smithy/util-defaults-mode-browser@npm:4.0.19" +"@smithy/util-defaults-mode-browser@npm:^4.0.20": + version: 4.0.21 + resolution: "@smithy/util-defaults-mode-browser@npm:4.0.21" dependencies: "@smithy/property-provider": "npm:^4.0.4" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.5" "@smithy/types": "npm:^4.3.1" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/05998cf1481f1bc2467f2fba571faa9ebcaeb1cf58d5c411a1096320068a9467b100ee2491eb1d56458d56d723a0b28711a975fb186df60bf3165d2d8aa6a678 + checksum: 10c0/401d5f83aa0c054755e18742a6f35de50268174d93ad05bd95123fe176870153da3bfc2344ebad23a2a159bd0668f2c0c758a94e3d5696dd59990d5e881c4c1b languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.0.19": - version: 4.0.19 - resolution: "@smithy/util-defaults-mode-node@npm:4.0.19" +"@smithy/util-defaults-mode-node@npm:^4.0.20": + version: 4.0.21 + resolution: "@smithy/util-defaults-mode-node@npm:4.0.21" dependencies: "@smithy/config-resolver": "npm:^4.1.4" "@smithy/credential-provider-imds": "npm:^4.0.6" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/property-provider": "npm:^4.0.4" - "@smithy/smithy-client": "npm:^4.4.3" + "@smithy/smithy-client": "npm:^4.4.5" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/e12adbad9efa9f5604beb356d7b84de62df47cea6535e9835987a764c28602e341ea4909cd08daef6c0627bbcb921725bca524664ac00eb78ac27efbd0e924dd + checksum: 10c0/936399758fdecf68b14f7adfcb6a9dbc50b62edeabc6c146affe5f7dc40ccfc42df0c6af882748a8ccc32a54834bcf1d22fd42ec8589242dcabe5b983b67e40c languageName: node linkType: hard @@ -4862,14 +4879,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-retry@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/util-retry@npm:4.0.5" +"@smithy/util-retry@npm:^4.0.6": + version: 4.0.6 + resolution: "@smithy/util-retry@npm:4.0.6" dependencies: - "@smithy/service-error-classification": "npm:^4.0.5" + "@smithy/service-error-classification": "npm:^4.0.6" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/8e6c136f79c503c02e28b31bc43fce7a37282143c20aee13d2a7421b0502d5c478f2eb3cf3c3455739ed9e441e572e2725bf39339aa08ed53825129123dcfff0 + checksum: 10c0/b1d3a5875769300bb74d63243868eba8a8f3567a9b22776cfb11700cfdd10bf10b2ed96bffdc9527d9130daf1be2482ea9217e1865a94efed01fe66e688768f4 languageName: node linkType: hard