Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
empierre committed Nov 15, 2023
1 parent 49f2823 commit ec9bb59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:current-bookworm-slim
#FROM node:4.4-wheezy
MAINTAINER Emmanuel PIERRE [email protected]
USER root
LABEL Description="This image is used to start the MyDomoAtHome executable" Vendor="Domoticz" Version="0.3.4"
LABEL Description="This image is used to start the MyDomoAtHome executable" Vendor="Domoticz" Version="0.3.5"

##################################################
# Install tools #
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"moment": "^2.29.4",
"morgan": "^1.9.1",
"multer": "^1.4.4",
"nconf": "^0.12.0",
"nconf": "^0.12.1",
"request": "^2.82.0",
"sync-request": "3.0.1",
"underscore": "1.13.6",
"winston": "^3.9.0"
"winston": "^3.11.0"
},
"devDependencies": {
"assert": "^1.3.0",
Expand Down

0 comments on commit ec9bb59

Please sign in to comment.