Skip to content

Commit

Permalink
fix: upgrade esbuild to ~0.25.0 to address vuln report (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail authored Feb 19, 2025
1 parent 28a3e7d commit e04e6c6
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"esbuild": "~0.23.0",
"esbuild": "~0.25.0",
"get-tsconfig": "^4.7.5"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit e04e6c6

Please sign in to comment.