Actual Behavior
When starting the example NodeJS project, a deprecation warning is shown
Expected Behavior
No deprecations notices or warnings are present within the base hyco-https package
Versions
- OS platform and version: Windows 11
- Node Version: 22.4.1
- NPM package version or commit ID: 1.4.5
Deprecation Warning Message
(node:11908) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
NodeJS Deprecation Notice
https://nodejs.org/api/deprecations.html#DEP0060