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
The library currently used in @storybook/csf-tools v6.4.9 uses @mdx-js/mdx ^1.6.22. This version of mdx ultimately uses version 0.0.1 of the trim dependency which has a vulnerability (when using npm at least).
Right now the transitive path is
Remark-parse stops using trim in version 9.0.0. mdx-js updates to 9.0.0 in this commit. However, the only versions of mdx-js that have been released since this update are release candidates and not a stable version.
When @mdx-js/mdx releases a stable new version, @storybook/csf-tools should upgrade to avoid having the transitive trim vulnerability
To Reproduce
Run npm ls trim on a project using @storybook/csf-tools
System
Please paste the results of npx sb@next info here.
Additional context
:)
The text was updated successfully, but these errors were encountered:
Describe the bug
The library currently used in @storybook/csf-tools v6.4.9 uses @mdx-js/mdx ^1.6.22. This version of mdx ultimately uses version 0.0.1 of the trim dependency which has a vulnerability (when using npm at least).
Right now the transitive path is
Remark-parse stops using trim in version 9.0.0. mdx-js updates to 9.0.0 in this commit. However, the only versions of mdx-js that have been released since this update are release candidates and not a stable version.
When @mdx-js/mdx releases a stable new version, @storybook/csf-tools should upgrade to avoid having the transitive trim vulnerability
To Reproduce
Run
npm ls trim
on a project using @storybook/csf-toolsSystem
Please paste the results of
npx sb@next info
here.Additional context
:)
The text was updated successfully, but these errors were encountered: