From 76f6116a1f4098d2e5a2a6cbc0329de7e9f63c3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 18:50:42 +0000 Subject: [PATCH] Update dependency nodemailer to v9 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index bb4b3b57..0d4dfd02 100644 --- a/bun.lock +++ b/bun.lock @@ -23,7 +23,7 @@ "@types/nodemailer": "8.0.1", "@typescript/native-preview": "7.0.0-dev.20260616.1", "esbuild": "0.28.1", - "nodemailer": "8.0.11", + "nodemailer": "9.0.1", "nx": "23.0.0", "playwright": "1.61.0", "testcontainers": "12.0.2", @@ -1177,7 +1177,7 @@ "node-releases": ["node-releases@2.0.27", "", {}, "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA=="], - "nodemailer": ["nodemailer@8.0.11", "", {}, "sha512-nrO/pDAUKl+wXX+lx16tDLbnm0fW6sK/x8mgohaCpg+CdCEl482bD4tCuAZk2DyliruiNTIZxRCoWkDqJEnAiA=="], + "nodemailer": ["nodemailer@9.0.1", "", {}, "sha512-Gwv8SQewT616ZM/URn0H54b8PWo/Wum7md3EW2aWy1lO27+WZCX+Xyak3J+NlmHUjDh5ME+uesJUDRbR3Ye8Bw=="], "normalize-path": ["normalize-path@3.0.0", "", {}, "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="], diff --git a/package.json b/package.json index bd162bb4..85f80ddb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/nodemailer": "8.0.1", "@typescript/native-preview": "7.0.0-dev.20260616.1", "esbuild": "0.28.1", - "nodemailer": "8.0.11", + "nodemailer": "9.0.1", "nx": "23.0.0", "playwright": "1.61.0", "testcontainers": "12.0.2"