sailthru / sailthru-node-client

Sailthru Node.js client
http://docs.sailthru.com
MIT License
17 stars 15 forks source link

fix(deps)!: resolve dependency security issues #46

Closed andoArbST closed 1 year ago

andoArbST commented 1 year ago

Dependency security issues

Description

restler-base dependency has outdated node version and packages that are known vulnerabilities. This PR addresses the issues by switching to needle to keep feature parity without vulnerabilities.

Should address https://github.com/sailthru/sailthru-node-client/issues/45.

Changes