From 66c77372aeac6779405014d9dff04ff9425beb27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:17:28 +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 iii-sdk. Updates `@anthropic-ai/sdk` from 0.105.0 to 0.106.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.105.0...sdk-v0.106.0) Updates `iii-sdk` from 0.19.4 to 0.20.0 --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.106.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: iii-sdk dependency-version: 0.20.0 dependency-type: direct:production 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 7220bc47..ebcc507c 100644 --- a/package.json +++ b/package.json @@ -83,10 +83,10 @@ }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.3.142", - "@anthropic-ai/sdk": "^0.105.0", + "@anthropic-ai/sdk": "^0.106.0", "@clack/prompts": "^1.2.0", "dotenv": "^17.4.2", - "iii-sdk": "0.19.4", + "iii-sdk": "0.20.0", "zod": "^4.0.0" }, "optionalDependencies": {