uuidjs / uuid

Generate RFC-compliant UUIDs in JavaScript
MIT License
14.66k stars 903 forks source link

chore: regenerate package-lock.json #806

Closed broofa closed 1 month ago

broofa commented 1 month ago

Refreshing package-lock.json by doing this...

$ rm -fr package-lock.json
$ npm install

This doesn't seem to have a tangible impact on node_modules, but it reduces package-lock.json from 18K+ lines -> 13K lines, so that's nice.