File tree Expand file tree Collapse file tree 4 files changed +195
-176
lines changed Expand file tree Collapse file tree 4 files changed +195
-176
lines changed Original file line number Diff line number Diff line change 11# Use Node.js 20 alpine image as builder
2- FROM node:22.17.0 -alpine as builder
2+ FROM node:22.17.1 -alpine as builder
33
44# Set up working directory
55RUN mkdir /app
@@ -20,7 +20,7 @@ RUN pnpm install
2020ENV NODE_ENV=production
2121
2222# Set up the production image
23- FROM node:22.17.0 -alpine
23+ FROM node:22.17.1 -alpine
2424WORKDIR /app
2525
2626# Copy build output from builder
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ services:
4848 - internal
4949
5050 traefik :
51- image : traefik:v3.4
51+ image : traefik:v3.5
5252 command :
5353 - " --api.insecure=true" # Don't do that in production!
5454 - " --providers.docker=true"
Original file line number Diff line number Diff line change 3737 "typecheck" : " npm run generate:sdk && tsc -b"
3838 },
3939 "dependencies" : {
40- "dotenv" : " 17.2.0 " ,
40+ "dotenv" : " 17.2.1 " ,
4141 "helmet" : " 8.1.0" ,
4242 "lodash.defaultsdeep" : " 4.6.1" ,
4343 "moleculer" : " 0.14.35" ,
5252 },
5353 "devDependencies" : {
5454 "@asteasolutions/zod-to-openapi" : " 7.3.4" ,
55- "@biomejs/biome" : " 2.1.1 " ,
55+ "@biomejs/biome" : " 2.1.2 " ,
5656 "@flydotio/dockerfile" : " 0.7.10" ,
57- "@hey-api/openapi-ts" : " 0.78.3 " ,
57+ "@hey-api/openapi-ts" : " 0.80.1 " ,
5858 "@types/express" : " 5.0.3" ,
5959 "@types/lodash" : " 4.17.20" ,
60- "@types/node" : " 22.16.3 " ,
60+ "@types/node" : " 22.16.5 " ,
6161 "@types/swagger-jsdoc" : " 6.0.4" ,
6262 "@types/ws" : " 8.18.1" ,
6363 "@vitest/coverage-v8" : " 3.2.4" ,
6464 "@vitest/ui" : " 3.2.4" ,
6565 "cleye" : " 1.3.4" ,
6666 "express" : " 5.1.0" ,
6767 "graphql" : " 16.11.0" ,
68- "graphql-ws" : " 6.0.5 " ,
68+ "graphql-ws" : " 6.0.6 " ,
6969 "hygen" : " 6.2.11" ,
7070 "moleculer-connect" : " 0.2.2" ,
7171 "moleculer-io" : " 2.2.0" ,
7676 "tsup" : " 8.5.0" ,
7777 "tsx" : " 4.20.3" ,
7878 "typescript" : " 5.8.3" ,
79- "vite" : " 7.0.4 " ,
79+ "vite" : " 7.0.6 " ,
8080 "vitest" : " 3.2.4" ,
81- "wait-on" : " 8.0.3 " ,
81+ "wait-on" : " 8.0.4 " ,
8282 "ws" : " 8.18.3"
8383 },
8484 "packageManager" :
" [email protected] " ,
You can’t perform that action at this time.
0 commit comments