davsclaus opened a new pull request, #1663: URL: https://github.com/apache/camel-website/pull/1663
## Summary Add yarn resolutions to force patched versions of vulnerable transitive dependencies: - `shell-quote` 1.8.1 → 1.8.4 (CVE-2026-9277, critical) - `axios` 0.21.4 → 1.x (multiple high CVEs) - `hono` 4.12.2 → 4.12.25 (multiple medium CVEs) - `qs` 6.15.0 → 6.15.2 (CVE-2026-8723) - `tmp` 0.0.33/0.2.1 → 0.2.7 (CVE-2026-44705) ### Unfixable without upstream changes These have no patched version within their semver range: - `uuid` 3.4.0 — latest 3.x, parent `tempfile` (image optimization) needs major upgrade - `js-yaml` 3.14.2 — latest 3.x, parents `cosmiconfig`/`svgo` need to migrate to 4.x - `esbuild` 0.28.0 — pinned by `@netlify/edge-bundler`, low severity (Windows dev server only) ## Test plan - [ ] Verify CI passes - [ ] Verify `yarn npm audit` shows no advisories - [ ] Verify site builds correctly 🤖 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]
