woocommerce / woocommerce-rest-api-js-lib

New JavaScript library for WooCommerce REST API
https://www.npmjs.com/package/@woocommerce/woocommerce-rest-api
MIT License
273 stars 76 forks source link

Axios version currently used in this project has a high security vulnerability #88

Closed pavinduLakshan closed 3 years ago

pavinduLakshan commented 3 years ago

Axios 0.19 seems to have a security vulnerability of high severity, as mentioned in this issue in the Axios Github repository.
It has been fixed in v0.21, but the NPM dependencies of this project have not been updated.
This repo still uses Axios v0.19 🙄

pavinduLakshan commented 3 years ago

There already is a pull request #87 to address this issue.