Skip to content

Commit

Permalink
fix: 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-MONGOOSE-5777721
  • Loading branch information
snyk-bot committed Jul 17, 2023
1 parent b1b0cf9 commit a410ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.3.0",
"mongoose": "^5.13.2",
"mongoose": "^5.13.20",
"mongoose-timestamp": "^0.6.0",
"morgan": "^1.10.0",
"node-schedule": "^2.0.0",
Expand Down

0 comments on commit a410ee0

Please sign in to comment.