From f06e288e2f3ace4c1ce15b0a8a0ebf0720007be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:37:41 +0000 Subject: [PATCH] chore(deps): bump next-auth from 4.22.1 to 4.24.5 in /apps/web 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/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index 71d6d307..4f5f4092 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -97,7 +97,7 @@ "micro": "^10.0.1", "ms": "^2.1.3", "next": "14.1.1", - "next-auth": "4.22.1", + "next-auth": "4.24.5", "next-plausible": "^3.12.0", "next-seo": "^5.15.0", "next-sitemap": "^3.1.55",