Skip to content

Commit

Permalink
upgrade multer
Browse files Browse the repository at this point in the history
used by pcap upload
because of CVE-2022-24434
more info: expressjs/multer#1097
  • Loading branch information
31453 committed May 31, 2022
1 parent 060e8d3 commit ede63d7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 126 deletions.
154 changes: 29 additions & 125 deletions viewer/package-lock.json

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

2 changes: 1 addition & 1 deletion viewer/package.json
Expand Up @@ -9,7 +9,7 @@
"compression": "^1.6.2",
"fs-ext": "^2.0.0",
"method-override": "^2.3.6",
"multer": "^1.2.0",
"multer": "^1.4.5-lts.1",
"peek-stream": "^1.1.1",
"pngjs": "^3.3.3",
"re2": "^1.17.3",
Expand Down

0 comments on commit ede63d7

Please sign in to comment.