From af9bb9d1dc431535a0836fe9f19a2c1671106ee0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 18:27:42 +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(-) diff --git a/package.json b/package.json index b4ed1a006e..1f6532cab7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "moment": "^2.23.0", "mongodb": "^2.2.36", "moog-require": "^1.1.0", - "nodemailer": "^4.7.0", + "nodemailer": "^6.9.9", "nunjucks": "^2.5.2", "oembetter": "^0.1.19", "passport": "^0.3.2",