chore(deps): bump qs override to >=6.15.2 (GHSA-q8mj-m7cp-5q26)#82
Conversation
|
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: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughThe PR updates the minimum version constraint for the ChangesDependency Management
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 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 |
Resolves Dependabot alert #155.
qsresolved to 6.15.1 via the existing>=6.14.2override — still inside the vulnerable range (>= 6.11.1, <= 6.15.1).Advisory: GHSA-q8mj-m7cp-5q26 — remotely triggerable DoS:
qs.stringifycrashes with TypeError on null/undefined entries in comma-format arrays whenencodeValuesOnlyis set. Patched in 6.15.2.Changes
pnpm-workspace.yaml: overrideqs: ">=6.14.2"→">=6.15.2"pnpm-lock.yaml: regenerated, qs@6.15.1 → qs@6.15.2 (transitive)Summary by CodeRabbit