From 430234c669f76b2678c49092dbc9b9f23bc8a27a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 13:01:06 +0000 Subject: [PATCH] Bump pg from 6.4.2 to 8.4.0 Bumps [pg](https://github.com/brianc/node-postgres) from 6.4.2 to 8.4.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/compare/v6.4.2...pg@8.4.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 0cabd23..8e41444 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/akkeris/cli-kafka-plugin/issues" }, "dependencies": { - "pg": "^6.1.0" + "pg": "^8.4.0" }, "devDependencies": {}, "homepage": "https://github.com/akkeris/cli-kafka-plugin",