itemsapi / itemsjs

Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use
Apache License 2.0
346 stars 41 forks source link

fixed security issues (i.e. upgraded lodash) #97

Closed cigolpl closed 2 years ago

cigolpl commented 2 years ago

Fixed security issues rised by npm audit:

Also run npm run lint:fix

In this version lodash is full package instead of only selected functions (lodash-cli is not up to date) and that's why itemsjs is about 30Kb heavier. Hope we can skip lodash in some of the further versions