From b4e935bd64c092f2ff387d10e12915f5e4c62af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:30:22 +0000 Subject: [PATCH] chore(deps): bump next from 16.2.6 to 16.2.11 in /examples/next-app Bumps [next](https://github.com/vercel/next.js) from 16.2.6 to 16.2.11. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.6...v16.2.11) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-app/package.json b/examples/next-app/package.json index d7ac1f4d..213aa90d 100644 --- a/examples/next-app/package.json +++ b/examples/next-app/package.json @@ -10,7 +10,7 @@ "ops": "bun run scripts/ops.ts" }, "dependencies": { - "next": "16.2.6", + "next": "16.2.11", "react": "19.2.3", "react-dom": "19.2.3", "xterm": "^5.3.0",