Skip to content

Commit

Permalink
fix: update express to the latest(4.20.0).
Browse files Browse the repository at this point in the history
fixes https://issues.redhat.com/browse/SRVCOM-3317 . serve-static vulnerability
  • Loading branch information
lholmquist committed Sep 11, 2024
1 parent f4823e6 commit 9e4aa33
Show file tree
Hide file tree
Showing 8 changed files with 1,119 additions and 326 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"cloudevents": "^8.0.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"express": "^4.20.0",
"express-ws": "^5.0.2",
"pg": "^8.11.5"
}
Expand Down
Loading

0 comments on commit 9e4aa33

Please sign in to comment.