Upgrade axios dependency regarding to the above security issue.
Changes:
Upgrade axios to the latest version (0.24.0).
Fix some typos.
Comments:
I have a concern of which axios version should be upgraded to.
To deal with the security issue, the latest patched version (0.21.4) seems enough.
But after checking the axios CHANGELOG, there is no breaking changes what affects to axios usage in this project.
So, is it better to use the latest version than the patched version?
Security issue:
https://github.com/advisories/GHSA-cph5-m8f7-6c5x
Description:
Upgrade
axios
dependency regarding to the above security issue.Changes:
axios
to the latest version (0.24.0).Comments:
I have a concern of which
axios
version should be upgraded to. To deal with the security issue, the latest patched version (0.21.4) seems enough. But after checking the axios CHANGELOG, there is no breaking changes what affects to axios usage in this project. So, is it better to use the latest version than the patched version?