From 833e4e75e436b4462523ef51dee5f1c9d4c57540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 04:53:08 +0000 Subject: [PATCH] Bump next from 14.2.26 to 14.2.35 in /auth/with-authjs-next 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] --- auth/with-authjs-next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/with-authjs-next/package.json b/auth/with-authjs-next/package.json index 3b9a4a8..aa30488 100644 --- a/auth/with-authjs-next/package.json +++ b/auth/with-authjs-next/package.json @@ -9,7 +9,7 @@ "dependencies": { "@auth/pg-adapter": "^1.4.2", "@neondatabase/serverless": "^0.9.4", - "next": "14.2.26", + "next": "14.2.35", "next-auth": "^5.0.0-beta.20", "react": "^18", "react-dom": "^18",