Skip to content

fix: update dependency manifests - #145

Merged
keito4 merged 1 commit into
mainfrom
chore/update-libraries
Nov 20, 2025
Merged

fix: update dependency manifests#145
keito4 merged 1 commit into
mainfrom
chore/update-libraries

Conversation

@keito4

@keito4 keito4 commented Nov 20, 2025

Copy link
Copy Markdown
Owner

Summary

  • run npm run update:libs to refresh npm metadata
  • update npm/global.json to latest CLI versions
  • record npm v11 lock metadata changes

Testing

  • npm run lint
  • npm test

Summary by CodeRabbit

  • Chores
    • Updated multiple npm dependencies to their latest versions.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai

coderabbitai Bot commented Nov 20, 2025

Copy link
Copy Markdown

Walkthrough

Version bumps applied to five npm dependencies in npm/global.json: @anthropic-ai/claude-code (2.0.37→2.0.47), @openai/codex (0.58.0→0.60.1), corepack (0.34.3→0.34.4), mcp-remote (0.1.30→0.1.31), and npm (11.6.2→11.6.3). No structural or configuration changes.

Changes

Cohort / File(s) Summary
Dependency Version Updates
npm/global.json
Bumped @anthropic-ai/claude-code, @openai/codex, corepack, mcp-remote, and npm to latest patch/minor versions

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Simple, homogeneous changes across a single configuration file
  • Only version number updates with no logic or structural modifications
  • No imports, exports, or dependencies affected

Possibly related PRs

Poem

🐰 A tiny tweak in every line,
Five hoppy packages, so fine!
From version old to version new,
We're keeping everything fresh and true! 🌟

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'fix: update dependency manifests' clearly summarizes the main change: updating versions in npm/global.json for multiple dependencies.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/update-libraries

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2051b4b and 16a3bcb.

⛔ Files ignored due to path filters (1)
  • package-lock.json is 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 lint and npm test pass 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.

Comment thread npm/global.json
"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.

@keito4 keito4 self-assigned this Nov 20, 2025
@keito4
keito4 merged commit 504935e into main Nov 20, 2025
5 checks passed
@keito4
keito4 deleted the chore/update-libraries branch January 4, 2026 08:08
@coderabbitai coderabbitai Bot mentioned this pull request Jan 22, 2026
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant