From 2912dd2ca881073e97a264a1e216210ff4eded46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Feb 2024 03:58:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-6219989 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98502ed..8d46c18 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.9.9", "meanio-circles": "^0.1.x", "angular-jwt" : "latest" },