[lexical] Security: Fix @isaacs/brace-expansion vulnerability (CVE-2026-25547)#8175
Merged
thatmichael85 merged 1 commit intomainfrom Feb 27, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
etrepum
approved these changes
Feb 27, 2026
…26-25547) Resolve Dependabot alerts for @isaacs/brace-expansion@5.0.0 (Uncontrolled Resource Consumption, HIGH severity). - Added pnpm override for @isaacs/brace-expansion >= 5.0.1 in root package.json - Regenerated root lockfile (resolves to @isaacs/brace-expansion@5.0.1) - Regenerated example lockfiles which now resolve to the non-scoped brace-expansion@5.0.3 (no longer affected)
027d06a to
69829e4
Compare
Merged
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.
Description
Resolves Dependabot alerts #462, #463, #464 for
@isaacs/brace-expansion@5.0.0(Uncontrolled Resource Consumption, HIGH severity, CVE-2026-25547).Changes
"@isaacs/brace-expansion": ">=5.0.1"in rootpackage.jsonto force the patched versionpnpm-lock.yaml(resolves to@isaacs/brace-expansion@5.0.1)extension-vanilla-tailwindandextension-vanilla-react-plugin-hostwhich now resolve to the non-scopedbrace-expansion@5.0.3(no longer affected)Test plan
Before
@isaacs/brace-expansion@5.0.0present in root lockfile and 2 example lockfilesAfter
@isaacs/brace-expansion@5.0.1brace-expansion@5.0.3(vulnerability eliminated)