From 89975500a5b9dc0abe7551039c33fbf73fd274c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 16:24:21 +0000 Subject: [PATCH] fix: shell/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- shell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package.json b/shell/package.json index d29aa575f6..99533bc4b4 100644 --- a/shell/package.json +++ b/shell/package.json @@ -20,7 +20,7 @@ "ldapjs": "^1.0.1", "mailparser": "^0.6.2", "node-forge": "^0.6.49", - "nodemailer": "^2.7.2", + "nodemailer": "^4.0.1", "nodemailer-smtp-pool": "^2.8.3", "smtp-server": "^1.17.0", "xml-crypto": "0.0.20",