Commit 95f7fc6
committed
fix(deps): patch audit advisories + restore native lockfile
Two release-blocking issues:
- Security: axios 1.15.0->1.18.0 via @ton/ton 16.3.0, plus ws, tmp,
form-data, vite transitive bumps. npm audit --audit-level=high passes.
- Lockfile: a prior Linux-only regen had dropped non-Linux native
binaries (rollup/esbuild), which would have failed the macOS/Windows
build jobs. Restored the full cross-platform set (25 rollup, 26 esbuild).
Verified on clean npm ci: type-check, lint, format, build, 697 tests green.1 parent 8a4be4c commit 95f7fc6
3 files changed
Lines changed: 4639 additions & 2595 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments