From ea8290d51b7bede9f3d56157052cca1e8313fb14 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2020 05:23:53 +0000 Subject: [PATCH] Bump pg from 7.18.2 to 8.3.2 Bumps [pg](https://github.com/brianc/node-postgres) from 7.18.2 to 8.3.2. - [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.2) 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..30d3b8b 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.2", "pg-hstore": "^2.3.3", "requestify": "^0.2.5", "sequelize": "^5.10.1",