From 281a0787b7a1f464821b8e8566cedf8c7edb2c9d Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Fri, 3 Feb 2023 12:07:34 -0800 Subject: [PATCH] Version 1.1.3 --- dependencies.txt | 2 +- meshcentral.js | 2 +- package.json | 2 +- translate/translate.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies.txt b/dependencies.txt index 5a3021e9..1d0f6ede 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -2,7 +2,7 @@ "body-parser": "^1.19.0", "cbor": "~5.2.0", "compression": "^1.7.4", - "cookie-session": "^1.4.0", + "cookie-session": "^2.0.0", "express": "^4.17.0", "express-handlebars": "^5.3.5", "express-ws": "^4.0.0", diff --git a/meshcentral.js b/meshcentral.js index 90ab00be..057e1612 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -3990,7 +3990,7 @@ function mainStart() { } // Build the list of required modules - 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']; + 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']; 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 if (ldap == true) { modules.push('ldapauth-fork'); } if (ssh == true) { if (nodeVersion < 11) { addServerWarning('MeshCentral SSH support requires NodeJS 11 or higher.', 1); } else { modules.push('ssh2'); } } diff --git a/package.json b/package.json index 27126868..70729d82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "1.1.2", + "version": "1.1.3", "keywords": [ "Remote Device Management", "Remote Device Monitoring", diff --git a/translate/translate.json b/translate/translate.json index 233c2afb..c9c8020f 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -83544,4 +83544,4 @@ ] } ] -} +} \ No newline at end of file