Update pg-promise to the latest version 🚀 (#5831)

* fix(package): update pg-promise to version 8.7.5

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-20 01:24:10 +00:00
committed by peril-parse-community[bot]
parent a6f441248b
commit f03fa6bcf9
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8848,9 +8848,9 @@
"integrity": "sha512-hod2zYQxM8Gt482q+qONGTYcg/qVcV32VHVPtktbBJs0us3Dj7xibISw0BAAXVMCzt8A/jhfJvpZaxUlqtqs0g=="
},
"pg-promise": {
"version": "8.7.4",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-8.7.4.tgz",
"integrity": "sha512-LjxIajzq4PYonIfJnuQNcV2is8RM/l0VvYe927yXR0h92oSmr4gXiV1kc+eG3YILPRSw4BrWEBdW+UhTdE+qDw==",
"version": "8.7.5",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-8.7.5.tgz",
"integrity": "sha512-r/OmS1b1i0nA0KHqlbcAoMLoNo3EGUdcZxaseyXnHrzepcS8ciK516Lw6/lIb6AeWI85ZOBSNdiPlw22xoFx3A==",
"requires": {
"assert-options": "0.1.3",
"manakin": "0.5.2",

View File

@@ -44,7 +44,7 @@
"mongodb": "3.2.7",
"node-rsa": "1.0.5",
"parse": "2.5.1",
"pg-promise": "8.7.4",
"pg-promise": "8.7.5",
"redis": "2.8.0",
"semver": "6.2.0",
"subscriptions-transport-ws": "0.9.16",