Update pg node package from 2017 version to 2020 version (#15793)

* Update pg node package from 2017 version to 2020 version so websockets will work with newer postgresql versions

* Add newline back to end of package.json

* updated yarn.lock file
This commit is contained in:
Dale Henries
2021-02-24 18:03:02 -05:00
committed by GitHub
parent 4f19504986
commit 7d9ba8c243
2 changed files with 124 additions and 87 deletions

View File

@ -119,7 +119,7 @@
"object.values": "^1.1.2",
"offline-plugin": "^5.0.7",
"path-complete-extname": "^1.0.0",
"pg": "^6.4.0",
"pg": "^8.5.0",
"postcss-loader": "^3.0.0",
"postcss-object-fit-images": "^1.1.2",
"promise.prototype.finally": "^3.1.2",