Bump versions of server / dev dependencies.

This commit is contained in:
baldo 2020-06-30 17:44:41 +02:00
parent b6a67d6e74
commit 84ac9bd256
6 changed files with 550 additions and 393 deletions
server/@types/http-auth-connect

View file

@ -0,0 +1,6 @@
declare module "http-auth-connect" {
import {Auth} from "http-auth";
import {RequestHandler} from "express"
export default function (auth: Auth): RequestHandler
}