From 8264f1b9f338ddf10aad52cd5ef68a745dd5b6a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 21:23:29 +0000 Subject: [PATCH] build(deps): bump next from 14.2.5 to 16.2.9 Bumps [next](https://github.com/vercel/next.js) from 14.2.5 to 16.2.9. - [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.5...v16.2.9) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/nextjs-host/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs-host/package.json b/examples/nextjs-host/package.json index 07c5afd..d2ad40a 100644 --- a/examples/nextjs-host/package.json +++ b/examples/nextjs-host/package.json @@ -13,7 +13,7 @@ "dependencies": { "@knitkit/react": "^0.1.0", "@knitkit/runtime": "^0.1.0", - "next": "14.2.5", + "next": "16.2.9", "react": "^18.3.1", "react-dom": "^18.3.1" },