From 686f10988c7741d31b1962925561e52932b15a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 02:57:53 +0000 Subject: [PATCH] chore(deps): bump next from 15.5.10 to 16.1.5 in /examples/nextjs-app Bumps [next](https://github.com/vercel/next.js) from 15.5.10 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/v15.5.10...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 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 d2044391..54e62a45 100644 --- a/examples/nextjs-app/package.json +++ b/examples/nextjs-app/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@auth0/auth0-react": "file:../..", - "next": "15.5.10", + "next": "16.1.5", "react": "file:../../node_modules/react", "react-dom": "file:../../node_modules/react-dom" }