Skip to content

Commit f857bbf

Browse files
hoegaardenbrianc
authored andcommitted
pgpass: Upgrade to 1.x (brianc#1098)
pgpass is using semver versioning now, thus a dependency on version 1.x should be safe.
1 parent 9f955c4 commit f857bbf

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
@@ -23,7 +23,7 @@
2323
"pg-connection-string": "0.1.3",
2424
"pg-pool": "1.*",
2525
"pg-types": "1.*",
26-
"pgpass": "0.0.6",
26+
"pgpass": "1.x",
2727
"semver": "4.3.2"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)