Update deps and Docker images

This commit is contained in:
Darren Clarke 2024-09-27 11:22:45 +02:00
parent b21efc2d50
commit a707c842be
32 changed files with 1063 additions and 981 deletions

View file

@ -1,4 +1,4 @@
FROM node:20-bookworm AS base
FROM node:22-bookworm-slim AS base
FROM base AS builder
ARG APP_DIR=/opt/bridge-worker

View file

@ -19,9 +19,9 @@
"html-to-text": "^9.0.5",
"jest": "^29.7.0",
"kysely": "^0.27.3",
"pg": "^8.12.0",
"remeda": "^2.11.0",
"twilio": "^5.2.3"
"pg": "^8.13.0",
"remeda": "^2.14.0",
"twilio": "^5.3.2"
},
"devDependencies": {
"@babel/core": "7.25.2",
@ -33,7 +33,7 @@
"prettier": "^3.3.3",
"@link-stack/typescript-config": "*",
"ts-node": "^10.9.2",
"typedoc": "^0.26.6",
"typescript": "^5.5.4"
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
}
}