-
Notifications
You must be signed in to change notification settings - Fork 87
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
Upgraded minimatch version #39
Conversation
Fixes npm deprecation warning: > npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
This upgrade causes an issue for Node |
What he said! |
`node` is the latest stable release.
Is a new release scheduled for this? |
@woodyrew, IMHO: package.jsonPerhaps the user is using not the latest version of this branch. For example: "engines": {
"node": ">=0.10.0"
} travis.ymlIt makes no sense to check each version. language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.10" But it's not up to me. @jergason is maintainer. |
|
@jergason ping 🐼 |
👍 |
Thanks 😄 |
Left to do |
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
Removes a deprecation warning: npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue See: jergason/recursive-readdir#39
Fixes npm deprecation warning: