Closed TristanBrotherton closed 2 years ago
More investigation needed to determine which subdependency is pulling in a deprecated version of axios
here – help appreciated. Happy to update deps if we can track it down.
@TristanBrotherton I think this is an issue with NPM installation rather than mintable.
I fixed it on my machine by running:
npm update -g npm
npm audit fix --force
No more integrity warning.