Skip to content

Commit

Permalink
chore(deps): update node.js to v20.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent a3a423e commit 52ecdd6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.12-alpine as base
FROM node:20.18-alpine as base

FROM base as backend_deps
WORKDIR /app
Expand Down
20 changes: 11 additions & 9 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@types/node": "20.12.5",
"@types/node": "20.17.6",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.19",
Expand Down

0 comments on commit 52ecdd6

Please sign in to comment.