krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
17.76k stars 753 forks source link

bump dependencies to fix security issues #672

Closed kdenhartog closed 12 months ago

kdenhartog commented 2 years ago

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.

kdenhartog commented 1 year ago

this should probably be ran again now after two months

kdenhartog commented 1 year ago

@krisk I've re-bumped using yarn upgrade rather than yarn upgrade --latest because latest major updates seem to include breaking changes.

krisk commented 12 months ago

Should all be addressed as part of #711