chore(orchestator): multiple dependency updates for CVE fixes (#2773)#2779
Conversation
…-developer#2773) * fix: ran yarn up -R ajv. fixes https://access.redhat.com/security/cve/cve-2025-69873 * fix: ran yarn up -R path-to-regexp fixes https://access.redhat.com/security/cve/CVE-2026-4926 * fix: ran yarn up -R lodash fixes: https://access.redhat.com/security/cve/CVE-2026-4800 * squash: add the changeset
Code Review by Qodo
|
|
Review Summary by QodoUpdate lodash dependency for CVE-2026-4800 security fix
WalkthroughsDescription• Update lodash dependency across orchestrator packages • Address CVE-2026-4800 security vulnerability • Downgrade lodash from 4.17.21 to 4.18.1 in four packages • Add changeset documenting the security fix Diagramflowchart LR
CVE["CVE-2026-4800<br/>Security Vulnerability"]
CVE -- "fix via<br/>lodash update" --> Backend["orchestrator-backend<br/>package.json"]
CVE -- "fix via<br/>lodash update" --> FormReact["orchestrator-form-react<br/>package.json"]
CVE -- "fix via<br/>lodash update" --> FormWidgets["orchestrator-form-widgets<br/>package.json"]
CVE -- "fix via<br/>lodash update" --> Orchestrator["orchestrator<br/>package.json"]
Backend --> Changeset["Changeset:<br/>nervous-eels-mate.md"]
FormReact --> Changeset
FormWidgets --> Changeset
Orchestrator --> Changeset
File Changes1. workspaces/orchestrator/.changeset/nervous-eels-mate.md
|
7746f1f
into
redhat-developer:orchestrator-1.8
…#2779) * fix: ran yarn up -R ajv. fixes https://access.redhat.com/security/cve/cve-2025-69873 * fix: ran yarn up -R path-to-regexp fixes https://access.redhat.com/security/cve/CVE-2026-4926 * fix: ran yarn up -R lodash fixes: https://access.redhat.com/security/cve/CVE-2026-4800 * squash: add the changeset
…rator for 1.8.6 (#2797) * fix(orchestrator): update axios dependencies (#2767) (#2777) * fix(orchestrator): update axios dependencies (#2767) * chore(orchestator): multiple dependency updates for CVE fixes (#2773) (#2779) * fix: ran yarn up -R ajv. fixes https://access.redhat.com/security/cve/cve-2025-69873 * fix: ran yarn up -R path-to-regexp fixes https://access.redhat.com/security/cve/CVE-2026-4926 * fix: ran yarn up -R lodash fixes: https://access.redhat.com/security/cve/CVE-2026-4800 * squash: add the changeset



manual cherry pick of #2773
fixes https://access.redhat.com/security/cve/cve-2025-69873
fixes https://access.redhat.com/security/cve/CVE-2026-4926
fixes: https://access.redhat.com/security/cve/CVE-2026-4800
Hey, I just made a Pull Request!
✔️ Checklist