From c1a22daa697a2df105b657aef0e5f0ed163f9ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 18:04:03 +0000 Subject: [PATCH] Bump next-auth from 4.3.0 to 4.10.3 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.3.0 to 4.10.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.0...next-auth@v4.10.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 c252f07..b42bb45 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "moment-timezone": "^0.5.34", "next": "12.1.0", "next-absolute-url": "^1.2.2", - "next-auth": "^4.3.0", + "next-auth": "^4.10.3", "nodemailer": "^6.7.2", "nodemailer-smtp-transport": "^2.7.4", "postcss": "^8.4.11", diff --git a/yarn.lock b/yarn.lock index 0efad66..318c487 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1601,10 +1601,10 @@ next-absolute-url@^1.2.2: resolved "https://registry.yarnpkg.com/next-absolute-url/-/next-absolute-url-1.2.2.tgz#9aba5adcee8effcffd63271d99e13213ad04c23b" integrity sha512-Z2+LZXQTthhw2je9u4eq8QWXxXd57a6b54x9exBfQX4Dct6YxaMjcXZWNLHd9AOlCue84EsMpdSGP7wACqUnPg== -next-auth@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.3.0.tgz#93274254f9e6263c3c3edf7169a92fb13a700619" - integrity sha512-QcXY0EkIoCHDJ/G5n5H1wG7c/E5WlnyTsA+N4un9ys+RF26Vv/kzIuzjSrVQ/no0PkIwQti6E+ZjpqXJCBykTA== +next-auth@^4.10.3: + version "4.10.3" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.10.3.tgz#0a952dd5004fd2ac2ba414c990922cf9b33951a3" + integrity sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ== dependencies: "@babel/runtime" "^7.16.3" "@panva/hkdf" "^1.0.1"