node16.patch 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. diff --git a/build/gulpfile.reh.js b/build/gulpfile.reh.js
  2. index e314794..8248247 100644
  3. --- a/build/gulpfile.reh.js
  4. +++ b/build/gulpfile.reh.js
  5. @@ -437,16 +437,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 5872575..a559230 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-beta21",
  28. + "node-pty": "1.1.0-beta4",
  29. "tas-client-umd": "0.2.0",
  30. @@ -712,2 +712,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. @@ -750,16 +756,9 @@
  40. "node_modules/node-pty": {
  41. - "version": "1.1.0-beta21",
  42. - "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta21.tgz",
  43. - "integrity": "sha512-FYpnY9g8qMQLTpqyeY9NVli6YfCWwvG6v6gmaDBbPjlc1VMp/+Zivq0SStDrRr1aciGnFCZzpL0BzdMnmbDnAw==",
  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. - }
  52. - },
  53. - "node_modules/node-pty/node_modules/node-addon-api": {
  54. - "version": "7.1.0",
  55. - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.0.tgz",
  56. - "integrity": "sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==",
  57. - "engines": {
  58. - "node": "^16 || ^18 || >= 20"
  59. + "nan": "^2.17.0"
  60. }
  61. diff --git a/remote/package.json b/remote/package.json
  62. index c107b04..112501b 100644
  63. --- a/remote/package.json
  64. +++ b/remote/package.json
  65. @@ -32,3 +32,3 @@
  66. "native-watchdog": "^1.4.1",
  67. - "node-pty": "1.1.0-beta21",
  68. + "node-pty": "1.1.0-beta4",
  69. "tas-client-umd": "0.2.0",