fix: upgrade pg-promise from 10.8.6 to 10.8.7 (#7148)

Snyk has created this PR to upgrade pg-promise from 10.8.6 to 10.8.7.

See this package in npm:
https://www.npmjs.com/package/pg-promise

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Antonio Davi Macedo Coelho de Castro
2021-01-29 08:39:09 -08:00
committed by GitHub
parent f846deaae3
commit 231c669133
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10485,9 +10485,9 @@
"integrity": "sha512-ORJoFxAlmmros8igi608iVEbQNNZlp89diFVx6yV5v+ehmpMY9sK6QgpmgoXbmkNaBAx8cOOZh9g80kJv1ooyA=="
},
"pg-promise": {
"version": "10.8.6",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-10.8.6.tgz",
"integrity": "sha512-7Fiu4jBpRtbwsXtzfwwkVmEcde2yn1aSpIBnYLr2PRNHLwPxW9yyNN1ziBGJQ9nQ+IG67Wt1FF4KQNSFsg3i2g==",
"version": "10.8.7",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-10.8.7.tgz",
"integrity": "sha512-gSbH+NYWD4pVOpacP9uS2xH84N7nb7K4ubKlcZchhDr8ixnIURPnNJmNLJcRgtOocpjzsKymYSm6rCFZVOngSA==",
"requires": {
"assert-options": "0.7.0",
"pg": "8.5.1",

View File

@@ -48,7 +48,7 @@
"mime": "2.4.7",
"mongodb": "3.6.3",
"parse": "2.19.0",
"pg-promise": "10.8.6",
"pg-promise": "10.8.7",
"pluralize": "8.0.0",
"redis": "3.0.2",
"semver": "7.3.4",