From 8310c15196e0d956989f06bad05cf00a54d8add8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 03:14:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- 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 0619a17..ae1f2d8 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "method-override": "^1.0.0", "mongoose": "^3.8.8", "morgan": "^1.0.0", - "nodemailer": "~0.7.0", + "nodemailer": "~1.0.0", "passport": "^0.2.0", "passport-facebook": "^1.0.3", "passport-github": "^0.1.5",