From d3385e935ec45887b7ce1ab6c7f7d0f47c7e28bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:45:47 +0000 Subject: [PATCH] Bump next-auth from 4.3.2 to 4.9.0 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.3.2 to 4.9.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.3.2...next-auth@v4.9.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 e6f8df7..4d39e4b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "mjml": "^4.12.0", "mjml-react": "^2.0.3", "next": "^12.1.0", - "next-auth": "^4.3.2", + "next-auth": "^4.9.0", "next-seo": "^4.28.1", "nodemailer": "^6.7.2", "prisma": "^3.8.1", diff --git a/yarn.lock b/yarn.lock index 7e7fc0c..d4e6b32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3616,10 +3616,10 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -next-auth@^4.3.2: - version "4.3.2" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.3.2.tgz#eb4976511fb19766d0397bd4de45eee87c5c1998" - integrity sha512-yj9HN9p81Fg3dkrq4Y0FxjfgupiABac7o+ve47j5GPLjo1qE2FFX1pr7g7mwQ1HDUCoGhLmgBpFBR8+pdWgFfQ== +next-auth@^4.9.0: + version "4.9.0" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.9.0.tgz#0d8cabcb22a976744131a2e68d5f08756f322593" + integrity sha512-/4S5dFeyNg2nXlD7g/Sh5A4WZWnUMDpEf8x/x+gzmAf5cAY2SjDM6sLk9u4XRmsndsxQpIMWDw03sUTAD+Yzog== dependencies: "@babel/runtime" "^7.16.3" "@panva/hkdf" "^1.0.1"