Skip to content

Commit

Permalink
chore(deps): update node.js to v20.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 12, 2024
1 parent 70c7584 commit 94f49bc
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 28 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/huemqtt/config.json"]

FROM node:20.8-alpine
FROM node:20.13-alpine
COPY app/dist /opt/app/
WORKDIR /opt/app/

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@types/async-lock": "1.4.2",
"@types/eventsource": "1.1.15",
"@types/node": "18.19.33",
"@types/node": "20.12.11",
"@types/node-cron": "3.0.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand Down
43 changes: 25 additions & 18 deletions app/pnpm-lock.yaml

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

14 changes: 7 additions & 7 deletions stub/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 stub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Philipp Arndt",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/rimraf": "^4.0.0",
"axios": "^1.0.0",
"rimraf": "^5.0.0",
Expand Down

0 comments on commit 94f49bc

Please sign in to comment.