diff options
| author | Nick Merwin <[email protected]> | 2019-07-12 11:24:51 +0900 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2019-07-12 11:24:51 +0900 |
| commit | 55fc4d882b030ff18d64693e0db6b51cad2b527b (patch) | |
| tree | 1c9e025aed781aa1bfde9662cf87bbbce292f8ed /package.json | |
| parent | b94fd9ac7d490d865f0400b3688f2d59c477b93b (diff) | |
| parent | 0c147a827ee85487a4bc70184e327a681a18fc0c (diff) | |
| download | node-coveralls-55fc4d882b030ff18d64693e0db6b51cad2b527b.tar.xz node-coveralls-55fc4d882b030ff18d64693e0db6b51cad2b527b.zip | |
Merge branch 'master' of https://github.com/nickmerwin/node-coveralls
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 1342f5f..9a4e71b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ ], "dependencies": { "growl": "~> 1.10.0", - "js-yaml": "^3.11.0", + "js-yaml": "^3.13.1", "lcov-parse": "^0.0.10", "log-driver": "^1.2.7", "minimist": "^1.2.0", @@ -40,7 +40,7 @@ "devDependencies": { "istanbul": "^0.4.5", "jshint": "^2.10.1", - "mocha": "^6.0.1", + "mocha": "^6.1.4", "mocha-lcov-reporter": "^1.2.0", "should": "^9.0.2", "sinon-restore": "^1.0.1", |
