From 40293f3dffc0e48e15289fedbaac9dcca017a554 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 06:02:05 +0000 Subject: [PATCH] Bump pg from 6.4.2 to 8.7.1 Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 6.4.2 to 8.7.1. - [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.7.1/packages/pg) 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..b993542 --- 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.7.1" }, "devDependencies": {}, "homepage": "https://github.com/akkeris/cli-kafka-plugin",