From bad3a95cdf13aa0aa6ce0ae179b1b6df166a65e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 07:21:42 +0000 Subject: [PATCH] chore(deps): bump nodemailer Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 7.0.13 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/v7.0.13...v8.0.5) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 8.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../services/notifications-service/package-lock.json | 8 ++++---- .../services/notifications-service/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sandbox/chat-notification-socketio-example/services/notifications-service/package-lock.json b/sandbox/chat-notification-socketio-example/services/notifications-service/package-lock.json index da6ce3e587..406f5117e4 100644 --- a/sandbox/chat-notification-socketio-example/services/notifications-service/package-lock.json +++ b/sandbox/chat-notification-socketio-example/services/notifications-service/package-lock.json @@ -24,7 +24,7 @@ "loopback-connector-postgresql": "^7.1.1", "loopback4-authorization": "^8.0.0", "loopback4-notifications": "^10.0.0", - "nodemailer": "^7.0.11", + "nodemailer": "^8.0.5", "prom-client": "^14.0.1", "socket.io-client": "^4.5.1", "tslib": "^2.0.0" @@ -9252,9 +9252,9 @@ "license": "MIT" }, "node_modules/nodemailer": { - "version": "7.0.13", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.13.tgz", - "integrity": "sha512-PNDFSJdP+KFgdsG3ZzMXCgquO7I6McjY2vlqILjtJd0hy8wEvtugS9xKRF2NWlPNGxvLCXlTNIae4serI7dinw==", + "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/sandbox/chat-notification-socketio-example/services/notifications-service/package.json b/sandbox/chat-notification-socketio-example/services/notifications-service/package.json index 73bd7c944f..c544de62ff 100644 --- a/sandbox/chat-notification-socketio-example/services/notifications-service/package.json +++ b/sandbox/chat-notification-socketio-example/services/notifications-service/package.json @@ -69,7 +69,7 @@ "loopback-connector-postgresql": "^7.1.1", "loopback4-authorization": "^8.0.0", "loopback4-notifications": "^10.0.0", - "nodemailer": "^7.0.11", + "nodemailer": "^8.0.5", "prom-client": "^14.0.1", "socket.io-client": "^4.5.1", "tslib": "^2.0.0"