asterisk / node-ari-client

Node.js client for ARI. This library is best effort with limited support.
Other
253 stars 99 forks source link

Update dev dependencies #56

Closed chadxz closed 8 years ago

chadxz commented 8 years ago

This patch updates all outdated development dependencies, but does not upgrade the two outdated production dependencies.

For changes in the development dependencies, see the following changelog entries:

No details regarding the major version bump of hock could be found, but it had a substantial change to its public api. Namely, it does not handle any of the actual http server stuff for you anymore. Changes are included in this PR to adapt the tests to this new api.

There are still some npm install warnings even after updating these dependencies:

chadxz commented 8 years ago

this is gonna need some additional work. tests are failing... will have to follow up later, as i'm out of time for today. I think the problem is related to either hock or portfinder.

chadxz commented 8 years ago

got this fixed and ready to merge.

chadxz commented 8 years ago

ping, can someone take a look

danjenkins commented 8 years ago

👍