@storybook/addon-links is a valuable tool for Storybook users who want to create interactive demos and prototypes by linking stories together. Version 6.4.14 was released on January 21, 2022, succeeding version 6.4.13, released on January 15, 2022. While both versions share the same core functionality and description – linking stories to build UI component showcases – a key difference lies in the internal dependencies. Specifically, @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger were all bumped from version 6.4.13 to 6.4.14.
Developers should note that the core dependencies like react and react-dom remain the same as peer dependencies, requiring versions "^16.8.0 || ^17.0.0". The direct dependencies such as qs, global, core-js, and ts-dedent also saw no changes between these releases, indicating that the linking functionality and core utilities remained consistent. The unpacked size and file count in the distributed package also remain the same. The update primarily focuses on synchronizing internal Storybook packages, potentially including bug fixes or improvements within those specific modules. Upgrading to 6.4.14 ensures developers are using the most up-to-date versions of Storybook's internal utilities, contributing to a more stable and reliable development experience.
The are not vulnerabilities for the version 6.4.14 of the package @storybook/addon-links