From 2885ccd7cc059c563b84146f54f630e797a3b998 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 19:18:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-6219989 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index f3c534fa..ff9926ec --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "mpath": "^0.2.1", "ms": "^1.0.0", "multer": "^1.3.0", - "nodemailer": "^4.0.1", + "nodemailer": "^6.9.9", "npm-install-missing": "^0.1.4", "oauth": "^0.9.15", "on-finished": "^2.3.0",