From b1cbcc893c6cca1b4523474894406a0e828cb5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:30:53 +0000 Subject: [PATCH] build(deps): bump next from 15.2.3 to 16.1.5 in /examples/astro/payload Bumps [next](https://github.com/vercel/next.js) from 15.2.3 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.2.3...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/astro/payload/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/astro/payload/package.json b/examples/astro/payload/package.json index 86acd2ba90a..8d4425d0ad3 100644 --- a/examples/astro/payload/package.json +++ b/examples/astro/payload/package.json @@ -27,7 +27,7 @@ "@payloadcms/richtext-lexical": "3.11.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", - "next": "15.2.3", + "next": "16.1.5", "payload": "3.11.0", "react": "19.0.0", "react-dom": "19.0.0",