fix(security): Fix npm audit vulnerabilities in glob and body-parser #14090
+131
−43
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
Fixes 2 npm audit security vulnerabilities in transitive dependencies:
Running
npm auditnow reports 0 vulnerabilities.Details
Updated transitive dependencies to patched versions via
npm audit fix:glob: 10.4.5 → 10.5.0 (fixes GHSA-5j98-mcp5-4vw2)body-parser: 2.2.0 → 2.2.1 (fixes GHSA-wqch-xfxh-vrr4)raw-body: 3.0.0 → 3.0.2 (dependency of body-parser)Only
package-lock.jsonmodified for dependency updates. TheNOTICES.txtfile was auto-regenerated to reflect updatedlicense information for raw-body.
Related Issues
Fixes #14089
How to Validate
npm audit # Expected: "found 0 vulnerabilities"Pre-Merge Checklist