Skip to content

Commit 95f7fc6

Browse files
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

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1919
- Bundled cocoon runtime (gocoon/cocoon-runner) updated to v0.2.1: transport keepalive ping, OpenAI tools translation; tonutils-go v1.17.2 (fixes 32-bit Android build).
2020
- BookmarksBar context menu and Wallet strings fully localized across all 10 locales.
2121
- Storage page: completed bag status uses primary color.
22-
- Dependencies bumped: Electron 41.3.0, Tailwind 4.2.4, i18next 26.0.8, react-i18next 17.0.4, @ton/ton 16.2.4, happy-dom 20.9.0, globals 17.5.0.
22+
- Dependencies bumped: Electron 41.3.0, Tailwind 4.2.4, i18next 26.0.8, react-i18next 17.0.4, @ton/ton 16.3.0, happy-dom 20.9.0, globals 17.5.0.
2323
- CI runs on `dev` branch pushes and PRs; Dependabot capped at 5 npm PRs.
2424

25+
### Security
26+
- Resolved all high/moderate `npm audit` advisories: axios 1.15.0 → 1.18.0 (via @ton/ton 16.3.0), plus ws 8.21.0, tmp 0.2.7, form-data 4.0.6, vite 7.3.5 and other transitive build-tooling bumps.
27+
2528
## [2.0.0] - 2026-04-25
2629

2730
### Added

0 commit comments

Comments
 (0)