From f90137c6345bc190a006893cd4b699c5b980e239 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 15:37:02 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 931b8f2..d789109 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "dayjs": "^1.10.4", "dayjs-with-plugins": "^0.0.4", "del": "^6.0.0", - "email-templates": "^8.0.3", + "email-templates": "^11.1.1", "fast-safe-stringify": "^2.0.7", "font-awesome-assets": "^0.0.8", "gemoji": "^6.1.0", @@ -100,7 +100,7 @@ "mongoose-json-select": "^0.2.1", "mongoose-omit-common-fields": "0.0.6", "mongoose-unique-validator": "^2.0.3", - "nodemailer": "^6.4.18", + "nodemailer": "^6.9.9", "nodemailer-base64-to-s3": "^3.0.2", "numeral": "^2.0.6", "otplib": "^12.0.1",