Skip to content

Commit 8d91b93

Browse files
authored
Merge pull request #137 from KunalKapadia/develop
Update dependencies
2 parents 24df95d + e3eb261 commit 8d91b93

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Contributing to Project
2+
3+
All contributions are welcome!
4+
5+
For contributing to this project, please:
6+
* fork the repository to your own account
7+
* clone the repository
8+
* make changes
9+
* submit a pull request with a unit test on `develop` branch

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"express-jwt": "5.1.0",
4848
"express-validation": "1.0.1",
4949
"express-winston": "2.0.0",
50-
"helmet": "2.3.0",
50+
"helmet": "3.1.0",
5151
"http-status": "^0.2.0",
5252
"joi": "9.2.0",
5353
"jsonwebtoken": "7.1.9",
5454
"method-override": "^2.3.5",
55-
"mongoose": "4.6.5",
55+
"mongoose": "4.6.6",
5656
"morgan": "1.7.0",
57-
"winston": "2.2.0"
57+
"winston": "2.3.0"
5858
},
5959
"devDependencies": {
6060
"babel-cli": "6.18.0",
@@ -67,7 +67,7 @@
6767
"coveralls": "^2.11.6",
6868
"cz-conventional-changelog": "1.2.0",
6969
"del": "^2.2.0",
70-
"eslint": "3.8.1",
70+
"eslint": "3.9.0",
7171
"eslint-config-airbnb-base": "7.1.0",
7272
"eslint-plugin-import": "1.16.0",
7373
"eslint-watch": "2.1.14",
@@ -83,7 +83,7 @@
8383
"mocha": "3.1.2",
8484
"run-sequence": "^1.1.5",
8585
"supertest": "2.0.1",
86-
"supertest-as-promised": "4.0.1",
86+
"supertest-as-promised": "4.0.2",
8787
"validate-commit-msg": "^2.6.1"
8888
},
8989
"license": "MIT",

0 commit comments

Comments
 (0)