From ad584c418c4b7831f0bae61ad8be3b2791a20aa2 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 04:25:36 +0000 Subject: [PATCH] Update next-auth to version 4.24.7 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3afb1554..e05d31f3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "gray-matter": "^4.0.3", "moment": "^2.30.1", "next": "13.5.6", - "next-auth": "^4.24.6", + "next-auth": "^4.24.7", "next-seo": "^6.5.0", "next-sitemap": "^4.2.3", "next-themes": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index ab05cdb8..eb40b3bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5557,7 +5557,7 @@ jiti@^1.18.2: resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.18.2.tgz#80c3ef3d486ebf2450d9335122b32d121f2a83cd" integrity sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg== -jose@^4.11.4, jose@^4.14.4: +jose@^4.14.4, jose@^4.15.5: version "4.15.5" resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.5.tgz#6475d0f467ecd3c630a1b5dadd2735a7288df706" integrity sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg== @@ -6652,15 +6652,15 @@ 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.6: - version "4.24.6" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.6.tgz#8cb1848197fdb2479eac2f10e4efa1f1b6b0daaa" - integrity sha512-djQt3ZEaWEIxcsuh3HTW2uuzLfXMRjHH+ugAsichlQSbH4iA5MRcgMA2HvTNvsDTDLh44tyU72+/gWsxgTbAKg== +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== dependencies: "@babel/runtime" "^7.20.13" "@panva/hkdf" "^1.0.2" cookie "^0.5.0" - jose "^4.11.4" + jose "^4.15.5" oauth "^0.9.15" openid-client "^5.4.0" preact "^10.6.3"