From cefaa97789dcc81c6983292299cdbd15a937b174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 21:29:46 +0000 Subject: [PATCH] chore(deps): bump @anthropic-ai/claude-code Bumps the npm_and_yarn group with 1 update in the / directory: [@anthropic-ai/claude-code](https://github.com/anthropics/claude-code). Updates `@anthropic-ai/claude-code` from 2.0.22 to 2.0.31 - [Changelog](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/claude-code/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-code" dependency-version: 2.0.31 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 181c7fa..3e73b61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,13 +6,13 @@ "": { "dependencies": { "24": "^0.0.0", - "@anthropic-ai/claude-code": "^2.0.22" + "@anthropic-ai/claude-code": "^2.0.31" } }, "node_modules/@anthropic-ai/claude-code": { - "version": "2.0.22", - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.22.tgz", - "integrity": "sha512-3FVySgr2zYrHnQ0deOeCzXdLSa/JkCBm1QR7x4j07puNnvHrFhBo6whv/IMOcSvxL62RRW3csRcGsQhUGPNc/w==", + "version": "2.0.31", + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.31.tgz", + "integrity": "sha512-UiWopkOqZD5EHoDa8jmkT4AOVtvGWjfCOZ+hGlDqbBY5D0hia6kRDgizLsIvMRqnQr1pBAPCpyeWhH/WndaT/A==", "license": "SEE LICENSE IN README.md", "bin": { "claude": "cli.js" diff --git a/package.json b/package.json index bfecb3f..dd985a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { "24": "^0.0.0", - "@anthropic-ai/claude-code": "^2.0.22" + "@anthropic-ai/claude-code": "^2.0.31" } }