devour-js / devour-client

Don't just consume your JSON API, Devour it...
https://www.npmjs.com/package/devour-client
ISC License
429 stars 90 forks source link

Upgrade axios to the latest version #240

Closed tijn closed 2 years ago

tijn commented 2 years ago

What Changed & Why

Upgrade axios to the latest version since it contains fixes.

Like this one: Fixed FormData posting in browser environment by reverting https://github.com/axios/axios/pull/3785 (https://github.com/axios/axios/pull/4640), which solves an issue we are currently experiencing.