Update deps

This commit is contained in:
Darren Clarke 2024-03-03 18:13:26 +01:00
parent 6663e8ed1e
commit 486f989494
33 changed files with 776 additions and 695 deletions

View file

@ -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"]);