Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent e2119a9 commit ad95d6d
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 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.18-alpine
FROM node:22.11-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 @@ -22,7 +22,7 @@
"devDependencies": {
"@types/async-lock": "1.4.2",
"@types/eventsource": "1.1.15",
"@types/node": "20.17.6",
"@types/node": "22.9.0",
"@types/node-cron": "3.0.11",
"@vercel/ncc": "0.38.2",
"eslint": "9.14.0",
Expand Down
54 changes: 27 additions & 27 deletions app/pnpm-lock.yaml

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": "^20.0.0",
"@types/node": "^22.0.0",
"@types/rimraf": "^4.0.0",
"axios": "^1.0.0",
"rimraf": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions stub/pnpm-lock.yaml

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

0 comments on commit ad95d6d

Please sign in to comment.