Update dependencies for node compatibility

This commit is contained in:
Patrick Mooney 2015-02-18 09:30:13 -06:00
parent ffe5a16604
commit b71c001ec6
1 changed files with 9 additions and 9 deletions

View File

@ -27,18 +27,18 @@
"node": ">=0.8"
},
"dependencies": {
"asn1": "0.2.1",
"asn1": "^0.2.2",
"assert-plus": "0.1.5",
"bunyan": "0.23.1",
"dashdash": "1.7.0",
"backoff": "2.4.0",
"ldap-filter": "0.1.1",
"once": "1.3.0",
"vasync": "1.5.0",
"verror": "~1.4.0"
"bunyan": "^1.3.3",
"dashdash": "^1.7.3",
"backoff": "^2.4.1",
"ldap-filter": "^0.2.1",
"once": "^1.3.1",
"vasync": "^1.6.2",
"verror": "^1.6.0"
},
"optionalDependencies": {
"dtrace-provider": "0.2.8"
"dtrace-provider": "^0.4.0"
},
"devDependencies": {
"node-uuid": "1.4.0",