Skip to content

Commit e01ec8c

Browse files
authored
fix: upgrade to newer istanbul-lib-instrument, with fixes for inferred function names (#479)
1 parent 2e39e00 commit e01ec8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"glob": "^7.0.6",
8585
"istanbul-lib-coverage": "^1.0.0",
8686
"istanbul-lib-hook": "^1.0.0-alpha.4",
87-
"istanbul-lib-instrument": "^1.3.1",
87+
"istanbul-lib-instrument": "^1.4.0-candidate.0",
8888
"istanbul-lib-report": "^1.0.0-alpha.3",
8989
"istanbul-lib-source-maps": "^1.1.0",
9090
"istanbul-reports": "^1.0.0",
@@ -95,9 +95,9 @@
9595
"resolve-from": "^2.0.0",
9696
"rimraf": "^2.5.4",
9797
"signal-exit": "^3.0.1",
98-
"spawn-wrap": "^1.3.4",
98+
"spawn-wrap": "1.2.4",
9999
"test-exclude": "^3.3.0",
100-
"yargs": "^6.4.0",
100+
"yargs": "^6.6.0",
101101
"yargs-parser": "^4.0.2"
102102
},
103103
"devDependencies": {

0 commit comments

Comments
 (0)