Skip to content

Commit bcbe1df

Browse files
authored
chore: Update dependencies (#1196)
1 parent 2735ee2 commit bcbe1df

File tree

3 files changed

+55
-111
lines changed

3 files changed

+55
-111
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ class NYC {
393393

394394
this.processInfo.coverageFilename = coverageFilename
395395
this.processInfo.files = Object.keys(coverage)
396-
this.processInfo.save()
396+
this.processInfo.saveSync()
397397
}
398398

399399
async getCoverageMapFromAllCoverageFiles (baseDirectory) {

package-lock.json

+50-106
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"istanbul-lib-coverage": "^3.0.0-alpha.1",
6969
"istanbul-lib-hook": "^3.0.0-alpha.1",
7070
"istanbul-lib-instrument": "^4.0.0-alpha.1",
71-
"istanbul-lib-processinfo": "^2.0.0",
71+
"istanbul-lib-processinfo": "^2.0.1",
7272
"istanbul-lib-report": "^3.0.0-alpha.1",
7373
"istanbul-lib-source-maps": "^4.0.0-alpha.1",
7474
"istanbul-reports": "^3.0.0-alpha.2",
@@ -80,11 +80,11 @@
8080
"resolve-from": "^5.0.0",
8181
"rimraf": "^3.0.0",
8282
"signal-exit": "^3.0.2",
83-
"spawn-wrap": "^1.4.3",
83+
"spawn-wrap": "^2.0.0-beta.0",
8484
"test-exclude": "^6.0.0-alpha.1",
8585
"uuid": "^3.3.3",
86-
"yargs": "^14.1.0",
87-
"yargs-parser": "^14.0.0"
86+
"yargs": "^14.2.0",
87+
"yargs-parser": "^15.0.0"
8888
},
8989
"devDependencies": {
9090
"any-path": "^1.3.0",

0 commit comments

Comments
 (0)