Skip to content

Commit

Permalink
More dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylianst committed Sep 15, 2024
1 parent 3cd875d commit d84afb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshcentral.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ['[email protected].0', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '@yetzt/nedb', '[email protected]', '[email protected]', '[email protected]', '[email protected]'];
var modules = ['[email protected].1', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[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 Expand Up @@ -4148,7 +4148,7 @@ function mainStart() {

if (typeof config.settings.autobackup == 'object') {
// Setup encrypted zip support if needed
if (config.settings.autobackup.zippassword) { modules.push('archiver-zip-encrypted@1.0.11'); }
if (config.settings.autobackup.zippassword) { modules.push('archiver-zip-encrypted@2.0.0'); }
// Enable Google Drive Support
if (typeof config.settings.autobackup.googledrive == 'object') { modules.push('[email protected]'); }
// Enable WebDAV Support
Expand Down

0 comments on commit d84afb9

Please sign in to comment.