Updated mongodb module version.

Ylian Saint-Hilaire committed Feb 3, 2023 at 12:29 UTC d6b3d8b53b7b7fe8f1d9135f982a5fc18229a747
1 file changed +1 -1
meshcentral.js
+1 -1
@@ -4002,7 +4002,7 @@ function mainStart() {
4002 if (config.settings.mqtt != null) { modules.push('aedes@0.39.0'); } // Add MQTT Modules
4003 if (config.settings.mysql != null) { modules.push('mysql'); } // Add MySQL.
4004 //if (config.settings.mysql != null) { modules.push('@mysql/xdevapi'); } // Add MySQL, official driver (https://dev.mysql.com/doc/dev/connector-nodejs/8.0/)
4005 - if (config.settings.mongodb != null) { modules.push('mongodb@4.12.1'); modules.push('saslprep'); } // Add MongoDB, official driver.
4005 + if (config.settings.mongodb != null) { modules.push('mongodb@4.13.0'); modules.push('saslprep'); } // Add MongoDB, official driver.
4006 if (config.settings.postgres != null) { modules.push('pg@8.7.1'); modules.push('pgtools@0.3.2'); } // Add Postgres, Postgres driver.
4007 if (config.settings.mariadb != null) { modules.push('mariadb'); } // Add MariaDB, official driver.
4008 if (config.settings.acebase != null) { modules.push('acebase'); } // Add AceBase, official driver.