Fixes [Dependabot Alert 102](https://github.com/twentyhq/twenty/security/dependabot/102) - uncontrolled resource consumption in braces. braces@1.8.5 was coming from the cpx@1.5.0 dependency in packages/twenty-ui/package.json. That release of cpx dragged in chokidar@1.7.0 → micromatch@2.3.11 → braces@^1.8.2. Now, even though there are mentions of `braces: "npm:~3.0.2"` in yarn.lock, it resolves to `3.0.3` since ~ allows latest patch in semver.