brianc / node-sql

SQL generation for node.js
MIT License
1.05k stars 191 forks source link

Addressed several issues and refreshed code to work with Node 16 LTS #423

Closed atul898 closed 2 years ago

atul898 commented 2 years ago

Updated travis to use Node 16 LTS Fixed/updated tests throughout the project Addressed current security vulnerabilities by updating all packages to latest All tests are passing now - https://app.travis-ci.com/github/atul898/node-sql

Logo: https://app.travis-ci.com/atul898/node-sql.svg?branch=master

atul898 commented 2 years ago

Going to close this pull request, since I published this change here - https://github.com/atul898/node-sql and we can use it from there for our project. If anyone else needs to address the current security vulnerabilities when using this package with node 16 and above, you are welcome to use my changes.