Override flatted >=3.4.2 to fix GHSA-rf6f-7fwh-wjgh#452
Merged
Conversation
Force flatted >=3.4.2 to resolve prototype pollution via parse() reported in brave/brave-browser#53816
- jsdom 22.1.0 → 29.0.1 (fixes GHSA-vpq2-c234-7xj6 via @tootallnate/once) - mocha 10.2.0 → 10.8.2 (fixes GHSA-3ppc-4f35-3m26, GHSA-7r86-cg39-jmmj, GHSA-23c5-xmqv-rm74 via minimatch) - web-ext 9.3.0 → 9.4.0 (fixes GHSA-2g4f-4pwh-qvx6 via ajv in addons-linter) Remaining 4 moderate findings (yauzl via addons-scanner-utils) require web-ext@10 which is a breaking change — deferred.
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
…ngs" This reverts commit f84f6d7.
mihaiplesa
approved these changes
Mar 20, 2026
remusao
approved these changes
Mar 20, 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.
Adds an
overridesentry forflattedto force>=3.4.2, resolving the prototype pollution vulnerability reported in GHSA-rf6f-7fwh-wjgh.connected to brave/brave-browser#53816
flattedis a transitive dependency (eslint → file-entry-cache → flat-cache → flatted).flat-cache@4.0.1allows^3.2.9so 3.4.2 satisfies the range — this override forces the resolved version up to the patched release.