From 219f4a8a9b5d00d144ab291fd0cb56f93217e319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 06:36:50 +0000 Subject: [PATCH] Bump nodemailer in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [nodemailer](https://github.com/nodemailer/nodemailer). Updates `nodemailer` from 7.0.13 to 8.0.4 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.13...v8.0.4) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 8.0.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62e07c7..85fdd62 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "mongoose": "^7.5.0", "morgan": "^1.10.0", "multer": "^2.0.1", - "nodemailer": "^7.0.4", + "nodemailer": "^8.0.4", "passport": "^0.7.0", "passport-google-oauth20": "^2.0.0", "resend": "^4.6.0",