From 19c9ba8bc48d9b699b3b200356546c60f80208f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:43:34 +0000 Subject: [PATCH] build(deps): bump the production group with 2 updates Bumps the production group with 2 updates: [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) and [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript). Updates `@anthropic-ai/claude-agent-sdk` from 0.2.141 to 0.3.197 - [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/claude-agent-sdk-typescript/compare/v0.2.141...v0.3.197) Updates `@anthropic-ai/sdk` from 0.81.0 to 0.109.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.81.0...sdk-v0.109.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-agent-sdk" dependency-version: 0.3.197 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.109.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e04fe456..beeb1a27 100644 --- a/package.json +++ b/package.json @@ -81,8 +81,8 @@ "typescript": "^5" }, "dependencies": { - "@anthropic-ai/claude-agent-sdk": "^0.2.139", - "@anthropic-ai/sdk": "^0.81.0", + "@anthropic-ai/claude-agent-sdk": "^0.3.197", + "@anthropic-ai/sdk": "^0.109.0", "@capacitor/android": "^8.4.1", "@capacitor/app": "^8.0.0", "@capacitor/core": "^8.4.1",