I am using ESDoc to generate documentation for my library. Github has given me an alert about a security issue with one of my dependencies, marked which is in fact a dependency of esdoc. Here's the result of running npm ls marked on my library:
As you can see, both core and at least one of the plugins depend on it. Could you please upgrade marked to its latest version to address this security issue?