From deab336ccc5d43fe9a9ec81089250f153046569d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 21:42:05 +0000 Subject: [PATCH] Update pg requirement from ^6.1.0 to ^7.12.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/compare/v6.1.0...v7.12.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 a7b6993..06e3100 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ }, "dependencies": { "postcard": "^1.0.0", - "pg": "^6.1.0" + "pg": "^7.12.1" } }