Skip to content

Commit c5528fa

Browse files
Merge pull request #15 from lighthouse-labs/maintenance/database-connection-fix
updated pg version to fix db call hanging
2 parents 1e3cace + 20e6b3f commit c5528fa

File tree

2 files changed

+87
-57
lines changed

2 files changed

+87
-57
lines changed

package-lock.json

Lines changed: 86 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dotenv": "^7.0.0",
1717
"express": "^4.16.4",
1818
"helmet": "^3.18.0",
19-
"pg": "^7.8.1",
19+
"pg": "^8.5.0",
2020
"socket.io": "^2.2.0",
2121
"ws": "^7.0.0"
2222
},

0 commit comments

Comments
 (0)