From 0c27bc1d808ff5702ea410d493879d7a2b35561e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:09:11 +0000 Subject: [PATCH] fix: bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [ai](https://github.com/vercel/ai) and [nodemailer](https://github.com/nodemailer/nodemailer). Updates `ai` from 4.3.19 to 5.0.105 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/compare/ai@4.3.19...ai@5.0.105) Updates `nodemailer` from 6.10.1 to 7.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/v6.10.1...v7.0.11) --- updated-dependencies: - dependency-name: ai dependency-version: 5.0.105 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nodemailer dependency-version: 7.0.11 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 05bf4e5..26bab33 100644 --- a/package.json +++ b/package.json @@ -62,14 +62,14 @@ "@ai-sdk/openai": "^1.1.12", "@octokit/plugin-rest-endpoint-methods": "^13.3.1", "@octokit/webhooks-types": "^7.6.1", - "ai": "^4.1.41", + "ai": "^5.0.105", "express": "^4.21.2", "express-handlebars": "^8.0.1", "handlebars": "^4.7.8", "ioredis": "^5.5.0", "js-yaml": "^4.1.0", "minimatch": "^10.0.1", - "nodemailer": "^6.10.0", + "nodemailer": "^7.0.11", "nodemailer-express-handlebars": "^7.0.0", "p-queue": "^8.1.0", "p-retry": "^6.2.1",