Bump versions of server / dev dependencies.
This commit is contained in:
parent
b6a67d6e74
commit
84ac9bd256
6 changed files with 550 additions and 393 deletions
server/@types/http-auth
3
server/@types/http-auth/index.d.ts
vendored
3
server/@types/http-auth/index.d.ts
vendored
|
@ -1,6 +1,4 @@
|
|||
declare module "http-auth" {
|
||||
import {RequestHandler} from "express"
|
||||
|
||||
class Auth {}
|
||||
|
||||
class BasicAuth extends Auth {}
|
||||
|
@ -11,5 +9,4 @@ declare module "http-auth" {
|
|||
type BasicAuthCheckerCallback = (result: boolean | Error, customUser?: string) => void
|
||||
|
||||
function basic(options: BasicAuthOptions, checker: BasicAuthChecker): BasicAuth
|
||||
function connect(auth: Auth): RequestHandler
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue