From f4511b20778ed07e5504de24597b6dc9279de63f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 01:35:25 +0000 Subject: [PATCH] Bump next-auth from 4.6.1 to 4.10.2 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.6.1 to 4.10.2. - [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.2) --- 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..1ac39c57 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.2", "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.2", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.2.tgz", + "integrity": "sha512-9XeP3faA5M3LneNJuzZCrmyR1ONYVH+pNQTozLBlpzXSkVRCgy+PTLAojOGkCo5v5MWcCZNTNHUOQL6gIcYwEQ==", "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.2", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.2.tgz", + "integrity": "sha512-9XeP3faA5M3LneNJuzZCrmyR1ONYVH+pNQTozLBlpzXSkVRCgy+PTLAojOGkCo5v5MWcCZNTNHUOQL6gIcYwEQ==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index dd3e9a9c..14c40c8c 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.2", "next-connect": "^0.12.2", "react": "^17.0.2", "react-dom": "^17.0.2",