mdn / short-descriptions

Short descriptions of web platform features, for flexible usage in applications.
Other
12 stars 6 forks source link

Fix security warning #15

Closed ddbeck closed 5 years ago

ddbeck commented 5 years ago

Not really a problem for us (it's from a dev dependency) but it's a nusiance when you want to install another package.

                       === npm audit security report ===                        

# Run  npm update js-yaml --depth 2  to resolve 1 vulnerability
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate      │ Denial of Service                                            │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ js-yaml                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ eslint [dev]                                                 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ eslint > js-yaml                                             │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/788                             │
└───────────────┴──────────────────────────────────────────────────────────────┘

found 1 moderate severity vulnerability in 469 scanned packages
  run `npm audit fix` to fix 1 of them.