Commit 6e75111
committed
Fix brace-expansion override for minimatch compatibility
The merge pinned brace-expansion to ^5.0.7 (from master's audit fix), but
5.x is ESM-only with named exports, breaking minimatch@9.0.9 which does a
default import (`import expand from 'brace-expansion'`) — e.g. typedoc's
`doc` script failed. The tree now has both minimatch@9 (needs 2.x) and
minimatch@10 (needs 5.x), so no single major works.
Replace the blanket pin with per-major security patches covering only the
vulnerable ranges (GHSA-v6h2-p8h4-qcjw), letting each consumer resolve its
compatible major: brace-expansion 2.1.2 for minimatch@9, 5.0.7 for minimatch@10.1 parent ea2828f commit 6e75111
2 files changed
Lines changed: 21 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments