From 418494fe8f5fdd6559d1daefcabace61c77fabf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 13:51:32 +0000 Subject: [PATCH] Bump next from 15.3.5 to 15.4.7 in /examples/nextjs-app Bumps [next](https://github.com/vercel/next.js) from 15.3.5 to 15.4.7. - [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.3.5...v15.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 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 79546bb1..93eef4ac 100644 --- a/examples/nextjs-app/package.json +++ b/examples/nextjs-app/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@auth0/auth0-react": "file:../..", - "next": "15.3.5", + "next": "15.4.7", "react": "file:../../node_modules/react", "react-dom": "file:../../node_modules/react-dom" }