From 64b1b1643c8e58a1bbd1cb5d569d820ff9ddd171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 01:33:56 +0000 Subject: [PATCH] Bump next-auth from 4.6.1 to 4.10.0 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.6.1 to 4.10.0. - [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.6.1...next-auth@v4.10.0) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cd6421c..3f6b6a59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "graphql-anywhere": "^4.2.7", "html-react-parser": "^1.4.8", "next": "12.1.5", - "next-auth": "^4.6.1", + "next-auth": "^4.10.0", "next-connect": "^0.12.2", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -21942,9 +21942,9 @@ } }, "node_modules/next-auth": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.6.1.tgz", - "integrity": "sha512-Fq0+NUZ0Kp7LhT0UZzZkSBcRb0W6DYlhgTUZragSqW5HXTJ7ShgFqOhH5aFoGSpXIxsZQmfFBbt9Oun09mf+aA==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.0.tgz", + "integrity": "sha512-4CKZbv9VeCaqfDAXyqFThZy05ApbLd0bhXEB+DCq9aD43h6Rkvz0QgM7QOCJXESy0QKJUXHzopkBq+iaGxdc0g==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -46849,9 +46849,9 @@ } }, "next-auth": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.6.1.tgz", - "integrity": "sha512-Fq0+NUZ0Kp7LhT0UZzZkSBcRb0W6DYlhgTUZragSqW5HXTJ7ShgFqOhH5aFoGSpXIxsZQmfFBbt9Oun09mf+aA==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.0.tgz", + "integrity": "sha512-4CKZbv9VeCaqfDAXyqFThZy05ApbLd0bhXEB+DCq9aD43h6Rkvz0QgM7QOCJXESy0QKJUXHzopkBq+iaGxdc0g==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index dd3e9a9c..3c4c2ec4 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "graphql-anywhere": "^4.2.7", "html-react-parser": "^1.4.8", "next": "12.1.5", - "next-auth": "^4.6.1", + "next-auth": "^4.10.0", "next-connect": "^0.12.2", "react": "^17.0.2", "react-dom": "^17.0.2",