Skip to content

Commit c32418c

Browse files
vinokurigclaudenetomi
authored
chore: update brace-expansion to address CVE-2026-45149 (#1944)
* chore: update brace-expansion to address CVE-2026-45149 Updates brace-expansion dependency versions: - 1.1.11 -> 1.1.15 - 2.0.2 -> 2.1.1 - 5.0.3 -> 5.0.7 Version 5.0.7 includes the fix for CVE-2026-45149, a DoS vulnerability affecting versions 5.0.0-5.0.5 where large numeric ranges could cause excessive memory allocation even with max limits configured. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * add changelog entry --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> Co-authored-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
1 parent 29c0e20 commit c32418c

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

webui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ This change log covers only the frontend library (webui) of Open VSX.
1313
- Migrate admin dashboard to use `@tanstack/react-query` ([#1917](https://github.com/eclipse-openvsx/openvsx/pull/1917)
1414
- Replace formatting from `stylistic` with `prettier` ([#1916](https://github.com/eclipse-openvsx/openvsx/pull/1916))
1515

16+
### Dependencies
17+
18+
- Bump brace-expansion from `1.1.11` to `1.1.15` ([#1944](https://github.com/eclipse-openvsx/openvsx/pull/1944))
19+
- Bump brace-expansion from `2.0.2` to `2.1.1` ([#1944](https://github.com/eclipse-openvsx/openvsx/pull/1944))
20+
- Bump brace-expansion from `5.0.3` to `5.0.7` ([#1944](https://github.com/eclipse-openvsx/openvsx/pull/1944))
21+
1622
## [v1.0.2] (23/06/2026)
1723

1824
### Changed

webui/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2660,30 +2660,30 @@ __metadata:
26602660
linkType: hard
26612661

26622662
"brace-expansion@npm:^1.1.7":
2663-
version: 1.1.11
2664-
resolution: "brace-expansion@npm:1.1.11"
2663+
version: 1.1.15
2664+
resolution: "brace-expansion@npm:1.1.15"
26652665
dependencies:
26662666
balanced-match: "npm:^1.0.0"
26672667
concat-map: "npm:0.0.1"
2668-
checksum: 10/faf34a7bb0c3fcf4b59c7808bc5d2a96a40988addf2e7e09dfbb67a2251800e0d14cd2bfc1aa79174f2f5095c54ff27f46fb1289fe2d77dac755b5eb3434cc07
2668+
checksum: 10/f2a950034e670523cc186da61aabe3beab74b1b8a7c74a756bf6b172dad1917312f255d9ec46906c9f0cab530868095d8c143918576930dd0e1323c3803850f1
26692669
languageName: node
26702670
linkType: hard
26712671

26722672
"brace-expansion@npm:^2.0.2":
2673-
version: 2.0.2
2674-
resolution: "brace-expansion@npm:2.0.2"
2673+
version: 2.1.1
2674+
resolution: "brace-expansion@npm:2.1.1"
26752675
dependencies:
26762676
balanced-match: "npm:^1.0.0"
2677-
checksum: 10/01dff195e3646bc4b0d27b63d9bab84d2ebc06121ff5013ad6e5356daa5a9d6b60fa26cf73c74797f2dc3fbec112af13578d51f75228c1112b26c790a87b0488
2677+
checksum: 10/4681c533dc4e6c77b3ad795b38683d297fd03c739a17bfb2a338529fa7dcf4540683a79dcd662905f4c5b0db7cfda18daafcd18dd1bbf7c3b076fe0c9c3487eb
26782678
languageName: node
26792679
linkType: hard
26802680

26812681
"brace-expansion@npm:^5.0.2":
2682-
version: 5.0.3
2683-
resolution: "brace-expansion@npm:5.0.3"
2682+
version: 5.0.7
2683+
resolution: "brace-expansion@npm:5.0.7"
26842684
dependencies:
26852685
balanced-match: "npm:^4.0.2"
2686-
checksum: 10/8ba7deae4ca333d52418d2cde3287ac23f44f7330d92c3ecd96a8941597bea8aab02227bd990944d6711dd549bcc6e550fe70be5d94aa02e2fdc88942f480c9b
2686+
checksum: 10/98c12de33fa53ab07b2b5179f6740045508c61c4319638faf47a0d72615db80058f66c0d1cb74dc8ed591bbf507c068027e80cfb86a2f467bfd330574e13ed7b
26872687
languageName: node
26882688
linkType: hard
26892689

0 commit comments

Comments
 (0)