datho7561 Switch from request to axios
26b8952 Aug 9, 2023
Switch from `request` to `axios`
[`request`](https://www.npmjs.com/package/request)
is deprecated and has several security vulnerabilities.

`axios` is the most popular request library for JavaScript.
It's used in `@redhat-developer/vscode-redhat-telemetry`,
so the total size of our dependencies should decrease.

Signed-off-by: David Thompson <davthomp@redhat.com>
26b8952