|
40 | 40 | "boilerplate"
|
41 | 41 | ],
|
42 | 42 | "dependencies": {
|
43 |
| - "bluebird": "3.4.6", |
44 |
| - "body-parser": "1.15.2", |
45 |
| - "compression": "1.6.2", |
| 43 | + "bluebird": "3.5.0", |
| 44 | + "body-parser": "1.17.2", |
| 45 | + "compression": "1.7.0", |
46 | 46 | "cookie-parser": "1.4.3",
|
47 |
| - "cors": "2.8.1", |
| 47 | + "cors": "2.8.4", |
48 | 48 | "debug": "^2.4.5",
|
49 | 49 | "dotenv": "^4.0.0",
|
50 |
| - "express": "4.14.0", |
51 |
| - "express-jwt": "5.1.0", |
52 |
| - "express-validation": "1.0.1", |
53 |
| - "express-winston": "2.1.2", |
54 |
| - "helmet": "3.1.0", |
55 |
| - "http-status": "^0.2.0", |
56 |
| - "joi": "10.0.6", |
| 50 | + "express": "4.15.4", |
| 51 | + "express-jwt": "5.3.0", |
| 52 | + "express-validation": "1.0.2", |
| 53 | + "express-winston": "2.4.0", |
| 54 | + "helmet": "3.8.1", |
| 55 | + "http-status": "1.0.1", |
| 56 | + "joi": "10.6.0", |
57 | 57 | "jsonwebtoken": "7.1.9",
|
58 | 58 | "method-override": "^2.3.5",
|
59 | 59 | "mongoose": "4.7.4",
|
60 |
| - "morgan": "1.7.0", |
61 |
| - "winston": "2.3.0" |
| 60 | + "morgan": "1.8.2", |
| 61 | + "winston": "2.3.1" |
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 |
| - "chai": "4.1.0", |
| 64 | + "chai": "4.1.1", |
65 | 65 | "commitizen": "^2.9.2",
|
66 | 66 | "coveralls": "^2.11.6",
|
67 |
| - "cross-env": "5.0.1", |
| 67 | + "cross-env": "5.0.5", |
68 | 68 | "cz-conventional-changelog": "1.2.0",
|
69 | 69 | "eslint": "3.16.1",
|
70 | 70 | "eslint-config-airbnb-base": "7.1.0",
|
71 | 71 | "eslint-plugin-import": "1.16.0",
|
72 | 72 | "eslint-watch": "2.1.14",
|
73 |
| - "husky": "^0.13.1", |
| 73 | + "husky": "0.14.3", |
74 | 74 | "istanbul": "1.1.0-alpha.1",
|
75 |
| - "mocha": "3.4.2", |
| 75 | + "mocha": "3.5.0", |
76 | 76 | "supertest": "3.0.0",
|
77 | 77 | "supertest-as-promised": "4.0.2",
|
78 | 78 | "validate-commit-msg": "^2.6.1"
|
|
0 commit comments