Skip to content

Commit 66136e9

Browse files
fix(security): update undici from 5.28.4 to 6.15.0
1 parent f3303e4 commit 66136e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,8 @@
128128
"lint": "npm run lint-eslint && npm run lint-tsc",
129129
"lint-eslint": "eslint '**/*.ts'",
130130
"lint-tsc": "tsc"
131+
},
132+
"overrides": {
133+
"undici@<=6.15.0": "6.15.0"
131134
}
132135
}

0 commit comments

Comments
 (0)