update dependencies

This commit is contained in:
daniel-j
2023-12-06 12:38:15 +01:00
parent 61e3adac0e
commit 019d0939cc
3 changed files with 815 additions and 975 deletions

View File

@@ -9,13 +9,13 @@
"author": "djazz",
"license": "MIT",
"dependencies": {
"@koa/multer": "^3.0.0",
"@koa/router": "^10.1.0",
"file-type": "^16.5.3",
"koa": "^2.13.1",
"@koa/multer": "^3.0.2",
"@koa/router": "^12.0.1",
"file-type": "^16.5.4",
"koa": "^2.14.2",
"koa-logger": "^3.2.1",
"koa-sendfile": "^3.0.0",
"mkdirp": "^1.0.4",
"multer": "^1.4.3"
"mkdirp": "^3.0.1",
"multer": "^1.4.5-lts.1"
}
}