JetBrains/lets-plot

Upgrade to newer version of `ws`

sunnyayyl opened this issue · 0 comments

According to npm audit ws have a security vulnerability, please consider upgrading it

# npm audit report

ws  8.0.0 - 8.17.0
Severity: high
ws affected by a DoS when handling a request with many HTTP headers - https://github.com/advisories/GHSA-3h5v-q93c-6h6q
fix available via `npm audit fix --force`
Will install ws@8.18.0, which is outside the stated dependency range
node_modules/ws

1 high severity vulnerability

To address all issues, run:
  npm audit fix --force

Thanks!