From 5fcaeaffa68de4e6261a06b6c713911db2002d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 21:04:48 +0000 Subject: [PATCH] deps(deps): bump the production-dependencies group across 1 directory with 5 updates Updates the requirements on [@agentclientprotocol/sdk](https://github.com/agentclientprotocol/typescript-sdk), [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [@ff-labs/fff-bun](https://github.com/dmtrKovalenko/fff/tree/HEAD/packages/fff), [node-llama-cpp](https://github.com/withcatai/node-llama-cpp) and [sharp](https://github.com/lovell/sharp) to permit the latest version. Updates `@agentclientprotocol/sdk` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/agentclientprotocol/typescript-sdk/releases) - [Changelog](https://github.com/agentclientprotocol/typescript-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/agentclientprotocol/typescript-sdk/compare/v1.3.0...v1.4.0) Updates `@anthropic-ai/sdk` from 0.120.0 to 0.122.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.120.0...sdk-v0.122.0) Updates `@ff-labs/fff-bun` from 0.10.3 to 0.10.5 - [Release notes](https://github.com/dmtrKovalenko/fff/releases) - [Commits](https://github.com/dmtrKovalenko/fff/commits/v0.10.5/packages/fff) Updates `node-llama-cpp` from 3.19.1 to 3.20.0 - [Release notes](https://github.com/withcatai/node-llama-cpp/releases) - [Commits](https://github.com/withcatai/node-llama-cpp/compare/v3.19.1...v3.20.0) Updates `sharp` to 0.35.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.35.3...v0.35.4) --- updated-dependencies: - dependency-name: "@agentclientprotocol/sdk" dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.122.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@ff-labs/fff-bun" dependency-version: 0.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: node-llama-cpp dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: sharp dependency-version: 0.35.4 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e9f2f9cd..bbf800c0 100644 --- a/package.json +++ b/package.json @@ -72,12 +72,12 @@ "nodeLlamaCppPostinstall": "skip" }, "dependencies": { - "@agentclientprotocol/sdk": "1.3.0", - "@anthropic-ai/sdk": "^0.120.0", + "@agentclientprotocol/sdk": "1.4.0", + "@anthropic-ai/sdk": "^0.122.0", "@aws-sdk/client-bedrock": "^3.1106.0", "@aws-sdk/client-bedrock-runtime": "^3.1086.0", "@aws-sdk/credential-providers": "^3.1090.0", - "@ff-labs/fff-bun": "0.10.3", + "@ff-labs/fff-bun": "0.10.5", "chalk": "^5.6.2", "commander": "^15.0.0", "diff": "^9.0.0", @@ -88,7 +88,7 @@ "ink-spinner": "^5.0.0", "minimatch": "^10.2.5", "node-notifier": "^10.0.1", - "node-llama-cpp": "3.19.1", + "node-llama-cpp": "3.20.0", "node-pty": "1.1.0", "open": "^11.0.0", "ora": "^9.4.1", @@ -96,7 +96,7 @@ "react": "^19.2.7", "remark-gfm": "^4.0.1", "remark-parse": "^11.0.0", - "sharp": "^0.35.3", + "sharp": "^0.35.4", "string-width": "^8.2.2", "terminal-link": "^5.0.0", "unified": "^11.0.5",