Change Log Items
- Remove alks-node dependency.
- Remove node-fetch/request in favor for axios
Description
Because prior to node 18, node did not provide an http fetch api so we had to use a 3rd party library for that functionality (request/node-fetch). These 3rd party packages rely on punycode which is being deprecated in node >= v21. This PR will switch over to axios since that will relieve us of the punycode deprecation warnings.
Rally:
US1504256: [Continued] [Continued] alks-cli: Clean deprecation warnings