Skip to content

Commit 6ec6125

Browse files
committed
Update packages
1 parent ee611ec commit 6ec6125

File tree

2 files changed

+265
-212
lines changed

2 files changed

+265
-212
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,39 +40,39 @@
4040
"boilerplate"
4141
],
4242
"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",
4646
"cookie-parser": "1.4.3",
47-
"cors": "2.8.1",
47+
"cors": "2.8.4",
4848
"debug": "^2.4.5",
4949
"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",
5757
"jsonwebtoken": "7.1.9",
5858
"method-override": "^2.3.5",
5959
"mongoose": "4.7.4",
60-
"morgan": "1.7.0",
61-
"winston": "2.3.0"
60+
"morgan": "1.8.2",
61+
"winston": "2.3.1"
6262
},
6363
"devDependencies": {
64-
"chai": "4.1.0",
64+
"chai": "4.1.1",
6565
"commitizen": "^2.9.2",
6666
"coveralls": "^2.11.6",
67-
"cross-env": "5.0.1",
67+
"cross-env": "5.0.5",
6868
"cz-conventional-changelog": "1.2.0",
6969
"eslint": "3.16.1",
7070
"eslint-config-airbnb-base": "7.1.0",
7171
"eslint-plugin-import": "1.16.0",
7272
"eslint-watch": "2.1.14",
73-
"husky": "^0.13.1",
73+
"husky": "0.14.3",
7474
"istanbul": "1.1.0-alpha.1",
75-
"mocha": "3.4.2",
75+
"mocha": "3.5.0",
7676
"supertest": "3.0.0",
7777
"supertest-as-promised": "4.0.2",
7878
"validate-commit-msg": "^2.6.1"

0 commit comments

Comments
 (0)