From 85e020a118e23a4ce3b1ebf23fb63c1021558300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 09:48:43 -0700 Subject: [PATCH] build(deps-dev): bump next-auth from 4.20.1 to 4.21.1 (#26) Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.20.1 to 4.21.1. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.20.1...next-auth@4.21.1) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 26c7966..fb06ac7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@sanity/client": "^5.4.0", "@types/lru-cache": "^5.1.0", "@types/node": "^14.14.41", - "next-auth": "^4.20.1", + "next-auth": "^4.21.1", "typescript": "^4.2.4" }, "dependencies": { @@ -52,7 +52,7 @@ }, "peerDependencies": { "@sanity/client": "^5.4.0", - "next-auth": "^4.20.1" + "next-auth": "^4.21.1" }, "bugs": { "url": "https://github.com/Fedeya/next-auth-sanity/issues" diff --git a/yarn.lock b/yarn.lock index 5b2cbd9..8f98eb8 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.20.1: - version "4.20.1" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.20.1.tgz#6e65c4fde14171f6ce64f05f672f80f39fc418c7" - integrity sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ== +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== dependencies: "@babel/runtime" "^7.20.13" "@panva/hkdf" "^1.0.2"