diff --git a/b2b-nextjs/package.json b/b2b-nextjs/package.json index 12cbe8e..56fdc42 100644 --- a/b2b-nextjs/package.json +++ b/b2b-nextjs/package.json @@ -17,7 +17,7 @@ "date-fns": "^2.25.0", "jsonwebtoken": "^8.5.1", "next": "^12.1.6", - "next-auth": "^4.3.4", + "next-auth": "^4.10.3", "postcss": "^8.3.9", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/b2b-nextjs/yarn.lock b/b2b-nextjs/yarn.lock index 01f429f..8c539ca 100644 --- a/b2b-nextjs/yarn.lock +++ b/b2b-nextjs/yarn.lock @@ -1761,10 +1761,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@*, next-auth@^4.3.4: - version "4.9.0" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.9.0.tgz#0d8cabcb22a976744131a2e68d5f08756f322593" - integrity sha512-/4S5dFeyNg2nXlD7g/Sh5A4WZWnUMDpEf8x/x+gzmAf5cAY2SjDM6sLk9u4XRmsndsxQpIMWDw03sUTAD+Yzog== +next-auth@*, next-auth@^4.10.3: + version "4.10.3" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.10.3.tgz#0a952dd5004fd2ac2ba414c990922cf9b33951a3" + integrity sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ== dependencies: "@babel/runtime" "^7.16.3" "@panva/hkdf" "^1.0.1"