chore: update dependencies to resolve security vulnerabilities#1273
Merged
Conversation
- Update tar to 7.5.4 (GHSA-8qq5-rm4j-mr97) - Update undici to 6.23.0 (GHSA-g9mf-h72j-4rw9) - Add glob 13.0.0 override (GHSA-5j98-mcp5-4vw2)
commit: |
|
I tested the changes after the PR was merged, and everything is working correctly. Thanks again for resolving this issue! |
Collaborator
|
🚀 This pull request is included in v19.2.4. See Release 19.2.4 for release notes. |
Collaborator
|
Thanks @NicholasEmery and @Yeom-JinHo! ❤️ |
1 task
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.
Same issue #1272
Description
This PR focuses on resolving security vulnerabilities identified by
npm audit.All updates are backward compatible and follow semantic versioning best practices.
Changes
7.5.2to7.5.4to fix Arbitrary File Overwrite and Symlink Poisoning vulnerability (GHSA-8qq5-rm4j-mr97).6.22.0to6.23.0to fix unbounded decompression chain vulnerability that could lead to resource exhaustion (GHSA-g9mf-h72j-4rw9).glob@13.0.0override to resolve command injection vulnerability via CLI-c/--cmdflag (GHSA-5j98-mcp5-4vw2).Motivation
Breaking Changes
None. All updates are backward compatible:
tar: Patch version update (7.5.2 → 7.5.4)undici: Patch version update (6.22.0 → 6.23.0)glob: Added as override, does not affect existing functionalityTesting
npm auditshows no high-severity vulnerabilities