From 8d5f6f3c1853e7e8f60c362b8f7337077d3c9518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 19:29:21 +0000 Subject: [PATCH] deps(deps): bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) and [tsdown](https://github.com/rolldown/tsdown). Updates `@anthropic-ai/sdk` from 0.39.0 to 0.96.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.39.0...sdk-v0.96.0) Updates `tsdown` from 0.20.3 to 0.22.0 - [Release notes](https://github.com/rolldown/tsdown/releases) - [Commits](https://github.com/rolldown/tsdown/compare/v0.20.3...v0.22.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.96.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: tsdown dependency-version: 0.22.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5526fbea..22b7de62 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.56", - "@anthropic-ai/sdk": "^0.39.0", + "@anthropic-ai/sdk": "^0.96.0", "@clack/prompts": "^1.2.0", "dotenv": "^16.4.7", "iii-sdk": "^0.11.2", @@ -68,7 +68,7 @@ }, "devDependencies": { "@types/node": "^22.0.0", - "tsdown": "^0.20.3", + "tsdown": "^0.22.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^3.0.0"