diff options
| author | Nick Merwin <[email protected]> | 2017-02-05 12:35:00 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-05 12:35:00 -0800 |
| commit | f3903924e9aa22dcf98ce85a9b26ee3fc73f501d (patch) | |
| tree | 22d067ddae5fe3b5af6efd1a8fc51d9af5a6d11d /package.json | |
| parent | de968b0e07f052c3faddacfe56d90b0937c23a7b (diff) | |
| parent | cc0882d6bb380c686c4514b1afd3e48c0dc27da6 (diff) | |
| download | node-coveralls-f3903924e9aa22dcf98ce85a9b26ee3fc73f501d.tar.xz node-coveralls-f3903924e9aa22dcf98ce85a9b26ee3fc73f501d.zip | |
Merge pull request #152 from ndaidong/master
Update outdated dependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index e86be41..eb9f647 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,13 @@ "request": "2.79.0" }, "devDependencies": { - "istanbul": "0.4.4", + "istanbul": "0.4.5", "jshint": "2.9.3", - "mocha": "2.5.3", + "mocha": "3.2.0", "mocha-lcov-reporter": "1.2.0", "should": "9.0.2", "sinon-restore": "1.0.1", - "snyk": "1.17.0" + "snyk": "1.23.3" }, "engines": { "node": ">=0.8.6" |
