Uplevel pty.js

Fixes #12260
This commit is contained in:
Daniel Imms
2016-10-24 11:46:22 -07:00
parent 9e7eaaa35f
commit bbba181a0c
2 changed files with 3 additions and 3 deletions

4
npm-shrinkwrap.json generated
View File

@@ -334,8 +334,8 @@
},
"pty.js": {
"version": "0.3.0",
"from": "https://github.com/Tyriar/pty.js/tarball/e42781661143541fa08309adc9b0091e7b8674d3",
"resolved": "https://github.com/Tyriar/pty.js/tarball/e42781661143541fa08309adc9b0091e7b8674d3",
"from": "https://github.com/Tyriar/pty.js/tarball/c75c2dcb6dcad83b0cb3ef2ae42d0448fb912642",
"resolved": "https://github.com/Tyriar/pty.js/tarball/c75c2dcb6dcad83b0cb3ef2ae42d0448fb912642",
"dependencies": {
"extend": {
"version": "1.2.1",

View File

@@ -29,7 +29,7 @@
"iconv-lite": "0.4.13",
"minimist": "1.2.0",
"native-keymap": "0.3.0",
"pty.js": "https://github.com/Tyriar/pty.js/tarball/e42781661143541fa08309adc9b0091e7b8674d3",
"pty.js": "https://github.com/Tyriar/pty.js/tarball/c75c2dcb6dcad83b0cb3ef2ae42d0448fb912642",
"semver": "4.3.6",
"vscode-debugprotocol": "1.13.0",
"vscode-textmate": "2.2.0",