From f1090bda0c5bb6b1cb32ec7ff7d55fc4162c426f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 18:37:19 +0000 Subject: [PATCH] build(deps): bump nodemailer from 8.0.9 to 8.0.10 Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.9 to 8.0.10. - [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.9...v8.0.10) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 8.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- src/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea256677c59..c2e2ec4cd88 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -293,8 +293,8 @@ importers: specifier: ^11.0.5 version: 11.0.5 nodemailer: - specifier: ^8.0.9 - version: 8.0.9 + specifier: ^8.0.10 + version: 8.0.10 oidc-provider: specifier: 9.8.3 version: 9.8.3 @@ -4359,8 +4359,8 @@ packages: nodeify@1.0.1: resolution: {integrity: sha512-n7C2NyEze8GCo/z73KdbjRsBiLbv6eBn1FxwYKQ23IqGo7pQY3mhQan61Sv7eEDJCiyUjTVrVkXTzJCo1dW7Aw==} - nodemailer@8.0.9: - resolution: {integrity: sha512-5ofa7BUN8+C+Hckh5V2GjeeOGRQBx0CJQA6KxrvuZfC8iU4/q7sLn8XrtEEhJkjV6HdyIiQs7Bba6bTao8JhkA==} + nodemailer@8.0.10: + resolution: {integrity: sha512-BLFuSth7QtHOkBzyqTehWWyub0NTRDuK2Q2SQfnGLsrJnzyU+Yeh4WpV1eZGuARFj1xQJHIdnTuJZLP+b9R1GQ==} engines: {node: '>=6.0.0'} object-assign@4.1.1: @@ -9878,7 +9878,7 @@ snapshots: is-promise: 1.0.1 promise: 1.3.0 - nodemailer@8.0.9: {} + nodemailer@8.0.10: {} object-assign@4.1.1: {} diff --git a/src/package.json b/src/package.json index 14ce4bfd6d4..ad55aa2efd2 100644 --- a/src/package.json +++ b/src/package.json @@ -65,7 +65,7 @@ "mssql": "^12.5.4", "mysql2": "^3.22.4", "nano": "^11.0.5", - "nodemailer": "^8.0.9", + "nodemailer": "^8.0.10", "oidc-provider": "9.8.3", "openapi-backend": "^5.17.0", "pdfkit": "^0.18.0",