From 0c35cead5f893c82595799a93c1d6a8d24382c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:52:41 +0000 Subject: [PATCH] chore(deps): bump @anthropic-ai/claude-code from 1.0.117 to 1.0.120 Bumps [@anthropic-ai/claude-code](https://github.com/anthropics/claude-code) from 1.0.117 to 1.0.120. - [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: 1.0.120 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- third_party/javascript/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3708581ea..0c70d0cfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1283,9 +1283,9 @@ "version": "0.1.0" }, "node_modules/@anthropic-ai/claude-code": { - "version": "1.0.117", - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.117.tgz", - "integrity": "sha512-ZSBFpwPqMZJZq9//BYSW0MLGQY0svAtncPe2EVxohO87Gym6Dqi+IRSVZkWSwF07gmzZH3luqrepX3q33l7T+Q==", + "version": "1.0.120", + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.120.tgz", + "integrity": "sha512-Ga+GbFg4A+woD2LHrPSiDalr6434v3B+m7AmgIaCDO1rg4dQmOJlPd3p0G7NbhD9t/RPqj6j1AZKmlx0CbOXyQ==", "license": "SEE LICENSE IN README.md", "bin": { "claude": "cli.js" @@ -11976,7 +11976,7 @@ "version": "4.0.2", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", - "dev": true, + "devOptional": true, "license": "MIT", "engines": { "node": ">=12" @@ -15366,7 +15366,7 @@ "third_party/javascript": { "version": "0.0.0", "dependencies": { - "@anthropic-ai/claude-code": "^1.0.96", + "@anthropic-ai/claude-code": "^1.0.120", "@devcontainers/cli": "^0.80.1", "cssnano": "^7.0.6", "html-minifier-terser": "^7.2.0", diff --git a/third_party/javascript/package.json b/third_party/javascript/package.json index 0b75c852d..e3746e382 100644 --- a/third_party/javascript/package.json +++ b/third_party/javascript/package.json @@ -4,7 +4,7 @@ "main": "index.js", "description": "", "dependencies": { - "@anthropic-ai/claude-code": "^1.0.96", + "@anthropic-ai/claude-code": "^1.0.120", "@devcontainers/cli": "^0.80.1", "cssnano": "^7.0.6", "html-minifier-terser": "^7.2.0",