diff --git a/meshcentral.js b/meshcentral.js index ad3782a4..bd8e1b7d 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -3168,7 +3168,7 @@ function mainStart() { } // Build the list of required modules - var modules = ['cbor@5.2.0', 'nedb', 'https', 'yauzl', 'xmldom', 'ipcheck', 'express', 'archiver@4.0.2', 'multiparty', 'node-forge', 'express-ws@4.0.0', 'compression', 'body-parser', 'cookie-session', 'express-handlebars']; + var modules = ['ws@5.2.0', 'cbor@5.2.0', 'nedb', 'https', 'yauzl', 'xmldom', 'ipcheck', 'express', 'archiver@4.0.2', 'multiparty', 'node-forge', 'express-ws@4.0.0', 'compression', 'body-parser', 'cookie-session', 'express-handlebars']; if (require('os').platform() == 'win32') { modules.push('node-windows'); modules.push('loadavg-windows'); if (sspi == true) { modules.push('node-sspi'); } } // Add Windows modules if (ldap == true) { modules.push('ldapauth-fork'); } if (mstsc == true) { modules.push('node-rdpjs-2'); } diff --git a/package.json b/package.json index 839edf51..97775868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "0.8.59", + "version": "0.8.60", "keywords": [ "Remote Device Management", "Remote Device Monitoring", @@ -48,6 +48,7 @@ "multiparty": "^4.2.1", "nedb": "^1.8.0", "node-forge": "^0.10.0", + "ws": "^5.2.0", "xmldom": "^0.5.0", "yauzl": "^2.10.0" },