chore(deps-dev): bump brace-expansion from 1.1.15 to 1.1.18
Open
Number: #678
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 4
Association: Unknown
Comments: 4
Created:
August 05, 2026 at 10:49 AM UTC
(2 days ago)
(2 days ago)
Updated:
August 05, 2026 at 10:51 AM UTC
(2 days ago)
(2 days ago)
Labels:
dependencies javascript :label: type: chore :label: scope: deps-dev
dependencies javascript :label: type: chore :label: scope: deps-dev
Assignees:
lumirlumir
lumirlumir
Description:
Bumps brace-expansion from 1.1.15 to 1.1.18.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Package Dependencies
Security Advisories
brace-expansion: DoS via exponential-time expansion of consecutive non-expanding {} groups
GHSA-3jxr-9vmj-r5cp
CVE-2026-13149
HIGH
### Summary
brace-expansion's expand() exhibits exponential-time - O(2ⁿ) - behavior in the number of consecutive non-expanding {} groups. A short, all-ASCII input (~90 bytes/30 groups) blocks the c...
brace-expansion: DoS via unbounded expansion length causing an out-of-memory process crash
GHSA-mh99-v99m-4gvg
CVE-2026-14257
HIGH
### Summary
`expand()` bounds the *number* of results it produces (the `max` option,
`100_000` by default) but not their *length*. By chaining many brace groups,
an attacker keeps the result count...
Technical Details
| ID: | 16145804 |
| UUID: | 5070053408 |
| Node ID: | PR_kwDOMrQNqc77BfrU |
| Host: | GitHub |
| Repository: | lumirlumir/npm-clang-format-node |