Fuse
Fuse copied to clipboard
bump dependencies to fix security issues
This was done by running the following commands:
nvm install v14
nvm use v14
yarn upgrade --latest
It drops the number of dependencies that show up from yarn audit from 57 to 26.
this should probably be ran again now after two months
@krisk I've re-bumped using yarn upgrade rather than yarn upgrade --latest because latest major updates seem to include breaking changes.
Should all be addressed as part of #711