File tree 3 files changed +4
-5
lines changed 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM node:latest
2
2
3
3
MAINTAINER Jeremymarshall
4
4
5
- LABEL "version" ="4.1 .2"
5
+ LABEL "version" ="4.2 .2"
6
6
7
7
RUN npm install -g node-gyp
8
8
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 4.1 .2" ,
2
+ "version" : " 4.2 .2" ,
3
3
"main" : " server/index.js" ,
4
4
"dependencies" : {
5
5
21
21
22
22
"core-js" : " ^2.2.1" ,
23
23
"express" : " ^4.13.3" ,
24
- "morgan" : " ~1.7 .0" ,
24
+ "morgan" : " ^1.8 .0" ,
25
25
"body-parser" : " ^1.13.3" ,
26
26
"method-override" : " ^2.3.5" ,
27
27
"cookie-parser" : " ^1.3.5" ,
91
91
"gulp-istanbul-enforcer" : " ^1.0.3" ,
92
92
"gulp-load-plugins" : " ^1.0.0-rc.1" ,
93
93
"gulp-mocha" : " ^2.1.3" ,
94
- "gulp-node-inspector" : " ^0.1.0" ,
95
94
"gulp-plumber" : " ^1.0.1" ,
96
95
"gulp-protractor" : " ^3.0.0" ,
97
96
"gulp-rev" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 16
16
"chai" : " github:DefinitelyTyped/DefinitelyTyped/chai/chai.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe" ,
17
17
"assertion-error" : " github:DefinitelyTyped/DefinitelyTyped/assertion-error/assertion-error.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe" ,
18
18
"sinon" : " github:DefinitelyTyped/DefinitelyTyped/sinon/sinon.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe" ,
19
- "sinon-chai" : " github:DefinitelyTyped/DefinitelyTyped/sinon-chai/sinon-chai.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe" ,
19
+ "sinon-chai" : " github:DefinitelyTyped/DefinitelyTyped/sinon-chai/sinon-chai.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe"
20
20
21
21
"jasmine" : " github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe"
22
22
}
You can’t perform that action at this time.
0 commit comments