From 0944c8b8130797f9c99f315f7882b81f8ad41a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 03:05:30 +0000 Subject: [PATCH] chore(deps): bump next in /CopilotKit/examples/next-pages-router Bumps [next](https://github.com/vercel/next.js) from 14.2.4 to 14.2.35. - [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.4...v14.2.35) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.35 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- CopilotKit/examples/next-pages-router/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CopilotKit/examples/next-pages-router/package.json b/CopilotKit/examples/next-pages-router/package.json index e154ff9bba..038d3bfebc 100644 --- a/CopilotKit/examples/next-pages-router/package.json +++ b/CopilotKit/examples/next-pages-router/package.json @@ -26,7 +26,7 @@ "openai": "^4.85.1", "react": "^18", "react-dom": "^18", - "next": "14.2.4" + "next": "14.2.35" }, "devDependencies": { "typescript": "^5.2.3",