File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM node:latest
22
33MAINTAINER Jeremymarshall
44
5- LABEL "version" ="4.1 .2"
5+ LABEL "version" ="4.2 .2"
66
77RUN npm install -g node-gyp
88
Original file line number Diff line number Diff line change 11{
2- "version" : " 4.1 .2" ,
2+ "version" : " 4.2 .2" ,
33 "main" : " server/index.js" ,
44 "dependencies" : {
55
2121
2222 "core-js" : " ^2.2.1" ,
2323 "express" : " ^4.13.3" ,
24- "morgan" : " ~1.7 .0" ,
24+ "morgan" : " ^1.8 .0" ,
2525 "body-parser" : " ^1.13.3" ,
2626 "method-override" : " ^2.3.5" ,
2727 "cookie-parser" : " ^1.3.5" ,
9191 "gulp-istanbul-enforcer" : " ^1.0.3" ,
9292 "gulp-load-plugins" : " ^1.0.0-rc.1" ,
9393 "gulp-mocha" : " ^2.1.3" ,
94- "gulp-node-inspector" : " ^0.1.0" ,
9594 "gulp-plumber" : " ^1.0.1" ,
9695 "gulp-protractor" : " ^3.0.0" ,
9796 "gulp-rev" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 1616 "chai" : " github:DefinitelyTyped/DefinitelyTyped/chai/chai.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe" ,
1717 "assertion-error" : " github:DefinitelyTyped/DefinitelyTyped/assertion-error/assertion-error.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe" ,
1818 "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"
2020
2121 "jasmine" : " github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe"
2222 }
You can’t perform that action at this time.
0 commit comments