From e9156a8f7ec54e697abbb136f08cad456b317e03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:22:14 +0200 Subject: [PATCH] fix(deps): update dependency nodemailer to v9 [security] (#3235) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/typescript/smtp-client-pool/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/typescript/smtp-client-pool/package.json b/examples/typescript/smtp-client-pool/package.json index 9da4144e0..e615c5b92 100644 --- a/examples/typescript/smtp-client-pool/package.json +++ b/examples/typescript/smtp-client-pool/package.json @@ -20,7 +20,7 @@ "author": "", "license": "ISC", "dependencies": { - "nodemailer": "^8.0.11", + "nodemailer": "^9.0.0", "poolifier": "^5.3.2" }, "devDependencies": { -- 2.53.0