We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0d1c7 commit 74c9560Copy full SHA for 74c9560
package.json
@@ -18,18 +18,18 @@
18
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
19
"main": "./lib",
20
"dependencies": {
21
- "generic-pool": "2.0.3",
+ "generic-pool": "2.1.1",
22
"buffer-writer": "1.0.0",
23
"pgpass": "0.0.3",
24
- "nan": "~0.6.0",
+ "nan": "~1.2.0",
25
"packet-reader": "0.2.0",
26
"pg-connection-string": "0.1.1",
27
"pg-types": "1.4.0"
28
},
29
"devDependencies": {
30
- "jshint": "1.1.0",
31
- "semver": "~1.1.4",
32
- "async": "0.2.10"
+ "jshint": "2.5.2",
+ "semver": "~3.0.1",
+ "async": "0.9.0"
33
34
"scripts": {
35
"changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",
0 commit comments