From d7be5789c6dd901dd0032151846dd66d4f7f6718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 04:40:07 +0000 Subject: [PATCH] chore(deps): bump next from 16.2.6 to 16.3.3 in /examples/next-app Bumps [next](https://github.com/vercel/next.js) from 16.2.6 to 16.3.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.6...v16.3.3) --- updated-dependencies: - dependency-name: next dependency-version: 16.3.3 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..1ef141f6 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.3.3", "react": "19.2.3", "react-dom": "19.2.3", "xterm": "^5.3.0",