downgrade node-pty - fixes #10134

This commit is contained in:
Eugeny
2025-01-06 14:13:39 +01:00
parent 53ca484ca6
commit 2008f30cf5
3 changed files with 75 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
},
"dependencies": {
"@electron/remote": "^2",
"node-pty": "^1.1.0-beta27",
"node-pty": "^1.0.0",
"any-promise": "^1.3.0",
"electron-config": "2.0.0",
"electron-debug": "^3.2.0",