From 8d48a4a7bf521e8c69c7a3174be377d76e11bbfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 12:46:21 +0000 Subject: [PATCH] fix(deps): update dependency next-auth to v4.9.0 --- typescript/rest-nextjs-api-routes-auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/rest-nextjs-api-routes-auth/package.json b/typescript/rest-nextjs-api-routes-auth/package.json index 154f7a322cb0..643b01d163d1 100644 --- a/typescript/rest-nextjs-api-routes-auth/package.json +++ b/typescript/rest-nextjs-api-routes-auth/package.json @@ -14,7 +14,7 @@ "@next-auth/prisma-adapter": "1.0.3", "@prisma/client": "4.0.0", "next": "12.2.0", - "next-auth": "4.8.0", + "next-auth": "4.9.0", "react": "18.2.0", "react-dom": "18.2.0", "react-markdown": "8.0.3"