Skip to content

Commit ee6a495

Browse files
massongitclaude
andauthored
fix(security): override undici to ^6.23.0 to fix CVE-2026-22036 (#2006)
Add npm overrides to force undici to version 6.23.0 or higher to address the unbounded decompression chain vulnerability in HTTP responses. Resolves: GHSA-g9mf-h72j-4rw9 Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 35a67be commit ee6a495

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"engines": {
3030
"node": "24.13.0"
3131
},
32+
"overrides": {
33+
"undici": "^6.23.0"
34+
},
3235
"standard": {
3336
"ignore": [
3437
"dist/"

0 commit comments

Comments
 (0)