diff options
| author | waiting <[email protected]> | 2019-07-12 10:23:58 +0800 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2019-07-12 11:23:58 +0900 |
| commit | 0c147a827ee85487a4bc70184e327a681a18fc0c (patch) | |
| tree | c3e5d060005ccbab48d0c2a28e81efd6ce01ef46 /package.json | |
| parent | 2c73fc8df956e38ad041986b2e48d2a11da24aac (diff) | |
| download | node-coveralls-0c147a827ee85487a4bc70184e327a681a18fc0c.tar.xz node-coveralls-0c147a827ee85487a4bc70184e327a681a18fc0c.zip | |
fix: vulnerabilities (#227)
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 1166c4b..08012aa 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", |
