Commit 3585b6e
fix(deps): resolve pnpm audit vulnerabilities (#16)
## Summary
- Add pnpm overrides to force patched transitive dependency versions
- **picomatch** `>=4.0.4` — fixes ReDoS + method injection
(GHSA-c2c7-rcm5-vvqj, GHSA-3v7f-55p6-f55p)
- **yaml** `>=2.8.3` — fixes stack overflow via deeply nested
collections (GHSA-48c2-rrv3-qjmp)
- **smol-toml** `>=1.6.1` — fixes DoS via consecutive commented lines
(GHSA-v3rj-xjv7-4jmq)
- **brace-expansion** `>=5.0.5` — fixes process hang via zero-step
sequences (GHSA-f886-m6hf-6m8v)
- Resolves all 5 unignored audit findings → only pre-existing ignored
CVEs remain
## Test plan
- [x] `./scripts/audit.sh` passes locally
- [x] CI lint passes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 93f4af4 commit 3585b6e
2 files changed
Lines changed: 31 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments