fix(deps): override browserslist to 4.28.7+ (GHSA-c83g-rgw3-j3cx) - #22
Merged
Merged
Conversation
Two newly published HIGH advisories against browserslist <= 4.28.6 (unbounded memory growth from an unevicted query-result cache, plus a crash/prototype-write via untrusted browserslist-stats.json), patched in 4.28.7. Reached transitively via babel (Expo toolchain), so no direct dependency to bump. Overridden at the workspace root. pnpm-lock.yaml is gitignored in this repo -- dependency-audit.yml generates a synthetic pnpm-workspace.yaml (stubs/@nself/*) and runs a fresh pnpm install --no-frozen-lockfile on every run, so there is no committed lockfile to regenerate here; the package.json override is the whole fix. Verified locally by reproducing that workflow's stub-workspace setup and running the same install: browserslist resolves to 4.28.8, and pnpm audit --audit-level=high exits 0 (2 high findings, both pre-existing ignored CVEs unrelated to this change).
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
browserslist-stats.json), patched in 4.28.7. Reached transitively via babel (Expo toolchain); overridden at the workspace root.pnpm-lock.yamlis gitignored in this repo --dependency-audit.ymlgenerates a syntheticpnpm-workspace.yaml(stubs/@nself/*) and runs a freshpnpm install --no-frozen-lockfileevery run, so there's no committed lockfile to regenerate; thepackage.jsonoverride is the whole fix.Verification
browserslistresolves to4.28.8.pnpm audit --audit-level=highexits 0 (2 high findings, both pre-existing ignored CVEs unrelated to this change).Test plan