Skip to content

Commit

Permalink
chore(deps): update node.js to v18.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2024
1 parent 8af48f0 commit b7db3c8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
#CMD ["/opt/app/index.js", "/var/lib/fritzbox-to-mqtt-gw/config.json"]

FROM node:18.12-alpine
FROM node:18.19-alpine
COPY app/dist /opt/app/
WORKDIR /opt/app/

Expand Down
36 changes: 27 additions & 9 deletions app/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 app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"private": true,
"devDependencies": {
"@types/jest": "29.2.1",
"@types/node": "18.11.9",
"@types/node": "18.19.5",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@vercel/ncc": "0.34.0",
Expand Down

0 comments on commit b7db3c8

Please sign in to comment.