From a0d37c4d05fd16609cec091d5dcf3550efa0f9da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 01:05:49 +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 5a44cfb84..9129eb3c3 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "minilog": "^3.0.1", "moment": "^2.14.1", "nexmo": "^1.0.0-beta-7", - "nodemailer": "^4.0.1", + "nodemailer": "^6.9.9", "papaparse": "^4.3.6", "passport": "^0.3.2", "passport-auth0": "^0.5.2",