mwn
mwn copied to clipboard
Update axios
Hey, I've been updating some dependencies across our projects and noticed that mwn still uses version ^0.25.0
of axios. The latest version for axios is 1.6.2. Several vulnerabilties have been fixed between 0.25.0 and 1.6.2, which makes it worthwhile to upgrade.
The latest version of axios is currently incompatible with mwn as-is, but may be fixed with some small code changes.
axios-cookiejar-support probably needs to be updated as well. Looks like some of mwn's networking code (in core.ts) can be dropped as they're natively supported in axios now. Happy to review a PR.
Yeah - it seems likely that's the case. I can try and find some time in the next week to have a look into it. mwn has been very helpful for some of our tools - thanks for the work on it.