Skip to content

Commit

Permalink
Updated ExpressJS to 4.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylianst committed May 23, 2024
1 parent aa8f45f commit 49b5612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"cbor": "5.2.0",
"compression": "1.7.4",
"cookie-session": "2.0.0",
"express": "4.18.2",
"express": "4.19.2",
"express-handlebars": "5.3.5",
"express-ws": "4.0.0",
"ipcheck": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion meshcentral.js
Original file line number Diff line number Diff line change
Expand Up @@ -4059,7 +4059,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 = ['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', 'express@4.18.2', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '@yetzt/nedb', '[email protected]', '[email protected]', '[email protected]', '[email protected]'];
var modules = ['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', 'express@4.19.2', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '@yetzt/nedb', '[email protected]', '[email protected]', '[email protected]', '[email protected]'];
if (require('os').platform() == 'win32') { modules.push('[email protected]'); modules.push('[email protected]'); if (sspi == true) { modules.push('[email protected]'); } } // Add Windows modules
if (ldap == true) { modules.push('[email protected]'); }
if (ssh == true) { modules.push('[email protected]'); }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cbor": "5.2.0",
"compression": "1.7.4",
"cookie-session": "2.0.0",
"express": "4.18.2",
"express": "4.19.2",
"express-handlebars": "5.3.5",
"express-ws": "4.0.0",
"ipcheck": "0.1.0",
Expand Down

0 comments on commit 49b5612

Please sign in to comment.