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

Bei der Installation von cordova

C:\>npm install -g cordova

kommt es auf unserem System zu der Warnmeldung

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@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

 

C:\>npm update minimatch

Auf nach dem Update beleibt die Meldung bestehen:

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

Links

Node Security Platform : Regular Expression Denial of Service
Regular expression Denial of Service – ReDoS