From b13adbab0f8986407d839c3bb2ca607fd9db3b07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 04:15:34 +0000 Subject: [PATCH] Bump pg from 8.20.0 to 8.21.0 Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.20.0 to 8.21.0. - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.21.0/packages/pg) --- updated-dependencies: - dependency-name: pg dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd58307..c742c1e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lodash": "4.18.1", "minimist": ">=1.2.6", "mocha": "10.8.2", - "pg": "8.20.0", + "pg": "8.21.0", "pg-ka-fix": "1.0.0-rm-fix", "pgpass": "1.0.5", "regex": "^0.1.1",