From 8a53db95e4a65c8663ebb75cca4ea2e0452153b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 18:05:08 +0000 Subject: [PATCH] Bump next-auth from 3.29.0 to 3.29.10 in /website 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] --- 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..94bf51d 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.10", "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.10", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-3.29.10.tgz", + "integrity": "sha512-e4nNYhISQRHNnem/WX1ybnQGDGb2rMP29maNmIXEOxSL6Uhu/pGFYu/aqApgIObDVWFt5l+33Ddh3rc71hjvEA==", "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.10", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-3.29.10.tgz", + "integrity": "sha512-e4nNYhISQRHNnem/WX1ybnQGDGb2rMP29maNmIXEOxSL6Uhu/pGFYu/aqApgIObDVWFt5l+33Ddh3rc71hjvEA==", "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..9de1269 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.10", "next-svgr": "^0.0.2", "react": "^17.0.2", "react-dom": "^17.0.2",