From d39f8006cdecf689b6bdae7fe866217424b4001f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 13:51:16 +0000 Subject: [PATCH] deps(deps): bump the minor-and-patch group with 3 updates Bumps the minor-and-patch group with 3 updates: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), iii-sdk and [tsdown](https://github.com/rolldown/tsdown). Updates `@anthropic-ai/sdk` from 0.39.0 to 0.97.1 - [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.97.1) Updates `iii-sdk` from 0.11.2 to 0.12.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.97.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: iii-sdk dependency-version: 0.12.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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bc245a2..132bf00 100644 --- a/package.json +++ b/package.json @@ -59,10 +59,10 @@ }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.3.142", - "@anthropic-ai/sdk": "^0.39.0", + "@anthropic-ai/sdk": "^0.97.1", "@clack/prompts": "^1.2.0", "dotenv": "^17.4.2", - "iii-sdk": "0.11.2", + "iii-sdk": "0.12.0", "zod": "^4.0.0" }, "optionalDependencies": { @@ -74,7 +74,7 @@ }, "devDependencies": { "@types/node": "^25.7.0", - "tsdown": "^0.20.3", + "tsdown": "^0.22.0", "tsx": "^4.19.0", "typescript": "^6.0.3", "vitest": "^4.1.6"