From f4cb987a84bd0d6fab7ad770ee1e02c625a29e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 08:14:25 +0000 Subject: [PATCH] chore(deps): bump next from 16.2.6 to 16.2.11 in /examples/nextjs-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/nextjs-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs-app/package.json b/examples/nextjs-app/package.json index 5d5ec97a..325e31bc 100644 --- a/examples/nextjs-app/package.json +++ b/examples/nextjs-app/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@auth0/auth0-react": "file:../..", - "next": "16.2.6", + "next": "16.2.11", "react": "file:../../node_modules/react", "react-dom": "file:../../node_modules/react-dom" }