bump pg npm module to 8.14.1 (#6914)

dselen committed Mar 23, 2025 at 17:29 UTC 59204bc3fbe1626727e5414bbf39e2d17c0e4774
1 file changed +1 -1
meshcentral.js
+1 -1
@@ -4265,7 +4265,7 @@ function mainStart() {
4265 if (config.settings.mysql != null) { modules.push('mysql2@3.11.4'); } // Add MySQL.
4266 //if (config.settings.mysql != null) { modules.push('@mysql/xdevapi@8.0.33'); } // Add MySQL, official driver (https://dev.mysql.com/doc/dev/connector-nodejs/8.0/)
4267 if (config.settings.mongodb != null) { modules.push('mongodb@4.13.0'); modules.push('saslprep@1.0.3'); } // Add MongoDB, official driver.
4268 - if (config.settings.postgres != null) { modules.push('pg@8.13.1') } // Add Postgres, official driver.
4268 + if (config.settings.postgres != null) { modules.push('pg@8.14.1') } // Add Postgres, official driver.
4269 if (config.settings.mariadb != null) { modules.push('mariadb@3.4.0'); } // Add MariaDB, official driver.
4270 if (config.settings.acebase != null) { modules.push('acebase@1.29.5'); } // Add AceBase, official driver.
4271 if (config.settings.sqlite3 != null) { modules.push('sqlite3@5.1.7'); } // Add sqlite3, official driver.