From 04a4f9a19d20dca475e29a330dff876566b3daed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 15:05:32 +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 4c51b7133bcd8f..a22e980a30d3ea 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "node-libs-browser": "^0.5.2", "node-slack": "0.0.7", "node-uuid": "^1.4.3", - "nodemailer": "~6.6.1", + "nodemailer": "~6.9.9", "object.assign": "^3.0.0", "passport-facebook": "^2.0.0", "passport-github": "^0.1.5",