From ce2799668653ca64ae507cde4956aed0cbfd3c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 21:00:32 +0000 Subject: [PATCH] Bump next from 15.5.6 to 15.5.7 in /examples/example_next Bumps [next](https://github.com/vercel/next.js) from 15.5.6 to 15.5.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.5.6...v15.5.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/example_next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example_next/package.json b/examples/example_next/package.json index 4372798fc..dc500f2fd 100644 --- a/examples/example_next/package.json +++ b/examples/example_next/package.json @@ -26,7 +26,7 @@ "@fontsource/poppins": "^5.2.7", "@tailwindcss/typography": "^0.5.19", "firebase": "^12.6.0", - "next": "15.5.6", + "next": "15.5.7", "nextjs-toploader": "^3.9.17", "react": "^18.3.1", "react-dom": "^18.3.1",