Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860
- https://snyk.io/vuln/SNYK-JS-SEND-7926862
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent 5abc684 commit 91b6821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"dependencies": {
"address": "0.0.3",
"body-parser": "1.0.0",
"connect": "2.12.0",
"body-parser": "1.20.3",
"connect": "3.0.0",
"connect-multiparty": "1.0.1",
"debug": "0.7.4",
"eventproxy": "0.2.6",
Expand Down

0 comments on commit 91b6821

Please sign in to comment.