fix: bump next-auth to fix deploy

This commit is contained in:
Henry
2023-10-27 22:15:58 +01:00
parent 621b462698
commit d5aef06ffd
2 changed files with 5 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -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
}
}