Azure-Samples / modern-data-warehouse-dataops

DataOps for Microsoft Data Platform technologies. https://aka.ms/dataops-repo
MIT License
588 stars 459 forks source link

Fix vulnerabilities found by audit report #364

Closed jmostella closed 3 years ago

jmostella commented 3 years ago
# npm audit report

glob-parent  <5.1.2
Severity: moderate
Regular expression denial of service - https://npmjs.com/advisories/1751
fix available via `npm audit fix`
node_modules/glob-parent
node_modules/glob-stream/node_modules/glob-parent
  glob-stream  >=5.3.0
  Depends on vulnerable versions of glob-parent
  node_modules/glob-stream
    help-me  1.0.0 - 1.1.0
    Depends on vulnerable versions of glob-stream
    node_modules/help-me
      mqtt  1.14.1 - 4.2.6
      Depends on vulnerable versions of help-me
      node_modules/mqtt

4 moderate severity vulnerabilities

To address all issues, run:
  npm audit fix

Type of PR

security fix

Purpose

Upgrade vulnerable packages

Does this introduce a breaking change? If yes, details on what can break

Author pre-publish checklist

Validation steps

Issues Closed or Referenced