fix: bump url-parse to ^1.5.10 to resolve OSV vulnerability#4032
Closed
adids1221 wants to merge 3 commits into
Closed
fix: bump url-parse to ^1.5.10 to resolve OSV vulnerability#4032adids1221 wants to merge 3 commits into
adids1221 wants to merge 3 commits into
Conversation
Buildkite was failing due to npq detecting a CVE in url-parse@^1.2.0. Version 1.5.10 patches the vulnerability. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
✅ PR Description Validation PassedAll required sections are properly filled out:
Your PR is good for review! 🚀 This validation ensures all sections from the PR template are properly filled. |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
lidord-wix
approved these changes
Jul 19, 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.
Description
Buildkite CI was failing after merging #4030 due to
npqsupply chain security scanning rejectingurl-parse@^1.2.0. The range^1.2.0is flagged by OSV (Open Source Vulnerabilities database) because it allows installing older vulnerable versions — even thoughnpmalready resolves it to1.5.10(the patched version) in practice, and that is the version currently installed on master.Bumping the declared range to
^1.5.10and updating the yarn.lock makes the intent explicit and resolves thenpqerror.Changelog
packages/react-native-ui-lib - Bumped
url-parsefrom^1.2.0to^1.5.10to fix Buildkite supply chain security check failure.Additional info
N/A