12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- diff --git a/build/gulpfile.reh.js b/build/gulpfile.reh.js
- index e314794..8248247 100644
- --- a/build/gulpfile.reh.js
- +++ b/build/gulpfile.reh.js
- @@ -437,16 +437,2 @@ function packageTask(type, platform, arch, sourceFolderName, destinationFolderNa
-
- - if (platform === 'linux' && process.env['VSCODE_NODE_GLIBC'] === '-glibc-2.17') {
- - result = es.merge(result,
- - gulp.src(`resources/server/bin/helpers/check-requirements-linux-legacy.sh`, { base: '.' })
- - .pipe(rename(`bin/helpers/check-requirements.sh`))
- - .pipe(util.setExecutableBit())
- - );
- - } else if (platform === 'linux' || platform === 'alpine') {
- - result = es.merge(result,
- - gulp.src(`resources/server/bin/helpers/check-requirements-linux.sh`, { base: '.' })
- - .pipe(rename(`bin/helpers/check-requirements.sh`))
- - .pipe(util.setExecutableBit())
- - );
- - }
- -
- result = inlineMeta(result, {
- diff --git a/remote/package-lock.json b/remote/package-lock.json
- index 5872575..a559230 100644
- --- a/remote/package-lock.json
- +++ b/remote/package-lock.json
- @@ -37,3 +37,3 @@
- "native-watchdog": "^1.4.1",
- - "node-pty": "1.1.0-beta21",
- + "node-pty": "1.1.0-beta4",
- "tas-client-umd": "0.2.0",
- @@ -712,2 +712,8 @@
- },
- + "node_modules/nan": {
- + "version": "2.20.0",
- + "resolved": "https://registry.npmjs.org/nan/-/nan-2.20.0.tgz",
- + "integrity": "sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw==",
- + "license": "MIT"
- + },
- "node_modules/napi-build-utils": {
- @@ -750,16 +756,9 @@
- "node_modules/node-pty": {
- - "version": "1.1.0-beta21",
- - "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta21.tgz",
- - "integrity": "sha512-FYpnY9g8qMQLTpqyeY9NVli6YfCWwvG6v6gmaDBbPjlc1VMp/+Zivq0SStDrRr1aciGnFCZzpL0BzdMnmbDnAw==",
- + "version": "1.1.0-beta4",
- + "resolved": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta4.tgz",
- + "integrity": "sha512-CgffN9AxVtH4g7vDxtanm2qaR7jw3oet9r+ArzziGiFvmds9SdR3gXkZF0fqZWSxhTHZusJWvsuKvRv+5O2K8A==",
- "hasInstallScript": true,
- + "license": "MIT",
- "dependencies": {
- - "node-addon-api": "^7.1.0"
- - }
- - },
- - "node_modules/node-pty/node_modules/node-addon-api": {
- - "version": "7.1.0",
- - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.0.tgz",
- - "integrity": "sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==",
- - "engines": {
- - "node": "^16 || ^18 || >= 20"
- + "nan": "^2.17.0"
- }
- diff --git a/remote/package.json b/remote/package.json
- index c107b04..112501b 100644
- --- a/remote/package.json
- +++ b/remote/package.json
- @@ -32,3 +32,3 @@
- "native-watchdog": "^1.4.1",
- - "node-pty": "1.1.0-beta21",
- + "node-pty": "1.1.0-beta4",
- "tas-client-umd": "0.2.0",
|