update deps

This commit is contained in:
daniel-j
2020-07-06 16:47:23 +02:00
parent dcc7a598ef
commit 022ee2e39c
2 changed files with 20 additions and 35 deletions

View File

@@ -9,12 +9,12 @@
"author": "djazz",
"license": "MIT",
"dependencies": {
"@koa/multer": "^2.0.2",
"@koa/router": "^8.0.8",
"koa": "^2.11.0",
"@koa/multer": "^3.0.0",
"@koa/router": "^9.3.1",
"koa": "^2.13.0",
"koa-logger": "^3.2.1",
"koa-sendfile": "^2.0.1",
"mkdirp": "^1.0.3",
"mkdirp": "^1.0.4",
"multer": "^1.4.2"
}
}