From 8ef79e3df0fd8e39a8829873209781c10643e8c2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 10:26:31 +0000 Subject: [PATCH] build(deps): bump pg from 7.14.0 to 8.0.0 in /Server Bumps [pg](https://github.com/brianc/node-postgres) from 7.14.0 to 8.0.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/v7.14.0...pg@8.0.0) Signed-off-by: dependabot-preview[bot] --- Server/package-lock.json | 20 +++++++++++++------- Server/package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Server/package-lock.json b/Server/package-lock.json index 768032b..8ddcff4 100644 --- a/Server/package-lock.json +++ b/Server/package-lock.json @@ -2534,14 +2534,15 @@ } }, "pg": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/pg/-/pg-7.14.0.tgz", - "integrity": "sha512-TLsdOWKFu44vHdejml4Uoo8h0EwCjdIj9Z9kpz7pA5i8iQxOTwVb1+Fy+X86kW5AXKxQpYpYDs4j/qPDbro/lg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.0.0.tgz", + "integrity": "sha512-jinx9Xcmkeh7Y7gatu2EJiXr37mcDeF0G5X14MjqPMwYjoZMk7PMMSTTXQQl03GRp2IICxo/zyybqfv2RNgXsg==", "requires": { "buffer-writer": "2.0.0", "packet-reader": "1.0.0", "pg-connection-string": "0.1.3", - "pg-pool": "^2.0.7", + "pg-packet-stream": "^1.1.0", + "pg-pool": "^3.0.0", "pg-types": "^2.1.0", "pgpass": "1.x", "semver": "4.3.2" @@ -2572,10 +2573,15 @@ "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz", "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==" }, + "pg-packet-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pg-packet-stream/-/pg-packet-stream-1.1.0.tgz", + "integrity": "sha512-kRBH0tDIW/8lfnnOyTwKD23ygJ/kexQVXZs7gEyBljw4FYqimZFxnMMx50ndZ8In77QgfGuItS5LLclC2TtjYg==" + }, "pg-pool": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-2.0.7.tgz", - "integrity": "sha512-UiJyO5B9zZpu32GSlP0tXy8J2NsJ9EFGFfz5v6PSbdz/1hBLX1rNiiy5+mAm5iJJYwfCv4A0EBcQLGWwjbpzZw==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.0.0.tgz", + "integrity": "sha512-AJWVHFre7CjOtu4D/PQjX+U9uhNKGRFSO9xQAzB7cn1Xu1vmhyo8s8eg9cw6kf2m2/+TYuvMH8i5jeFPSdllPw==" }, "pg-types": { "version": "2.2.0", diff --git a/Server/package.json b/Server/package.json index 6b00679..b3366dc 100644 --- a/Server/package.json +++ b/Server/package.json @@ -28,7 +28,7 @@ "koa-static": "^5.0.0", "ksuid": "^1.2.0", "lru-cache": "^5.1.1", - "pg": "^7.14.0", + "pg": "^8.0.0", "pg-hstore": "^2.3.3", "pm2": "^4.1.2", "sequelize": "^5.21.2",