From 6ce1885b37be349769946c78e5ba7d076d775444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:38:00 +0000 Subject: [PATCH] build(deps): bump next-auth Bumps the npm_and_yarn group with 1 update in the /apps/web directory: [next-auth](https://github.com/nextauthjs/next-auth). Updates `next-auth` from 5.0.0-beta.31 to 5.0.0-beta.32 - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@5.0.0-beta.31...next-auth@5.0.0-beta.32) --- updated-dependencies: - dependency-name: next-auth dependency-version: 5.0.0-beta.32 dependency-type: direct:production dependency-group: npm_and_yarn ... 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 a14507e..37c7a49 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -18,7 +18,7 @@ "@flank/pipeline": "workspace:*", "inngest": "^4.11.0", "next": "^16.2.10", - "next-auth": "5.0.0-beta.31", + "next-auth": "5.0.0-beta.32", "react": "^19.2.7", "react-dom": "^19.2.7" },