From 2d3233b9a5b6b1a57afe91ae44e525e990358234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 18:10:57 +0000 Subject: [PATCH] chore(deps): bump @anthropic-ai/claude-agent-sdk in /examples/claude-cli Bumps [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) from 0.2.91 to 0.2.109. - [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.91...v0.2.109) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-agent-sdk" dependency-version: 0.2.109 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/claude-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/claude-cli/package.json b/examples/claude-cli/package.json index 9aadbe7..9a6df65 100644 --- a/examples/claude-cli/package.json +++ b/examples/claude-cli/package.json @@ -8,7 +8,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@anthropic-ai/claude-agent-sdk": "0.2.91", + "@anthropic-ai/claude-agent-sdk": "0.2.109", "@runloop/agent-axon-client": "workspace:*", "@runloop/api-client": "^1.20.0" }