From 7414ff3a2d80b7a9b17e1845bfa35e2f0df2c3bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 08:55:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-13378253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9540bcb..3b1aee7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "cabin": "^8.0.4", "crypto-random-string": "^3.2.0", "dayjs": "^1.8.29", - "email-templates": "^7.1.0", + "email-templates": "^12.0.2", "express": "^4.17.1", "express-request-id": "^1.4.1", "is-string-and-not-blank": "^0.0.2",