From 04351401d9be350f31095c4f0714ef912cd43eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 14:21:11 +0000 Subject: [PATCH] chore(deps): bump @anthropic-ai/sdk Bumps the patch-and-minor group with 1 update in the / directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript). Updates `@anthropic-ai/sdk` from 0.117.1 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.117.1...sdk-v0.122.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.120.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 645b6e8..4c4e368 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "test": "bun test" }, "dependencies": { - "@anthropic-ai/sdk": "^0.117.1", + "@anthropic-ai/sdk": "^0.122.0", "@clack/prompts": "^1.5.0", "@slack/bolt": "^5.0.0", "cron-parser": "^5.5.0",