fix(deps): bump brace-expansion and fast-uri overrides for audit - #134
Merged
Conversation
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.
Why
The Security workflow is failing on
main(and therefore blocking dependabot PR #131) with two high severity advisories:^5.0.8override no longer covers GHSA-rgw5-rvv9-x895, whose vulnerable range is4.0.0 - 5.0.8. Fixed in5.0.9.3.0.0 - 3.1.4. There was no override for it, so the transitive3.1.4was being pulled in. Fixed in3.1.5.What
Bumps the
brace-expansionoverride to^5.0.9and adds afast-urioverride at^3.1.5. The lockfile only moves those two packages.Verification
Lint and type-check pass via the pre-commit and pre-push hooks.
Follow-up
Once this lands, dependabot PR #131 should go green without any change on its side, since its only failing check was this same audit.
馃 Generated with Claude Code
https://claude.ai/code/session_01UP1g9VaCLgZ1nCfRjNBcZW