From fa94538c8e6c2af65951aa9b8beea6a332c8fdfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:13:50 +0000 Subject: [PATCH] Bump pg from 8.11.5 to 8.12.0 Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.11.5 to 8.12.0. - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.12.0/packages/pg) --- updated-dependencies: - dependency-name: pg 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 01d207f..2687182 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lodash": "4.17.21", "minimist": ">=1.2.6", "mocha": "10.4.0", - "pg": "8.11.5", + "pg": "8.12.0", "pg-ka-fix": "1.0.0-rm-fix", "pgpass": "1.0.5", "regex": "^0.1.1",