Skip to content

Commit 59204bc

Browse files
authored
bump pg npm module to 8.14.1 (#6914)
1 parent af8947e commit 59204bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshcentral.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4265,7 +4265,7 @@ function mainStart() {
42654265
if (config.settings.mysql != null) { modules.push('mysql2@3.11.4'); } // Add MySQL.
42664266
//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/)
42674267
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.
42694269
if (config.settings.mariadb != null) { modules.push('mariadb@3.4.0'); } // Add MariaDB, official driver.
42704270
if (config.settings.acebase != null) { modules.push('acebase@1.29.5'); } // Add AceBase, official driver.
42714271
if (config.settings.sqlite3 != null) { modules.push('sqlite3@5.1.7'); } // Add sqlite3, official driver.

0 commit comments

Comments
 (0)