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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEMAILER-6219989
This commit is contained in:
snyk-bot 2024-02-01 16:52:54 +00:00
parent 6c163cc14e
commit d65d24af09
No known key found for this signature in database
GPG Key ID: 5009E0832F4D3DD3
2 changed files with 5 additions and 4 deletions

View File

@ -31,7 +31,7 @@
"markdown-it": "^13.0.1",
"Model": "file:../Model",
"node-cron": "^3.0.3",
"nodemailer": "^6.7.3",
"nodemailer": "^6.9.9",
"pg": "^8.7.3",
"socket.io": "^4.7.2",
"stripe": "^10.17.0",
@ -14771,8 +14771,9 @@
"license": "MIT"
},
"node_modules/nodemailer": {
"version": "6.9.7",
"license": "MIT-0",
"version": "6.9.9",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.9.tgz",
"integrity": "sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==",
"engines": {
"node": ">=6.0.0"
}

View File

@ -35,7 +35,7 @@
"jsonwebtoken": "^9.0.0",
"markdown-it": "^13.0.1",
"Model": "file:../Model",
"nodemailer": "^6.7.3",
"nodemailer": "^6.9.9",
"node-cron": "^3.0.3",
"pg": "^8.7.3",
"socket.io": "^4.7.2",