[Bug]: Npm audit throws critical warning because of the peer dependency @babel/traverse version used in @storybook/addon-docs
#24607
Labels
@storybook/addon-docs
#24607
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
The text was updated successfully, but these errors were encountered: