From 621e7c0bafcc75988ca368a4ae382fd7ba80cae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 07:07:48 +0000 Subject: [PATCH] build(deps): bump nodemailer Bumps the npm_and_yarn group with 1 update in the /backend directory: [nodemailer](https://github.com/nodemailer/nodemailer). Updates `nodemailer` from 7.0.9 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.9...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] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index d13100e..7abd295 100644 --- a/backend/package.json +++ b/backend/package.json @@ -38,7 +38,7 @@ "mongoose": "^8.18.3", "morgan": "^1.10.1", "node-geocoder": "^4.4.1", - "nodemailer": "^7.0.9", + "nodemailer": "^8.0.4", "uuid": "^9.0.0", "@supabase/supabase-js": "^2.38.0", "slugify": "^1.6.6"