diff --git a/package-lock.json b/package-lock.json index 0252969..6e89e95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "cva": "npm:class-variance-authority@^0.6.1", "lucide-react": "^0.256.0", "next": "^13.4.7", - "next-auth": "^4.22.1", + "next-auth": "^4.24.5", "nodemailer": "^6.9.3", "openai-edge": "^1.2.2", "react": "^18.2.0", @@ -7030,9 +7030,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.5", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.5.tgz", + "integrity": "sha512-3RafV3XbfIKk6rF6GlLE4/KxjTcuMCifqrmD+98ejFq73SRoj2rmzoca8u764977lH/Q7jo6Xu6yM+Re1Mz/Og==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -7045,7 +7045,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 7096d66..5346d8f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "cva": "npm:class-variance-authority@^0.6.1", "lucide-react": "^0.256.0", "next": "^13.4.7", - "next-auth": "^4.22.1", + "next-auth": "^4.24.5", "nodemailer": "^6.9.3", "openai-edge": "^1.2.2", "react": "^18.2.0",