diff --git a/package.json b/package.json index c4f20f9..8314e91 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@sanity/client": "^6.1.2", "@types/lru-cache": "^5.1.0", "@types/node": "^14.14.41", - "next-auth": "^4.21.1", + "next-auth": "^4.22.1", "typescript": "^4.2.4" }, "dependencies": { @@ -53,7 +53,7 @@ }, "peerDependencies": { "@sanity/client": "^6.1.2", - "next-auth": "^4.21.1" + "next-auth": "^4.22.1" }, "bugs": { "url": "https://github.com/Fedeya/next-auth-sanity/issues" diff --git a/yarn.lock b/yarn.lock index 6a26e28..7aa4eff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -400,10 +400,10 @@ ms@2.1.2: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -next-auth@^4.21.1: - version "4.21.1" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.21.1.tgz#8db520395b2c697bd1259b76831d319728f0d50d" - integrity sha512-NYkU4jAPSVxWhCblE8dDFAnKM7kOoO/QEobQ0RoEVP9Wox99A3PKHwOAsWhSg8ahJG/iKIWk2Bo1xHvsS4R39Q== +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== dependencies: "@babel/runtime" "^7.20.13" "@panva/hkdf" "^1.0.2"