From 75f1ddc18e0bef67d39c336dcab1b0a0576b2d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 02:57:52 +0000 Subject: [PATCH] Bump nodemailer in /api in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /api directory: [nodemailer](https://github.com/nodemailer/nodemailer). Updates `nodemailer` from 6.8.0 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/v6.8.0...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] --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index d3ad94df..bc76f493 100644 --- a/api/package.json +++ b/api/package.json @@ -25,7 +25,7 @@ "image-thumbnail": "1.0.15", "moment": "2.29.4", "node-schedule": "2.1.0", - "nodemailer": "6.8.0", + "nodemailer": "8.0.4", "os-utils": "0.0.14", "pg": "8.8.0", "pgtools": "0.3.2",