From 9756b7ab2ffe3d5b3e5b516375e259c22263250e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:09:19 +0000 Subject: [PATCH] Bump next-auth from 5.0.0-beta.29 to 5.0.0-beta.30 in /apps/student Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 5.0.0-beta.29 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.29...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] --- apps/student/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/student/package.json b/apps/student/package.json index 523fedf..3fb8be1 100644 --- a/apps/student/package.json +++ b/apps/student/package.json @@ -20,7 +20,7 @@ "framer-motion": "^12.22.0", "lucide-react": "^0.475.0", "next": "^15.3.4", - "next-auth": "5.0.0-beta.29", + "next-auth": "5.0.0-beta.30", "next-themes": "^0.4.6", "react": "^19.1.0", "react-dom": "^19.1.0",