Uh oh!
There was an error while loading. Please reload this page.
chore: upgrade browserslist to ^4.28.8 to address CVE-2026-73088, CVE-2026-73089 - #1624
Merged
Conversation
…-2026-73089 Refreshes the stale yarn.lock entry for browserslist. The existing ^4.24.0 range already admitted the patched 4.28.7+ releases. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Contributor
License Audit
Weak Copyleft Packages (informational)
Resolved Packages (8)
|
jsourcebot
approved these changes
Sep 4, 2026
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Fixes SOU-2115
Fixes SOU-2116
Summary
Refreshes the stale
yarn.lockentry forbrowserslistfrom4.24.4to4.28.8, which is at or above the4.28.7patched floor for both advisories.browserslistis a transitive dependency reached via@babel/helper-compilation-targets, requested asbrowserslist@npm:^4.24.0. That range already admitted the patched release, so this is a lockfile refresh only (yarn up -R browserslist). Nopackage.jsonchange and noresolutionsoverride were required.Advisories addressed
browserslist-stats.jsoncustom stats (normalizeStats). Patched in4.28.7.4.28.7.Verification
yarn why browserslistreports a single instance,browserslist@npm:4.28.8— no vulnerable version remains in the dependency graph.yarn install --immutablesucceeds.yarn testpasses: 2153 tests acrossqueryLanguage,shared,backend, andweb.yarn buildsucceeds for all workspaces, including the Next.js production build (browserslist is consumed at build time by Babel/PostCSS).🤖 Generated with Claude Code
Note
Low Risk
Lockfile-only transitive dependency bump with no application code changes; typical low-risk security maintenance for build-time tooling.
Overview
Security dependency refresh for the transitive
browserslistpackage (used at build time via Babel/PostCSS), bumping the resolved version inyarn.lockfrom 4.24.4 to 4.28.8 to address CVE-2026-73088 and CVE-2026-73089 (patched in 4.28.7+). Nopackage.jsonorresolutionschanges—the existing^4.24.0range already allowed this release.The lockfile update also pulls newer transitive browser-data packages (
caniuse-lite,electron-to-chromium,node-releases,update-browserslist-db, andbaseline-browser-mapping). CHANGELOG records the upgrade under[Unreleased]→ Fixed.Reviewed by Cursor Bugbot for commit 262a3d5. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by cubic
Upgrades
browserslistfrom4.24.4to4.28.8inyarn.lockto fix CVE-2026-73088 and CVE-2026-73089. Fixes SOU-2115 and SOU-2116.^4.24.0range already admitted the patched release, so this is a lockfile-only refresh with nopackage.jsonorresolutionschanges.4.28.7;4.28.8is at or above that floor.yarn install --immutable, the full test suite (2153 tests), and all workspace builds including the Next.js production build.Fixedentry toCHANGELOG.mdand dedupescaniuse-liteto1.0.30001810.Written for commit 262a3d5. Summary will update on new commits.