Skip to content

Commit

Permalink
Merge pull request #21 from sohel-ahmed-ansari/master
Browse files Browse the repository at this point in the history
Update pg version to support latest node (tested on node 14.11.0)
  • Loading branch information
Adriaan committed Mar 2, 2021
2 parents a28c1a0 + bd88821 commit e919948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.js",
"dependencies": {
"bluebird": "^3.3.5",
"pg": "^6.1.0",
"pg-connection-string": "^0.1.3",
"pg": "^8.4.0",
"pg-connection-string": "^2.4.0",
"yargs": "^5.0.0"
},
"bin": {
Expand Down

0 comments on commit e919948

Please sign in to comment.