node16.patch 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. diff --git a/build/gulpfile.reh.js b/build/gulpfile.reh.js
  2. index 53ef6f3..7dedc4b 100644
  3. --- a/build/gulpfile.reh.js
  4. +++ b/build/gulpfile.reh.js
  5. @@ -401,16 +401,2 @@ function packageTask(type, platform, arch, sourceFolderName, destinationFolderNa
  6. - if (platform === 'linux' && process.env['VSCODE_NODE_GLIBC'] === '-glibc-2.17') {
  7. - result = es.merge(result,
  8. - gulp.src(`resources/server/bin/helpers/check-requirements-linux-legacy.sh`, { base: '.' })
  9. - .pipe(rename(`bin/helpers/check-requirements.sh`))
  10. - .pipe(util.setExecutableBit())
  11. - );
  12. - } else if (platform === 'linux' || platform === 'alpine') {
  13. - result = es.merge(result,
  14. - gulp.src(`resources/server/bin/helpers/check-requirements-linux.sh`, { base: '.' })
  15. - .pipe(rename(`bin/helpers/check-requirements.sh`))
  16. - .pipe(util.setExecutableBit())
  17. - );
  18. - }
  19. -
  20. result = inlineMeta(result, {
  21. diff --git a/remote/package-lock.json b/remote/package-lock.json
  22. index 290e188..fc8fd04 100644
  23. --- a/remote/package-lock.json
  24. +++ b/remote/package-lock.json
  25. @@ -37,3 +37,3 @@
  26. "native-watchdog": "^1.4.1",
  27. - "node-pty": "^1.1.0-beta22",
  28. + "node-pty": "1.1.0-beta4",
  29. "tas-client-umd": "0.2.0",
  30. @@ -703,2 +703,8 @@
  31. },
  32. + "node_modules/nan": {
  33. + "version": "2.20.0",
  34. + "resolved": "https://registry.npmjs.org/nan/-/nan-2.20.0.tgz",
  35. + "integrity": "sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw==",
  36. + "license": "MIT"
  37. + },
  38. "node_modules/napi-build-utils": {
  39. @@ -745,8 +751,9 @@
  40. "node_modules/node-pty": {
  41. - "version": "1.1.0-beta22",
  42. - "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta22.tgz",
  43. - "integrity": "sha512-CpT334H2oAIULlENvd9U+VBW4ZL+G3clOnpXYzUIurlPCLnl/9xen/KDHBLRcwhZuWcHxIrsCxR1TDCdVDtr0w==",
  44. + "version": "1.1.0-beta4",
  45. + "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta4.tgz",
  46. + "integrity": "sha512-CgffN9AxVtH4g7vDxtanm2qaR7jw3oet9r+ArzziGiFvmds9SdR3gXkZF0fqZWSxhTHZusJWvsuKvRv+5O2K8A==",
  47. "hasInstallScript": true,
  48. + "license": "MIT",
  49. "dependencies": {
  50. - "node-addon-api": "^7.1.0"
  51. + "nan": "^2.17.0"
  52. }
  53. diff --git a/remote/package.json b/remote/package.json
  54. index e8ea864..08d756d 100644
  55. --- a/remote/package.json
  56. +++ b/remote/package.json
  57. @@ -32,3 +32,3 @@
  58. "native-watchdog": "^1.4.1",
  59. - "node-pty": "^1.1.0-beta22",
  60. + "node-pty": "1.1.0-beta4",
  61. "tas-client-umd": "0.2.0",