deps: update pg-types to 2 (#1806)

drops node < 4 support but pg previously did so (not major)
This commit is contained in:
Ben Drucker 2019-01-11 06:16:29 -08:00 committed by Brian C
parent ccbccc9716
commit 0e11b5c781

View File

@ -23,7 +23,7 @@
"packet-reader": "0.3.1",
"pg-connection-string": "0.1.3",
"pg-pool": "^2.0.4",
"pg-types": "~1.12.1",
"pg-types": "~2.0.0",
"pgpass": "1.x",
"semver": "4.3.2"
},