mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
build(deps): bump pg from 7.14.0 to 7.15.0 in /Server
Bumps [pg](https://github.com/brianc/node-postgres) from 7.14.0 to 7.15.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.14.0...pg@7.15.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
c196779ff2
commit
7efb763067
2 changed files with 4 additions and 4 deletions
6
Server/package-lock.json
generated
6
Server/package-lock.json
generated
|
@ -2577,9 +2577,9 @@
|
|||
}
|
||||
},
|
||||
"pg": {
|
||||
"version": "7.14.0",
|
||||
"resolved": "https://registry.npmjs.org/pg/-/pg-7.14.0.tgz",
|
||||
"integrity": "sha512-TLsdOWKFu44vHdejml4Uoo8h0EwCjdIj9Z9kpz7pA5i8iQxOTwVb1+Fy+X86kW5AXKxQpYpYDs4j/qPDbro/lg==",
|
||||
"version": "7.15.0",
|
||||
"resolved": "https://registry.npmjs.org/pg/-/pg-7.15.0.tgz",
|
||||
"integrity": "sha512-eHE1n/98QB/T8J9Mc9AKTIC4yzo2Q7C2MT+IHp9TZR18nobqpsH8dmDO33dUhZ8A5Nfu6tC1TIkjrT3JoWHcOw==",
|
||||
"requires": {
|
||||
"buffer-writer": "2.0.0",
|
||||
"packet-reader": "1.0.0",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"koa-static": "^5.0.0",
|
||||
"ksuid": "^1.2.0",
|
||||
"lru-cache": "^5.1.1",
|
||||
"pg": "^7.14.0",
|
||||
"pg": "^7.15.0",
|
||||
"pg-hstore": "^2.3.3",
|
||||
"pm2": "^4.1.2",
|
||||
"sequelize": "^5.21.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue