Commit fd5c3fc
committed
fix(deps): raise brace-expansion/minimatch to patched majors (dependency-review)
GHSA-mh99-v99m-4gvg covers brace-expansion <= 5.0.7 as one range, so pinning
the 1.x line to 1.1.16 did not satisfy it (dependency-review flagged the newly
introduced 1.1.16). Override brace-expansion to ^5.0.8 globally in website and
frontend, and minimatch to ^10.0.3 in frontend (js-beautify/editorconfig chain).
Both npm trees now report 0 vulnerabilities.
## Testing
- website: npm run build succeeds (160 docs), npm audit 0 vulns
- frontend: npm run build succeeds, vitest 55 files / 566 tests pass, npm audit 0 vulns1 parent 66e8ae8 commit fd5c3fc
4 files changed
Lines changed: 9 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
54 | | - | |
| 52 | + | |
| 53 | + | |
55 | 54 | | |
56 | 55 | | |
0 commit comments