From bc4144994049f9f00f6a0045a6e2376df9a39d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:04:47 +0000 Subject: [PATCH] build(deps): bump next in /templates/saas/nextjs-monolith Bumps [next](https://github.com/vercel/next.js) from 14.2.3 to 15.5.18. - [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/v14.2.3...v15.5.18) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- templates/saas/nextjs-monolith/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/saas/nextjs-monolith/package.json b/templates/saas/nextjs-monolith/package.json index ae891af..8968c8b 100644 --- a/templates/saas/nextjs-monolith/package.json +++ b/templates/saas/nextjs-monolith/package.json @@ -11,7 +11,7 @@ "lint:fix": "next lint --fix" }, "dependencies": { - "next": "14.2.3", + "next": "15.5.18", "react": "^18.3.1", "react-dom": "^18.3.1" },