Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2023
1 parent 3573bfb commit 78f2788
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.4.0
21.5.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.4.0-alpine as base
FROM node:21.5.0-alpine as base

WORKDIR /app

Expand Down Expand Up @@ -28,7 +28,7 @@ RUN pnpm prune --prod && \
pnpm install --production --frozen-lockfile --offline && \
pnpm store prune

FROM node:21.4.0-alpine as application
FROM node:21.5.0-alpine as application

WORKDIR /app

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"zod": "3.22.4"
},
"devDependencies": {
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"dotenv": "16.3.1",
"eslint": "8.56.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -42,10 +42,10 @@
"tsup": "8.0.1",
"type-fest": "4.8.3",
"typescript": "5.3.3",
"vitest": "1.0.4"
"vitest": "1.1.0"
},
"packageManager": "[email protected]",
"engines": {
"node": "21.4.0"
"node": "21.5.0"
}
}
Loading

0 comments on commit 78f2788

Please sign in to comment.