From 72278d0bc40530e1ee45bebf27c12f2333ad65ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 7 Nov 2018 15:38:19 +0000 Subject: [PATCH] build(deps): update pg requirement from 7.6.0 to 7.6.1 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.6.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 829aedc..cac3a2d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "boom": "7.2.2", "csv-string": "3.1.5", "debug": "4.1.0", - "pg": "7.6.0", + "pg": "7.6.1", "pg-copy-streams": "1.2.0", "rimraf": "2.6.2", "upath": "1.1.0"