From d7aa71fb4aa3784025f877e06c51d90f43ab6c67 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:26:39 +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 c6f9ef4..63be5b2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "joi": "^10.6.0", "jsonwebtoken": "^8.5.1", "mysql": "^2.17.1", - "pg": "^7.15.2", + "pg": "^8.3.3", "pg-hstore": "^2.3.3", "sequelize": "^5.21.3", "socket.io": "^2.3.0",