From 9f55fc6b5b9fd2c86896e59e6eeeface701e4501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:22:06 +0000 Subject: [PATCH] Chore(deps): Bump pg from 8.11.6 to 8.12.0 Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.11.6 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 4c60954..4738f05 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "express": "~4.18", "morgan": "^1.10.0", "node-pushnotifications": "^2.0.1", - "pg": "~8.11", + "pg": "~8.12", "stream-json": "^1.3.3", "tari_chk_sig": "file:./chk-sig/tari_chk_sig_js" }