From 1d437d1da1f5a87a244e75466e81a93461e76f60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Dec 2025 10:22: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-14157156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a3f06b..32c0725 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "request": "2.85.0", "spdy": "3.4.7", "web-push": "3.3.0", - "nodemailer": "^4.6.7", + "nodemailer": "^7.0.11", "connect-flash": "^0.1.1", "express-validator": "^5.2.0" },