From 648a88bda312e4a44adb85943e2fb8c31f9616e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Oct 2025 09:34:58 +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 6e79d9e..c98bfa7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "morgan": "*", "mysql": "^2.14.1", "node-schedule": "^1.2.5", - "nodemailer": "^4.4.0", + "nodemailer": "^7.0.7", "nodemon": "^1.11.0", "passport": "*", "passport-local": "*",