UID2-6844: fix npm vulnerabilities - node-forge, path-to-regexp, picomatch, flatted#185
Merged
BehnamMozafari merged 3 commits intomainfrom Apr 1, 2026
Merged
Conversation
Adds/updates overrides and direct deps across root and all web-integration sub-packages: - node-forge → 1.4.0 (CVE-2026-33891/33894/33895/33896, HIGH) - path-to-regexp 0.1.x → 0.1.13 (CVE-2026-4867, HIGH) - path-to-regexp 8.x → 8.4.0 (CVE-2026-4926, HIGH) in server-side sub-packages - picomatch → 2.3.2 (CVE-2026-33671, HIGH) - flatted → 3.4.2 (CVE-2026-33228, HIGH) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…solution aquasecurity/trivy-action@0.14.0 is no longer resolvable; shared-actions v3 uses the updated trivy action (v0.35.0). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
prebid-integrations/client-server had path-to-regexp 8.3.0 as a transitive dep; add override to force ^8.4.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
sunnywu
approved these changes
Apr 1, 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
Fixes multiple HIGH severity npm vulnerabilities across root and all web-integration sub-packages.
Note: CVE-2026-4926 (path-to-regexp 8.x) was also fixed in the server-side sub-packages here, and was previously fixed in uid2-web-integrations (UID2-6838).
Jira: UID2-6844
Test plan