mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
Update conpty to 1.25 (#301398)
* Update conpty to 1.25 * see if changes fix 1.2.0-beta11 defering conptyNative.connect() * Revert "see if changes fix 1.2.0-beta11 defering conptyNative.connect()" This reverts commitc5d9064efa. * Reapply "see if changes fix 1.2.0-beta11 defering conptyNative.connect()" This reverts commitded49adb14.
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -50,7 +50,7 @@
|
||||
"minimist": "^1.2.8",
|
||||
"native-is-elevated": "0.9.0",
|
||||
"native-keymap": "^3.3.5",
|
||||
"node-pty": "^1.2.0-beta.10",
|
||||
"node-pty": "^1.2.0-beta.12",
|
||||
"open": "^10.1.2",
|
||||
"playwright-core": "1.59.0-alpha-2026-02-20",
|
||||
"tas-client": "0.3.1",
|
||||
@@ -15517,9 +15517,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/node-pty": {
|
||||
"version": "1.2.0-beta.10",
|
||||
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.2.0-beta.10.tgz",
|
||||
"integrity": "sha512-vONwSCtAiOVNxeaP/lzDdRw733Q6uB/ELOCFM8DUfKMw6rTFovwFCuvqr9usya7JXV2pfaers3EwuzZfv0QtwA==",
|
||||
"version": "1.2.0-beta.12",
|
||||
"resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.2.0-beta.12.tgz",
|
||||
"integrity": "sha512-uExTCG/4VmSJa4+TjxFwPXv8BfacmfFEBL6JpxCMDghcwqzvD0yTcGmZ1fKOK6HY33tp0CelLblqTECJizc+Yw==",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user