Updated dependencies.
Ylian Saint-Hilaire committed
Sep 15, 2024 at 09:52 UTC
f5e63b7cbdb6844b2d304f58b8bf2afad8bce4c2
3 files changed
+4
-4
dependencies.txt
+2
-2
@@ -1,10 +1,10 @@
1
"@yetzt/nedb": "1.8.0",
2
"archiver": "7.0.0",
3
- "body-parser": "1.20.2",
3
+ "body-parser": "1.20.3",
4
"cbor": "5.2.0",
5
"compression": "1.7.4",
6
"cookie-session": "2.0.0",
7
- "express": "4.19.2",
7
+ "express": "4.21.0",
8
"express-handlebars": "5.3.5",
9
"express-ws": "5.0.2",
10
"ipcheck": "0.1.0",
meshcentral.js
+1
-1
@@ -4120,7 +4120,7 @@ function mainStart() {
4120
4121
// Build the list of required modules
4122
// NOTE: ALL MODULES MUST HAVE A VERSION NUMBER AND THE VERSION MUST MATCH THAT USED IN Dockerfile
4123
- 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'];
4123
+ 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'];
4124
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
4125
if (ldap == true) { modules.push('ldapauth-fork@5.0.5'); }
4126
if (ssh == true) { modules.push('ssh2@1.15.0'); }
package.json
+1
-1
@@ -62,4 +62,4 @@
62
"url": "https://github.com/Ylianst/MeshCentral.git"
63
},
64
"readme": "readme.md"
65
-}
65
+}
\ No newline at end of file