Update Docker node and bot-sdk

This commit is contained in:
bertybuttface 2023-10-27 16:00:34 +01:00
parent 50c0277a4f
commit fe5a5e2b2c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:19-slim
FROM node:20-slim
WORKDIR /usr/src/app

View File

@ -25,7 +25,7 @@
"keyv": "^4.5.2",
"keyv-file": "^0.2.0",
"markdown-it": "^13.0.1",
"matrix-bot-sdk": "^0.6.3",
"matrix-bot-sdk": "^0.6.5",
"typescript": "^5.1.6",
"znv": "^0.3.2",
"zod": "^3.21.4"