From c41f753548e1c0b564fd11b90d74f76ffc81be95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 07:50:54 +0000 Subject: [PATCH] build(deps-dev): bump next-auth from 4.22.1 to 4.22.3 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.22.1 to 4.22.3. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.22.1...next-auth@4.22.3) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 015dc82..c3ac4bd 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@sanity/client": "^6.1.7", "@types/lru-cache": "^5.1.0", "@types/node": "^14.14.41", - "next-auth": "^4.22.1", + "next-auth": "^4.22.3", "typescript": "^4.2.4" }, "dependencies": { @@ -53,7 +53,7 @@ }, "peerDependencies": { "@sanity/client": "^6.1.7", - "next-auth": "^4.22.1" + "next-auth": "^4.22.3" }, "bugs": { "url": "https://github.com/Fedeya/next-auth-sanity/issues" diff --git a/yarn.lock b/yarn.lock index 9072b9f..0a37295 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.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.22.3: + version "4.22.3" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.22.3.tgz#bbe5152e0e3ea6d625731f23adba4fd2e3d2d570" + integrity sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA== dependencies: "@babel/runtime" "^7.20.13" "@panva/hkdf" "^1.0.2"