From 1f01992145725dcaf5ba69c3d43f1bdbb4634597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 08:45:18 +0000 Subject: [PATCH] chore(deps): bump nodemailer in /samples/custom-template-adapter Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.7 to 9.0.1. - [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/v8.0.7...v9.0.1) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 9.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/custom-template-adapter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/custom-template-adapter/package.json b/samples/custom-template-adapter/package.json index 6e136319..09e6e7a3 100644 --- a/samples/custom-template-adapter/package.json +++ b/samples/custom-template-adapter/package.json @@ -20,7 +20,7 @@ "@nestjs/common": "11.1.21", "@nestjs/core": "11.1.21", "@nestjs/platform-express": "11.1.21", - "nodemailer": "8.0.7", + "nodemailer": "9.0.1", "reflect-metadata": "0.2.2", "rimraf": "6.1.3", "rxjs": "7.8.2",