From 6cde168283cdfbf9c3f4c125010dcf726e2a64b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 14:42:05 +0000 Subject: [PATCH] Bump next from 13.5.4 to 14.2.35 in /with-nextjs-prisma-edge Bumps [next](https://github.com/vercel/next.js) from 13.5.4 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/v13.5.4...v14.2.35) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.35 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-nextjs-prisma-edge/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-nextjs-prisma-edge/package.json b/with-nextjs-prisma-edge/package.json index 06a5d3b..4f1365d 100644 --- a/with-nextjs-prisma-edge/package.json +++ b/with-nextjs-prisma-edge/package.json @@ -16,7 +16,7 @@ "@prisma/adapter-pg": "^5.18.0", "@prisma/client": "^5.18.0", "autoprefixer": "10.4.16", - "next": "13.5.4", + "next": "14.2.35", "postcss": "8.4.31", "prisma": "^5.18.0", "react": "18.2.0",