From a91747f02c87f7669ab0a063ba9e38b15c10449b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 03:14:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5470d6df..d8303a332 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "mkdirp": "0.3.x", "moment": "~2.5.1", "moment-timezone": "0.0.x", - "nodemailer": "0.5.x", + "nodemailer": "1.0.0", "redis": "0.10.x", "request": "~2.33.0", "soap": "~0.3.2",