build(deps): bump pg from 7.13.0 to 7.14.0 in /Server

Bumps [pg](https://github.com/brianc/node-postgres) from 7.13.0 to 7.14.0.
- [Release notes](https://github.com/brianc/node-postgres/releases)
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/compare/v7.13.0...v7.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-21 10:50:28 +00:00 committed by GitHub
parent ea03cf949f
commit 965551d07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -2577,9 +2577,9 @@
}
},
"pg": {
"version": "7.13.0",
"resolved": "https://registry.npmjs.org/pg/-/pg-7.13.0.tgz",
"integrity": "sha512-ByCwYi39UrrPxu48WDPNj+osbhzFYe29EQpVyabfHZsfNfvXwQM/pZ86mRbJUlJf8J8GG3T36FjcKjSMmcjQfg==",
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/pg/-/pg-7.14.0.tgz",
"integrity": "sha512-TLsdOWKFu44vHdejml4Uoo8h0EwCjdIj9Z9kpz7pA5i8iQxOTwVb1+Fy+X86kW5AXKxQpYpYDs4j/qPDbro/lg==",
"requires": {
"buffer-writer": "2.0.0",
"packet-reader": "1.0.0",

View file

@ -29,7 +29,7 @@
"koa-static": "^5.0.0",
"ksuid": "^1.2.0",
"lru-cache": "^5.1.1",
"pg": "^7.13.0",
"pg": "^7.14.0",
"pg-hstore": "^2.3.3",
"pm2": "^4.1.2",
"sequelize": "^5.21.2",