From ff7e75afaeaa8f4035a9ca22a510b846ee51af8c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 07:18:11 +0000 Subject: [PATCH] build(deps): Bump pg from 7.18.1 to 7.18.2 Bumps [pg](https://github.com/brianc/node-postgres) from 7.18.1 to 7.18.2. - [Release notes](https://github.com/brianc/node-postgres/releases) - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/compare/pg@7.18.1...pg@7.18.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 730a908..0cd3e8f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "boom": "7.3.0", "csv-string": "3.1.8", "debug": "4.1.1", - "pg": "7.18.1", + "pg": "7.18.2", "pg-copy-streams": "2.2.2", "rimraf": "3.0.2", "upath": "1.2.0"