Skip to content

Commit ec4cfe5

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-14157156
1 parent 68293e8 commit ec4cfe5

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"lodash": "^4.17.21",
5454
"mocha": "^9.2.2",
5555
"morgan": "1.10.0",
56-
"nodemailer": "^6.7.3",
56+
"nodemailer": "^7.0.11",
5757
"nodemon": "2.0.16",
5858
"nunjucks": "^3.2.3",
5959
"pg": "^8.7.3",

0 commit comments

Comments
 (0)