From e8181568252dd876ee8f6abc4120e524d9c0ec82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 22:16:12 +0000 Subject: [PATCH] chore(deps): bump next in /examples/with-openai-assistants Bumps [next](https://github.com/vercel/next.js) from 15.1.8 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/v15.1.8...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-openai-assistants/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-openai-assistants/package.json b/examples/with-openai-assistants/package.json index d226b429a9..ab048c8b9f 100644 --- a/examples/with-openai-assistants/package.json +++ b/examples/with-openai-assistants/package.json @@ -17,7 +17,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.475.0", - "next": "15.1.8", + "next": "16.1.5", "openai": "^4.83.0", "react": "19.0.1", "react-dom": "19.0.1",