Skip to content

Commit 923b062

Browse files
authored
fix: upgrade to spawn-wrap version that works with babel-register (#617)
1 parent b1eb4d6 commit 923b062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"glob": "^7.0.6",
8686
"istanbul-lib-coverage": "^1.1.1",
8787
"istanbul-lib-hook": "^1.0.7",
88-
"istanbul-lib-instrument": "^1.7.2",
88+
"istanbul-lib-instrument": "^1.7.3",
8989
"istanbul-lib-report": "^1.1.1",
9090
"istanbul-lib-source-maps": "^1.2.1",
9191
"istanbul-reports": "^1.1.1",
@@ -96,7 +96,7 @@
9696
"resolve-from": "^2.0.0",
9797
"rimraf": "^2.5.4",
9898
"signal-exit": "^3.0.1",
99-
"spawn-wrap": "^1.3.6",
99+
"spawn-wrap": "^1.3.7",
100100
"test-exclude": "^4.1.1",
101101
"yargs": "^8.0.1",
102102
"yargs-parser": "^5.0.0"

0 commit comments

Comments
 (0)