From d68de5b9818dd1ecdd22e93e14dc17051fa49568 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2020 14:25:03 +0000 Subject: [PATCH] Bump pg from 7.18.2 to 8.3.0 Bumps [pg](https://github.com/brianc/node-postgres) from 7.18.2 to 8.3.0. - [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/pg@7.18.2...pg@8.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 513f57e..7063df2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "nodemailer": "^4.7.0", "passport": "^0.4.0", "passport-twitter": "^1.0.0", - "pg": "^7.11.0", + "pg": "^8.3.0", "pg-hstore": "^2.3.3", "requestify": "^0.2.5", "sequelize": "^5.10.1",