This issue proposes upgrading the next-auth dependency to ^1.12.1 to ensure compatibility with recent security patches and new features.
Proposed Change:
npm install next-auth@^1.12.1
Rationale:
Keeps authentication dependencies up to date with the latest stable version.
Fixes known vulnerabilities reported by npm audit.
Enhances stability and compatibility with the latest Next.js version.