Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions npm/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"name": "lib",
"dependencies": {
"@anthropic-ai/claude-code": {
"version": "2.0.37",
"version": "2.0.47",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

Verify @anthropic-ai/claude-code version 2.0.47 availability and security.

The npm registry shows 2.0.46 as the latest version as of the recent search. Confirm that 2.0.47 exists and is not a future/pre-release version. Additionally, verify this version is free from active security advisories.

Also applies to: 5-5


🌐 Web query:

Is @anthropic-ai/claude-code version 2.0.47 available on npm registry?

💡 Result:

I couldn't find @anthropic-ai/claude-code version 2.0.47 on the npm registry. The npm package page shows many versions (latest in the 1.x/2.x series) but not 2.0.47, and security trackers list 2.0.x releases up to ~2.0.42/2.0.37. [1][2]

You can verify locally with:
npm view @anthropic-ai/claude-code versions --json

Sources:
[1] npm package page for @anthropic-ai/claude-code. [2] Snyk package data for @anthropic-ai/claude-code.



Fix non-existent package version @anthropic-ai/claude-code 2.0.47.

Version 2.0.47 does not exist on the npm registry. The latest versions in the 2.x series are up to ~2.0.42/2.0.37. Update line 5 to an available version (e.g., 2.0.42 or latest stable) to allow npm install to succeed.

🤖 Prompt for AI Agents
In npm/global.json around line 5, the package version "2.0.47" for
@anthropic-ai/claude-code does not exist on the registry; update that line to a
valid published version (for example "2.0.42" or the latest stable 2.x release)
so npm install can succeed, then save the file and run npm install (or npm ci)
to verify dependency resolution.

"overridden": false
},
"@leonardsellem/n8n-mcp-server": {
"version": "0.1.8",
"overridden": false
},
"@openai/codex": {
"version": "0.58.0",
"version": "0.60.1",
"overridden": false
},
"corepack": {
"version": "0.34.3",
"version": "0.34.4",
"overridden": false
},
"mcp-remote": {
"version": "0.1.30",
"version": "0.1.31",
"overridden": false
},
"npm": {
"version": "11.6.2",
"version": "11.6.3",
"overridden": false
}
}
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.