@storybook/addon-actions provides a way to display data received by event handlers in Storybook, making it easier to test and debug interactive components visually. Version 8.0.3 is a minor release focusing on internal updates and bug fixes, building upon the functionality offered in version 8.0.2. While both versions share the same core dependencies like uuid, dequal, and polished, with typescript, react and other storybook toolings in devDependencies, the key difference lies in their @storybook/core-events dependency, which has been bumped from 8.0.2 to 8.0.3. This suggests underlying improvements or bug fixes related to Storybook's core eventing system, potentially enhancing the robustness and reliability of action handling. Developers will find that upgrading to 8.0.3 ensures they're using the latest iteration of the addon with subtle refinements and bug fixes in the event management. As well 8.0.3 was released two days after 8.0.2. These releases emphasize the ongoing maintenance and refinement of the Storybook ecosystem and addon-actions. Developers who have Storybook setup already, should also update @storybook/types, @storybook/theming, @storybook/components, @storybook/manager-api, @storybook/preview-api and @storybook/client-logger since they have been released a bug fix release in the same day of the release of @storybook/addon-actions.
The are not vulnerabilities for the version 8.0.3 of the package @storybook/addon-actions