From dcbe16c74b91393fdc5c9b48fe9a3e1c29adec4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 08:47:28 +0000 Subject: [PATCH] Bump next from 16.1.6 to 16.2.6 in /modules/templates/nextjs/_files Bumps [next](https://github.com/vercel/next.js) 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] --- modules/templates/nextjs/_files/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/templates/nextjs/_files/package.json b/modules/templates/nextjs/_files/package.json index a5b6e39..c742157 100644 --- a/modules/templates/nextjs/_files/package.json +++ b/modules/templates/nextjs/_files/package.json @@ -11,7 +11,7 @@ "build-storybook": "storybook build" }, "dependencies": { - "next": "16.1.6", + "next": "16.2.6", "react": "19.2.3", "react-dom": "19.2.3" },