From 020580a8e35136d0b627616739bf085df7e9e25a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 22:06:13 +0000 Subject: [PATCH] Bump next-auth from 4.3.2 to 4.3.3 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.3.2 to 4.3.3. - [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.3.3) --- 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..b959980 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.3.3", "next-seo": "^4.28.1", "nodemailer": "^6.7.2", "prisma": "^3.8.1", diff --git a/yarn.lock b/yarn.lock index 7e7fc0c..171ea88 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.3.3: + version "4.3.3" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.3.3.tgz#5ff892e73648a0f33c2af0e9d7cafda729f63ae7" + integrity sha512-bUs+oOOPT18Pq/+4v9q4PA/DGoVoAX6jwY7RTfE/akFXwlny+y/mNS6lPSUwpqcHjljqBaq34PQA3+01SdOOPw== dependencies: "@babel/runtime" "^7.16.3" "@panva/hkdf" "^1.0.1"