Hi there,
when going through the tutorial to setup the frontend the suggested guide under https://docs.moralis.io/example-dapps/evm/zapper-clone suggests to do the following in the frontend directory:
npm install axios @web3uikit/core @web3uikit/web3 @web3uikit/icons
if I follow this up with npm audit fix --force but it creates more vulnerabilities along the way.
Am installing the right react and axios packages for the frontend to run smooth?