diff --git a/bun.lockb b/bun.lockb index 2e89ab83..1a2253d3 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 4f412b0a..c457d5cc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@trpc/server": "^10.37.1", "drizzle-orm": "^0.28.5", "next": "^13.5.4", - "next-auth": "^4.23.0", + "next-auth": "^4.24.4", "react": "18.2.0", "react-dom": "18.2.0", "superjson": "^1.13.1", @@ -48,5 +48,9 @@ }, "ct3aMetadata": { "initVersion": "7.22.0" + }, + "browser": { + "crypto": false, + "stream": false } }