Chore(deps): smol-toml 1.8.0 and hono 4.13.7 (today's advisories) - #760
Merged
Merged
Conversation
Lockfile-only. smol-toml GHSA-7w5x-hrqm-74c2 (high, DoS via malformed TOML documents; patched in 1.7.1) turns the production audit red today. The mobile shells audit this lockfile at their pin, so their CI went red on the next push. hono's three moderate advisories (GHSA-gqvv-2mrq-wpjv, GHSA-g6gw-c38x-mqfc, GHSA-crvj-82cr-hjcx) now have a fix inside the existing ranges too, so it moves along. Both bumps stay inside the dependents' ranges (^1.7.0 for the desktop app, ^4 and ^4.11.4 for the hono dependents), so package.json is untouched. The desktop only imports smol-toml's parse; 1.7.1 -> 1.8.0 adds stringify support for temporal objects and parser performance work.
This was referenced Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lockfile-only. smol-toml GHSA-7w5x-hrqm-74c2 (high, DoS via malformed TOML documents; patched in 1.7.1) turns the production audit red today. The mobile shells audit this lockfile at their pin, so their CI went red on the next push. hono's three moderate advisories (GHSA-gqvv-2mrq-wpjv, GHSA-g6gw-c38x-mqfc, GHSA-crvj-82cr-hjcx) now have a fix inside the existing ranges too, so it moves along.
^1.7.0^4/^4.11.4Both bumps stay inside the dependents' ranges, so package.json is untouched. The desktop only imports smol-toml's
parse; 1.7.1 -> 1.8.0 adds stringify support for temporal objects and parser performance work.Verified locally: integrity hashes match the registry,
npm install --package-lock-onlyis a no-op on the result,npm ci --dry-runpasses,npm audit --omit=dev --audit-level=highreports 0 vulnerabilities, and the desktop tests forapp-config,custom-themes,vault-ops, andpackaging(49 tests) pass with 1.8.0 installed. Both mobile shells typecheck against this tree.