Skip to content

Commit

Permalink
updated async, lodash and mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Zangl committed Dec 27, 2016
1 parent 7b18da7 commit 78857db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"main": "./index.js",
"dependencies": {
"async": "^1.5.0",
"async": "^2.1.4",
"bluebird": "^3.0.2",
"lodash": "^3.10.1",
"lodash": "^4.17.3",
"mongodb": "^2.0.47",
"redis": "^2.2.5"
},
"devDependencies": {
"mocha": "^2.3.3",
"mocha": "^3.2.0",
"chai": "^3.4.0"
},
"scripts": {
Expand Down

0 comments on commit 78857db

Please sign in to comment.