Merge pull request #621 from Jarvix/update_deps

Update all dependencies to their latest versions.
This commit is contained in:
Brian C 2014-08-06 12:06:18 -04:00
commit 3d4ae51eb9

View File

@ -18,18 +18,18 @@
"author": "Brian Carlson <brian.m.carlson@gmail.com>", "author": "Brian Carlson <brian.m.carlson@gmail.com>",
"main": "./lib", "main": "./lib",
"dependencies": { "dependencies": {
"generic-pool": "2.0.3", "generic-pool": "2.1.1",
"buffer-writer": "1.0.0", "buffer-writer": "1.0.0",
"pgpass": "0.0.3", "pgpass": "0.0.3",
"nan": "~0.6.0", "nan": "~1.2.0",
"packet-reader": "0.2.0", "packet-reader": "0.2.0",
"pg-connection-string": "0.1.1", "pg-connection-string": "0.1.1",
"pg-types": "1.4.0" "pg-types": "1.4.0"
}, },
"devDependencies": { "devDependencies": {
"jshint": "1.1.0", "jshint": "2.5.2",
"semver": "~1.1.4", "semver": "~3.0.1",
"async": "0.2.10" "async": "0.9.0"
}, },
"scripts": { "scripts": {
"changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v", "changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",