From f460b9fec7b1bb0c2d9372f6add77062e6b170d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 09:50:10 +0000 Subject: [PATCH] chore(deps): bump next from 14.0.4 to 16.1.5 in /examples/with-nextjs Bumps [next](https://github.com/vercel/next.js) from 14.0.4 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/v14.0.4...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index f23ff6f040c9..a90d4f256f6d 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -12,7 +12,7 @@ "lint": "next lint" }, "dependencies": { - "next": "14.1", + "next": "16.1", "react": "19.0.0", "react-dom": "19.0.0" },