Skip to content

Commit

Permalink
Update pg version to support latest node (tested on node 14.11.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohel Ahmed Ansari committed Oct 6, 2020
1 parent 84d253f commit 35358bd
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 35358bd

Please sign in to comment.