Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lazywithclass committed Mar 21, 2017
1 parent 8228565 commit 94a1b2e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
"winston": "^2.1.1"
},
"dependencies": {
"async": "^2.1.2",
"aws-sdk": "^2.6.11",
"async": "^2.1.5",
"aws-sdk": "^2.29.0",
"chalk": "^1.1.3",
"lodash": "^4.16.4",
"lodash": "^4.17.4",
"proxy-agent": "^2.0.0"
},
"devDependencies": {
"@types/node": "0.0.0",
"@types/winston": "0.0.32",
"@types/node": "7.0.8",
"@types/winston": "2.2.0",
"clarify": "^2.0.0",
"coveralls": "^2.11.14",
"coveralls": "^2.12.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"mocha": "^3.2.0",
"mockery": "^2.0.0",
"npm-check-updates": "^2.8.6",
"should": "^11.1.1",
"sinon": "^1.17.6"
"npm-check-updates": "^2.10.3",
"should": "^11.2.1",
"sinon": "^2.1.0"
}
}

0 comments on commit 94a1b2e

Please sign in to comment.