From 1390edd98b9ac605be33c5bac782f269aceec52d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:25:23 +0000 Subject: [PATCH] Update next-auth to version 4.24.8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ca668354..2c12c65a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "gray-matter": "^4.0.3", "moment": "^2.30.1", "next": "13.5.7", - "next-auth": "^4.24.7", + "next-auth": "^4.24.8", "next-seo": "^6.6.0", "next-sitemap": "^4.2.3", "next-themes": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index a9ec27a3..5d045628 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6664,10 +6664,10 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== -next-auth@^4.24.7: - version "4.24.7" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.7.tgz#0a14c1e35b4a2c0c1ecff95c295b74bd48d3817a" - integrity sha512-iChjE8ov/1K/z98gdKbn2Jw+2vLgJtVV39X+rCP5SGnVQuco7QOr19FRNGMIrD8d3LYhHWV9j9sKLzq1aDWWQQ== +next-auth@^4.24.8: + version "4.24.8" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.8.tgz#82b1a2f7da5b44923720b35b29677a6e800a6619" + integrity sha512-SLt3+8UCtklsotnz2p+nB4aN3IHNmpsQFAZ24VLxGotWGzSxkBh192zxNhm/J5wgkcrDWVp0bwqvW0HksK/Lcw== dependencies: "@babel/runtime" "^7.20.13" "@panva/hkdf" "^1.0.2"