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 doing a hexo init mywebsite it warns about two outdated dependencies:
npm WARN deprecated [email protected]: This package is no longer maintained
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
This should probably be looked into since both of these dependencies are HEAVILY outdated.
The text was updated successfully, but these errors were encountered:
Environment Info
Node version(
node -v
)When doing a
hexo init mywebsite
it warns about two outdated dependencies:This should probably be looked into since both of these dependencies are HEAVILY outdated.
The text was updated successfully, but these errors were encountered: