Update deps
This commit is contained in:
parent
6663e8ed1e
commit
486f989494
33 changed files with 776 additions and 695 deletions
|
|
@ -19,8 +19,8 @@
|
|||
"dependencies": {
|
||||
"@hapi/hapi": "^21.3.3",
|
||||
"@hapi/hoek": "^11.0.4",
|
||||
"joi": "^17.12.1",
|
||||
"next-auth": "4.24.5"
|
||||
"joi": "^17.12.2",
|
||||
"next-auth": "4.24.6"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ const register = async (
|
|||
);
|
||||
}
|
||||
|
||||
server.validator(Joi);
|
||||
server.validator(Joi as any);
|
||||
let auth = "hapi-nextauth";
|
||||
if (options.sharedSecret) {
|
||||
server.dependency(["@hapi/basic"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue