From 8b47af371089a73730da503e592dd80ac686d616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 06:04:38 +0000 Subject: [PATCH] chore(deps): bump next Bumps the npm_and_yarn group with 1 update in the /CopilotKit/examples/next-openai directory: [next](https://github.com/vercel/next.js). Updates `next` from 13.5.6 to 14.2.6 - [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/v13.5.6...v14.2.6) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- CopilotKit/examples/next-openai/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CopilotKit/examples/next-openai/package.json b/CopilotKit/examples/next-openai/package.json index 81c4c55b097..a084b988de9 100644 --- a/CopilotKit/examples/next-openai/package.json +++ b/CopilotKit/examples/next-openai/package.json @@ -24,7 +24,7 @@ "clsx": "^1.2.1", "groq-sdk": "^0.5.0", "langchain": "^0.1.19", - "next": "^13.4.9", + "next": "^14.2.6", "next-themes": "^0.2.1", "openai": "^4.50.0", "react": "^18.2.0",