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"