defect
minor
#29112
Update minimatch and serialize-javascript to fix CVE-2026-27903, CVE-2026-27904, and GHSA-5c6j-r48x-rmvq
The minimatch dependency in com.top_logic.umljs/src-js/package-lock.json is at version 10.2.2, which is vulnerable to two ReDoS CVEs:
- CVE-2026-27903: matchOne() combinatorial backtracking - fixed in 10.2.3
- CVE-2026-27904: Nested extglob catastrophic backtracking - fixed in 10.2.3
These are dev dependencies only (eslint, rollup toolchain) and not shipped in production, but should still be updated.
A prior fix (commit afea3c24981, Feb 24) upgraded minimatch to 10.2.2, which addressed CVE-2026-26996, but the two newer CVEs require 10.2.3+.
Fix: Update minimatch to >= 10.2.3 via npm update minimatch in com.top_logic.umljs/src-js/.