From 7047f5652c3fe1d61a456481d550e174b16203f3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 23:14:42 +0000 Subject: [PATCH] Bump pg from 6.4.2 to 8.6.0 Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 6.4.2 to 8.6.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/commits/pg@8.6.0/packages/pg) 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 2e63e67..dec4852 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "express": "^4.15.2", "express-simple-errors": "^1.0.0", "isvalid": "^1.6.6", - "pg": "^6.1.3" + "pg": "^8.6.0" }, "devDependencies": { "babel-jest": "^19.0.0",