It appears the http-deceiver package is causing a DeprecationWarning on the latest LTS version of node (v16.13.1).
(node:26013) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
at process.binding (node:internal/bootstrap/loaders:133:17)
at Object.<anonymous> (/Users/roryd/repos/__/node_modules/http-deceiver/lib/deceiver.js:22:24)
It appears the http-deceiver package is causing a DeprecationWarning on the latest LTS version of node (v16.13.1).