UID2-7059: Fix CVE-2026-44728 (@babel), CVE-2026-6321 & CVE-2026-6322 (fast-uri)#192
Merged
Merged
Conversation
…(fast-uri) Upgrade @babel/plugin-transform-modules-systemjs to >=7.29.4 and fast-uri to >=3.1.2 via npm overrides to address HIGH severity vulnerabilities.
Contributor
There was a problem hiding this comment.
I think claude missed generating package-lock.json for this file?
Contributor
Author
There was a problem hiding this comment.
The root package-lock.json doesn't need updating here. The root package only installs mkcert and tsx (dev tooling), and neither of those pull in fast-uri or @babel/plugin-transform-modules-systemjs as transitive deps — only esbuild variants are in the root lock file. The overrides are applied as a safety net, but those vulnerable packages don't appear in the root dependency tree at all. All the sub-packages where these deps actually live (google-secure-signals and javascript-sdk) did have their lock files regenerated.
BehnamMozafari
approved these changes
May 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
overridesfor@babel/plugin-transform-modules-systemjs >=7.29.4(CVE-2026-44728, HIGH) andfast-uri >=3.1.2(CVE-2026-6321, CVE-2026-6322, HIGH)Jira: https://thetradedesk.atlassian.net/browse/UID2-7059