Skip to content

Commit db6c439

Browse files
committed
updated package.json version and removed added npm commands
1 parent 2428377 commit db6c439

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /usr/src/app
77

88
# Copy and install dependencies
99
COPY 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
1313
COPY . /usr/src/app

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
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",
@@ -43,8 +43,8 @@
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
}

0 commit comments

Comments
 (0)