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 authored and flaviuse committed Dec 8, 2024
1 parent 5ae4786 commit cc98a48
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 @@ -31,7 +31,7 @@
"joi-objectid": "^4.0.2",
"moment": "^2.29.1",
"mongo-sanitize": "^1.1.0",
"mongoose": "^6.5.2",
"mongoose": "^6.11.3",
"passport": "0.4.1",
"passport-local": "^1.0.0",
"ramda": "^0.28.0",
Expand Down

0 comments on commit cc98a48

Please sign in to comment.