Skip to content

Commit 7dc6f6e

Browse files
author
liveapp-bot
committed
fix(deps): bump pinned undici→7.29.0, js-yaml→4.3.1 (clear 2 High CVEs)
Same 2 pre-existing High CVEs as #137 (undici 7.28.0 GHSA-4cwx-7wf7-3272, js-yaml 4.3.0 GHSA-5p4m-2wfm-xmqj) in main's pinned deps — not introduced by the typescript 6→7 bump. Bumping the override floors clears them. Local gate green: osv + typecheck + build + test.
1 parent 85709a0 commit 7dc6f6e

2 files changed

Lines changed: 70 additions & 29 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"pnpm": {
3232
"overrides": {
3333
"form-data": ">=4.0.6",
34-
"undici": ">=7.28.0",
35-
"jsdom>undici": ">=7.28.0 <8",
34+
"undici": ">=7.29.0",
35+
"jsdom>undici": ">=7.29.0 <8",
3636
"ws": ">=8.21.0",
3737
"vite": ">=6.4.3",
3838
"read-yaml-file@1": "^2.1.0",
39-
"js-yaml@4": "^4.3.0",
39+
"js-yaml@4": "^4.3.1",
4040
"esbuild": ">=0.28.1",
4141
"sharp": ">=0.35.0"
4242
}

0 commit comments

Comments
 (0)