chore(deps): resolve fast-uri and brace-expansion advisories - #952
Merged
mcottontensor merged 1 commit intoAug 4, 2026
Conversation
Raise the `fast-uri@^3` and `brace-expansion@^5` override floors to the patched 3.1.5 and 5.0.9 releases, clearing the two open Dependabot alerts (host confusion via backslash authority introducer, and DoS via unbounded intermediate arrays). Both are dev-only transitive dependencies.
Collaborator
Author
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
mcottontensor
deleted the
chore/deps-dependabot-fast-uri-brace-expansion
branch
August 4, 2026 03:39
mcottontensor
added a commit
that referenced
this pull request
Aug 4, 2026
…953) Raise the `fast-uri@^3` and `brace-expansion@^5` override floors to the patched 3.1.5 and 5.0.9 releases, clearing the two open Dependabot alerts (host confusion via backslash authority introducer, and DoS via unbounded intermediate arrays). Both are dev-only transitive dependencies. (cherry picked from commit fa06f59)
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.
Clears the two open Dependabot alerts on
master.fast-uribrace-expansion>= 3.0.0, < 3.1.5).>= 4.0.0, < 5.0.9).Changes
Both packages are already pinned through the root
overridesblock, so the fix is to raise the override floors:npm installalone does not re-resolve transitives that the lockfile already has locked, sonpm update fast-uri brace-expansionwas needed to regenerate the lockfile. All fivebrace-expansion@^5tree positions (glob,nodemon,test-exclude,typedoc,@typescript-eslint/typescript-estree) now resolve to 5.0.9, andfast-urito 3.1.5. The unrelated rootbrace-expansion@1.xmoved 1.1.17 → 1.1.18 as a side effect of re-resolution; 1.x is outside the advisory range either way.Both are dev-only transitive dependencies — nothing ships to a published package or runtime path, so no changeset.
Testing
npm run build— all workspaces build cleanFrontend/libraryunit tests — 46 passed, 5 suitesnpm audit— both advisories gonenpm auditstill reportsajv(ReDoS via$data) andfile-type(infinite loop on malformed MKV/ASF). Neither has an open Dependabot alert and both need breaking upgrades ofeslint-plugin-tsdoc/open-cli, so they are left out of this PR.