From 2ef8722a39ec47d9a7c0b30f1d893b7ce782adb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 15 Mar 2019 23:17:10 +0000 Subject: [PATCH] Update pg requirement from ^6.1.3 to ^7.9.0 Updates the requirements on [pg](https://github.com/brianc/node-postgres) to permit the latest version. - [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/v6.1.3...v7.9.0) On-behalf-of: @dependabot Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e63e67..00f688f 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": "^7.9.0" }, "devDependencies": { "babel-jest": "^19.0.0",