|
40 | 40 | "boilerplate"
|
41 | 41 | ],
|
42 | 42 | "dependencies": {
|
43 |
| - "bluebird": "3.5.0", |
44 |
| - "body-parser": "1.17.2", |
45 |
| - "compression": "1.7.0", |
| 43 | + "bluebird": "3.5.1", |
| 44 | + "body-parser": "1.18.2", |
| 45 | + "compression": "1.7.2", |
46 | 46 | "cookie-parser": "1.4.3",
|
47 | 47 | "cors": "2.8.4",
|
48 | 48 | "debug": "^2.4.5",
|
49 | 49 | "dotenv": "^4.0.0",
|
50 |
| - "express": "4.15.4", |
51 |
| - "express-jwt": "5.3.0", |
| 50 | + "express": "4.16.3", |
| 51 | + "express-jwt": "5.3.1", |
52 | 52 | "express-validation": "1.0.2",
|
53 |
| - "express-winston": "2.4.0", |
54 |
| - "helmet": "3.8.1", |
| 53 | + "express-winston": "2.5.0", |
| 54 | + "helmet": "3.12.0", |
55 | 55 | "http-status": "1.0.1",
|
56 | 56 | "joi": "10.6.0",
|
57 | 57 | "jsonwebtoken": "7.1.9",
|
58 |
| - "method-override": "^2.3.5", |
| 58 | + "method-override": "^2.3.10", |
59 | 59 | "mongoose": "4.7.4",
|
60 |
| - "morgan": "1.8.2", |
61 |
| - "winston": "2.3.1" |
| 60 | + "morgan": "1.9.0", |
| 61 | + "winston": "2.4.1" |
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 |
| - "chai": "4.1.1", |
65 |
| - "commitizen": "^2.9.2", |
66 |
| - "coveralls": "^2.11.6", |
67 |
| - "cross-env": "5.0.5", |
| 64 | + "chai": "4.1.2", |
| 65 | + "commitizen": "^2.9.6", |
| 66 | + "coveralls": "^3.0.0", |
| 67 | + "cross-env": "5.1.4", |
68 | 68 | "cz-conventional-changelog": "1.2.0",
|
69 | 69 | "eslint": "3.16.1",
|
70 | 70 | "eslint-config-airbnb-base": "7.1.0",
|
|
75 | 75 | "mocha": "3.5.0",
|
76 | 76 | "supertest": "3.0.0",
|
77 | 77 | "supertest-as-promised": "4.0.2",
|
78 |
| - "validate-commit-msg": "^2.6.1" |
| 78 | + "validate-commit-msg": "^2.14.0" |
79 | 79 | },
|
80 | 80 | "license": "MIT",
|
81 | 81 | "config": {
|
|
0 commit comments