Skip to content

Commit e12ef49

Browse files
committed
fix(deps): pin yaml >=2.8.3 to patch stack-overflow advisory (GHSA-48c2-rrv3-qjmp)
1 parent e552394 commit e12ef49

2 files changed

Lines changed: 53 additions & 58 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
],
7979
"overrides": {
8080
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
81-
"vitest": "4.1.9"
81+
"vitest": "4.1.9",
82+
"yaml": ">=2.8.3"
8283
}
8384
}
8485
}

0 commit comments

Comments
 (0)