Security: update minimatch to avoid exposure to Regexp DOS
While running npm install
the following warning is raised:
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
As this deprecated version exposes the server to a DOS (Denial of Service) issue, this should be considered as an error (not a warning), and should be fixed.