From 513b0e7fe91dec07c58f9626ec649045185a7f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:35:55 +0000 Subject: [PATCH] chore(deps): bump next-auth in /examples/with-next-siwe-next-auth Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.11 to 4.24.12. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.11...next-auth@4.24.12) --- updated-dependencies: - dependency-name: next-auth dependency-version: 4.24.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-next-siwe-next-auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-next-siwe-next-auth/package.json b/examples/with-next-siwe-next-auth/package.json index b56df9e485..52f7c62080 100644 --- a/examples/with-next-siwe-next-auth/package.json +++ b/examples/with-next-siwe-next-auth/package.json @@ -11,7 +11,7 @@ "@rainbow-me/rainbowkit": "workspace:*", "@rainbow-me/rainbowkit-siwe-next-auth": "workspace:*", "next": "^15.3.3", - "next-auth": "4.24.11", + "next-auth": "4.24.12", "react": "^19.1.0", "react-dom": "^19.1.0", "viem": "2.31.7",