Dependabot is giving me the following alert for Axios v1.7.9 which is being used by this package. `axios Requests Vulnerable To Possible SSRF and Credential Leakage via Absolute URL ` The vulnerability was reported originally here https://github.com/axios/axios/issues/6463 The latest version of Axios has a fix that removes this vulnerability. ## Proposed Fix Upgrade to latest version of Axios (v1.8.2) Alternatively Axios could be replaced as mentioned in #2403 but that would be more involved.