Is your feature request related to a problem? Please describe.
The axios npm package is using the url-search-params which is deprecated.
You can see more details about the deprecating of the url-search-params package here.
Describe the solution you'd like
Use the URLSearchParams API instead
Describe alternatives you've considered
uninstall the url-search-params npm package
Additional context/Screenshots
You can do npm install and you'll see the npm Deprecation warning