From cf22ad01ce0384f4e75b1a382e7674ce716e1e28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jan 2022 04:47:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 --- 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",