From a0cbed88bfd8bf671f01798b29ac935adf0474a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 04:53:12 +0000 Subject: [PATCH] Bump next from 14.2.26 to 14.2.35 in /with-nextjs-server-actions Bumps [next](https://github.com/vercel/next.js) from 14.2.26 to 14.2.35. - [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...v14.2.35) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.35 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 1e1e947..09b4cc9 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": "14.2.35", "react": "^18", "react-dom": "^18" },