-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
chore: update xmlbuilder2 to v4.0.0 to fix npm audit vulnerabilitiy warnings #5902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fixes js-yaml prototype pollution vulnerability (GHSA-mh29-5h37-fv8m) in xmlbuilder2 v3.1.1 by upgrading to v4.0.0, which updates js-yaml to 4.1.0. see: https://github.com/oozcitak/xmlbuilder2/blob/master/CHANGELOG.md#400---2025-10-08
WalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🔇 Additional comments (2)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. 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 |
|
View your CI Pipeline Execution ↗ for commit ea940a1
☁️ Nx Cloud last updated this comment at |
birkskyum
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fixes js-yaml prototype pollution vulnerability (GHSA-mh29-5h37-fv8m) in xmlbuilder2 v3.1.1 by upgrading to v4.0.0, which updates js-yaml to 4.1.0.
the reason for bumping a major version is minimum node version requirement of node 20, see: https://github.com/oozcitak/xmlbuilder2/blob/master/CHANGELOG.md#400---2025-10-08
Summary by CodeRabbit