zesty-io / node-sdk

Zesty.io software development kit for the node.js runtime
https://zesty.io
GNU General Public License v3.0
2 stars 2 forks source link

Update ava and Node version #43

Closed mattezra closed 1 year ago

mattezra commented 1 year ago

ava needs to be updated to ava@5.0.1 to remove one high vulnerability in node-sdk.

Created this as a separate issue with #42 as we need to use Node 14 or higher to support ava@5.0.1. This would also change how the test suite is implemented as ava no longer compiles helpers.

mattezra commented 1 year ago

@shrunyan

PR: Updated: Node and ava versions to remove vulnerabilities in node-sdk and fixed test suites