From 9ba46f906370e010dae5b8f3841a73a176e764b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 21:17:39 +0000 Subject: [PATCH] Bump next from 14.2.26 to 16.1.5 in /with-nextjs-server-actions Bumps [next](https://github.com/vercel/next.js) from 14.2.26 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/v14.2.26...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-nextjs-server-actions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-nextjs-server-actions/package.json b/with-nextjs-server-actions/package.json index 1e1e9479..e8b13fb0 100644 --- a/with-nextjs-server-actions/package.json +++ b/with-nextjs-server-actions/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@neondatabase/serverless": "^1.0.0", - "next": "14.2.26", + "next": "16.1.5", "react": "^18", "react-dom": "^18" },