From 2fe242744ead3414b2e0063e729fdeed2b646e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 18:27:28 +0000 Subject: [PATCH] Bump next-auth from 4.2.1 to 4.10.1 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.2.1 to 4.10.1. - [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/v4.2.1...next-auth@v4.10.1) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a20ddc..899e290 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "leaflet-geosearch": "^3.6.0", "mysql": "^2.18.1", "next": "12.1.0", - "next-auth": "^4.2.1", + "next-auth": "^4.10.1", "react": "17.0.2", "react-dom": "17.0.2", "react-leaflet": "^3.2.5" @@ -2128,19 +2128,9 @@ } }, "node_modules/next-auth": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.2.1.tgz", - "integrity": "sha512-XDtt7nqevkNf4EJ2zKAKkI+MFsURf11kx11vPwxrBYA1MHeqWwaWbGOUOI2ekNTvfAg4nTEJJUH3LV2cLrH3Tg==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/balazsorban44" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/nextauth" - } - ], + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.1.tgz", + "integrity": "sha512-F00vtwBdyMIIJ8IORHOAOHjVGTDEhhm9+HpB2BQ8r40WtGxqToWWLN7Z+2ZW/z2RFlo3zhcuAtUCPUzVJxtZwQ==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -2157,8 +2147,8 @@ }, "peerDependencies": { "nodemailer": "^6.6.5", - "react": "^17.0.2 || ^18.0.0-0", - "react-dom": "^17.0.2 || ^18.0.0-0" + "react": "^17.0.2 || ^18", + "react-dom": "^17.0.2 || ^18" }, "peerDependenciesMeta": { "nodemailer": { @@ -4613,9 +4603,9 @@ } }, "next-auth": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.2.1.tgz", - "integrity": "sha512-XDtt7nqevkNf4EJ2zKAKkI+MFsURf11kx11vPwxrBYA1MHeqWwaWbGOUOI2ekNTvfAg4nTEJJUH3LV2cLrH3Tg==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.1.tgz", + "integrity": "sha512-F00vtwBdyMIIJ8IORHOAOHjVGTDEhhm9+HpB2BQ8r40WtGxqToWWLN7Z+2ZW/z2RFlo3zhcuAtUCPUzVJxtZwQ==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index cd5a315..a789479 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "leaflet-geosearch": "^3.6.0", "mysql": "^2.18.1", "next": "12.1.0", - "next-auth": "^4.2.1", + "next-auth": "^4.10.1", "react": "17.0.2", "react-dom": "17.0.2", "react-leaflet": "^3.2.5"