Fix package issue breaking noninteractive CLI commands (#9174)

This commit is contained in:
christine betts
2025-09-22 22:03:40 -04:00
committed by GitHub
parent 8d637a434c
commit 40db029887
2 changed files with 21 additions and 1 deletions
+4 -1
View File
@@ -109,7 +109,10 @@
"node-pty": "^1.0.0"
},
"overrides": {
"wrap-ansi": "9.0.2"
"wrap-ansi": "9.0.2",
"cliui": {
"wrap-ansi": "7.0.0"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [