From bc9cee93c1689d399070ee9d105c0b15804eff8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 03:34:04 +0000 Subject: [PATCH] Bump next in /ai/llamaindex/semantic-search-nextjs Bumps [next](https://github.com/vercel/next.js) from 14.2.35 to 16.1.5. - [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.35...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ai/llamaindex/semantic-search-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/llamaindex/semantic-search-nextjs/package.json b/ai/llamaindex/semantic-search-nextjs/package.json index b0dc8ea..2f54df2 100644 --- a/ai/llamaindex/semantic-search-nextjs/package.json +++ b/ai/llamaindex/semantic-search-nextjs/package.json @@ -19,7 +19,7 @@ "clsx": "^2.1.1", "llamaindex": "^0.3.4", "lucide-react": "^0.394.0", - "next": "14.2.35", + "next": "16.1.5", "react": "^18", "react-dom": "^18", "react-markdown": "^9.0.1",