From ea1460debaca52317be26d7ccdceba19e8d8afd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 22:41:17 +0000 Subject: [PATCH] build(deps): bump next from 16.1.1 to 16.1.5 in /examples/next-app Bumps [next](https://github.com/vercel/next.js) from 16.1.1 to 16.1.5. - [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/v16.1.1...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 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 1b16b9de..2e450fc7 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.1.1", + "next": "16.1.5", "react": "19.2.3", "react-dom": "19.2.3", "xterm": "^5.3.0",