zhipeng-jia / snappyjs

JavaScript implementation of Google's Snappy compression library
MIT License
151 stars 30 forks source link

Update dependencies #10

Closed kripton closed 3 years ago

kripton commented 3 years ago

This PR updates the dependencies so they work with the latest NodeJS (test with v16.3.0). Furthermore, npm complained about known vulnerabilities in the deps, so I ran npm audit fix and some more dependencies got updated. Running node test.js looks good to me

zhipeng-jia commented 3 years ago

Thanks for the update.

Although this project is written years ago, I am glad to hear there are people still interested in it.

I'll update the CI to use latest versions of node.js, and then bump the versions.