Changed dependency from ws@5.2.0 to ws@5.2.3

Ylian Saint-Hilaire committed Jul 19, 2021 at 09:07 UTC 395fc6c5c391849fa94a68ea0d58c91733ffc916
3 files changed +3 -3
dependencies.txt
+1 -1
@@ -10,6 +10,6 @@
10 "multiparty": "^4.2.1",
11 "nedb": "^1.8.0",
12 "node-forge": "^0.10.0",
13 - "ws": "^5.2.0",
13 + "ws": "^5.2.3",
14 "xmldom": "^0.5.0",
15 "yauzl": "^2.10.0"
\ No newline at end of file
meshcentral.js
+1 -1
@@ -3188,7 +3188,7 @@ function mainStart() {
3188 }
3189
3190 // Build the list of required modules
3191 - 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'];
3191 + var modules = ['ws@5.2.3', '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'];
3192 if (require('os').platform() == 'win32') { modules.push('node-windows'); modules.push('loadavg-windows'); if (sspi == true) { modules.push('node-sspi'); } } // Add Windows modules
3193 if (ldap == true) { modules.push('ldapauth-fork'); }
3194 if (mstsc == true) { modules.push('node-rdpjs-2'); }
package.json
+1 -1
@@ -48,7 +48,7 @@
48 "multiparty": "^4.2.1",
49 "nedb": "^1.8.0",
50 "node-forge": "^0.10.0",
51 - "ws": "^5.2.0",
51 + "ws": "^5.2.3",
52 "xmldom": "^0.5.0",
53 "yauzl": "^2.10.0"
54 },