From a2194ab0fa451aa7ad4374cce82431259c5c039b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 04:23:14 +0000 Subject: [PATCH] build(deps): bump next from 15.4.7 to 16.1.5 in /templates/_template Bumps [next](https://github.com/vercel/next.js) from 15.4.7 to 16.1.5. - [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.4.7...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- templates/_template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_template/package.json b/templates/_template/package.json index 500327564ac..2f85e74d594 100644 --- a/templates/_template/package.json +++ b/templates/_template/package.json @@ -24,7 +24,7 @@ "@payloadcms/ui": "latest", "cross-env": "^7.0.3", "graphql": "^16.8.1", - "next": "15.4.7", + "next": "16.1.5", "payload": "latest", "react": "19.1.0", "react-dom": "19.1.0",