diff --git a/apps/ks-frontend-demo/package.json b/apps/ks-frontend-demo/package.json index c2eb316a..fcf0303a 100644 --- a/apps/ks-frontend-demo/package.json +++ b/apps/ks-frontend-demo/package.json @@ -69,7 +69,7 @@ "lodash": "^4.17.21", "lodash.debounce": "^4.0.8", "next": "^13.4.2", - "next-auth": "^4.22.1", + "next-auth": "^4.23.1", "nprogress": "^0.2.0", "prop-types": "^15.8.1", "react": "^18.2.0", diff --git a/packages/keystone-nextjs-auth/package.json b/packages/keystone-nextjs-auth/package.json index 0a92a950..f68b96da 100644 --- a/packages/keystone-nextjs-auth/package.json +++ b/packages/keystone-nextjs-auth/package.json @@ -13,7 +13,7 @@ "cross-fetch": "^3.1.5", "ejs": "^3.1.9", "fast-deep-equal": "^3.1.3", - "next-auth": "^4.22.1" + "next-auth": "^4.23.1" }, "devDependencies": { "@keystone-6/core": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index c0dd41c3..ed66fea6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10138,10 +10138,10 @@ new-github-issue-url@0.2.1: resolved "https://registry.yarnpkg.com/new-github-issue-url/-/new-github-issue-url-0.2.1.tgz#e17be1f665a92de465926603e44b9f8685630c1d" integrity sha512-md4cGoxuT4T4d/HDOXbrUHkTKrp/vp+m3aOA7XXVYwNsUNMK49g3SQicTSeV5GIz/5QVGAeYRAOlyp9OvlgsYA== -next-auth@^4.22.1: - version "4.22.1" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.22.1.tgz#1ea5084e38867966dc6492a71c6729c8f5cfa96b" - integrity sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA== +next-auth@^4.23.1: + version "4.23.1" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.23.1.tgz#7a82f5327cf4c7e32819da4eb977f2251a23c3cf" + integrity sha512-mL083z8KgRtlrIV6CDca2H1kduWJuK/3pTS0Fe2og15KOm4v2kkLGdSDfc2g+019aEBrJUT0pPW2Xx42ImN1WA== dependencies: "@babel/runtime" "^7.20.13" "@panva/hkdf" "^1.0.2"