Bump brace-expansion from 1.1.12 to 1.1.18
Open
Number: #108
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
August 05, 2026 at 05:17 PM UTC
(2 days ago)
(2 days ago)
Updated:
August 05, 2026 at 05:17 PM UTC
(2 days ago)
(2 days ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps brace-expansion from 1.1.12 to 1.1.18.
Release notes
Sourced from brace-expansion's releases.
v1.1.15
- Backport v5.0.6 change to v1 (#111) 0b09384
https://github.com/juliangruber/brace-expansion/compare/v1.1.14...v1.1.15
Commits
758fcd61.1.1827fbeedMerge commit from fork5c57cc21.1.17d757f1dnpm ignore.claudecb4b9e4fix: backport GHSA-mh99-v99m-4gvg (#129)447763a1.1.16d74e630fix: v1 backport for CVE-2026-13149 (#122)2203f4f1.1.150b09384Backport v5.0.6 change to v1 (#111)10c05fc1.1.14- Additional commits viewable in compare view
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: | 16145979 |
| UUID: | 5073448986 |
| Node ID: | PR_kwDOQYUq_877Mhif |
| Host: | GitHub |
| Repository: | adobecom/edu |