Skip to content

Commit a6f3eae

Browse files
authored
Bumped pg version to ^8.5.1
This should resolve a compatibility issue with older pg versions and node 14
1 parent 241d657 commit a6f3eae

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
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/mlaanderson/database-js-postgres#readme",
2323
"dependencies": {
24-
"pg": "^7.0.2"
24+
"pg": "^8.5.1"
2525
},
2626
"devDependencies": {
2727
"database-js": "^3.0.2"

0 commit comments

Comments
 (0)