From 65f8aa91990f36d2e0bdc5a5cd66b9e66c4f1bd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Feb 2024 21:02:05 +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 8c06bb2e..5d10b705 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "is-fqdn": "2.0.1", "is-string-and-not-blank": "0.0.2", "lodash": "4.17.21", - "mailauth": "2.3.3", + "mailauth": "4.6.4", "mailparser": "3.5.0", "mailsplit": "5.3.2", "ms": "2.1.3",