Skip to content

Commit

Permalink
fix: esbuild security issue vitejs/vite#19412
Browse files Browse the repository at this point in the history
  • Loading branch information
yk-lab committed Feb 22, 2025
1 parent 729c91a commit a0ed2a4
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 105 deletions.
3 changes: 3 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"dictionaries": ["typescript", "node", "markdown"],
"words": [
"cmaps",
"esbuild",
"lefthook",
"luizm",
"njsproj",
Expand All @@ -17,6 +18,8 @@
"sonarqube",
"sonarsource",
"Vetur",
"vite",
"vitejs",
"vitest",
"vueuse"
],
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,12 @@
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lefthook",
"msw"
]
],
"overrides": {
"esbuild": "^0.25.0"
}
}
}
Loading

0 comments on commit a0ed2a4

Please sign in to comment.