From 055c63e91a2d760ef626dc7873eadcdceb3fd8a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 10:06:47 +0000 Subject: [PATCH] fix(deps): update dependency @auth/prisma-adapter to v2.11.2 --- orm/authjs-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orm/authjs-nextjs/package.json b/orm/authjs-nextjs/package.json index 5d598b4c014e..840826c6cb87 100644 --- a/orm/authjs-nextjs/package.json +++ b/orm/authjs-nextjs/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@auth/prisma-adapter": "2.10.0", + "@auth/prisma-adapter": "2.11.2", "@prisma/adapter-pg": "7.0.0", "@prisma/client": "7.0.0", "next": "15.4.10",