From 69d2e86502bf78429c24f4dc05a4e9fb9832fc62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:14:16 +0000 Subject: [PATCH] chore(deps)(deps): bump nodemailer in /apps/api in the email group Bumps the email group in /apps/api with 1 update: [nodemailer](https://github.com/nodemailer/nodemailer). Updates `nodemailer` from 8.0.8 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.8...v8.0.10) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 8.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: email ... Signed-off-by: dependabot[bot] --- apps/api/bun.lock | 4 ++-- apps/api/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/api/bun.lock b/apps/api/bun.lock index 95c2be2e..75741b27 100644 --- a/apps/api/bun.lock +++ b/apps/api/bun.lock @@ -28,7 +28,7 @@ "fs-extra": "11.3.5", "handlebars": "4.7.9", "ioredis": "5.10.1", - "nodemailer": "8.0.8", + "nodemailer": "8.0.10", "openai": "6.39.0", "otpauth": "9.5.1", "pg": "8.21.0", @@ -1099,7 +1099,7 @@ "node-releases": ["node-releases@2.0.38", "", {}, "sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw=="], - "nodemailer": ["nodemailer@8.0.8", "", {}, "sha512-p+XsnzXGdtIHXUu2ugxdfG+eX2nehsGhMjW9h0CWj1BhE30hrFz0kh0yIM0/VjUgVsRrDj+80ZO+I1nSkGE4tA=="], + "nodemailer": ["nodemailer@8.0.10", "", {}, "sha512-BLFuSth7QtHOkBzyqTehWWyub0NTRDuK2Q2SQfnGLsrJnzyU+Yeh4WpV1eZGuARFj1xQJHIdnTuJZLP+b9R1GQ=="], "object-inspect": ["object-inspect@1.13.4", "", {}, "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew=="], diff --git a/apps/api/package.json b/apps/api/package.json index 561eb974..6342140e 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -73,7 +73,7 @@ "fs-extra": "11.3.5", "handlebars": "4.7.9", "ioredis": "5.10.1", - "nodemailer": "8.0.8", + "nodemailer": "8.0.10", "openai": "6.39.0", "otpauth": "9.5.1", "pg": "8.21.0",