From 612868c672ca42fd983cf81d0e8ec0c8d1c97d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:54:47 +0000 Subject: [PATCH] Bump next-auth from 4.22.1 to 4.24.5 in /apps/website Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.22.1 to 4.24.5. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.22.1...next-auth@4.24.5) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/package.json b/apps/website/package.json index 9612545..44650a8 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -26,7 +26,7 @@ "eslint": "8.43.0", "eslint-config-next": "13.4.7", "next": "14.0.3", - "next-auth": "^4.22.1", + "next-auth": "^4.24.5", "next-pwa": "^5.6.0", "postcss": "^8.4.31", "react": "18.2.0",