Consider removing the axios dependency
The plugin currently depends on `axios` just to make one simple GET request to fetch the root CA certificate.
Since the plugin already requires Node.js >= v16.7.0, we can replace axios with Node's built-in `https` module.
Benefits:
- Fewer dependencies
- Smaller node_modules
- Fewer security alerts from Dependabot
- Less maintenance
Would you be open to removing axios?
0 条评论