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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-15 22:02:32 +00:00
committed by peril-parse-community[bot]
parent 59b0221fec
commit 4f8da12674
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8999,9 +8999,9 @@
"integrity": "sha512-UiJyO5B9zZpu32GSlP0tXy8J2NsJ9EFGFfz5v6PSbdz/1hBLX1rNiiy5+mAm5iJJYwfCv4A0EBcQLGWwjbpzZw=="
},
"pg-promise": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-9.0.1.tgz",
"integrity": "sha512-L0oa5uzx//bFS4GC7sF1vVaqbM5m5J5nxWpq2glFN48webEborMxRxhOSnNVH/EvPFAFkBjLnWZXgNNunX2B1Q==",
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-9.0.2.tgz",
"integrity": "sha512-YGiaCHCM3AbPwUaiCsGmHMn5OczCIhFLja8d9Skh6s1SmZo2m2/o/kDOzccIGlesd/dmWHhtLHiTCYrGKJBsVg==",
"requires": {
"assert-options": "0.4.0",
"manakin": "0.5.2",

View File

@@ -44,7 +44,7 @@
"mongodb": "3.3.0",
"node-rsa": "1.0.5",
"parse": "2.6.0",
"pg-promise": "9.0.1",
"pg-promise": "9.0.2",
"pluralize": "^8.0.0",
"redis": "2.8.0",
"semver": "6.3.0",