Skip to content

Commit a8ef538

Browse files
⬆️ Update all non-major dependencies (#378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07e748c commit a8ef538

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
nodejs 23.10.0
2-
pnpm 10.6.3
2+
pnpm 10.6.4

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base stage with pnpm setup
2-
FROM node:23.9.0-slim AS base
2+
FROM node:23.10.0-slim AS base
33
ENV PNPM_HOME="/pnpm"
44
ENV PATH="$PNPM_HOME:$PATH"
55
RUN corepack enable
@@ -20,7 +20,7 @@ COPY . .
2020
RUN pnpm run build
2121

2222
# Final stage - combine production dependencies and build output
23-
FROM node:23.9.0-alpine AS runner
23+
FROM node:23.10.0-alpine AS runner
2424
WORKDIR /app
2525
COPY --from=prod-deps --chown=node:node /app/node_modules ./node_modules
2626
COPY --from=build --chown=node:node /app/dist ./dist

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"envalid": "8.0.0",
2626
"express": "4.21.2",
2727
"express-rate-limit": "7.5.0",
28-
"helmet": "8.0.0",
28+
"helmet": "8.1.0",
2929
"http-status-codes": "2.3.0",
3030
"pino": "9.6.0",
3131
"pino-http": "10.4.0",
@@ -53,5 +53,5 @@
5353
"sourcemap": true,
5454
"clean": true
5555
},
56-
"packageManager": "[email protected].3"
56+
"packageManager": "[email protected].4"
5757
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)