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:
Corey
2020-12-03 17:06:53 -05:00
committed by GitHub
parent e634eba57c
commit 094e08914c
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -10485,15 +10485,15 @@
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
},
"pg": {
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/pg/-/pg-8.4.1.tgz",
"integrity": "sha512-NRsH0aGMXmX1z8Dd0iaPCxWUw4ffu+lIAmGm+sTCwuDDWkpEgRCAHZYDwqaNhC5hG5DRMOjSUFasMWhvcmLN1A==",
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/pg/-/pg-8.5.1.tgz",
"integrity": "sha512-9wm3yX9lCfjvA98ybCyw2pADUivyNWT/yIP4ZcDVpMN0og70BUWYEGXPCTAQdGTAqnytfRADb7NERrY1qxhIqw==",
"requires": {
"buffer-writer": "2.0.0",
"packet-reader": "1.0.0",
"pg-connection-string": "^2.4.0",
"pg-pool": "^3.2.1",
"pg-protocol": "^1.3.0",
"pg-pool": "^3.2.2",
"pg-protocol": "^1.4.0",
"pg-types": "^2.1.0",
"pgpass": "1.x"
}
@@ -10519,12 +10519,12 @@
"integrity": "sha512-ORJoFxAlmmros8igi608iVEbQNNZlp89diFVx6yV5v+ehmpMY9sK6QgpmgoXbmkNaBAx8cOOZh9g80kJv1ooyA=="
},
"pg-promise": {
"version": "10.7.3",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-10.7.3.tgz",
"integrity": "sha512-RGZpTkQYKUlOI6qHp5UVbhiqDdk+YmfkSmLscbaQd8fIz9lGEUBZHfJJNMKoSa3MWfsN2pg/iAxob6QCma/GaQ==",
"version": "10.8.1",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-10.8.1.tgz",
"integrity": "sha512-xRW3PBopAAPlSmOutfpxwrd0i1wfiVoJjkRC2xYzwk0PwWGLEOVKoDEHX4VoqjfIJ+SEEiILy5B5nUVvXpFFVA==",
"requires": {
"assert-options": "0.6.2",
"pg": "8.4.1",
"pg": "8.5.1",
"pg-minify": "1.6.1",
"spex": "3.0.2"
}

View File

@@ -48,7 +48,7 @@
"mime": "2.4.6",
"mongodb": "3.6.2",
"parse": "2.18.0",
"pg-promise": "10.7.3",
"pg-promise": "10.8.1",
"pluralize": "8.0.0",
"redis": "3.0.2",
"semver": "7.3.2",