From a0a626dc4dc8adb0044c0602c6a691db5dfba9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 13:43:47 +0000 Subject: [PATCH] chore(deps): bump nodemailer 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.9 - [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.9) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 7.0.9 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 40b0192..efc1575 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "json-api-serializer": "^2.6.6", "jsonwebtoken": "^9.0.2", "koa-proxies": "^0.12.4", - "nodemailer": "^6.9.13", + "nodemailer": "^7.0.9", "strip-ansi": "^6.0.1", "uuid": "^10.0.0" },