From 2c7f0f2e13e65d76916315b9af2cb47dc993893f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:08:37 +0000 Subject: [PATCH] Bump @smithy/protocol-http in /services/shared/llm-sdk Bumps [@smithy/protocol-http](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/protocol-http) from 4.1.8 to 5.5.4. - [Release notes](https://github.com/smithy-lang/smithy-typescript/releases) - [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/protocol-http/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/protocol-http@5.5.4/packages/protocol-http) --- updated-dependencies: - dependency-name: "@smithy/protocol-http" dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/shared/llm-sdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 services/shared/llm-sdk/package.json diff --git a/services/shared/llm-sdk/package.json b/services/shared/llm-sdk/package.json old mode 100755 new mode 100644 index af7184236..87e55fd85 --- a/services/shared/llm-sdk/package.json +++ b/services/shared/llm-sdk/package.json @@ -70,7 +70,7 @@ "@aws-sdk/credential-provider-node": "^3.0.0", "@aws-sdk/credential-providers": "^3.1024.0", "@smithy/fetch-http-handler": "^5.3.15", - "@smithy/protocol-http": "^4.0.0", + "@smithy/protocol-http": "^5.5.4", "@smithy/signature-v4": "^4.0.0", "@smithy/types": "^3.0.0", "@types/node": "^20.19.39",