Skip to content

Commit 2c88a71

Browse files
authored
fix: bump cross-spawn version to avoid windows problem (#4784)
1 parent 5b187c5 commit 2c88a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@ionic/utils-subprocess/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@ionic/utils-process": "2.1.8",
3737
"@ionic/utils-stream": "3.1.5",
3838
"@ionic/utils-terminal": "2.3.1",
39-
"cross-spawn": "^7.0.0",
39+
"cross-spawn": "^7.0.3",
4040
"debug": "^4.0.0",
4141
"tslib": "^2.0.1"
4242
},

0 commit comments

Comments
 (0)