Skip to content

Commit

Permalink
chore: add override for vite (CVE-2024-31207)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvsukhanov committed Apr 4, 2024
1 parent 63dabaf commit cf926c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"typescript": "~5.2.2"
},
"overrides": {
"webpack-dev-middleware": "6.1.2"
"webpack-dev-middleware": "6.1.2",
"vite": "5.1.7"
}
}

0 comments on commit cf926c3

Please sign in to comment.