thiagoelg commented on code in PR #3579: URL: https://github.com/apache/incubator-kie-tools/pull/3579#discussion_r3248887298
########## pnpm-workspace.yaml: ########## @@ -27,3 +27,6 @@ overrides: # CVE-2026-1526, CVE-2026-2229, CVE-2026-1528, CVE-2026-1527, CVE-2026-1525, CVE-2026-2203: Fix security vulnerability in undici # Waiting for @openapi-contrib/openapi-schema-to-json-schema to release patched version "undici": "^6.24.0" + # CVE-2026-41907: Fix security vulnerability in uuid + # Transitive dependencies ([email protected], [email protected]) still use [email protected] + "uuid": "^11.1.1" Review Comment: Is it possible to update those dependencies instead of adding a new override? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
