Skip to content

Commit abe7583

Browse files
committed
Pin child modules to tighter semver ranges
1 parent c2158f7 commit abe7583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"packet-reader": "0.3.1",
2323
"js-string-escape": "1.0.1",
2424
"pg-connection-string": "0.1.3",
25-
"pg-pool": "2.*",
26-
"pg-types": "1.*",
25+
"pg-pool": "~2.0.3",
26+
"pg-types": "~1.12.1",
2727
"pgpass": "1.x",
2828
"semver": "4.3.2"
2929
},

0 commit comments

Comments
 (0)