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-MONGOOSE-8623536
  • Loading branch information
snyk-bot committed Jan 17, 2025
1 parent 2304189 commit 7a85094
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 @@ -16,7 +16,7 @@
"winston": "^2.3.0",
"http-auth":"^3.2.3",
"shortid": "^2.2.8",
"mongoose": "^4.13.1"
"mongoose": "^6.13.6"
},
"engines": {
"node": "8.x"
Expand Down

0 comments on commit 7a85094

Please sign in to comment.