Fix 13 CVE vulnerabilities by upgrading npm dependencies - #1565
Merged
Merged
Conversation
Upgrades the following packages to address security vulnerabilities: - CVE-2026-75931, CVE-2026-75899, CVE-2026-75975, CVE-2026-76172, CVE-2026-84292, CVE-2026-84394: fast-uri 3.1.3 → 4.1.4 - CVE-2026-84375: js-yaml 3.14.1 → 5.4.1 - CVE-2026-73088, CVE-2026-73089: browserslist 4.25.0 → 4.28.9 - CVE-2026-69153, CVE-2026-73646: postcss 8.5.4 → 8.5.28 - CVE-2026-82417: qs 6.14.0 → 6.16.0 - CVE-2026-76844: webpack-dev-middleware 7.4.5 → 8.3.0 All packages upgraded via resolutions in package.json. Build tested successfully. Note: nanoid CVEs (CVE-2026-73086, CVE-2026-67213, CVE-2026-67214) are not included in this PR as they require ESM migration (nanoid 4.x+ are ESM-only). These will be addressed in a separate effort post-GA. Jira tickets resolved: MIG-2003, MIG-2004, MIG-2006, MIG-2007, MIG-2020, MIG-2021, MIG-2009, MIG-1975, MIG-1976, MIG-1967, MIG-2002, MIG-2022, MIG-2005 Jira tickets deferred (ESM migration required): MIG-1974, MIG-1997, MIG-1998, MIG-1999 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
awels
approved these changes
Sep 8, 2026
dymurray
approved these changes
Sep 13, 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 13 CVE vulnerabilities by upgrading 6 npm packages via resolutions in package.json.
CVEs Fixed (13)
fast-uri (6 CVEs):
browserslist (2 CVEs):
postcss (2 CVEs):
js-yaml (1 CVE):
qs (1 CVE):
webpack-dev-middleware (1 CVE):
Package Upgrades
Test Plan
yarn build)Note: nanoid CVEs Not Included
4 CVEs deferred (MIG-1974, MIG-1997, MIG-1998, MIG-1999):
Seeking guidance on how to handle these 4 tickets given GA deadline.