From 04739eec2d985ce9aee4a38b5ae2f3ba05e2700c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 20:21:12 +0000 Subject: [PATCH] fix: x-pack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-6219989 --- x-pack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/package.json b/x-pack/package.json index ea76a7c475390a..68adde2c576dbc 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -292,7 +292,7 @@ "ngreact": "^0.5.1", "nock": "10.0.6", "node-fetch": "^2.6.0", - "nodemailer": "^4.7.0", + "nodemailer": "^6.9.9", "object-hash": "^1.3.1", "object-path-immutable": "^3.1.1", "oppsy": "^2.0.0",