Hello,
I'm not sure if it's a "bug" so I'm posting it as a question.
ShouldI be concerned that "npm install joi" gives me the following warning:
npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained
Why does joi has a dependency that's deprecated? Backwards compability?
This seems like an oversight from the v17 release. [email protected] was released the same day, and has no changes, other than dropping support for old node versions.
At present, this is not something that changes how joi runs, as the code is identical.
@kanongil meaning, we can safely update?
Yes. I'll fix it soon.
In the meanwhile any way to temporary fix it ?
Most helpful comment
Yes. I'll fix it soon.