Skip to content

Commit 7bfc3a4

Browse files
chore(deps): update all non-major dependencies
1 parent c4e510f commit 7bfc3a4

File tree

3 files changed

+153
-153
lines changed

3 files changed

+153
-153
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
55
RUN mkdir /app
@@ -20,7 +20,7 @@ RUN pnpm install
2020
ENV NODE_ENV=production
2121

2222
# Set up the production image
23-
FROM node:22.17.0-alpine
23+
FROM node:22.17.1-alpine
2424
WORKDIR /app
2525

2626
# Copy build output from builder

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@
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.79.2",
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",
@@ -76,7 +76,7 @@
7676
"tsup": "8.5.0",
7777
"tsx": "4.20.3",
7878
"typescript": "5.8.3",
79-
"vite": "7.0.4",
79+
"vite": "7.0.5",
8080
"vitest": "3.2.4",
8181
"wait-on": "8.0.3",
8282
"ws": "8.18.3"

0 commit comments

Comments
 (0)