chore: bump node-pty (#287627)

This commit is contained in:
Raymond Zhao
2026-01-14 08:42:19 -08:00
committed by GitHub
parent 472a1bb130
commit ef0bb3bbc9
4 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -46,7 +46,7 @@
"native-is-elevated": "0.8.0",
"native-keymap": "^3.3.5",
"native-watchdog": "^1.4.1",
"node-pty": "^1.1.0-beta43",
"node-pty": "^1.2.0-beta.6",
"open": "^10.1.2",
"tas-client": "0.3.1",
"undici": "^7.9.0",
@@ -12950,9 +12950,9 @@
}
},
"node_modules/node-pty": {
"version": "1.1.0-beta43",
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta43.tgz",
"integrity": "sha512-CYyIQogRs97Rfjo0WKyku8V56Bm4WyWUijrbWDs5LJ+ZmsUW2gqbVAEpD+1gtA7dEZ6v1A08GzfqsDuIl/eRqw==",
"version": "1.2.0-beta.6",
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.2.0-beta.6.tgz",
"integrity": "sha512-0ArHUpsE5y6nSRSkbY36l+bjyuZNMjww0pdsBKCbiw/HTFCikJlsbUuyZc60KPdgH/9YhAiqD2BM8a0AOUVrsw==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -109,7 +109,7 @@
"native-is-elevated": "0.8.0",
"native-keymap": "^3.3.5",
"native-watchdog": "^1.4.1",
"node-pty": "^1.1.0-beta43",
"node-pty": "^1.2.0-beta.6",
"open": "^10.1.2",
"tas-client": "0.3.1",
"undici": "^7.9.0",
+4 -4
View File
@@ -38,7 +38,7 @@
"kerberos": "2.1.1",
"minimist": "^1.2.8",
"native-watchdog": "^1.4.1",
"node-pty": "^1.1.0-beta43",
"node-pty": "^1.2.0-beta.6",
"tas-client": "0.3.1",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
@@ -1052,9 +1052,9 @@
}
},
"node_modules/node-pty": {
"version": "1.1.0-beta43",
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta43.tgz",
"integrity": "sha512-CYyIQogRs97Rfjo0WKyku8V56Bm4WyWUijrbWDs5LJ+ZmsUW2gqbVAEpD+1gtA7dEZ6v1A08GzfqsDuIl/eRqw==",
"version": "1.2.0-beta.6",
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.2.0-beta.6.tgz",
"integrity": "sha512-0ArHUpsE5y6nSRSkbY36l+bjyuZNMjww0pdsBKCbiw/HTFCikJlsbUuyZc60KPdgH/9YhAiqD2BM8a0AOUVrsw==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -33,7 +33,7 @@
"kerberos": "2.1.1",
"minimist": "^1.2.8",
"native-watchdog": "^1.4.1",
"node-pty": "^1.1.0-beta43",
"node-pty": "^1.2.0-beta.6",
"tas-client": "0.3.1",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",