From 34411e9f7bfb6000c5c3860b18525990feec6226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 19:00:22 +0000 Subject: [PATCH] Bump next-auth from 4.2.1 to 4.10.3 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.2.1 to 4.10.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/compare/v4.2.1...next-auth@v4.10.3) --- 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..988a449 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.3", "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.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.3.tgz", + "integrity": "sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ==", "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.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.3.tgz", + "integrity": "sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index cd5a315..98a11a8 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.3", "react": "17.0.2", "react-dom": "17.0.2", "react-leaflet": "^3.2.5"