nolanlawson / node-websql

The WebSQL Database API, implemented for Node.js
Apache License 2.0
89 stars 36 forks source link

Update to sqlite3 4.0.0 (for security if nothing else) #25

Closed brettz9 closed 6 years ago

brettz9 commented 6 years ago

The new npm feature of npm audit is revealing some security vulnerabilities with the version of node-pre-gyp required by the pre-4.0.0 version of sqlite3.

Would you be able to update (or accept a PR for) an update of node-sqlite3 to 4.0.0?

Thanks...