From 208a66f3ab49dbe4d840c11d27fe853f0b60ebce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:08:54 +0000 Subject: [PATCH] Bump @anthropic-ai/claude-code from 2.0.53 to 2.0.65 in /dev/npm-tools Bumps [@anthropic-ai/claude-code](https://github.com/anthropics/claude-code) from 2.0.53 to 2.0.65. - [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/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-code" dependency-version: 2.0.65 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev/npm-tools/package-lock.json | 8 ++++---- dev/npm-tools/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev/npm-tools/package-lock.json b/dev/npm-tools/package-lock.json index f6e0a2d..e0c2036 100644 --- a/dev/npm-tools/package-lock.json +++ b/dev/npm-tools/package-lock.json @@ -8,13 +8,13 @@ "name": "gitpod-npm-tools", "version": "1.0.0", "dependencies": { - "@anthropic-ai/claude-code": "2.0.53" + "@anthropic-ai/claude-code": "2.0.65" } }, "node_modules/@anthropic-ai/claude-code": { - "version": "2.0.53", - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.53.tgz", - "integrity": "sha512-a2Z0aNPLvWeK+ckVJMATiLOFrNzRJDQQsSKHl04dpvLnM/QSPaFwLvBaJGl1tMogeq6Ahx+7NKCDVb+8d+2FXQ==", + "version": "2.0.65", + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.65.tgz", + "integrity": "sha512-EkA6pjSvnVLE8dafgn6MfOZ/6oGFJ2TDRY5xVHkLpcGzRO7xjzX3AE3eHQQEL5tmJNyDi6unQfAREIOEQDtHFw==", "license": "SEE LICENSE IN README.md", "bin": { "claude": "cli.js" diff --git a/dev/npm-tools/package.json b/dev/npm-tools/package.json index 32c6ecf..690ed8a 100644 --- a/dev/npm-tools/package.json +++ b/dev/npm-tools/package.json @@ -4,6 +4,6 @@ "private": true, "description": "Global npm tools with locked dependencies for Gitpod builds", "dependencies": { - "@anthropic-ai/claude-code": "2.0.53" + "@anthropic-ai/claude-code": "2.0.65" } }