Commit b3296c9
fix: remove bogus
PR #230 accidentally added `ncc` (node-chrome-canvas) to dependencies.
This is unrelated to `@vercel/ncc` (already in devDependencies) and
pulls in ws@2.3.1 which has multiple known vulnerabilities:
- GHSA-3648-7jhf-9vrq (DoS via many HTTP headers — high)
- CVE-2024-37890 (Denial of Service in ws — high)
Remove the bogus dependency and regenerate the lock file.
Closes #273
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>ncc dependency that introduces ws vulnerabilities1 parent 343a1b2 commit b3296c9
2 files changed
Lines changed: 15 additions & 118 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 | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments