fix(deps): clear vite/js-yaml/babel audit advisories#37
Conversation
vite <=7.3.3 (GHSA-v6wh-96g9-6wx3, GHSA-fx2h-pf6j-xcff), js-yaml <=4.1.1 (GHSA-h67p-54hq-rp68), and @babel/core <=7.29.0 (GHSA-4x5r-pxfx-6jf8) tripped `npm audit --audit-level=moderate`, failing CI on all open PRs. Pin patched versions via overrides.
|
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)
📝 WalkthroughWalkthroughThe ChangesDependency Overrides Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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.
Code Review
This pull request updates several dependencies in package.json and package-lock.json. Specifically, it bumps vite to ^7.3.5 and adds overrides for js-yaml (^4.2.0) and @babel/core (^7.29.7), which updates these packages and their related sub-dependencies in the lockfile. I have no feedback to provide as there are no review comments.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Problem
CI (
lint / typecheck / test / audit / build) is failing on all open PRs (#33-#36). The failure is in theauditstep, not the dependabot bumps themselves — newly published advisories trippednpm audit --audit-level=moderate:vite<=7.3.3 — GHSA-v6wh-96g9-6wx3 (launch-editor NTLMv2 disclosure), GHSA-fx2h-pf6j-xcff (server.fs.denybypass) — highjs-yaml<=4.1.1 — GHSA-h67p-54hq-rp68 (quadratic-complexity DoS) — moderate@babel/core<=7.29.0 — GHSA-4x5r-pxfx-6jf8 (arbitrary file read) — lowFix
Pin patched versions via
overrides(existingvite: ^7.3.2was below the patched line):vite:^7.3.2→^7.3.5js-yaml:^4.2.0(new)@babel/core:^7.29.7(new)Verification
npm run check(lint + typecheck + test + audit + build) passes locally —npm auditreportsfound 0 vulnerabilities.Merging this to main and rebasing the dependabot PRs will clear their CI.
Summary by CodeRabbit