mirror of
https://github.com/Cameri/nostream.git
synced 2025-08-04 11:42:24 +02:00
fix: upgrade pg from 8.8.0 to 8.9.0 (#213)
Snyk has created this PR to upgrade pg from 8.8.0 to 8.9.0. See this package in npm: https://www.npmjs.com/package/pg 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 Co-authored-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
This commit is contained in:
30
package-lock.json
generated
30
package-lock.json
generated
@@ -21,7 +21,7 @@
|
|||||||
"joi": "17.7.0",
|
"joi": "17.7.0",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"knex": "2.4.2",
|
"knex": "2.4.2",
|
||||||
"pg": "8.8.0",
|
"pg": "^8.9.0",
|
||||||
"pg-query-stream": "^4.3.0",
|
"pg-query-stream": "^4.3.0",
|
||||||
"ramda": "0.28.0",
|
"ramda": "0.28.0",
|
||||||
"redis": "^4.6.2",
|
"redis": "^4.6.2",
|
||||||
@@ -10465,15 +10465,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/pg": {
|
"node_modules/pg": {
|
||||||
"version": "8.8.0",
|
"version": "8.9.0",
|
||||||
"resolved": "https://registry.npmjs.org/pg/-/pg-8.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/pg/-/pg-8.9.0.tgz",
|
||||||
"integrity": "sha512-UXYN0ziKj+AeNNP7VDMwrehpACThH7LUl/p8TDFpEUuSejCUIwGSfxpHsPvtM6/WXFy6SU4E5RG4IJV/TZAGjw==",
|
"integrity": "sha512-ZJM+qkEbtOHRuXjmvBtOgNOXOtLSbxiMiUVMgE4rV6Zwocy03RicCVvDXgx8l4Biwo8/qORUnEqn2fdQzV7KCg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"buffer-writer": "2.0.0",
|
"buffer-writer": "2.0.0",
|
||||||
"packet-reader": "1.0.0",
|
"packet-reader": "1.0.0",
|
||||||
"pg-connection-string": "^2.5.0",
|
"pg-connection-string": "^2.5.0",
|
||||||
"pg-pool": "^3.5.2",
|
"pg-pool": "^3.5.2",
|
||||||
"pg-protocol": "^1.5.0",
|
"pg-protocol": "^1.6.0",
|
||||||
"pg-types": "^2.1.0",
|
"pg-types": "^2.1.0",
|
||||||
"pgpass": "1.x"
|
"pgpass": "1.x"
|
||||||
},
|
},
|
||||||
@@ -10511,9 +10511,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/pg-protocol": {
|
"node_modules/pg-protocol": {
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.0.tgz",
|
||||||
"integrity": "sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ=="
|
"integrity": "sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q=="
|
||||||
},
|
},
|
||||||
"node_modules/pg-query-stream": {
|
"node_modules/pg-query-stream": {
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
@@ -21054,15 +21054,15 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"pg": {
|
"pg": {
|
||||||
"version": "8.8.0",
|
"version": "8.9.0",
|
||||||
"resolved": "https://registry.npmjs.org/pg/-/pg-8.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/pg/-/pg-8.9.0.tgz",
|
||||||
"integrity": "sha512-UXYN0ziKj+AeNNP7VDMwrehpACThH7LUl/p8TDFpEUuSejCUIwGSfxpHsPvtM6/WXFy6SU4E5RG4IJV/TZAGjw==",
|
"integrity": "sha512-ZJM+qkEbtOHRuXjmvBtOgNOXOtLSbxiMiUVMgE4rV6Zwocy03RicCVvDXgx8l4Biwo8/qORUnEqn2fdQzV7KCg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"buffer-writer": "2.0.0",
|
"buffer-writer": "2.0.0",
|
||||||
"packet-reader": "1.0.0",
|
"packet-reader": "1.0.0",
|
||||||
"pg-connection-string": "^2.5.0",
|
"pg-connection-string": "^2.5.0",
|
||||||
"pg-pool": "^3.5.2",
|
"pg-pool": "^3.5.2",
|
||||||
"pg-protocol": "^1.5.0",
|
"pg-protocol": "^1.6.0",
|
||||||
"pg-types": "^2.1.0",
|
"pg-types": "^2.1.0",
|
||||||
"pgpass": "1.x"
|
"pgpass": "1.x"
|
||||||
}
|
}
|
||||||
@@ -21084,9 +21084,9 @@
|
|||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"pg-protocol": {
|
"pg-protocol": {
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.0.tgz",
|
||||||
"integrity": "sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ=="
|
"integrity": "sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q=="
|
||||||
},
|
},
|
||||||
"pg-query-stream": {
|
"pg-query-stream": {
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
|
@@ -127,7 +127,7 @@
|
|||||||
"joi": "17.7.0",
|
"joi": "17.7.0",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"knex": "2.4.2",
|
"knex": "2.4.2",
|
||||||
"pg": "8.8.0",
|
"pg": "8.9.0",
|
||||||
"pg-query-stream": "4.3.0",
|
"pg-query-stream": "4.3.0",
|
||||||
"ramda": "0.28.0",
|
"ramda": "0.28.0",
|
||||||
"redis": "4.6.2",
|
"redis": "4.6.2",
|
||||||
|
Reference in New Issue
Block a user