fix: upgrade pg-promise from 10.10.1 to 10.10.2 (#7399)

Snyk has created this PR to upgrade pg-promise from 10.10.1 to 10.10.2.

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
This commit is contained in:
Snyk bot
2021-05-25 00:43:59 +03:00
committed by GitHub
parent 581f822cba
commit d365f1f7cb
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -10110,15 +10110,15 @@
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
},
"pg": {
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/pg/-/pg-8.5.1.tgz",
"integrity": "sha512-9wm3yX9lCfjvA98ybCyw2pADUivyNWT/yIP4ZcDVpMN0og70BUWYEGXPCTAQdGTAqnytfRADb7NERrY1qxhIqw==",
"version": "8.6.0",
"resolved": "https://registry.npmjs.org/pg/-/pg-8.6.0.tgz",
"integrity": "sha512-qNS9u61lqljTDFvmk/N66EeGq3n6Ujzj0FFyNMGQr6XuEv4tgNTXvJQTfJdcvGit5p5/DWPu+wj920hAJFI+QQ==",
"requires": {
"buffer-writer": "2.0.0",
"packet-reader": "1.0.0",
"pg-connection-string": "^2.4.0",
"pg-pool": "^3.2.2",
"pg-protocol": "^1.4.0",
"pg-connection-string": "^2.5.0",
"pg-pool": "^3.3.0",
"pg-protocol": "^1.5.0",
"pg-types": "^2.1.0",
"pgpass": "1.x"
}
@@ -10152,12 +10152,12 @@
"integrity": "sha512-0O5huCql8/D6PIRFAlmccjphLYWC+JIzvUhSzXSpGaf+tjTZc4nn+Lr7mLXBbFJfvwbP0ywDv73EiaBsxn7zdg=="
},
"pg-promise": {
"version": "10.10.1",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-10.10.1.tgz",
"integrity": "sha512-sopmuOr2PrUNh3XI0Y15ssmjcwhZnGHyGYwuDDmWFnBydq7lvrhTMBI3hefAp3YMx07+HSXfSpJse9z5vC4bsw==",
"version": "10.10.2",
"resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-10.10.2.tgz",
"integrity": "sha512-ezc5Jn2DdtYpNoDjo7v9TVQFXBEGR+tnseot8IsZ3/B4XD/CnIjyUPMfizDdbXWNO66hN8p2m8nNrcrJ8uhM/g==",
"requires": {
"assert-options": "0.7.0",
"pg": "8.5.1",
"pg": "8.6.0",
"pg-minify": "1.6.2",
"spex": "3.2.0"
}

View File

@@ -49,7 +49,7 @@
"mustache": "4.2.0",
"parse": "3.2.0",
"pg-monitor": "1.4.1",
"pg-promise": "10.10.1",
"pg-promise": "10.10.2",
"pluralize": "8.0.0",
"redis": "3.1.2",
"semver": "7.3.4",