Pomax / node-flickrapi

A node.js (and client-library) implementation of the Flickr API with oauth API key authentication and API method proxying
176 stars 51 forks source link

Update request to 2.88.x #112

Closed lentz closed 5 years ago

lentz commented 5 years ago

This fixes a number of critical security issues with request and its dependencies.

Also, remove the async module since it is not used.

Pomax commented 5 years ago

nice, thanks!