Skip to content

Commit 127f8b7

Browse files
committed
we pin pg to 8.2.2 until brianc/node-postgres#2290 is adressed
1 parent deab2f8 commit 127f8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"optionalDependencies": {
2424
"mysql": "^2.18.1",
25-
"pg": "8.3.0",
25+
"pg": "8.2.2",
2626
"sqlite3": "^5.0.0",
2727
"mssql": "^6.2.0"
2828
},

0 commit comments

Comments
 (0)