fix(deps): Bump brace-expansion to patched versions across the tree - #23112
Closed
Lms24 wants to merge 1 commit into
Closed
fix(deps): Bump brace-expansion to patched versions across the tree#23112Lms24 wants to merge 1 commit into
Lms24 wants to merge 1 commit into
Conversation
brace-expansion is vulnerable to two DoS advisories reachable through minimatch/glob: GHSA-3jxr-9vmj-r5cp (exponential-time expansion of consecutive non-expanding {} groups) and GHSA-rgw5-rvv9-x895 (unbounded intermediate arrays). Fixing both requires 1.1.18 / 2.1.4 / 5.0.9. Every semver range in the tree already accepted a patched release, so the 1.x, 2.x and 5.x lines are fixed by re-resolving the lockfile alone: ^1.1.7 1.1.11 -> 1.1.18 ^2.0.1, ^2.0.2 2.0.2 -> 2.1.4 ^5.0.5 5.0.6 -> 5.0.9 nx pins brace-expansion exactly, so its copy needs separate handling. Bump nx 22.7.5 -> 22.7.8, which also drops axios 1.16.0 (one high and two moderate advisories) along with form-data, hasown and tmp. That still leaves nx on brace-expansion 5.0.8, which fixes only the first advisory, and no nx release pins 5.0.9 or later -- so add a scoped resolution to force it, mirroring the existing **/nx/minimatch entry. Resolves GHSA-3jxr-9vmj-r5cp / CVE-2026-13149 and GHSA-rgw5-rvv9-x895. Dependabot alert: https://github.com/getsentry/sentry-javascript/security/dependabot/2060 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Lms24
force-pushed
the
fix/dependabot-alert-2060
branch
from
August 7, 2026 07:30
a85a705 to
a1eb7fa
Compare
Contributor
size-limit report 📦
|
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.
Bumps
brace-expansionto versions patched against two DoS advisories reachable viaminimatch/glob: GHSA-3jxr-9vmj-r5cp (exponential-time{}expansion) and GHSA-rgw5-rvv9-x895 (unbounded intermediate arrays). Clearing both requires 1.1.18 / 2.1.4 / 5.0.9.^1.1.7(×9)^2.0.1,^2.0.2^5.0.5(×7)nxexact pinEvery range above already accepted a patched release, so those three are a lockfile re-resolve.
nxpinsbrace-expansionexactly and needed separate handling: bumping it 22.7.5 → 22.7.8 only reaches 5.0.8, which fixes the first advisory but not the second, and nonxrelease pins 5.0.9 or later. Hence the scoped resolution, mirroring the existing**/nx/minimatchentry. Thenxbump is kept anyway because it also dropsaxios1.16.0 (one high, two moderate advisories) plusform-data,hasownandtmp— that churn accounts for most of the lockfile diff.Worth noting the alert is scoped
development, butglobis a production dependency of@sentry/bundler-pluginsand@sentry/react-router, so the^5.0.5row does ship to consumers.Dependabot alert: https://github.com/getsentry/sentry-javascript/security/dependabot/2060
🤖 Generated with Claude Code