fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MONGODB-5871303
This commit is contained in:
snyk-bot
2023-08-30 20:05:26 +00:00
parent f21eb3b7c8
commit 02d9d7b6a4
2 changed files with 92 additions and 23 deletions

View File

@@ -30,8 +30,8 @@
"jsrp": "^0.2.4",
"libsodium-wrappers": "^0.7.10",
"lodash": "^4.17.21",
"mongodb": "^5.7.0",
"mongoose": "^7.4.1",
"mongodb": "^5.8.0",
"mongoose": "^7.5.0",
"nanoid": "^3.3.6",
"node-cache": "^5.1.2",
"nodemailer": "^6.8.0",