From e10ce5a39a832a26c440a44ccd30aa9c7dff8b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 14:35:13 +0000 Subject: [PATCH] chore(deps): bump @cortexkit/subc-client from 0.8.1 to 0.11.1 Bumps @cortexkit/subc-client from 0.8.1 to 0.11.1. --- updated-dependencies: - dependency-name: "@cortexkit/subc-client" dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- packages/core/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 44adbfaf..73bf55e7 100644 --- a/bun.lock +++ b/bun.lock @@ -22,7 +22,7 @@ "name": "@cortexkit/anthropic-auth-core", "version": "1.22.0", "dependencies": { - "@cortexkit/subc-client": "^0.8.1", + "@cortexkit/subc-client": "^0.11.1", "xxhash-wasm": "^1.1.0", }, }, @@ -213,7 +213,7 @@ "@cortexkit/pi-anthropic-auth": ["@cortexkit/pi-anthropic-auth@workspace:packages/pi"], - "@cortexkit/subc-client": ["@cortexkit/subc-client@0.8.1", "", {}, "sha512-8U9w3AnSff0QYlLVzcKOuTULakRtVpcGJrquGHxOQQlWZGzXZdCs8nroLMeoM2xhFGwxIh8xFk832w1KG6akAA=="], + "@cortexkit/subc-client": ["@cortexkit/subc-client@0.11.1", "", {}, "sha512-+T2GzdIHMJKtvS5uPG3FydyGbdvREla7N3B3inLgnVWxsO8v77rzMbmPX63ZD9OcJtnkDZjO5eFbfeIF+RUFWA=="], "@cspotcode/source-map-support": ["@cspotcode/source-map-support@0.8.1", "", { "dependencies": { "@jridgewell/trace-mapping": "0.3.9" } }, "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw=="], diff --git a/packages/core/package.json b/packages/core/package.json index aa414364..8054ac9e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -28,7 +28,7 @@ "prepublishOnly": "bun run build" }, "dependencies": { - "@cortexkit/subc-client": "^0.8.1", + "@cortexkit/subc-client": "^0.11.1", "xxhash-wasm": "^1.1.0" } }