You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
packageVersions
Deprecation Warning Message
NodeJS Deprecation Notice
https://nodejs.org/api/deprecations.html#DEP0060
The text was updated successfully, but these errors were encountered: