fix(deps): align aegis js-yaml manifest pin with the override floor - #1383
Merged
Conversation
The exact 4.2.0 pin disagreed with the resolved 4.3.0 — a future override removal would silently downgrade back to the vulnerable version. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CiUreX7DKuRKiHQT6HkY4z
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
Claude finished @chapati23's task in 50s —— View job Review complete
Verdict: LGTM ✅ Findings
Verification performed
Straightforward, correctly-scoped supply-chain hygiene fix. Nothing to flag. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Problem
aegis/package.jsonstill declaresjs-yaml: 4.2.0exact while the workspace override floor forces 4.3.0 — the pin is stale, and if the override is ever pruned, a fresh install silently downgrades aegis back to the vulnerable version.The Solution
🤖 Generated with Claude Code
https://claude.ai/code/session_01CiUreX7DKuRKiHQT6HkY4z
Note
Low Risk
Single dependency version pin bump with no application or lockfile changes; security-relevant only in that it documents the patched floor.
Overview
Updates the aegis direct dependency on
js-yamlfrom 4.2.0 to 4.3.0 so the manifest matches the workspace override minimum and what installs already resolve.This is manifest-only alignment (no lockfile or runtime code changes); it avoids a future install path where a removed override could pull 4.2.0 back in for aegis.
Reviewed by Cursor Bugbot for commit a298ef4. Configure here.