@storybook/addon-links facilitates navigation between stories within your Storybook environment, enhancing the creation of interactive demos and prototypes using UI components. Version 6.3.10 arrived shortly after 6.3.9, with a few subtle but potentially impactful changes primarily focused on synchronizing core Storybook package versions. Specifically, 6.3.10 updates its dependencies on @storybook/addons, @storybook/router, @storybook/core-events, and @storybook/client-logger to version 6.3.10, aligning them with the addon's version. The prior release, 6.3.9, had corresponding dependencies set to 6.3.9. While externally the packages have the same functionality, internally the harmonized internal dependencies likely reflect bug fixes or internal code improvements within the Storybook ecosystem, ensuring better compatibility and stability. Developers upgrading from 6.3.9 to 6.3.10 can anticipate a smoother integration experience within their Storybook setup. Aside from the dependency alignment there were no changes in the functionality of the package, the file count changes from 57804 to 57809 probably indicates some internal changes. Both versions rely on peer dependencies of react and react-dom (versions ^16.8.0 or ^17.0.0) so no changes are required in that aspect. Both versions include qs, global, core-js, @types/qs, ts-dedent, prop-types, @storybook/csf and regenerator-runtime dependencies, so neither an upgrade nor a downgrade from this package shouldn't affect any of your packages functionalities. ts-dedent version is ^2.0.0 so all the changes included in compatible versions are also included.
The are not vulnerabilities for the version 6.3.10 of the package @storybook/addon-links