From 005ee90618bc0d74ae104f810896523d79bd2e46 Mon Sep 17 00:00:00 2001 From: rohan Date: Tue, 4 Nov 2025 17:12:47 +0530 Subject: [PATCH] chore: bump next-auth to 4.24.13 Signed-off-by: rohan --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ac67fb486..81b9f775f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "libsodium-wrappers-sumo": "^0.7.13", "lodash": "^4.17.21", "next": "^14.2.32", - "next-auth": "^4.24.11", + "next-auth": "^4.24.13", "nextjs-toploader": "^3.8.16", "posthog-js": "^1.258.3", "react": "^18.2.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 27d6dc00a..89d2d4fd4 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6537,10 +6537,10 @@ natural-compare@^1.4.0: version "1.4.0" resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" -next-auth@^4.24.11: - version "4.24.11" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.11.tgz#16eeb76d37fbc8fe887561b454f8167f490c381f" - integrity sha512-pCFXzIDQX7xmHFs4KVH4luCjaCbuPRtZ9oBUjUhOk84mZ9WVPf94n87TxYI4rSRf9HmfHEF8Yep3JrYDVOo3Cw== +next-auth@^4.24.13: + version "4.24.13" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.13.tgz#e55e524b3c060d670c3fa2c0731026894b9897c6" + integrity sha512-sgObCfcfL7BzIK76SS5TnQtc3yo2Oifp/yIpfv6fMfeBOiBJkDWF3A2y9+yqnmJ4JKc2C+nMjSjmgDeTwgN1rQ== dependencies: "@babel/runtime" "^7.20.13" "@panva/hkdf" "^1.0.2"