diff --git a/package-lock.json b/package-lock.json index 06cee70..3aa0754 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "mdx-bundler": "^8.0.0", "motion": "^10.4.0", "next": "12.1.4", - "next-auth": "^4.1.0", + "next-auth": "^4.10.3", "next-themes": "^0.0.14", "nprogress": "^0.2.0", "postcss": "^8.4.5", @@ -10070,19 +10070,9 @@ } }, "node_modules/next-auth": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.1.0.tgz", - "integrity": "sha512-PGq5jQyhEF3vB8zl4LOXzG1KxTKT5DQnfKbSBgPslg+kIhIFdDCH9cLT64tJfsKKyCchLGuFsVlGu+kDEGbqOQ==", - "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", @@ -10099,8 +10089,8 @@ }, "peerDependencies": { "nodemailer": "^6.6.5", - "react": "^17.0.2", - "react-dom": "^17.0.2" + "react": "^17.0.2 || ^18", + "react-dom": "^17.0.2 || ^18" }, "peerDependenciesMeta": { "nodemailer": { @@ -21697,9 +21687,9 @@ } }, "next-auth": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.1.0.tgz", - "integrity": "sha512-PGq5jQyhEF3vB8zl4LOXzG1KxTKT5DQnfKbSBgPslg+kIhIFdDCH9cLT64tJfsKKyCchLGuFsVlGu+kDEGbqOQ==", + "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 b793adb..ca21a89 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "mdx-bundler": "^8.0.0", "motion": "^10.4.0", "next": "12.1.4", - "next-auth": "^4.1.0", + "next-auth": "^4.10.3", "next-themes": "^0.0.14", "nprogress": "^0.2.0", "postcss": "^8.4.5",