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
However, this dependency is unmaintained. Moving to a maintained variant would be nice in order to ensure dependencies stay current and protective against new security vulnerabilities.
Of additional note is that hogan.js depends on [email protected], which pops up a decprecation warning during dependency installs:
npm warn deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
However, depending on an unmaintained library is the core issue here.
The text was updated successfully, but these errors were encountered:
This library has a dependency on Hogan.js: https://github.com/twitter/hogan.js
However, this dependency is unmaintained. Moving to a maintained variant would be nice in order to ensure dependencies stay current and protective against new security vulnerabilities.
Of additional note is that
hogan.js
depends on[email protected]
, which pops up a decprecation warning during dependency installs:However, depending on an unmaintained library is the core issue here.
The text was updated successfully, but these errors were encountered: