Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated dependencies (swig & minimatch) #2295

Closed
awulkan opened this issue Dec 3, 2016 · 3 comments
Closed

Deprecated dependencies (swig & minimatch) #2295

awulkan opened this issue Dec 3, 2016 · 3 comments

Comments

@awulkan
Copy link

awulkan commented Dec 3, 2016

Environment Info

Node version(node -v)

v6.9.1

When doing a hexo init mywebsite it warns about two outdated dependencies:

npm WARN deprecated swig@1.4.2: This package is no longer maintained
npm WARN deprecated minimatch@0.3.0: 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.

@NoahDragon
Copy link
Member

I could update those sem versions in package.json, but sadly I don't have permission to publish to npm.

@tianp
Copy link

tianp commented Dec 7, 2016

minimatch is already updated to v3.0.0 in master so the minimatch npm warn will be gone in next publish I suppose.

Also I think you guys need to move on from swig since it's no longer maintained. What do you think?

@NoahDragon
Copy link
Member

@tianp Agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants