mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-22 15:13:29 -07:00
upgrade npm package version to 5.2.1
Errors occured with previous version 4.1.1 and versions >5 when pg<5: `error: error connecting to postgres name=error, length=104, severity=FATAL, code=28P01, detail=undefined, hint=undefined, position=undefined, internalPosition=undefined, internalQuery=undefined, where=undefined, file=auth.c, line=328, routine=auth_failed` when pg>5: `(node:28) DeprecationWarning: PG.connect is deprecated - please see the upgrade guide at https://node-postgres.com/guides/upgrading verbose: added document key=caturosoke`
This commit is contained in:
parent
b866c33c93
commit
17968a25fa
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
"redis": "0.8.1",
|
"redis": "0.8.1",
|
||||||
"uglify-js": "3.1.6",
|
"uglify-js": "3.1.6",
|
||||||
"busboy": "0.2.4",
|
"busboy": "0.2.4",
|
||||||
"pg": "4.1.1"
|
"pg": "5.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^4.0.1"
|
"mocha": "^4.0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue