Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Npm audit throws critical warning because of the peer dependency @babel/traverse version used in @storybook/addon-docs #24607

Closed
ashwaryasharma741 opened this issue Oct 30, 2023 · 0 comments · Fixed by #24610

Comments

@ashwaryasharma741
Copy link

Describe the bug

Babel has suggested to use versions above 7.23.2 as the lower versions have security issues. But the peer dependency for node_modules/@storybook/addon-docs/node_modules/@storybook/csf-tools uses @babel/traverse lower than that. Can you please upgrade the peer deps for this package?

To Reproduce

Use following versions -
"@storybook/addon-a11y": "^7.4.6",
"@storybook/addon-actions": "^7.4.6",
"@storybook/addon-docs": "^7.4.6",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/addon-storysource": "^7.4.6",
"@storybook/addons": "^7.4.6",
"@storybook/angular": "^7.4.6",

and check npm audit. It will give you critical warnings.

System

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant