From bb684cedbe49af32476c44fc35a07c4fb85aaa5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:57:28 +0000 Subject: [PATCH] chore(deps): bump nodemailer in /sample/02-custom-template-adapter Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.10 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.9.10...v7.0.11) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 7.0.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample/02-custom-template-adapter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/02-custom-template-adapter/package.json b/sample/02-custom-template-adapter/package.json index f841f2a33..67f53d565 100644 --- a/sample/02-custom-template-adapter/package.json +++ b/sample/02-custom-template-adapter/package.json @@ -25,7 +25,7 @@ "@nestjs/common": "10.3.3", "@nestjs/core": "10.3.3", "@nestjs/platform-express": "10.3.3", - "nodemailer": "6.9.10", + "nodemailer": "7.0.11", "reflect-metadata": "0.2.1", "rimraf": "5.0.5", "rxjs": "7.8.1",