-
-
Notifications
You must be signed in to change notification settings - Fork 424
Description
Hello,
When I run a npm audit
I get 2 hight vulnerabilities and 2 low
High
│ High │ Regular Expression Denial of Service
│ Package │ minimatch
│ Patched in │ >=3.0.2
│ Dependency of │ htmlhint [dev]
│ Path │ htmlhint > jshint > cli > glob > minimatch
│ More info │ https://nodesecurity.io/advisories/118
│ High │ Regular Expression Denial of Service
│ Package │ minimatch
│ Patched in │ >=3.0.2
│ Dependency of │ htmlhint [dev]
│ Path │ htmlhint > jshint > minimatch
│ More info │ https://nodesecurity.io/advisories/118
Low
│ Low │ Prototype Pollution
│ Package │ lodash
│ Patched in │ >=4.17.5
│ Dependency of │ htmlhint [dev]
│ Path │ htmlhint > jshint > lodash
│ More info │ https://nodesecurity.io/advisories/577
│ Low │ Arbitrary File Write
│ Package │ cli
│ Patched in │ >=1.0.0
│ Dependency of │ htmlhint [dev]
│ Path │ htmlhint > jshint > cli
│ More info │ https://nodesecurity.io/advisories/95
Did you plan to fix them?