Skip to content

Commit

Permalink
fix: api-server/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
  • Loading branch information
snyk-bot committed Sep 12, 2024
1 parent dbef1e9 commit 2a99d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"accepts": "^1.3.7",
"axios": "^0.21.1",
"bad-words": "^3.0.4",
"body-parser": "^1.19.0",
"body-parser": "^1.20.3",
"compression": "^1.7.4",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
Expand Down

0 comments on commit 2a99d37

Please sign in to comment.