fix(cli): bump version to 0.25.18 for security fix in #2904 (#2906)

Commit 97b6424 (fix(security): add cmd validation to Sprite
runSprite() and runSpriteSilent()) changed production CLI code without
a corresponding version bump. The CLI has auto-update — without this
bump users won't receive the null-byte injection guard.

Agent: code-health

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
A 2026-03-23 04:50:00 -07:00 committed by GitHub
parent 97b6424ebe
commit f296544c1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{
"name": "@openrouter/spawn",
"version": "0.25.17",
"version": "0.25.18",
"type": "module",
"bin": {
"spawn": "cli.js"