Skip to content

Commit

Permalink
chore: Update dependencies (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Oct 7, 2019
1 parent 2735ee2 commit bcbe1df
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 111 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -393,7 +393,7 @@ class NYC {

this.processInfo.coverageFilename = coverageFilename
this.processInfo.files = Object.keys(coverage)
this.processInfo.save()
this.processInfo.saveSync()
}

async getCoverageMapFromAllCoverageFiles (baseDirectory) {
Expand Down
156 changes: 50 additions & 106 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -68,7 +68,7 @@
"istanbul-lib-coverage": "^3.0.0-alpha.1",
"istanbul-lib-hook": "^3.0.0-alpha.1",
"istanbul-lib-instrument": "^4.0.0-alpha.1",
"istanbul-lib-processinfo": "^2.0.0",
"istanbul-lib-processinfo": "^2.0.1",
"istanbul-lib-report": "^3.0.0-alpha.1",
"istanbul-lib-source-maps": "^4.0.0-alpha.1",
"istanbul-reports": "^3.0.0-alpha.2",
Expand All @@ -80,11 +80,11 @@
"resolve-from": "^5.0.0",
"rimraf": "^3.0.0",
"signal-exit": "^3.0.2",
"spawn-wrap": "^1.4.3",
"spawn-wrap": "^2.0.0-beta.0",
"test-exclude": "^6.0.0-alpha.1",
"uuid": "^3.3.3",
"yargs": "^14.1.0",
"yargs-parser": "^14.0.0"
"yargs": "^14.2.0",
"yargs-parser": "^15.0.0"
},
"devDependencies": {
"any-path": "^1.3.0",
Expand Down

0 comments on commit bcbe1df

Please sign in to comment.