From d788df7261f704bd8db567aa670ef1e6fc1fe4c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 22:06:19 +0000 Subject: [PATCH] Bump next-auth from 3.29.0 to 3.29.3 in /website 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] --- website/package-lock.json | 14 +++++++------- website/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index a7bd775..baefd4a 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -15,7 +15,7 @@ "axios": "^0.24.0", "classnames": "^2.3.1", "next": "^12.0.9", - "next-auth": "^3.29.0", + "next-auth": "^3.29.3", "next-svgr": "^0.0.2", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -4316,9 +4316,9 @@ } }, "node_modules/next-auth": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-3.29.0.tgz", - "integrity": "sha512-B//4QTv/1Of0D+roZ82URmI6L2JSbkKgeaKI7Mdrioq8lAzp9ff8NdmouvZL/7zwrPe2cUyM6MLYlasfuI3ZIQ==", + "version": "3.29.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-3.29.3.tgz", + "integrity": "sha512-OoG5y8oFV7MWF2VVs20AfdF41ndoXtPBFIlLfCHbrvFWHfPGsjnyAnhDxyJZX91Taknd4MD3zrCGOlBJKrLU7A==", "funding": [ { "type": "github", @@ -8499,9 +8499,9 @@ } }, "next-auth": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-3.29.0.tgz", - "integrity": "sha512-B//4QTv/1Of0D+roZ82URmI6L2JSbkKgeaKI7Mdrioq8lAzp9ff8NdmouvZL/7zwrPe2cUyM6MLYlasfuI3ZIQ==", + "version": "3.29.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-3.29.3.tgz", + "integrity": "sha512-OoG5y8oFV7MWF2VVs20AfdF41ndoXtPBFIlLfCHbrvFWHfPGsjnyAnhDxyJZX91Taknd4MD3zrCGOlBJKrLU7A==", "requires": { "@babel/runtime": "^7.14.0", "@next-auth/prisma-legacy-adapter": "0.1.2", diff --git a/website/package.json b/website/package.json index 612f531..f092cd8 100644 --- a/website/package.json +++ b/website/package.json @@ -15,7 +15,7 @@ "axios": "^0.24.0", "classnames": "^2.3.1", "next": "^12.0.9", - "next-auth": "^3.29.0", + "next-auth": "^3.29.3", "next-svgr": "^0.0.2", "react": "^17.0.2", "react-dom": "^17.0.2",