From ecf9400268a886f20daaff8364e4fbd6ec8fd5bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 3 Oct 2018 15:50:07 +0000 Subject: [PATCH] build(deps): update pg requirement from 7.4.3 to 7.5.0 Updates the requirements on [pg](https://github.com/brianc/node-postgres) to permit the latest version. - [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/commits/v7.5.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00684ba..4cbe6d1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "boom": "7.2.0", "csv-string": "3.1.5", "debug": "4.0.1", - "pg": "7.4.3", + "pg": "7.5.0", "pg-copy-streams": "1.2.0", "rimraf": "2.6.2", "upath": "1.1.0"