Skip to content

Commit 5a9a951

Browse files
authored
Merge pull request #106 from KunalKapadia/develop
Update dependencies
2 parents 5f2efcd + 7ad5e0d commit 5a9a951

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
33
- "4.6"
4-
- "6.7"
4+
- "6.8"
55
services:
66
- mongodb
77
cache:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"private": false,
88
"engines": {
99
"node": "4.4.x",
10-
"npm": "3.9.x"
10+
"npm": "2.15.x"
1111
},
1212
"scripts": {
1313
"start": "gulp serve",
@@ -49,10 +49,10 @@
4949
"express-winston": "2.0.0",
5050
"helmet": "2.3.0",
5151
"http-status": "^0.2.0",
52-
"joi": "9.1.1",
52+
"joi": "9.2.0",
5353
"jsonwebtoken": "7.1.9",
5454
"method-override": "^2.3.5",
55-
"mongoose": "4.6.3",
55+
"mongoose": "4.6.4",
5656
"morgan": "1.7.0",
5757
"winston": "2.2.0"
5858
},
@@ -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.0",
70+
"eslint": "3.8.1",
7171
"eslint-config-airbnb-base": "7.1.0",
7272
"eslint-plugin-import": "1.16.0",
7373
"eslint-watch": "2.1.14",

0 commit comments

Comments
 (0)