From 09844b1e3811f117f98921e0985bbbf82cdac3cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 02:57:35 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [handlebars](https://github.com/handlebars-lang/handlebars.js) and [nodemailer](https://github.com/nodemailer/nodemailer). Bumps the npm_and_yarn group with 1 update in the /src/backend directory: [nodemailer](https://github.com/nodemailer/nodemailer). Updates `handlebars` from 4.7.8 to 4.7.9 - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md) - [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.7.8...v4.7.9) Updates `nodemailer` from 6.9.14 to 8.0.4 - [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.14...v8.0.4) Updates `nodemailer` from 6.10.1 to 8.0.4 - [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.14...v8.0.4) --- updated-dependencies: - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nodemailer dependency-version: 8.0.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nodemailer dependency-version: 8.0.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++++--- src/backend/package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7eb39cedd..14b02ddd5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11369,7 +11369,9 @@ } }, "node_modules/handlebars": { - "version": "4.7.8", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "license": "MIT", "dependencies": { "minimist": "^1.2.5", @@ -13619,7 +13621,9 @@ "license": "MIT" }, "node_modules/nodemailer": { - "version": "6.9.14", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.4.tgz", + "integrity": "sha512-k+jf6N8PfQJ0Fe8ZhJlgqU5qJU44Lpvp2yvidH3vp1lPnVQMgi4yEEMPXg5eJS1gFIJTVq1NHBk7Ia9ARdSBdQ==", "license": "MIT-0", "engines": { "node": ">=6.0.0" @@ -17659,7 +17663,7 @@ "multer": "^1.4.5-lts.1", "multi-progress": "^4.0.0", "murmurhash": "^2.0.1", - "nodemailer": "^6.9.3", + "nodemailer": "^8.0.4", "on-finished": "^2.4.1", "openai": "^4.73.1", "otpauth": "9.2.4", diff --git a/src/backend/package.json b/src/backend/package.json index 07d44101a2..7ae3403e11 100644 --- a/src/backend/package.json +++ b/src/backend/package.json @@ -61,7 +61,7 @@ "multer": "^1.4.5-lts.1", "multi-progress": "^4.0.0", "murmurhash": "^2.0.1", - "nodemailer": "^6.9.3", + "nodemailer": "^8.0.4", "on-finished": "^2.4.1", "openai": "^4.73.1", "otpauth": "9.2.4",