Skip to content

Commit

Permalink
update connect-busboy dependency to get rid of dicer
Browse files Browse the repository at this point in the history
since it has a CVE that won't be fixed.
mscdex/dicer#30
  • Loading branch information
ghandmann committed Jun 21, 2022
1 parent 744b712 commit 29d52f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
30 changes: 11 additions & 19 deletions Beispiele/Node.js/Microservices/WebApi/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 Beispiele/Node.js/Microservices/WebApi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"amqplib": "^0.8.0",
"connect-busboy": "0.0.2",
"connect-busboy": "1.0.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
Expand Down

0 comments on commit 29d52f7

Please sign in to comment.