From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:22:14 +0000 (+0200) Subject: fix(deps): update dependency nodemailer to v9 [security] (#3235) X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e9156a8f7ec54e697abbb136f08cad456b317e03;p=poolifier.git fix(deps): update dependency nodemailer to v9 [security] (#3235) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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": {