fix: update dependency manifests - #145
Conversation
WalkthroughVersion bumps applied to five npm dependencies in npm/global.json: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (1)
npm/global.json(1 hunks)
🔇 Additional comments (3)
npm/global.json (3)
1-28: Verify test suite passes with new dependency versions.Ensure that
npm run lintandnpm testpass as mentioned in the PR objectives to confirm these version bumps don't introduce breaking changes or regressions.
13-13: No vulnerabilities detected for @openai/codex 0.60.1.The web search confirms that @openai/codex 0.60.1 is not affected by CVE-2025-59532 (which affected versions 0.2.0–0.38.0 and was fixed in 0.39.0) or any other publicly disclosed vulnerabilities. The dependency is secure.
21-21: mcp-remote 0.1.31 has no known security vulnerabilities.CVE-2025-6514 (command-injection/RCE) affected versions <0.1.16 and was fixed in 0.1.16. Current security scanners list 0.1.31 as not vulnerable.
| "dependencies": { | ||
| "@anthropic-ai/claude-code": { | ||
| "version": "2.0.37", | ||
| "version": "2.0.47", |
There was a problem hiding this comment.
🧩 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.
Summary
npm run update:libsto refresh npm metadatanpm/global.jsonto latest CLI versionsTesting
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.