From 19bb714bc7046b7e6ad91870049e177b0d9a9836 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Nov 2020 23:45:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-1038834 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c82cfc4..b1809d50 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "loader-koa": "^2.0.1", "lodash": "^4.17.5", "markdown-it": "^8.4.1", - "nodemailer": "^4.6.2", + "nodemailer": "^6.4.16", "nodemailer-smtp-transport": "^2.7.4", "qiniu": "^7.1.3", "stream-wormhole": "^1.0.3",