You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, install plotly.js in a project, and run npm audit.
Expected outcome: no security issues. Actual outcome: reports an issue due to the version of static-eval linked to in the package. Fix: update the static-eval version to >= 2.0.2. See https://www.npmjs.com/advisories/758
There are 16 security alerts generated, but they all refer to the same issue, as shown in the attached image.