mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 13:21:45 +01:00
fix: upgrade pg-query-stream from 4.3.0 to 4.4.0
Snyk has created this PR to upgrade pg-query-stream from 4.3.0 to 4.4.0. See this package in npm: https://www.npmjs.com/package/pg-query-stream See this project in Snyk: https://app.snyk.io/org/cameri/project/2f0c25a2-d08a-45e1-a6f4-84766cbed88d?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
parent
be6d6f1454
commit
d4a58e496c
30
package-lock.json
generated
30
package-lock.json
generated
@ -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": {}
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user