From b623ccb350a8938bf4b2dd97e4dc7f4a321c5b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 16:55:49 +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 16.1.6 to 16.2.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/v16.1.6...v16.2.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production ... 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 b56ee29..9a4b028 100644 --- a/cli/templates/project/package.json +++ b/cli/templates/project/package.json @@ -31,7 +31,7 @@ "@wethegit/react-hooks": "~3.1.1", "glob": "~13.0.2", "js-yaml-loader": "~1.2.2", - "next": "16.1.6", + "next": "16.2.6", "next-compose-plugins": "~2.2.1", "react": "19.2.6", "react-dom": "19.2.6"