body-parser and express updates

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Dec 30, 2025 at 14:54 UTC 592e6fd55f396d02be93c90d4f115f4eb2119f3d
3 files changed +5 -5
dependencies.txt
+2 -2
@@ -1,10 +1,10 @@
1 "@seald-io/nedb": "4.1.2",
2 "archiver": "7.0.1",
3 - "body-parser": "1.20.3",
3 + "body-parser": "1.20.4",
4 "cbor": "5.2.0",
5 "compression": "1.8.1",
6 "cookie-session": "2.1.1",
7 - "express": "4.21.2",
7 + "express": "4.22.1",
8 "express-handlebars": "7.1.3",
9 "express-ws": "5.0.2",
10 "ipcheck": "0.1.0",
meshcentral.js
+1 -1
@@ -4358,7 +4358,7 @@ function mainStart() {
4358
4359 // Build the list of required modules
4360 // NOTE: ALL MODULES MUST HAVE A VERSION NUMBER AND THE VERSION MUST MATCH THAT USED IN Dockerfile
4361 - var modules = ['archiver@7.0.1', 'body-parser@1.20.3', 'cbor@5.2.0', 'compression@1.8.1', 'cookie-session@2.1.1', 'express@4.21.2', 'express-handlebars@7.1.3', 'express-ws@5.0.2', 'ipcheck@0.1.0', 'minimist@1.2.8', 'multiparty@4.2.3', '@seald-io/nedb@4.1.2', 'node-forge@1.3.2', 'ua-parser-js@1.0.40', 'ua-client-hints-js@0.1.2', 'ws@8.18.3', 'yauzl@2.10.0'];
4361 + var modules = ['archiver@7.0.1', 'body-parser@1.20.4', 'cbor@5.2.0', 'compression@1.8.1', 'cookie-session@2.1.1', 'express@4.22.1', 'express-handlebars@7.1.3', 'express-ws@5.0.2', 'ipcheck@0.1.0', 'minimist@1.2.8', 'multiparty@4.2.3', '@seald-io/nedb@4.1.2', 'node-forge@1.3.2', 'ua-parser-js@1.0.40', 'ua-client-hints-js@0.1.2', 'ws@8.18.3', 'yauzl@2.10.0'];
4362 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
4363 if (ldap == true) { modules.push('ldapauth-fork@5.0.5'); }
4364 if (ssh == true) { modules.push('ssh2@1.17.0'); }
package.json
+2 -2
@@ -39,11 +39,11 @@
39 "dependencies": {
40 "@seald-io/nedb": "4.1.2",
41 "archiver": "7.0.1",
42 - "body-parser": "1.20.3",
42 + "body-parser": "1.20.4",
43 "cbor": "5.2.0",
44 "compression": "1.8.1",
45 "cookie-session": "2.1.1",
46 - "express": "4.21.2",
46 + "express": "4.22.1",
47 "express-handlebars": "7.1.3",
48 "express-ws": "5.0.2",
49 "ipcheck": "0.1.0",