fix(deps): update browserslist past GHSA-73wf-gq98-2v4g - #214
Merged
Conversation
browserslist <= 4.28.6 crashes and can write to Object.prototype through normalizeStats when it reads a custom browserslist-stats.json. Dependabot opened alert #47 (high) on it but could not raise a PR: on its last run 4.28.7 was not yet resolvable, so it reported the fix as impossible and the alert has sat open since. Nothing in the tree depends on browserslist directly — it comes in under @babel/helper-compilation-targets via vite-plugin-svgr, dev scope only — so the fix is a lockfile bump. 4.28.9 pulls its data packages (caniuse-lite, electron-to-chromium, node-releases, baseline-browser- mapping) and update-browserslist-db forward with it; nothing else moves. The frontend build passes on the new lockfile.
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.
Closes Dependabot alert #47 (high).
browserslist <= 4.28.6crashes and can write toObject.prototypethroughnormalizeStatswhen it reads a custombrowserslist-stats.json. Dependabot could not open a PR itself: on its last run it resolved no higher than 4.28.4 and reportedsecurity_update_not_possiblewithlowest-non-vulnerable-version: 4.28.7. 4.28.9 is on npm now.Nothing depends on browserslist directly — it arrives under
@babel/helper-compilation-targetsviavite-plugin-svgr, dev scope only — so this is a lockfile bump. 4.28.4 → 4.28.9, carrying its data packages (caniuse-lite,electron-to-chromium,node-releases,baseline-browser-mapping) andupdate-browserslist-db1.2.3 → 1.3.2. No other package moves.pnpm run buildpasses on the new lockfile.