From 605e5100b8a391a54cb938276b9cb561017badeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 19:01:08 +0000 Subject: [PATCH] Bump @auth/core from 0.34.3 to 0.41.3 in /packages/auth Bumps [@auth/core](https://github.com/nextauthjs/next-auth) from 0.34.3 to 0.41.3. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/core@0.34.3...@auth/core@0.41.3) --- updated-dependencies: - dependency-name: "@auth/core" dependency-version: 0.41.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index 164f7f42c..b844e7602 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -23,7 +23,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@auth/core": "0.34.3", + "@auth/core": "0.41.3", "@auth/drizzle-adapter": "^1.11.1", "@better-auth/client": "0.0.2-alpha.3", "@forge/db": "workspace:*",