bump versions

This commit is contained in:
daniel-j
2024-07-21 10:16:33 +02:00
parent 6f124f73dc
commit 55b4176496
3 changed files with 387 additions and 215 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine
# Create app directory
WORKDIR /usr/src/app

598
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@
"@koa/multer": "^3.0.2",
"@koa/router": "^12.0.1",
"file-type": "^16.5.4",
"koa": "^2.15.0",
"koa": "^2.15.3",
"koa-logger": "^3.2.1",
"koa-mount": "^4.0.0",
"koa-sendfile": "^3.0.0",