fix(cli,deps): clear esbuild audit loop

Upgrade the Vite/esbuild surfaces that kept web, ui-tui, and the bootstrap installer on vulnerable esbuild versions, regenerate the root lockfile, and preserve intentional package+lock dependency edits during update lockfile cleanup.
This commit is contained in:
FT_IOxCS
2026-06-15 06:18:27 -07:00
committed by Teknium
parent 975b9f0a54
commit 92a456f711
8 changed files with 3048 additions and 6628 deletions
+1 -1
View File
@@ -49,6 +49,6 @@
"wrap-ansi": "^9.0.0"
},
"devDependencies": {
"esbuild": "^0.25.0"
"esbuild": "^0.28.1"
}
}