fix: override vulnerable transitive deps for dependabot alerts#884
Merged
mcottontensor merged 1 commit intoMay 25, 2026
Merged
Conversation
Adds version-scoped overrides for ws, qs, webpack-dev-server, brace-expansion, and fast-uri to clear alerts EpicGamesExt#189–EpicGamesExt#194. The `@^N` selectors confine each bump to the affected major (e.g. `ws@^8`), leaving SFU's intentional `ws@^7.5.10` pin and unaffected `brace-expansion@1.x` instances untouched.
|
Collaborator
Author
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
This was referenced May 29, 2026
Collaborator
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
mcottontensor
added a commit
that referenced
this pull request
May 29, 2026
…#893) Adds version-scoped overrides for ws, qs, webpack-dev-server, brace-expansion, and fast-uri to clear alerts #189–#194. The `@^N` selectors confine each bump to the affected major (e.g. `ws@^8`), leaving SFU's intentional `ws@^7.5.10` pin and unaffected `brace-expansion@1.x` instances untouched. (cherry picked from commit f09c5dc) # Conflicts: # package-lock.json
mcottontensor
added a commit
that referenced
this pull request
May 29, 2026
…#894) Adds version-scoped overrides for ws, qs, webpack-dev-server, brace-expansion, and fast-uri to clear alerts #189–#194. The `@^N` selectors confine each bump to the affected major (e.g. `ws@^8`), leaving SFU's intentional `ws@^7.5.10` pin and unaffected `brace-expansion@1.x` instances untouched. (cherry picked from commit f09c5dc) # Conflicts: # package-lock.json
mcottontensor
added a commit
that referenced
this pull request
May 29, 2026
…#895) Adds version-scoped overrides for ws, qs, webpack-dev-server, brace-expansion, and fast-uri to clear alerts #189–#194. The `@^N` selectors confine each bump to the affected major (e.g. `ws@^8`), leaving SFU's intentional `ws@^7.5.10` pin and unaffected `brace-expansion@1.x` instances untouched. (cherry picked from commit f09c5dc) # Conflicts: # package-lock.json # package.json
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
Adds version-scoped overrides for five transitive deps to clear Dependabot alerts #189–#194:
qs.stringifywith comma-format arraysmaxprotectionThe
@^Nselectors (e.g.ws@^8) confine each bump to the affected major, so:ws@^7.5.10pin (mediasoup compat) is left alone.brace-expansion@1.xinstances (used byminimatch@3) are left alone.Test plan
npm installresolves cleanly with overrides appliednpm lsconfirms vulnerable versions are gone and intentional pins preservedCommon,Signalling,Wilbur,Frontend/library,Frontend/ui-library)