From c0b25c78ce34d2fd580fdb32e5e1c0a56fb9f2cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 04:51:08 +0000 Subject: [PATCH] chore(deps): bump next in /examples/with-vector-search Bumps [next](https://github.com/vercel/next.js) from 15.2.3 to 15.4.8. - [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/v15.2.3...v15.4.8) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-vector-search/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-vector-search/package.json b/examples/with-vector-search/package.json index 035363c..833fec7 100644 --- a/examples/with-vector-search/package.json +++ b/examples/with-vector-search/package.json @@ -18,7 +18,7 @@ "@vercel/analytics": "1.5.0", "ai": "4.0.18", "clsx": "2.1.1", - "next": "15.2.8", + "next": "15.4.10", "ollama-ai-provider": "0.16.0", "prism-react-renderer": "2.4.0", "react": "18.3.1",