Files
twenty/packages/twenty-server
sonarly-bot 475ffba2d7 fix: upgrade axios to 1.16.1 across affected packages
https://sonarly.com/issue/41619?type=bug

Multiple runtime packages still resolve axios to vulnerable versions, leaving outbound HTTP paths exposed to recently disclosed high-severity axios CVEs. The issue is not a crash; it is a current security exposure in shipped dependency versions.

Fix: Upgraded direct axios dependency declarations to the patched range (^1.16.1) in every affected runtime package identified by the RCA:

- `packages/twenty-server/package.json` from `^1.13.5` → `^1.16.1`
- `packages/twenty-sdk/package.json` from `^1.13.5` → `^1.16.1`
- `packages/twenty-companion/package.json` from `^1.9.0` → `^1.16.1`
- `packages/twenty-website/package.json` from `^1.14.0` → `^1.16.1`

This removes the vulnerable declared version windows and aligns affected packages on the requested patched baseline.

Authored by Sonarly by autonomous analysis (run 47476).
2026-05-30 06:54:45 +00:00
..
2026-05-27 14:33:57 +02:00
2026-04-02 11:20:08 +00:00
2026-04-02 11:20:08 +00:00