From 1c9a4f2b35ab61e5d5e87db443dffcd3482e6f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:11:21 +0000 Subject: [PATCH] chore(deps): bump next-auth in /packages/api Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 5.0.0-beta.28 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.28...next-auth@5.0.0-beta.30) --- updated-dependencies: - dependency-name: next-auth dependency-version: 5.0.0-beta.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/package.json b/packages/api/package.json index df2846e..83ff2c1 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -54,6 +54,6 @@ }, "dependencies": { "bcrypt-ts": "^7.1.0", - "next-auth": "5.0.0-beta.28" + "next-auth": "5.0.0-beta.30" } }