From 246d8f1904a15332e79bebaf43afc8b17216637a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 15:25:48 +0000 Subject: [PATCH] build(deps): bump nodemailer from 8.0.10 to 8.0.11 Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 8.0.10 to 8.0.11. - [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.10...v8.0.11) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 8.0.11 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 b24b3cc56d3..81a80943d42 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.10 - version: 8.0.10 + specifier: ^8.0.11 + version: 8.0.11 oidc-provider: specifier: 9.8.4 version: 9.8.4 @@ -4324,8 +4324,8 @@ packages: nodeify@1.0.1: resolution: {integrity: sha512-n7C2NyEze8GCo/z73KdbjRsBiLbv6eBn1FxwYKQ23IqGo7pQY3mhQan61Sv7eEDJCiyUjTVrVkXTzJCo1dW7Aw==} - nodemailer@8.0.10: - resolution: {integrity: sha512-BLFuSth7QtHOkBzyqTehWWyub0NTRDuK2Q2SQfnGLsrJnzyU+Yeh4WpV1eZGuARFj1xQJHIdnTuJZLP+b9R1GQ==} + nodemailer@8.0.11: + resolution: {integrity: sha512-nrO/pDAUKl+wXX+lx16tDLbnm0fW6sK/x8mgohaCpg+CdCEl482bD4tCuAZk2DyliruiNTIZxRCoWkDqJEnAiA==} engines: {node: '>=6.0.0'} object-assign@4.1.1: @@ -9819,7 +9819,7 @@ snapshots: is-promise: 1.0.1 promise: 1.3.0 - nodemailer@8.0.10: {} + nodemailer@8.0.11: {} object-assign@4.1.1: {} diff --git a/src/package.json b/src/package.json index 99f44cc0e17..079ce8aa917 100644 --- a/src/package.json +++ b/src/package.json @@ -65,7 +65,7 @@ "mssql": "^12.5.5", "mysql2": "^3.22.5", "nano": "^11.0.5", - "nodemailer": "^8.0.10", + "nodemailer": "^8.0.11", "oidc-provider": "9.8.4", "openapi-backend": "^5.17.0", "pdfkit": "^0.19.0",