fix: patch js-yaml and prune stale overrides - #502
Merged
Conversation
js-yaml 3.14.2 -> 3.15.0 (advisory 1121859): parents gray-matter and @istanbuljs/load-nyc-config allow ^3.13.1, so an in-range lockfile update suffices, no override needed. Kept (empirically load-bearing, removal reproduces the advisory): - @hono/node-server ^1.19.13: @prisma/dev@0.24.3 (shipped by latest prisma@7.8.0) pins 1.19.11, vulnerable to advisory 1116281 - postcss ^8.5.10: latest next@16.2.10 pins 8.4.31, vulnerable to advisory 1117015 Dropped as redundant (removed, re-resolved, audit stayed clean and resolutions unchanged): hono, @opentelemetry/core, @opentelemetry/ resources, @opentelemetry/sdk-trace-base, js-yaml@4, @babel/core@7. Side fix: the old postcss override froze the direct dep at a stale 8.5.15; postcss now resolves to a single 8.5.20 matching package.json.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthrough
ChangesDependency and tooling updates
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
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.
Summary
<3.15.0, moderate): both parents (gray-matter,@istanbuljs/load-nyc-config) allow^3.13.1, so an in-range lockfile update to 3.15.0 suffices — no override neededpnpm.overrides(hono,@opentelemetry/core,@opentelemetry/resources,@opentelemetry/sdk-trace-base,js-yaml@4,@babel/core@7) — each verified empirically: removed, re-resolved, resolutions unchanged and audit stayed clean@hono/node-server ^1.19.13(@prisma/dev@0.24.3shipped by latestprisma@7.8.0pins vulnerable 1.19.11, advisory 1116281) andpostcss ^8.5.10(latestnext@16.2.10pins vulnerable 8.4.31, advisory 1117015). Side fix: the old postcss override froze the direct dep at a stale 8.5.15; it now resolves to a single 8.5.20 matching package.jsonType
Linked spec or plan
None — routine security hygiene pass via the
fixing-package-securityskill.Test plan
pnpm verify:fullexits 0 locallypnpm auditreports 0 vulnerabilitiesBreaking changes
None
Summary by CodeRabbit