Skip to content

Commit 3d4ae51

Browse files
committed
Merge pull request brianc#621 from Jarvix/update_deps
Update all dependencies to their latest versions.
2 parents ac0d1c7 + 74c9560 commit 3d4ae51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
1919
"main": "./lib",
2020
"dependencies": {
21-
"generic-pool": "2.0.3",
21+
"generic-pool": "2.1.1",
2222
"buffer-writer": "1.0.0",
2323
"pgpass": "0.0.3",
24-
"nan": "~0.6.0",
24+
"nan": "~1.2.0",
2525
"packet-reader": "0.2.0",
2626
"pg-connection-string": "0.1.1",
2727
"pg-types": "1.4.0"
2828
},
2929
"devDependencies": {
30-
"jshint": "1.1.0",
31-
"semver": "~1.1.4",
32-
"async": "0.2.10"
30+
"jshint": "2.5.2",
31+
"semver": "~3.0.1",
32+
"async": "0.9.0"
3333
},
3434
"scripts": {
3535
"changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",

0 commit comments

Comments
 (0)