Skip to content

Commit 1505d83

Browse files
chore(deps-dev): bump pg and @types/pg (#443)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: joyc-bq <95259163+joyc-bq@users.noreply.github.com> Co-authored-by: joyc-bq <joyc@bitquilltech.com>
1 parent 037f191 commit 1505d83

3 files changed

Lines changed: 34 additions & 29 deletions

File tree

package-lock.json

Lines changed: 32 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/jest": "^29.5.13",
6262
"@types/node": "^22.10.7",
6363
"@types/node-fetch": "^2.6.11",
64-
"@types/pg": "^8.11.10",
64+
"@types/pg": "^8.12.0",
6565
"@types/tough-cookie": "^4.0.5",
6666
"@typescript-eslint/eslint-plugin": "^8.31.0",
6767
"aws-xray-sdk": "^3.10.3",
@@ -82,7 +82,7 @@
8282
"lint-staged": "^15.5.0",
8383
"mysql2": "^3.14.0",
8484
"node-fetch": "^3.3.2",
85-
"pg": "^8.13.1",
85+
"pg": "^8.15.6",
8686
"prettier": "^3.5.3",
8787
"querystring": "^0.2.1",
8888
"rimraf": "^6.0.1",

pg/lib/dialect/node_postgres_driver_dialect.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export class NodePostgresDriverDialect implements DriverDialect {
5555
finalPoolConfig.max = poolConfig?.maxConnections;
5656
finalPoolConfig.idleTimeoutMillis = poolConfig?.idleTimeoutMillis;
5757
finalPoolConfig.allowExitOnIdle = poolConfig?.allowExitOnIdle;
58-
finalPoolConfig.min = poolConfig?.minConnections;
5958

6059
return finalPoolConfig;
6160
}

0 commit comments

Comments
 (0)