From 9de662663867faa09089bdfd620fff97fbdd0c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:05:13 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /apps/api directory: [nodemailer](https://github.com/nodemailer/nodemailer). Bumps the npm_and_yarn group with 1 update in the /apps/docs directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `nodemailer` from 8.0.10 to 9.0.1 - [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...v9.0.1) Updates `astro` from 6.4.4 to 6.4.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.4.6/packages/astro) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 9.0.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: astro dependency-version: 6.4.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/api/package.json | 2 +- apps/docs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 4e74109..3e86cc8 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.10", + "nodemailer": "9.0.1", "openai": "6.42.0", "otpauth": "9.5.1", "pg": "8.21.0", diff --git a/apps/docs/package.json b/apps/docs/package.json index 8ab3aeb..371b190 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -36,7 +36,7 @@ "@astrojs/sitemap": "3.7.3", "@astrojs/starlight": "0.39.3", "@tailwindcss/vite": "4.3.0", - "astro": "6.4.4", + "astro": "6.4.6", "astro-mermaid": "2.0.1", "clsx": "2.1.1", "mermaid": "11.15.0",