chat-widget icon indicating copy to clipboard operation
chat-widget copied to clipboard

High vulnerability detected for axios dependency

Open ZeRego opened this issue 3 years ago • 0 comments

When I run yarn audit I get the following high vulnerability report:

┌───────────────┬──────────────────────────────────────────────────────────────┐
│ high          │ Incorrect Comparison in axios                                │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ axios                                                        │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=0.21.2                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ frontend                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ frontend > @papercups-io/chat-widget > @papercups-io/browser │
│               │ > axios                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://www.npmjs.com/advisories/1005018                     │
└───────────────┴──────────────────────────────────────────────────────────────┘

ZeRego avatar Nov 23 '21 14:11 ZeRego