From 9e3adadb603f032506e4f23d7f4db50994534464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:06:56 +0000 Subject: [PATCH] Bump next-auth from 4.4.0 to 4.5.0 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@v4.4.0...next-auth@v4.5.0) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8d5f991..35f12ff 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@portabletext/react": "^1.0.6", "@sanity/image-url": "^1.0.1", "next": "latest", - "next-auth": "^4.4.0", + "next-auth": "^4.5.0", "next-sanity": "^0.5.2", "react": "18.1.0", "react-dom": "18.1.0", diff --git a/yarn.lock b/yarn.lock index 92491a1..c1f3026 100644 --- a/yarn.lock +++ b/yarn.lock @@ -709,10 +709,10 @@ nanoid@^3.1.30, nanoid@^3.3.4: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== -next-auth@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.4.0.tgz#2275ac38798beb45fa80cba3d79e03549b50eb34" - integrity sha512-Lz5ytnkP4OfTUsknhpZVH9eTLaLOZX/UEe6OQESMaZSTBr9cVc99G4kEPG83KrwKMe7VVb5DfDWH0rlod7wMzA== +next-auth@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.5.0.tgz#2df57287fddc705b8971c88c60bad44a89ac6dd1" + integrity sha512-B6gYRIbqtj8nlDsx3y2Ruwp/mvZnItPs7VUULY43QYw+M9xtDPIM9EBZ3ryd/wNYA3MDteBJlzGm/ivseXcmJA== dependencies: "@babel/runtime" "^7.16.3" "@panva/hkdf" "^1.0.1"