Skip to content

Commit 408538f

Browse files
committed
upgrading pg to 8.8.0 to support new scram-sha-256 authentication
this fixes "error: uncaughtException: Unknown authenticationOk message typeMessage { name: 'authenticationOk', length: 23 }"
1 parent b55bf97 commit 408538f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"passport-saml": "~1.0.0",
8787
"passport-twitter": "~1.0.4",
8888
"passport.socketio": "~3.7.0",
89-
"pg": "~6.1.2",
89+
"pg": "~8.8.0",
9090
"pg-hstore": "~2.3.2",
9191
"prom-client": "^12.0.0",
9292
"prometheus-api-metrics": "^2.2.5",
@@ -95,7 +95,7 @@
9595
"readline-sync": "~1.4.7",
9696
"request": "~2.88.0",
9797
"scrypt-kdf": "^2.0.1",
98-
"sequelize": "5.21.3",
98+
"sequelize": "5.21.13",
9999
"sequelize-cli": "~5.5.1",
100100
"shortid": "~2.2.14",
101101
"socket.io": "~2.2.0",

0 commit comments

Comments
 (0)