diff --git a/examples/with-next-auth/package.json b/examples/with-next-auth/package.json index 4e6a01f2a16a5..08c37d40921c3 100644 --- a/examples/with-next-auth/package.json +++ b/examples/with-next-auth/package.json @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "next": "latest", - "next-auth": "^3.1.0", + "next-auth": "^4.0.1", "react": "^16.13.1", "react-dom": "^16.13.1", "sqlite3": "^5.0.0"