node-forge update for cve

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

si458 committed Nov 26, 2025 at 22:21 UTC 30f8e62c3fb751154c48112ced4219a12ef27259
3 files changed +3 -3
dependencies.txt
+1 -1
@@ -10,7 +10,7 @@
10 "ipcheck": "0.1.0",
11 "minimist": "1.2.8",
12 "multiparty": "4.2.3",
13 - "node-forge": "1.3.1",
13 + "node-forge": "1.3.2",
14 "otplib": "12.0.1",
15 "ua-client-hints-js": "0.1.2",
16 "ua-parser-js": "1.0.40",
meshcentral.js
+1 -1
@@ -4325,7 +4325,7 @@ function mainStart() {
4325
4326 // Build the list of required modules
4327 // NOTE: ALL MODULES MUST HAVE A VERSION NUMBER AND THE VERSION MUST MATCH THAT USED IN Dockerfile
4328 - 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.1', 'ua-parser-js@1.0.40', 'ua-client-hints-js@0.1.2', 'ws@8.18.3', 'yauzl@2.10.0'];
4328 + 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'];
4329 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
4330 if (ldap == true) { modules.push('ldapauth-fork@5.0.5'); }
4331 if (ssh == true) { modules.push('ssh2@1.17.0'); }
package.json
+1 -1
@@ -49,7 +49,7 @@
49 "ipcheck": "0.1.0",
50 "minimist": "1.2.8",
51 "multiparty": "4.2.3",
52 - "node-forge": "1.3.1",
52 + "node-forge": "1.3.2",
53 "otplib": "12.0.1",
54 "ua-client-hints-js": "0.1.2",
55 "ua-parser-js": "1.0.40",