From 6ba633c34cb184a29953f789c921fcbc907f95c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 12:12:05 +0000 Subject: [PATCH] chore: bump next-auth in /admin-dashboard Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 5.0.0-beta.20 to 5.0.0-beta.30. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@5.0.0-beta.20...next-auth@5.0.0-beta.30) --- updated-dependencies: - dependency-name: next-auth dependency-version: 5.0.0-beta.30 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- admin-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dashboard/package.json b/admin-dashboard/package.json index 54e3dcf..8a68c2c 100644 --- a/admin-dashboard/package.json +++ b/admin-dashboard/package.json @@ -33,7 +33,7 @@ "jspdf-autotable": "^5.0.7", "lucide-react": "^1.7.0", "next": "15.5.14", - "next-auth": "5.0.0-beta.20", + "next-auth": "5.0.0-beta.30", "next-themes": "^0.4.6", "react": "19.2.4", "react-dom": "19.2.4",