From ee4b125568116ce0075d3639c68d0055aa86644b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 00:22:32 +0000 Subject: [PATCH] Bump pg from 1.0.4 to 8.3.3 Bumps [pg](https://github.com/brianc/node-postgres) from 1.0.4 to 8.3.3. - [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/v1.0.4...pg@8.3.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 766d38a4..2eb615e9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "vows": "~0.7.0", "db-meta": "~0.4.1", "mysql": "~2.0.0", - "pg": "~1.0.0", + "pg": "~8.3.3", "sqlite3": "~2.1.0" }, "scripts": {