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-IP-6240864
  • Loading branch information
snyk-bot committed Feb 11, 2024
1 parent e86e7f7 commit a7dbcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"body-parser": "^1.19.2",
"commander": "^2.9.0",
"express": "^4.17.3",
"mongodb": "*",
"mongodb": "6.0.0",
"semver": "^7.3.4"
},
"devDependencies": {
Expand Down

0 comments on commit a7dbcec

Please sign in to comment.