From 0e82a88a80de70eef2eb5693cde1056b4cce96af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:30:39 +0000 Subject: [PATCH] Bump next-auth from 4.24.11 to 4.24.12 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 00a7658..3ff1b37 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "mongodb": "^6.17.0", "mongoose": "^8.14.2", "next": "15.3.2", - "next-auth": "^4.24.11", + "next-auth": "^4.24.12", "pdfmake": "^0.2.20", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/yarn.lock b/yarn.lock index 9f09bb1..0570fec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3189,10 +3189,10 @@ natural-compare@^1.4.0: resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== -next-auth@^4.24.11: - version "4.24.11" - resolved "https://registry.npmjs.org/next-auth/-/next-auth-4.24.11.tgz" - integrity sha512-pCFXzIDQX7xmHFs4KVH4luCjaCbuPRtZ9oBUjUhOk84mZ9WVPf94n87TxYI4rSRf9HmfHEF8Yep3JrYDVOo3Cw== +next-auth@^4.24.12: + version "4.24.12" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.12.tgz#39574c0845a100f0e64f7d214940bed1bae6abac" + integrity sha512-wooJAL5Md9Fn2UwUI2qN9TY/+k8HJGRyi3TdSt/xHfDTtdpPxDqmo4v8hUrKGb+d66FB/rYy9RutA/9EeJrK0Q== dependencies: "@babel/runtime" "^7.20.13" "@panva/hkdf" "^1.0.2"