From 36760b79461d6f07a5b9c444834789dd8885c547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:19:39 +0000 Subject: [PATCH] build(deps): bump next Bumps the npm_and_yarn group with 1 update in the /cli/templates/project directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.35 to 16.1.6 - [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.35...v16.1.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- cli/templates/project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/templates/project/package.json b/cli/templates/project/package.json index 253bfce..d310063 100644 --- a/cli/templates/project/package.json +++ b/cli/templates/project/package.json @@ -26,7 +26,7 @@ "dependencies": { "@wethegit/react-hooks": "~3.0.1", "js-yaml-loader": "~1.2.2", - "next": "~14.2.3", + "next": "~16.1.6", "next-compose-plugins": "~2.2.1", "react": "~18.2.0", "react-dom": "~18.2.0"