From dfe0a8b45e86602558157cef383dba70ee89f120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 10:15:50 +0000 Subject: [PATCH] chore(deps): bump next-auth from 3.29.0 to 3.29.10 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 3.29.0 to 3.29.10. - [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/commits) --- 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 c2bc794..49f6faf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "jsonwebtoken": "^8.5.1", "next": "^12.0.4", "next-apollo": "^5.0.4", - "next-auth": "^3.29.0", + "next-auth": "^3.29.10", "next-fonts": "^1.5.1", "next-server": "^9.0.5", "node-sass": "5.0.0", diff --git a/yarn.lock b/yarn.lock index 3b041d8..7d63cbe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4967,10 +4967,10 @@ next-apollo@^5.0.4: resolved "https://registry.yarnpkg.com/next-apollo/-/next-apollo-5.0.7.tgz#1bcdf54120c3830365870c17a4493c354e303e2f" integrity sha512-W+IZDonH1nSOCQGDHp/3GU+ZhXQ7lRi/o5GEdywyVaDBCgG8FOpFp4nymLUylJn88f7mfouD/MvO3Uu5EqwKjA== -next-auth@^3.29.0: - version "3.29.0" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-3.29.0.tgz#60ddbfc7ed8ae7d43ebb02c16dc58eebf5dcb337" - integrity sha512-B//4QTv/1Of0D+roZ82URmI6L2JSbkKgeaKI7Mdrioq8lAzp9ff8NdmouvZL/7zwrPe2cUyM6MLYlasfuI3ZIQ== +next-auth@^3.29.10: + version "3.29.10" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-3.29.10.tgz#2667af749afee0f62c23f10e162a895306afd22b" + integrity sha512-e4nNYhISQRHNnem/WX1ybnQGDGb2rMP29maNmIXEOxSL6Uhu/pGFYu/aqApgIObDVWFt5l+33Ddh3rc71hjvEA== dependencies: "@babel/runtime" "^7.14.0" "@next-auth/prisma-legacy-adapter" "0.1.2"