Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 22, 2024
1 parent cf67f72 commit 0d2b604
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 146 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Node.js 20 alpine image as builder
FROM node:20.13.1-alpine as builder
FROM node:20.14.0-alpine as builder

# Set up working directory
RUN mkdir /app
Expand All @@ -20,7 +20,7 @@ RUN pnpm install
ENV NODE_ENV=production

# Set up the production image
FROM node:20.13.1-alpine
FROM node:20.14.0-alpine
WORKDIR /app

# Copy build output from builder
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,35 @@
"typecheck": "npm run generate:sdk && tsc -b"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "7.0.0",
"@asteasolutions/zod-to-openapi": "7.1.1",
"dotenv": "16.4.5",
"helmet": "7.1.0",
"lodash.defaultsdeep": "4.6.1",
"moleculer": "0.14.33",
"moleculer-web": "0.10.7",
"moleculer-zod-validator": "3.3.1",
"nats": "2.26.0",
"nats": "2.27.0",
"openapi-types": "12.1.3",
"pino": "9.2.0",
"swagger-jsdoc": "6.2.8",
"yaml": "2.4.5",
"zod": "3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@biomejs/biome": "1.8.2",
"@flydotio/dockerfile": "0.5.7",
"@hey-api/openapi-ts": "0.45.1",
"@hey-api/openapi-ts": "0.47.2",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.5",
"@types/node": "20.14.2",
"@types/node": "20.14.8",
"@types/swagger-jsdoc": "6.0.4",
"@types/ws": "8.5.10",
"@vitest/ui": "1.6.0",
"c8": "10.1.2",
"cleye": "1.3.2",
"express": "4.19.2",
"graphql": "16.8.2",
"graphql": "16.9.0",
"graphql-ws": "5.16.0",
"hygen": "6.2.11",
"moleculer-connect": "0.2.2",
Expand All @@ -71,14 +71,14 @@
"pino-pretty": "11.2.1",
"sort-package-json": "2.10.0",
"tsup": "8.1.0",
"tsx": "4.15.5",
"typescript": "5.4.5",
"tsx": "4.15.7",
"typescript": "5.5.2",
"vite": "5.3.1",
"vitest": "1.6.0",
"wait-on": "7.2.0",
"ws": "8.17.0"
"ws": "8.17.1"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">= 18.17.x"
}
Expand Down
Loading

0 comments on commit 0d2b604

Please sign in to comment.