update deps

This commit is contained in:
daniel-j
2021-08-14 18:08:39 +02:00
parent 1df17cd50e
commit 32bd0a28e0
2 changed files with 134 additions and 170 deletions

View File

@@ -10,12 +10,12 @@
"license": "MIT",
"dependencies": {
"@koa/multer": "^3.0.0",
"@koa/router": "^9.3.1",
"file-type": "^14.7.1",
"koa": "^2.13.0",
"@koa/router": "^10.1.0",
"file-type": "^16.5.3",
"koa": "^2.13.1",
"koa-logger": "^3.2.1",
"koa-sendfile": "^2.0.1",
"koa-sendfile": "^3.0.0",
"mkdirp": "^1.0.4",
"multer": "^1.4.2"
"multer": "^1.4.3"
}
}