From eb3eb51df58c2dd4a37c231b68dd2dffc2ee0fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 08:23:23 +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 6.10.1 to 7.0.11 - [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.10.1...v7.0.11) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 7.0.11 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 239d354..38153fb 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "morgan": "^1.10.0", "mysql2": "^3.9.1", "node-cron": "^3.0.3", - "nodemailer": "^6.9.11", + "nodemailer": "^7.0.11", "passport": "^0.7.0", "passport-jwt": "^4.0.1", "sequelize": "^6.37.1",