From 6ad18a90b66dd721fefa0593e9e7cfa38b25d254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:23:58 +0000 Subject: [PATCH] chore(deps): Bump next in /examples/vercel-ai-agent Bumps [next](https://github.com/vercel/next.js) from 15.5.20 to 16.2.10. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v15.5.20...v16.2.10) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/vercel-ai-agent/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vercel-ai-agent/package.json b/examples/vercel-ai-agent/package.json index 6729ec1..ff4efba 100644 --- a/examples/vercel-ai-agent/package.json +++ b/examples/vercel-ai-agent/package.json @@ -14,7 +14,7 @@ "@webflow-agent-kit/core": "workspace:*", "@webflow-agent-kit/vercel-ai": "workspace:*", "ai": "^5.0.0", - "next": "^15.0.0", + "next": "^16.2.10", "react": "^19.0.0", "react-dom": "^19.0.0" },