From 698dfc001e1dc31081f4901bd6eb32cb909b06b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:39:06 +0000 Subject: [PATCH] Bump next-auth Bumps the npm_and_yarn group with 1 update in the /apps/plugins directory: [next-auth](https://github.com/nextauthjs/next-auth). Updates `next-auth` from 5.0.0-beta.25 to 5.0.0-beta.30 - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/commits/next-auth@5.0.0-beta.30) --- updated-dependencies: - dependency-name: next-auth dependency-version: 5.0.0-beta.30 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/plugins/package.json | 4 ++-- apps/website/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/plugins/package.json b/apps/plugins/package.json index ace0d166..d999720b 100644 --- a/apps/plugins/package.json +++ b/apps/plugins/package.json @@ -59,8 +59,8 @@ "input-otp": "^1.4.2", "lodash-es": "^4.18.1", "lucide-react": "^1.25.0", - "next": "16.2.10", - "next-auth": "5.0.0-beta.25", + "next": "16.2.11", + "next-auth": "5.0.0-beta.30", "next-themes": "^0.4.6", "next-usequerystate": "^1.20.0", "nextjs-toploader": "^3.9.17", diff --git a/apps/website/package.json b/apps/website/package.json index 96bc3efd..cc827a4b 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -14,7 +14,7 @@ "chart.js": "^4.5.1", "focus-visible": "^5.2.1", "markdown-to-jsx": "^9.8.2", - "next": "16.2.10", + "next": "16.2.11", "nextra": "4.6.1", "nextra-theme-docs": "4.6.1", "react": "19.2.7",