From 5503eed49909bc11fdffd96190061106d5c9c277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:09:32 +0000 Subject: [PATCH] Bump @anthropic-ai/claude-code from 2.0.53 to 2.1.7 in /dev/npm-tools Bumps [@anthropic-ai/claude-code](https://github.com/anthropics/claude-code) from 2.0.53 to 2.1.7. - [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/v2.1.7) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-code" dependency-version: 2.1.7 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..678274e 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.1.7" } }, "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.1.7", + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.1.7.tgz", + "integrity": "sha512-nETDGeuXk/pwUpja/dlVY8dch4doTtue381BjaNqWiMPSqpY4PPg8dDbTqAYpbkIi1sgli7met+okAeDsXVTpg==", "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..374c70b 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.1.7" } }