From 676132df9d3d45896ea685e16397be0aa98e50c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 19:30:34 +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 20676a0..6ae508e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "lodash": "^3.9.3", "markdown": "^0.5.0", "material-ui": "^0.15.1", - "nodemailer": "^2.4.2", + "nodemailer": "^6.9.9", "nodemailer-smtp-transport": "^2.5.0", "nodemon": "^1.3.7", "passport": "^0.2.1",