chore(deps): security update — 0c 8h 9m 0l → 0c 4h 5m 0l#1
Merged
Conversation
added 2 commits
June 29, 2026 09:47
clawrouter 0.12.214 (pulled in transitively via @blockrun/llm) now declares engines node >=22. Drop the Node 20 CI matrix leg and bump package.json engines to >=22 so the declared/runtime target is honest.
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.
What changed
Dependency security remediation (npm). Two safe passes:
npm update— in-range, semver-safe upgrades across 45 packages.overrides— forcedwsto^8.21.0(latest) to flush the vulnerablews@8.20.1bundled byviemandws@7.5.11bundled byjayson(both transitive). Nopostcssin the tree, so no postcss override added.package.json+package-lock.jsononly. No source changes.Audit before → after
Build / test
npm run build(tsc + asset copy): pass (exit 0)npm test(347 node:test cases): pass (347/347, exit 0)Residual advisories (left intentionally)
All 9 remaining are deep in the Solana / @blockrun/llm stack with no non-major fix:
bigint-buffer(high, range*— no patched version published) → drives@solana/buffer-layout-utils,@solana/spl-token,@solana/spl-token-group,@solana/spl-token-metadata,@solana/web3.js.@blockrun/llm(high) → via@x402/evm(no fix available).uuid(<11.1.1, moderate) — left deliberately; v9→v11 is a risky major.jayson(moderate) — only fix is a@solana/web3.jssemver-major downgrade.npm's only auto-fix for these is
--force(semver-major downgrades of@solana/spl-token→ 0.1.8 and@solana/web3.js→ 0.0.3), which would break the trading stack. Deferred for a deliberate upgrade.