launchdarkly / node-server-sdk

LaunchDarkly Server-side SDK for Node
Other
79 stars 65 forks source link

Hoek dependency is deprecated #158

Closed hugoluchessi closed 4 years ago

hugoluchessi commented 5 years ago

Describe the bug Hoek installation is warning with a deprecation warning.

To reproduce Install this library with npm

Expected behavior Not warning

Logs

npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).

SDK version ^5.9.0

Language version, developer tools v10.16.0

OS/platform Ubuntu 18.04

Additional context

eli-darkly commented 5 years ago

Hmm... at first glance it seems to me that our hoek dependency might be completely unused and obsolete. If so, we'll remove it; if not, we'll update it. Thanks for pointing this out.

eli-darkly commented 4 years ago

Removed this in the 5.9.2 release.