Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities (#19)
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-8446504

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
panagiop and snyk-bot authored Dec 11, 2024
1 parent aef0a18 commit cf60021
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 @@ -31,7 +31,7 @@
"express": "^4.17.1",
"helmet": "^5.0.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^5.13.15",
"mongoose": "^8.8.3",
"morgan": "^1.10.0",
"pm2": "^5.1.2",
"redis": "^3.0.2"
Expand Down

0 comments on commit cf60021

Please sign in to comment.