diff --git a/packages/next-auth/package.json b/packages/next-auth/package.json index cbd815e4..b256c2f5 100644 --- a/packages/next-auth/package.json +++ b/packages/next-auth/package.json @@ -35,7 +35,7 @@ "@types/node": "^18.19.33", "@types/uuid": "^10.0.0", "ioredis": "^5.4.1", - "next-auth": "^4.24.7" + "next-auth": "^4.24.8" }, "peerDependencies": { "ioredis": ">=5.2.4", diff --git a/yarn.lock b/yarn.lock index 1cd7e100..2b0d8858 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10559,10 +10559,10 @@ neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.2: resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== -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"