From f5e63b7cbdb6844b2d304f58b8bf2afad8bce4c2 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Sun, 15 Sep 2024 09:52:32 -0700 Subject: [PATCH] Updated dependencies. --- dependencies.txt | 4 ++-- meshcentral.js | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies.txt b/dependencies.txt index ee46b6fd..9559032e 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -1,10 +1,10 @@ "@yetzt/nedb": "1.8.0", "archiver": "7.0.0", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "cbor": "5.2.0", "compression": "1.7.4", "cookie-session": "2.0.0", - "express": "4.19.2", + "express": "4.21.0", "express-handlebars": "5.3.5", "express-ws": "5.0.2", "ipcheck": "0.1.0", diff --git a/meshcentral.js b/meshcentral.js index f2973b6a..241de30e 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -4120,7 +4120,7 @@ function mainStart() { // Build the list of required modules // NOTE: ALL MODULES MUST HAVE A VERSION NUMBER AND THE VERSION MUST MATCH THAT USED IN Dockerfile - var modules = ['archiver@7.0.0', 'body-parser@1.20.2', 'cbor@5.2.0', 'compression@1.7.4', 'cookie-session@2.0.0', 'express@4.19.2', 'express-handlebars@5.3.5', 'express-ws@5.0.2', 'ipcheck@0.1.0', 'minimist@1.2.8', 'multiparty@4.2.3', '@yetzt/nedb', 'node-forge@1.3.1', 'ua-parser-js@1.0.37', 'ws@8.17.1', 'yauzl@2.10.0']; + var modules = ['archiver@7.0.0', 'body-parser@1.20.3', 'cbor@5.2.0', 'compression@1.7.4', 'cookie-session@2.0.0', 'express@4.21.0', 'express-handlebars@5.3.5', 'express-ws@5.0.2', 'ipcheck@0.1.0', 'minimist@1.2.8', 'multiparty@4.2.3', '@yetzt/nedb', 'node-forge@1.3.1', 'ua-parser-js@1.0.37', 'ws@8.17.1', 'yauzl@2.10.0']; if (require('os').platform() == 'win32') { modules.push('node-windows@0.1.14'); modules.push('loadavg-windows@1.1.1'); if (sspi == true) { modules.push('node-sspi@0.2.10'); } } // Add Windows modules if (ldap == true) { modules.push('ldapauth-fork@5.0.5'); } if (ssh == true) { modules.push('ssh2@1.15.0'); } diff --git a/package.json b/package.json index 26b183c7..5cc208c9 100644 --- a/package.json +++ b/package.json @@ -62,4 +62,4 @@ "url": "https://github.com/Ylianst/MeshCentral.git" }, "readme": "readme.md" -} +} \ No newline at end of file