From db4317ce7ff018ea3143af809706a5b8d848c618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:27:49 +0000 Subject: [PATCH] chore(deps): bump next from 16.2.6 to 16.2.11 in /examples/auth-nextjs 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/auth-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auth-nextjs/package.json b/examples/auth-nextjs/package.json index 691104a11..9c2f80eaa 100644 --- a/examples/auth-nextjs/package.json +++ b/examples/auth-nextjs/package.json @@ -12,7 +12,7 @@ "lint": "next lint" }, "dependencies": { - "next": "16.2.6", + "next": "16.2.11", "react": "^19.2.3", "react-dom": "^19.2.3", "xmcp": "workspace:*",