diff --git a/apps/ks-frontend-demo/package.json b/apps/ks-frontend-demo/package.json index c2eb316a..ab5aa340 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.2", "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..c9069b6f 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.2" }, "devDependencies": { "@keystone-6/core": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index c0dd41c3..5a588a97 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.2: + version "4.23.2" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.23.2.tgz#6a93ec8bb59890dd43ed149a367852c7d12d0f7c" + integrity sha512-VRmInu0r/yZNFQheDFeOKtiugu3bt90Po3owAQDnFQ3YLQFmUKgFjcE2+3L0ny5jsJpBXaKbm7j7W2QTc6Ye2A== dependencies: "@babel/runtime" "^7.20.13" "@panva/hkdf" "^1.0.2"