From 0e866ec629f6e680af9f1922b86ee8ae40d924db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 03:27:07 +0000 Subject: [PATCH] Bump pg from 7.18.2 to 8.3.3 Bumps [pg](https://github.com/brianc/node-postgres) from 7.18.2 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/pg@7.18.2...pg@8.3.3) 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..1824160 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.3", "pg-hstore": "^2.3.3", "requestify": "^0.2.5", "sequelize": "^5.10.1",