Fixed MongoDB module version.
Ylian Saint-Hilaire committed
Sep 3, 2022 at 00:40 UTC
804311dd51c04804184bfa958f828983532e75d4
1 file changed
+1
-1
meshcentral.js
+1
-1
@@ -3962,7 +3962,7 @@ function mainStart() {
3962
if (config.settings.mqtt != null) { modules.push('aedes@0.39.0'); } // Add MQTT Modules
3963
if (config.settings.mysql != null) { modules.push('mysql'); } // Add MySQL.
3964
//if (config.settings.mysql != null) { modules.push('@mysql/xdevapi'); } // Add MySQL, official driver (https://dev.mysql.com/doc/dev/connector-nodejs/8.0/)
3965
- if (config.settings.mongodb != null) { modules.push('mongodb@4.1.0'); modules.push('saslprep'); } // Add MongoDB, official driver.
3965
+ if (config.settings.mongodb != null) { modules.push('mongodb@4.9.1'); modules.push('saslprep'); } // Add MongoDB, official driver.
3966
if (config.settings.postgres != null) { modules.push('pg@8.7.1'); modules.push('pgtools@0.3.2'); } // Add Postgres, Postgres driver.
3967
if (config.settings.mariadb != null) { modules.push('mariadb'); } // Add MariaDB, official driver.
3968
if (config.settings.acebase != null) { modules.push('acebase'); } // Add AceBase, official driver.