From 491bb9bbd95e934b5fca8dda93e615b2d8b9a007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:05:06 +0000 Subject: [PATCH] chore(deps): bump next in /packages/cli/templates/template_next_pro Bumps [next](https://github.com/vercel/next.js) from 15.5.10 to 15.5.14. - [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...v15.5.14) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/cli/templates/template_next_pro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/templates/template_next_pro/package.json b/packages/cli/templates/template_next_pro/package.json index 12cd38145..0a748d026 100644 --- a/packages/cli/templates/template_next_pro/package.json +++ b/packages/cli/templates/template_next_pro/package.json @@ -27,7 +27,7 @@ "@fontsource/poppins": "^5.1.0", "@tailwindcss/typography": "^0.5.15", "firebase": "^12.9.0", - "next": "15.5.10", + "next": "15.5.14", "nextjs-toploader": "^3.7.15", "react": "^19.2.0", "react-dom": "^19.2.0",