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
Describe the bug
I'm getting vulnerability warning for [email protected]
Running yarn why acorn returns:
=> Found "with#[email protected]"
info This module exists because "_project_#@storybook#addon-docs#vue-docgen-api#pug#pug-code-gen#with" depends on it.
I'm using React in my project, so I'm not sure whether vue-docgen-api is really needed as a dependency in my project.
Saw a similar issue with a different package: #8936
Feel free to close this issue if you feel we can continue the discussion there.
I'm also getting a security vulnerability warning for the nested dependency acorn in @storybook/addon-actions. react-inspector dependency doesn't seem to be up to date, which is causing this warning.
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
Describe the bug
I'm getting vulnerability warning for
[email protected]
Running
yarn why acorn
returns:I'm using React in my project, so I'm not sure whether
vue-docgen-api
is really needed as a dependency in my project.Saw a similar issue with a different package:
#8936
Feel free to close this issue if you feel we can continue the discussion there.
The official issue:
https://www.npmjs.com/advisories/1488
Disclaimer - I don't think that the security issue would actually affect anything here, but removing unneeded packages could help.
To Reproduce
Setup Storybook with addon-docs with a different framework (e.g. React)
Expected behavior
Either fix the vulnerability or remove
vue-docgen-api
dependency.System:
The text was updated successfully, but these errors were encountered: