diff --git a/package-lock.json b/package-lock.json index d02a8fb..a8b76aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "js-yaml": "4.1.0", "knex": "2.4.2", "pg": "8.9.0", - "pg-query-stream": "4.3.0", + "pg-query-stream": "^4.4.0", "ramda": "0.28.0", "redis": "4.5.1", "rxjs": "7.8.0", @@ -10518,20 +10518,20 @@ "integrity": "sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q==" }, "node_modules/pg-query-stream": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/pg-query-stream/-/pg-query-stream-4.3.0.tgz", - "integrity": "sha512-+Eer4Y1e43rAaphFNu9/VJKn9nKTApFKCSwVtDjXYnuO4QYqWHOEkApmGJv8gvaU5T6fcuEtjsN24gk+Rx7X9A==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/pg-query-stream/-/pg-query-stream-4.4.0.tgz", + "integrity": "sha512-shmP973/ruBw3exSmIEBW9iubWvyyZMzp6oWfcHgvlqAe4LtaRyVqPGxgnuorbRqksK03mjOC9PU+Ohz3b0GkQ==", "dependencies": { - "pg-cursor": "^2.8.0" + "pg-cursor": "^2.9.0" }, "peerDependencies": { "pg": "^8" } }, "node_modules/pg-query-stream/node_modules/pg-cursor": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/pg-cursor/-/pg-cursor-2.8.0.tgz", - "integrity": "sha512-LrOaEHK+R1C40e+xeri3FTRY/VKp9uTOCVsKtGB7LJ57qbeaphYvWjbVly8AesdT1GfHXYcAnVdExKhW7DKOvA==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/pg-cursor/-/pg-cursor-2.9.0.tgz", + "integrity": "sha512-tNX0FbHX6+hlhZVNbxhSQPDMNMFF6mOWQvwDobPROAFpilmXrZo3FozawqaBQKonFKpBloZZyWUL3Kkf5rLn6A==", "peerDependencies": { "pg": "^8" } @@ -21114,17 +21114,17 @@ "integrity": "sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q==" }, "pg-query-stream": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/pg-query-stream/-/pg-query-stream-4.3.0.tgz", - "integrity": "sha512-+Eer4Y1e43rAaphFNu9/VJKn9nKTApFKCSwVtDjXYnuO4QYqWHOEkApmGJv8gvaU5T6fcuEtjsN24gk+Rx7X9A==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/pg-query-stream/-/pg-query-stream-4.4.0.tgz", + "integrity": "sha512-shmP973/ruBw3exSmIEBW9iubWvyyZMzp6oWfcHgvlqAe4LtaRyVqPGxgnuorbRqksK03mjOC9PU+Ohz3b0GkQ==", "requires": { - "pg-cursor": "^2.8.0" + "pg-cursor": "^2.9.0" }, "dependencies": { "pg-cursor": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/pg-cursor/-/pg-cursor-2.8.0.tgz", - "integrity": "sha512-LrOaEHK+R1C40e+xeri3FTRY/VKp9uTOCVsKtGB7LJ57qbeaphYvWjbVly8AesdT1GfHXYcAnVdExKhW7DKOvA==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/pg-cursor/-/pg-cursor-2.9.0.tgz", + "integrity": "sha512-tNX0FbHX6+hlhZVNbxhSQPDMNMFF6mOWQvwDobPROAFpilmXrZo3FozawqaBQKonFKpBloZZyWUL3Kkf5rLn6A==", "requires": {} } } diff --git a/package.json b/package.json index 24cfb0e..9e05451 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "js-yaml": "4.1.0", "knex": "2.4.2", "pg": "8.9.0", - "pg-query-stream": "4.3.0", + "pg-query-stream": "4.4.0", "ramda": "0.28.0", "redis": "4.5.1", "rxjs": "7.8.0",