Skip to content

Commit

Permalink
deps issues on winston version in deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
empierre committed Nov 14, 2023
1 parent 17a7f3f commit 6ec4117
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 117 deletions.
6 changes: 3 additions & 3 deletions 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.1"
LABEL Description="This image is used to start the MyDomoAtHome executable" Vendor="Domoticz" Version="0.3.2"

##################################################
# Install tools #
Expand Down Expand Up @@ -55,8 +55,8 @@ RUN apt-get update
RUN apt-get install -y nodejs
#RUN apt-get install -y npm
RUN npm install -g [email protected]
RUN wget http://www.e-nef.com/domoticz/mdah/node-mydomoathome-0.3.2.deb
RUN dpkg --force-all -i node-mydomoathome-0.3.1.deb
RUN wget http://www.e-nef.com/domoticz/mdah/node-mydomoathome-0.3.3.deb
RUN dpkg --force-all -i node-mydomoathome-0.3.2.deb
RUN mv /etc/mydomoathome/config.json /etc/mydomoathome/config.json.old
VOLUME /etc/mydomoathome/

Expand Down
106 changes: 34 additions & 72 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,24 @@
"express": "^4.18.2",
"express-session": "^1.17.3",
"forever": "^4.0.3",
"glob-parent": ">=5.1.2",
"is-base64": "0.1.0",
"method-override": "^3.0.0",
"minimatch": ">=5.1.6",
"minimist": ">=1.2.6",
"moment": "^2.29.4",
"morgan": "^1.9.1",
"multer": "^1.4.4",
"nconf": "^0.12.0",
"request": "^2.82.0",
"sync-request": "3.0.1",
"underscore": "1.13.6",
"winston": "^3.11.0",
"minimist": ">=1.2.6",
"minimatch": ">=5.1.6",
"glob-parent": ">=5.1.2"
"winston": "^3.9.0"
},
"devDependencies": {
"assert": "^1.3.0",
"chai": "^3.0.0",
"glob-parent": ">=5.1.2",
"grunt": "^1.5.2",
"grunt-express-server": "^0.5.1",
"grunt-simple-mocha": "^0.4.0",
Expand All @@ -36,15 +37,14 @@
"istanbul": "^0.4.5",
"jshint": "^2.12.0",
"json-loader": "^0.5.4",
"minimatch": ">=5.1.6",
"minimist": ">=1.2.6",
"mocha": "^10.2.0",
"should": "^6.0.3",
"standard-version": "^9.3.2",
"superagent": ">=3.8.1",
"webpack": "^5.36.2",
"xunit-file": "0.0.6",
"minimist": ">=1.2.6",
"minimatch": ">=5.1.6",
"glob-parent": ">=5.1.2"
"xunit-file": "0.0.6"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/deb-src/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: MyDomoAtHome
Version: 0.3.1
Version: 0.3.2
Section: base
Priority: extra
Provides: MyDomoAtHome
Expand Down
Loading

0 comments on commit 6ec4117

Please sign in to comment.