Version 1.1.3

Ylian Saint-Hilaire committed Feb 3, 2023 at 12:07 UTC 281a0787b7a1f464821b8e8566cedf8c7edb2c9d
4 files changed +4 -4
dependencies.txt
+1 -1
@@ -2,7 +2,7 @@
2 "body-parser": "^1.19.0",
3 "cbor": "~5.2.0",
4 "compression": "^1.7.4",
5 - "cookie-session": "^1.4.0",
5 + "cookie-session": "^2.0.0",
6 "express": "^4.17.0",
7 "express-handlebars": "^5.3.5",
8 "express-ws": "^4.0.0",
meshcentral.js
+1 -1
@@ -3990,7 +3990,7 @@ function mainStart() {
3990 }
3991
3992 // Build the list of required modules
3993 - var modules = ['ws@5.2.3', 'cbor@5.2.0', '@yetzt/nedb', 'https', 'yauzl', 'ipcheck', 'express', 'archiver@5.3.1', 'multiparty', 'node-forge', 'express-ws@4.0.0', 'compression', 'body-parser', 'cookie-session@1.4.0', 'express-handlebars'];
3993 + var modules = ['ws@5.2.3', 'cbor@5.2.0', '@yetzt/nedb', 'https', 'yauzl', 'ipcheck', 'express', 'archiver@5.3.1', 'multiparty', 'node-forge', 'express-ws@4.0.0', 'compression', 'body-parser', 'cookie-session@2.0.0', 'express-handlebars'];
3994 if (require('os').platform() == 'win32') { modules.push('node-windows@0.1.4'); modules.push('loadavg-windows'); if (sspi == true) { modules.push('node-sspi'); } } // Add Windows modules
3995 if (ldap == true) { modules.push('ldapauth-fork'); }
3996 if (ssh == true) { if (nodeVersion < 11) { addServerWarning('MeshCentral SSH support requires NodeJS 11 or higher.', 1); } else { modules.push('ssh2'); } }
package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "1.1.2",
3 + "version": "1.1.3",
4 "keywords": [
5 "Remote Device Management",
6 "Remote Device Monitoring",
translate/translate.json
+1 -1
@@ -83544,4 +83544,4 @@
83544 ]
83545 }
83546 ]
83547 -}
83547 +}
\ No newline at end of file