diff --git a/package-lock.json b/package-lock.json index 65c37ffc..3a228001 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "mysql2": "~3.5.2", "node-firebird": "~1.1.4", "pg": "~8.11.1", - "pg-connection-string": "~2.5.0", + "pg-connection-string": "~2.6.2", "pg-query-stream": "~4.2.3", "pgsql-ast-parser": "~7.2.1", "pinia": "~2.1.6", @@ -12185,10 +12185,9 @@ "optional": true }, "node_modules/pg-connection-string": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.5.0.tgz", - "integrity": "sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==", - "license": "MIT" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.2.tgz", + "integrity": "sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA==" }, "node_modules/pg-cursor": { "version": "2.10.0", @@ -12245,11 +12244,6 @@ "node": ">=4" } }, - "node_modules/pg/node_modules/pg-connection-string": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.1.tgz", - "integrity": "sha512-w6ZzNu6oMmIzEAYVw+RLK0+nqHPt8K3ZnknKi+g48Ak2pr3dtljJW3o+D/n2zzCG07Zoe9VOX3aiKpj+BN0pjg==" - }, "node_modules/pgpass": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz", diff --git a/package.json b/package.json index b88ae76c..359e4187 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "mysql2": "~3.5.2", "node-firebird": "~1.1.4", "pg": "~8.11.1", - "pg-connection-string": "~2.5.0", + "pg-connection-string": "~2.6.2", "pg-query-stream": "~4.2.3", "pgsql-ast-parser": "~7.2.1", "pinia": "~2.1.6",