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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-03-05 15:34:06 +00:00
committed by peril-parse-community[bot]
parent a452488d61
commit 3b96ccb03c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8261,9 +8261,9 @@
"integrity": "sha512-hod2zYQxM8Gt482q+qONGTYcg/qVcV32VHVPtktbBJs0us3Dj7xibISw0BAAXVMCzt8A/jhfJvpZaxUlqtqs0g=="
},
"pg-promise": {
"version": "8.6.1",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-8.6.1.tgz",
"integrity": "sha512-IHgy54lCfRG65TpDm/R1bJkpYm/mPESOuydr9gwCjPXegil0L1qU4EVb8VsXSVPaWTAB9tzf/a06a4qWu3v5AA==",
"version": "8.6.2",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-8.6.2.tgz",
"integrity": "sha512-SdULd8wGa9qgcF+/09/2jNUKXgLTduI7D/iUzaf82GjZvLWkXqZwuaKCHgKLsLJHkprkIn9hbxwWaFQFO+hh9Q==",
"requires": {
"assert-options": "0.1.3",
"manakin": "0.5.2",

View File

@@ -35,7 +35,7 @@
"mime": "2.4.0",
"mongodb": "3.1.13",
"parse": "2.2.1",
"pg-promise": "8.6.1",
"pg-promise": "8.6.2",
"redis": "2.8.0",
"semver": "5.6.0",
"tv4": "1.3.0",