fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser#1015
Merged
Conversation
…ilities - Bump fast-xml-builder 1.1.4 → 1.2.0 (GHSA-5wm8-gmm8-39j9) - Bump fast-xml-parser 5.5.10 → 5.8.0 (GHSA-gh4j-gqv2-49f6) - Bump strnum 2.2.3 → 2.4.0 - Bump path-expression-matcher 1.4.0 → 1.5.0 - Add license records for new deps @nodable/entities and xml-naming
There was a problem hiding this comment.
Pull request overview
Updates npm transitive dependencies to address reported npm audit vulnerabilities in fast-xml-builder and fast-xml-parser, and refreshes the repository’s dependency license records to match the updated lockfile.
Changes:
- Updated
package-lock.jsonvianpm audit fix, bumpingfast-xml-builderandfast-xml-parser(and related transitive deps likestrnumandpath-expression-matcher). - Updated existing
.licenses/npm/*.dep.ymlrecords to match the new resolved versions. - Added new
.licensesrecords for newly introduced transitive packages (@nodable/entities,xml-naming).
Show a summary per file
| File | Description |
|---|---|
| package-lock.json | Updates resolved dependency graph to versions that remediate the reported vulnerabilities; introduces new transitive deps (e.g., anynum, xml-naming, @nodable/entities). |
| .licenses/npm/fast-xml-builder.dep.yml | Updates license record version to match bumped fast-xml-builder. |
| .licenses/npm/fast-xml-parser.dep.yml | Updates license record version to match bumped fast-xml-parser. |
| .licenses/npm/strnum.dep.yml | Updates license record version to match bumped strnum. |
| .licenses/npm/path-expression-matcher.dep.yml | Updates license record version to match bumped path-expression-matcher. |
| .licenses/npm/@nodable/entities.dep.yml | Adds a new license record for a newly introduced transitive dependency. |
| .licenses/npm/xml-naming.dep.yml | Adds a new license record for a newly introduced transitive dependency. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 7/10 changed files
- Comments generated: 2
qmuntal
approved these changes
Jun 12, 2026
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
Resolves 2 npm audit vulnerabilities by updating transitive dependencies and their license records.
Vulnerabilities Fixed
<=1.1.6(high) — GHSA-5wm8-gmm8-39j9: attribute values with unwanted quotes bypass malicious attributes<5.7.0(moderate) — GHSA-gh4j-gqv2-49f6: XML Comment and CDATA Injection via unescaped delimitersChanges
package-lock.json: updated vianpm audit fix.licenses/npm/fast-xml-builder.dep.yml: version 1.1.4 → 1.2.0.licenses/npm/fast-xml-parser.dep.yml: version 5.5.10 → 5.8.0.licenses/npm/strnum.dep.yml: version 2.2.3 → 2.4.0.licenses/npm/path-expression-matcher.dep.yml: version 1.4.0 → 1.5.0.licenses/npm/@nodable/entities.dep.yml: new (v2.2.0, MIT).licenses/npm/xml-naming.dep.yml: new (v0.1.0, MIT)