From 0710f8c987460b188ad298f9ee9e80fe21e63071 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Oct 2025 11:33: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-13378253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0816eba..4dd623d 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.7", "passport": "^0.4.0", "passport-local": "^1.0.0", "passport-local-mongoose": "^5.0.1"