From 32b966a7177c0f544fccc028313860c7d9c6e4b0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 17:36:20 +0000 Subject: [PATCH] Bump pg from 6.4.2 to 8.4.2 Bumps [pg](https://github.com/brianc/node-postgres) from 6.4.2 to 8.4.2. - [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.2) 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..f8e85f3 --- 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.2" }, "devDependencies": {}, "homepage": "https://github.com/akkeris/cli-kafka-plugin",