File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ WORKDIR /usr/src/app
77
88# Copy and install dependencies
99COPY package.json /usr/src/app/
10- RUN npm i --package-lock-only && npm audit fix --force && npm install --production
10+ RUN npm install --production
1111
1212# Copy everything else
1313COPY . /usr/src/app
Original file line number Diff line number Diff line change 3333 "body-parser" : " ^1.14.1" ,
3434 "express" : " ^4.13.3" ,
3535 "express-joi-validator" : " ^2.0.0" ,
36- "express-winston" : " ^1.2 .0" ,
37- "joi" : " ^6.10 .0" ,
36+ "express-winston" : " ^2.5 .0" ,
37+ "joi" : " ^13.4 .0" ,
3838 "js-yaml" : " ^3.4.3" ,
3939 "jsonfile" : " ^2.2.3" ,
4040 "mqtt" : " ^1.7.0" ,
4343 "winston" : " ^2.0.0"
4444 },
4545 "devDependencies" : {
46- "jenkins-mocha" : " ^2.5 .0" ,
47- "jscs" : " ^2.9.0 " ,
46+ "jenkins-mocha" : " ^6.0 .0" ,
47+ "jscs" : " ^3.0.7 " ,
4848 "jshint" : " ^2.9.1"
4949 }
5050}
You can’t perform that action at this time.
0 commit comments