From 3add4d6eeb18dcf2973b8ce235fc0431b9b1befa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Oct 2025 11:05:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-13378253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98502ed..a5a45c6 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": "7.0.7", "meanio-circles": "^0.1.x", "angular-jwt" : "latest" },