brave-intl / bat-ratios

a server to cache and serve up exchange rates between currencies
3 stars 3 forks source link

replace deprecated request library #160

Open diracdeltas opened 1 year ago

diracdeltas commented 1 year ago

same as https://github.com/brave-intl/currency/issues/58

nvonpentz commented 1 year ago

As far as I can tell, the only usage of request in this codebase comes from the currency dependency. So if we publish a new currency package without the request dependency and update this codebase to use the new version, that should resolve the issue.