diff --git a/package-lock.json b/package-lock.json index 94990fc..98766d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "dotenv-json": "^1.0.0", "mobile-detect": "^1.4.5", "next": "^13.0.3", - "next-auth": "^4.16.4", + "next-auth": "^4.24.4", "prisma": "^4.4.0", "react": "^18.0.0", "react-dom": "^18.0.0", @@ -21090,9 +21090,9 @@ } }, "node_modules/next-auth": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.1.tgz", - "integrity": "sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==", + "version": "4.24.4", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.4.tgz", + "integrity": "sha512-5DGffi+OpkbU62vPQIJ1z+hFnmow+ec5Qrn9m6eoglIO51m0DlrmLxBduZEwKAYDEg9k2joi1yelgmq1vqK3aQ==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -21105,7 +21105,7 @@ "uuid": "^8.3.2" }, "peerDependencies": { - "next": "^12.2.5 || ^13", + "next": "^12.2.5 || ^13 || ^14", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" diff --git a/package.json b/package.json index 042feca..da4f1a1 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dotenv-json": "^1.0.0", "mobile-detect": "^1.4.5", "next": "^13.0.3", - "next-auth": "^4.16.4", + "next-auth": "^4.24.4", "prisma": "^4.4.0", "react": "^18.0.0", "react-dom": "^18.0.0",