Skip to content

Commit 9ac119d

Browse files
authored
Merge pull request kunalkapadia#115 from KunalKapadia/develop
Update dependencies
2 parents 5a9a951 + c76f466 commit 9ac119d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@
5252
"joi": "9.2.0",
5353
"jsonwebtoken": "7.1.9",
5454
"method-override": "^2.3.5",
55-
"mongoose": "4.6.4",
55+
"mongoose": "4.6.5",
5656
"morgan": "1.7.0",
5757
"winston": "2.2.0"
5858
},
5959
"devDependencies": {
60-
"babel-cli": "6.16.0",
61-
"babel-core": "6.17.0",
60+
"babel-cli": "6.18.0",
61+
"babel-core": "6.18.0",
6262
"babel-plugin-add-module-exports": "0.2.1",
6363
"babel-preset-es2015": "6.16.0",
64-
"babel-preset-stage-2": "6.17.0",
64+
"babel-preset-stage-2": "6.18.0",
6565
"chai": "^3.4.1",
6666
"commitizen": "^2.8.2",
6767
"coveralls": "^2.11.6",
@@ -82,8 +82,8 @@
8282
"isparta": "4.0.0",
8383
"mocha": "3.1.2",
8484
"run-sequence": "^1.1.5",
85-
"supertest": "2.0.0",
86-
"supertest-as-promised": "4.0.0",
85+
"supertest": "2.0.1",
86+
"supertest-as-promised": "4.0.1",
8787
"validate-commit-msg": "^2.6.1"
8888
},
8989
"license": "MIT",

0 commit comments

Comments
 (0)