From c4f168388a128dc1fe7fea2d5c94e808da58eb34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:38:22 +0000 Subject: [PATCH] Bump @anthropic-ai/claude-code from 2.0.53 to 2.0.74 in /dev/npm-tools Bumps [@anthropic-ai/claude-code](https://github.com/anthropics/claude-code) from 2.0.53 to 2.0.74. - [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.0.74) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-code" dependency-version: 2.0.74 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..3af8e48 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.74" } }, "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.74", + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.74.tgz", + "integrity": "sha512-Q6QO4z900zPJePsDFAevQ7EbEtUqG75UB83Dt97nbRI9YxGmaG6hLbLHTQu9s6CK64rhdANEihqKSf7K08e2Iw==", "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..4562680 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.74" } }