From 6752f1b46a0c94b0e2bffcae549f42429a60668d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Jun 2021 22:42:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-1296415 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98502ed..a732b89 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "passport-linkedin": "latest", "passport-local": "latest", "passport-twitter": "latest", - "nodemailer": "2.7.2", + "nodemailer": "6.6.1", "meanio-circles": "^0.1.x", "angular-jwt" : "latest" },