Update pg-promise to fix ssl issue (#7041)
* Update pg-promise to fix ssl issue * fix correctly * fix merge conflict
This commit is contained in:
18
package-lock.json
generated
18
package-lock.json
generated
@@ -10485,15 +10485,15 @@
|
|||||||
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
|
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
|
||||||
},
|
},
|
||||||
"pg": {
|
"pg": {
|
||||||
"version": "8.4.1",
|
"version": "8.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/pg/-/pg-8.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/pg/-/pg-8.5.1.tgz",
|
||||||
"integrity": "sha512-NRsH0aGMXmX1z8Dd0iaPCxWUw4ffu+lIAmGm+sTCwuDDWkpEgRCAHZYDwqaNhC5hG5DRMOjSUFasMWhvcmLN1A==",
|
"integrity": "sha512-9wm3yX9lCfjvA98ybCyw2pADUivyNWT/yIP4ZcDVpMN0og70BUWYEGXPCTAQdGTAqnytfRADb7NERrY1qxhIqw==",
|
||||||
"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.4.0",
|
"pg-connection-string": "^2.4.0",
|
||||||
"pg-pool": "^3.2.1",
|
"pg-pool": "^3.2.2",
|
||||||
"pg-protocol": "^1.3.0",
|
"pg-protocol": "^1.4.0",
|
||||||
"pg-types": "^2.1.0",
|
"pg-types": "^2.1.0",
|
||||||
"pgpass": "1.x"
|
"pgpass": "1.x"
|
||||||
}
|
}
|
||||||
@@ -10519,12 +10519,12 @@
|
|||||||
"integrity": "sha512-ORJoFxAlmmros8igi608iVEbQNNZlp89diFVx6yV5v+ehmpMY9sK6QgpmgoXbmkNaBAx8cOOZh9g80kJv1ooyA=="
|
"integrity": "sha512-ORJoFxAlmmros8igi608iVEbQNNZlp89diFVx6yV5v+ehmpMY9sK6QgpmgoXbmkNaBAx8cOOZh9g80kJv1ooyA=="
|
||||||
},
|
},
|
||||||
"pg-promise": {
|
"pg-promise": {
|
||||||
"version": "10.7.3",
|
"version": "10.8.1",
|
||||||
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-10.7.3.tgz",
|
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-10.8.1.tgz",
|
||||||
"integrity": "sha512-RGZpTkQYKUlOI6qHp5UVbhiqDdk+YmfkSmLscbaQd8fIz9lGEUBZHfJJNMKoSa3MWfsN2pg/iAxob6QCma/GaQ==",
|
"integrity": "sha512-xRW3PBopAAPlSmOutfpxwrd0i1wfiVoJjkRC2xYzwk0PwWGLEOVKoDEHX4VoqjfIJ+SEEiILy5B5nUVvXpFFVA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"assert-options": "0.6.2",
|
"assert-options": "0.6.2",
|
||||||
"pg": "8.4.1",
|
"pg": "8.5.1",
|
||||||
"pg-minify": "1.6.1",
|
"pg-minify": "1.6.1",
|
||||||
"spex": "3.0.2"
|
"spex": "3.0.2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
"mime": "2.4.6",
|
"mime": "2.4.6",
|
||||||
"mongodb": "3.6.2",
|
"mongodb": "3.6.2",
|
||||||
"parse": "2.18.0",
|
"parse": "2.18.0",
|
||||||
"pg-promise": "10.7.3",
|
"pg-promise": "10.8.1",
|
||||||
"pluralize": "8.0.0",
|
"pluralize": "8.0.0",
|
||||||
"redis": "3.0.2",
|
"redis": "3.0.2",
|
||||||
"semver": "7.3.2",
|
"semver": "7.3.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user