From b32b340c1ad57024d8a9442348c879b8d1633a9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 16:05:05 +0000 Subject: [PATCH] Bump pg from 0.14.1 to 7.12.1 Bumps [pg](https://github.com/brianc/node-postgres) from 0.14.1 to 7.12.1. - [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/v0.14.1...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 e10686f..088af42 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "dependencies": { "express": "~3.1.0", - "pg": "~0.14.1", + "pg": "~7.12.1", "mongodb": "~1.2.14" }, "devDependencies": {