Skip to content

Commit 0b4fe21

Browse files
authored
Update dependencies with minor and patch updates (#445)
1 parent 704014f commit 0b4fe21

File tree

2 files changed

+326
-340
lines changed

2 files changed

+326
-340
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -40,31 +40,31 @@
4040
"boilerplate"
4141
],
4242
"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",
4646
"cookie-parser": "1.4.3",
4747
"cors": "2.8.4",
4848
"debug": "^2.4.5",
4949
"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",
5252
"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",
5555
"http-status": "1.0.1",
5656
"joi": "10.6.0",
5757
"jsonwebtoken": "7.1.9",
58-
"method-override": "^2.3.5",
58+
"method-override": "^2.3.10",
5959
"mongoose": "4.7.4",
60-
"morgan": "1.8.2",
61-
"winston": "2.3.1"
60+
"morgan": "1.9.0",
61+
"winston": "2.4.1"
6262
},
6363
"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",
6868
"cz-conventional-changelog": "1.2.0",
6969
"eslint": "3.16.1",
7070
"eslint-config-airbnb-base": "7.1.0",
@@ -75,7 +75,7 @@
7575
"mocha": "3.5.0",
7676
"supertest": "3.0.0",
7777
"supertest-as-promised": "4.0.2",
78-
"validate-commit-msg": "^2.6.1"
78+
"validate-commit-msg": "^2.14.0"
7979
},
8080
"license": "MIT",
8181
"config": {

0 commit comments

Comments
 (0)