From 2aa47e619ec0da264372d6294203e7ffb46c3afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:40:16 +0000 Subject: [PATCH] Bump next from 15.5.6 to 15.5.8 in /examples/example_next Bumps [next](https://github.com/vercel/next.js) from 15.5.6 to 15.5.8. - [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.8) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.8 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..cb078da3a 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.8", "nextjs-toploader": "^3.9.17", "react": "^18.3.1", "react-dom": "^18.3.1",