From df6a41c7adb892f4bb78d9d324b9d0c428aec634 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 16:07:59 +0000 Subject: [PATCH] Bump pg-query-stream from 3.4.2 to 4.1.0 Bumps [pg-query-stream](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg-query-stream) from 3.4.2 to 4.1.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/commits/pg-query-stream@4.1.0/packages/pg-query-stream) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8c6765d1..1073e4ba8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4430,9 +4430,9 @@ "integrity": "sha512-3iBXuv7XKvxeMrIgym7njT+HlZkwZqqGX4Bu9cci8xHZNT+Um1gWKqCsAzcC0d95rcKMU5WBg6YRUcHyV0HZKQ==" }, "pg-cursor": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/pg-cursor/-/pg-cursor-2.5.2.tgz", - "integrity": "sha512-yS0lxXA5WoIVK7BUgJr1uOJDJe5JxVezItTLvqnTXj6bF3di4UtQOrPx8RW3GpFmom2NTQfpEc2N6vvdpopQSw==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/pg-cursor/-/pg-cursor-2.6.0.tgz", + "integrity": "sha512-BFLg40CTgBJ+LX9EwqjztUYaKxpxLffMmDTmlQNMCustX/JxMTYimxRkdhZvPYZGp++/2LjuqkKtO5DVVq0FNg==" }, "pg-int8": { "version": "1.0.1", @@ -4450,11 +4450,11 @@ "integrity": "sha512-El+aXWcwG/8wuFICMQjM5ZSAm6OWiJicFdNYo+VY3QP+8vI4SvLIWVe51PppTzMhikUJR+PsyIFKqfdXPz/yxA==" }, "pg-query-stream": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/pg-query-stream/-/pg-query-stream-3.4.2.tgz", - "integrity": "sha512-kaTzsi5TQ3XG1KUznEV3MnstM1U4k5Z9cZ02PNmKLMFeYiPEn83FUc2pPVPiKKv93ITI8e5oCh+zEOunjy0ZwQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/pg-query-stream/-/pg-query-stream-4.1.0.tgz", + "integrity": "sha512-QbupRwS1JHqRVmNLQax4dIENgi+HoT7ToEn+rCcWqsZ/fbjTVdV+RmeZJRSMIcDhza3CImb/yAsTN0g2UGy6vg==", "requires": { - "pg-cursor": "^2.5.1" + "pg-cursor": "^2.6.0" } }, "pg-types": { @@ -5581,7 +5581,7 @@ "buffer-crc32": "^0.2", "bytebuffer": "^5.0", "steam-crypto": "^0.0", - "steam-resources": "steam-resources@github:seishun/node-steam-resources#v1.2.0" + "steam-resources": "github:seishun/node-steam-resources#v1.2.0" }, "dependencies": { "adm-zip": { @@ -5673,7 +5673,7 @@ }, "steam-resources": { "version": "1.2.0", - "from": "steam-resources@github:seishun/node-steam-resources#v1.2.0", + "from": "github:seishun/node-steam-resources#v1.2.0", "bundled": true, "requires": { "bytebuffer": "^5.0", diff --git a/package.json b/package.json index 777cee6cb..ec2099517 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "passport": "^0.4.1", "passport-steam": "^1.0.12", "pg": "^8.2.1", - "pg-query-stream": "^3.1.1", + "pg-query-stream": "^4.1.0", "pm2": "^4.2.1", "redis": "^2.8.0", "request": "^2.88.2",