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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-09-07 08:44:09 +00:00
committed by peril-parse-community[bot]
parent 87c9c4267e
commit e31f725a25
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9107,9 +9107,9 @@
"integrity": "sha512-UiJyO5B9zZpu32GSlP0tXy8J2NsJ9EFGFfz5v6PSbdz/1hBLX1rNiiy5+mAm5iJJYwfCv4A0EBcQLGWwjbpzZw=="
},
"pg-promise": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-9.1.2.tgz",
"integrity": "sha512-7b34YoxDechuN5rUKjxGzJ+OEW7GIAkbeJK/X1zZdkTDrnI37Is5+MnumnIziJWkgu65pnH3guu3oAAkR9e1ng==",
"version": "9.1.3",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-9.1.3.tgz",
"integrity": "sha512-hZzf21L9EK5QOwaEjEE49TwgP4+ldpaqlhz7zefd+YfjVqu0vZ4cYLZdo5ILvzU0JOK2Z59oH3/yGmGB4nyp0Q==",
"requires": {
"assert-options": "0.6.0",
"manakin": "0.5.2",

View File

@@ -44,7 +44,7 @@
"mongodb": "3.3.2",
"node-rsa": "1.0.5",
"parse": "2.7.0",
"pg-promise": "9.1.2",
"pg-promise": "9.1.3",
"pluralize": "^8.0.0",
"redis": "2.8.0",
"semver": "6.3.0",