From 86f1bdcf1f3df272183048f6efc16b75b406d5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 17:55:07 +0300 Subject: [PATCH] Bump nodemailer in the npm_and_yarn group across 1 directory (#1009) Bumps the npm_and_yarn group with 1 update in the / directory: [nodemailer](https://github.com/nodemailer/nodemailer). Updates `nodemailer` from 8.0.4 to 8.0.5 - [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.4...v8.0.5) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 8.0.5 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 019d014..e16ee91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "multer": "~2.1.0", "nanoid": "^3.3.7", "node-cron": "~4.1.0", - "nodemailer": "^8.0.4", + "nodemailer": "^8.0.5", "sequelize": "~6.37.7", "sequelize-cli": "~6.6.2", "slugify": "^1.6.6", @@ -15602,9 +15602,9 @@ "license": "MIT" }, "node_modules/nodemailer": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.4.tgz", - "integrity": "sha512-k+jf6N8PfQJ0Fe8ZhJlgqU5qJU44Lpvp2yvidH3vp1lPnVQMgi4yEEMPXg5eJS1gFIJTVq1NHBk7Ia9ARdSBdQ==", + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.5.tgz", + "integrity": "sha512-0PF8Yb1yZuQfQbq+5/pZJrtF6WQcjTd5/S4JOHs9PGFxuTqoB/icwuB44pOdURHJbRKX1PPoJZtY7R4VUoCC8w==", "license": "MIT-0", "engines": { "node": ">=6.0.0" diff --git a/package.json b/package.json index a53e479..08c6420 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "multer": "~2.1.0", "nanoid": "^3.3.7", "node-cron": "~4.1.0", - "nodemailer": "^8.0.4", + "nodemailer": "^8.0.5", "sequelize": "~6.37.7", "sequelize-cli": "~6.6.2", "slugify": "^1.6.6",