reiabreu opened a new pull request, #9083: URL: https://github.com/apache/storm/pull/9083
Pins the transitive `uuid` dependency in `storm-webapp` to 13.0.1 via an npm `overrides` entry, replacing the resolved 8.3.2. - `uuid` is a peer dependency of `vis-network`/`vis-data`; it is not used directly by Storm. - 13.0.1 stays within their peer range (`... || ^13 || ^14`), so no new peer warnings are introduced. - Verified `npm run build` (webpack production) compiles cleanly with uuid 13.0.1, including the `visualize` bundle. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
