question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fix npm warning for deprecated minimatch@0.3.0

See original GitHub issue

When installing the package, I receive the following error:

$ npm install dustjs-linkedin
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

It seems like the issue has already been resolved in f7906e4 when the cli dependency was bumped.

So would it be possible to do a release to fix the warning? Much appreciated for all your work!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
sethkinastcommented, Jul 27, 2016

2.6.3 and 2.7.3 are available on NPM. Should hit CDNJS tonight.

1reaction
sethkinastcommented, Jul 24, 2016

Sorry for delay, I’ll get to it this weekend and just do patch releases with the CLI bump instead of trying to backport

On Sat, Jul 23, 2016, 6:32 PM Ryan Graham notifications@github.com wrote:

@sethkinast https://github.com/sethkinast is there anything anyone can do to help get a release out with the dependency updates?

I’ve got a small app running in production that is pulling dustjs directly from this repo and it hasn’t had any problems yet, if anecdata helps 😛

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/linkedin/dustjs/issues/738#issuecomment-234751174, or mute the thread https://github.com/notifications/unsubscribe-auth/ABVa7Cow4cFr-dysy4WaNTOl6hDV3-cuks5qYsCcgaJpZM4JHYbJ .

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm WARN deprecated minimatch@2.0.10: Please update to ...
Try this..this works For me to install npm ... I can fix it. npm install minimatch + minimatch@3.0.4 sudo npm install -g minimatch@3.0.4...
Read more >
npm install, npm audit fix errors out - Laracasts
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.2.14: Please update ......
Read more >
How to handle npm WARN deprecated messages when ...
When installing packages using the npm install command, npm frequently generates a warning message that says a package is deprecated. The ...
Read more >
This Tutorial Starting your own BEM project
npm install npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE ... info. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or ......
Read more >
Error while updating the instance - Google Groups
@npmjs.com for more info. npm WARN deprecated mini...@0.4.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found