From 69c31874cfc4e7b86e140df04e9c07c4ff95551d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 14:34:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-14157156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0816eba..6bc799a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "express": "^4.16.0", "express-session": "^1.15.6", "mongoose": "^5.2.12", - "nodemailer": "^4.1.1", + "nodemailer": "^7.0.11", "passport": "^0.4.0", "passport-local": "^1.0.0", "passport-local-mongoose": "^5.0.1"