From b89240afb775f48ab74761e6e046d43a0a6f2ac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:21:54 +0000 Subject: [PATCH] build(deps): Bump @anthropic-ai/claude-code in /agentica Bumps [@anthropic-ai/claude-code](https://github.com/anthropics/claude-code) from 2.1.53 to 2.1.75. - [Release notes](https://github.com/anthropics/claude-code/releases) - [Changelog](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/claude-code/compare/v2.1.53...v2.1.75) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-code" dependency-version: 2.1.75 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agentica/package-lock.json | 8 ++++---- agentica/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/agentica/package-lock.json b/agentica/package-lock.json index 5c2d0b8..972e849 100644 --- a/agentica/package-lock.json +++ b/agentica/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.1.5", - "@anthropic-ai/claude-code": "^2.1.53", + "@anthropic-ai/claude-code": "^2.1.75", "@anthropic-ai/sdk": "^0.65.0", "@google/genai": "^1.22.0", "@ruvector/attention": "^0.1.2", @@ -124,9 +124,9 @@ } }, "node_modules/@anthropic-ai/claude-code": { - "version": "2.1.53", - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.1.53.tgz", - "integrity": "sha512-iKzS7+ktmxKoGXMyrahsMHpwwI36mIv674exgN7MdUySOFmo0MY4ahVxTMuZQkSXJVgKCcU2OpeSeH8Rz6WDzw==", + "version": "2.1.75", + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.1.75.tgz", + "integrity": "sha512-K5xwpR53WfZcKXhQedgoxcRbi6arH7S9YrhVXifA3klZ/5L4zcv+wENzITISygm1MwbxX5w2c2N1Qd/oUSY42w==", "license": "SEE LICENSE IN README.md", "bin": { "claude": "cli.js" diff --git a/agentica/package.json b/agentica/package.json index 31dbf8c..b61acc0 100644 --- a/agentica/package.json +++ b/agentica/package.json @@ -196,7 +196,7 @@ ], "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.1.5", - "@anthropic-ai/claude-code": "^2.1.53", + "@anthropic-ai/claude-code": "^2.1.75", "@anthropic-ai/sdk": "^0.65.0", "@google/genai": "^1.22.0", "@ruvector/attention": "^0.1.2",