Skip to content

Commit 447cc5e

Browse files
Fix 4 Dependabot security alerts via pnpm overrides
- vite 8.0.2 → 8.0.7 (CVE-2026-39364, CVE-2026-39363, CVE-2026-39365) - defu 6.1.4 → 6.1.7 (CVE-2026-35209) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 76e75de commit 447cc5e

2 files changed

Lines changed: 122 additions & 113 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"pnpm": {
2525
"overrides": {
2626
"brace-expansion@>=4.0.0 <5.0.5": "5.0.5",
27-
"node-forge@<1.4.0": "1.4.0"
27+
"node-forge@<1.4.0": "1.4.0",
28+
"vite@<8.0.7": "8.0.7",
29+
"defu@<6.1.7": "6.1.7"
2830
}
2931
},
3032
"devDependencies": {

0 commit comments

Comments
 (0)