diff --git a/package-lock.json b/package-lock.json index 41a0e142..ffda9fa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "mobx": "^6.15.0", "net": "^1.0.2", "next": "^15.5.6", - "next-auth": "^4.24.11", + "next-auth": "^4.24.12", "react": "^19.0.0", "react-dom": "^19.2.0", "react-is": "19.2.0", @@ -10394,9 +10394,10 @@ } }, "node_modules/next-auth": { - "version": "4.24.11", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.11.tgz", - "integrity": "sha512-pCFXzIDQX7xmHFs4KVH4luCjaCbuPRtZ9oBUjUhOk84mZ9WVPf94n87TxYI4rSRf9HmfHEF8Yep3JrYDVOo3Cw==", + "version": "4.24.12", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.12.tgz", + "integrity": "sha512-wooJAL5Md9Fn2UwUI2qN9TY/+k8HJGRyi3TdSt/xHfDTtdpPxDqmo4v8hUrKGb+d66FB/rYy9RutA/9EeJrK0Q==", + "license": "ISC", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -10410,8 +10411,8 @@ }, "peerDependencies": { "@auth/core": "0.34.2", - "next": "^12.2.5 || ^13 || ^14 || ^15", - "nodemailer": "^6.6.5", + "next": "^12.2.5 || ^13 || ^14 || ^15 || ^16", + "nodemailer": "^7.0.7", "react": "^17.0.2 || ^18 || ^19", "react-dom": "^17.0.2 || ^18 || ^19" }, diff --git a/package.json b/package.json index c9cbce4c..818c637a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "mobx": "^6.15.0", "net": "^1.0.2", "next": "^15.5.6", - "next-auth": "^4.24.11", + "next-auth": "^4.24.12", "react": "^19.0.0", "react-dom": "^19.2.0", "react-is": "19.2.0",