From 32e8b1a233599d4c50d508be77c80a0f906bb543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 22:05:38 +0000 Subject: [PATCH] Bump next-auth from 3.29.0 to 3.29.3 in /app Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 3.29.0 to 3.29.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/commits) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index a528266..f437855 100644 --- a/app/package.json +++ b/app/package.json @@ -14,7 +14,7 @@ "dependencies": { "@heroicons/react": "^1.0.4", "next": "^11.1.2", - "next-auth": "^3.29.0", + "next-auth": "^3.29.3", "react": "^17.0.2", "react-dom": "^17.0.2" }, diff --git a/app/yarn.lock b/app/yarn.lock index 9ee43e0..bb33cba 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1811,10 +1811,10 @@ native-url@0.3.4: dependencies: querystring "^0.2.0" -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.3: + version "3.29.3" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-3.29.3.tgz#634285584e9030b74f698423745dd719c815a12f" + integrity sha512-OoG5y8oFV7MWF2VVs20AfdF41ndoXtPBFIlLfCHbrvFWHfPGsjnyAnhDxyJZX91Taknd4MD3zrCGOlBJKrLU7A== dependencies: "@babel/runtime" "^7.14.0" "@next-auth/prisma-legacy-adapter" "0.1.2"