criso / fbgraph

NodeJs module to access the facebook graph api
http://criso.github.io/fbgraph/
1.09k stars 174 forks source link

npm deprecation notice - node-uuid (via request: need update) #115

Closed YasharF closed 7 years ago

YasharF commented 7 years ago

npm install warning: npm WARN deprecated node-uuid@1.4.7: use uuid module instead npm WARN

This is because of the following dependency: fbgraph@1.3.0 -> request@2.74.0 -> node-uuid@1.4.7

Updating the dependencies to the the latest version of request will fix this:

YasharF commented 7 years ago

PR to fix this issue: https://github.com/criso/fbgraph/pull/116

criso commented 7 years ago

Pr merged - thanks!