Skip to content

Commit b3296c9

Browse files
GJaubertclaude
andcommitted
fix: remove bogus ncc dependency that introduces ws vulnerabilities
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>
1 parent 343a1b2 commit b3296c9

2 files changed

Lines changed: 15 additions & 118 deletions

File tree

package-lock.json

Lines changed: 14 additions & 116 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"@actions/core": "^1.10.0",
2222
"@actions/github": "^6.0.0",
2323
"@aws-sdk/client-ec2": "^3.1028.0",
24-
"lodash": "^4.18.1",
25-
"ncc": "^0.3.6"
24+
"lodash": "^4.18.1"
2625
},
2726
"devDependencies": {
2827
"@vercel/ncc": "^0.38.1",

0 commit comments

Comments
 (0)