andersekdahl / karma-common-js

Test CommonJS modules without using Browserify
MIT License
2 stars 4 forks source link

Upgrade to minimatch 3.0.3 #8

Open masak opened 7 years ago

masak commented 7 years ago

When installing karma-common, npm gives this warning:

npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

This commit follows that advice and upgrades the dependency.

andersekdahl commented 7 years ago

I haven't used this package in a number of years, so I'm currently not working on it/maintaining it. If you are using it I'd be more than happy to transfer ownership of the repo and the npm package to you.

masak commented 7 years ago

Sure! Let me know if there's something I need to do.