bump node-pty

This commit is contained in:
Eugene
2026-01-13 22:25:00 +01:00
parent 53450c9650
commit c9cd8487b7
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
"keytar": "^7.9.0",
"mz": "^2.7.0",
"native-process-working-directory": "^1.0.2",
"node-pty": "^1.1.0",
"node-pty": "^1.2.0-beta.3",
"npm": "6",
"russh": "0.1.33",
"rxjs": "^7.5.7",
+4 -4
View File
@@ -3023,10 +3023,10 @@ node-gyp@^10.0.0, node-gyp@^5.0.2, node-gyp@^5.1.1:
tar "^6.1.2"
which "^4.0.0"
node-pty@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-1.1.0.tgz#161936d45a47751c2e3b694c365e73017417a887"
integrity sha512-20JqtutY6JPXTUnL0ij1uad7Qe1baT46lyolh2sSENDd4sTzKZ4nmAFkeAARDKwmlLjPx6XKRlwRUxwjOy+lUg==
node-pty@^1.2.0-beta.3:
version "1.2.0-beta.3"
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-1.2.0-beta.3.tgz#0a773dcc49d4342aada73636fc5639d924055fe0"
integrity sha512-SeAwG9LgWijWLtWldBWPwUUA1rAg2OKBG37dtSGOTYvBkUstWxAi2hXS0pX9JXbHPDxs0DnVc5tXrXsY821E+w==
dependencies:
node-addon-api "^7.1.0"