From 305add9c191b2ef3e74e76010139b7c9d20fdfe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 01:47:45 +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 /dr-github-cli directory: [ai](https://github.com/vercel/ai). Bumps the npm_and_yarn group with 1 update in the /dr-github-web directory: [next](https://github.com/vercel/next.js). Updates `ai` from 3.4.33 to 6.0.116 - [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@3.4.33...ai@6.0.116) Updates `next` from 14.2.5 to 15.5.14 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.5...v15.5.14) --- updated-dependencies: - dependency-name: ai dependency-version: 6.0.116 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- dr-github-cli/package.json | 2 +- dr-github-web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dr-github-cli/package.json b/dr-github-cli/package.json index 8ba6b69..0e813ee 100644 --- a/dr-github-cli/package.json +++ b/dr-github-cli/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@ai-sdk/openai": "^0.0.36", - "ai": "^3.2.22", + "ai": "^6.0.116", "chalk": "^5.3.0", "cli-spinners": "^3.1.0", "commander": "^12.1.0", diff --git a/dr-github-web/package.json b/dr-github-web/package.json index 052f37c..90545d2 100644 --- a/dr-github-web/package.json +++ b/dr-github-web/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "cookies-next": "^4.2.1", - "next": "14.2.5", + "next": "15.5.14", "react": "^18", "react-dom": "^18" },