fix: bump rollup to 4.59.0 and hono to 4.12.3 (high-severity CVEs)#46
Merged
fix: bump rollup to 4.59.0 and hono to 4.12.3 (high-severity CVEs)#46
Conversation
Merged
sbroenne
added a commit
that referenced
this pull request
Feb 26, 2026
Bumps version to **0.3.0**. ## What's new since v0.2.0 ### ✨ New Features - **Outlook host** — 22 tools (emails, calendar, contacts, folders, attachments, search, flags, drafts), dedicated agent, 4 skills, manifest (#45) - **Word document orchestrator** — planner→worker pattern with deep/fast modes, \submit_document_plan\ tool, Word expanded to 35 tools (#45) - **PowerPoint expanded** — 24 tools, 4 new skills (deck-builder, formatting, redesign, presentation), improved \get_slide_image\ with region cropping (#45) - **WorkIQ integration** — MCP stdio transport, workiqModel setting, UI toggle in ChatHeader (#45) - **MCP servers** — stdio/npx MCP server support + npm skill packages as internal tools (#41) - **Electron tray app** — system tray with single-instance lock, production server, installer packaging (#43) - **Session history** — persistent conversation history with restore picker (#43) - **Permissions flow** — interactive approve/deny permission UI (#43) - **Auto-scroll** — chat thread stays pinned to newest content (#43) - **Thinking indicator** — dynamic text from \ eport_intent\ and tool execution phase (#34, #37) - **Custom agents & skills** — ZIP import/export, management dialogs (#29, #38) - **Host-scoped skills** — skills filtered by current Office host (#40) ### 🔒 Security - bump rollup 4.58.0 → 4.59.0 (Arbitrary File Write CVE) (#46) - bump hono 4.12.0 → 4.12.3 (Auth Bypass CVE) (#46) ### 🛠 Other - Added \start:desktop:excel/ppt/word/outlook\ convenience scripts - Branch protection + squash-merge-only policy enforced (#44) - 458/458 integration tests passing; E2E: Excel ~187, PPT ~13, Word ~12, Outlook ~9 Co-authored-by: Stefan Broenner <stefan.broenner@microsoft.comm>
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.
Fixes two high-severity Dependabot alerts:
Both are transitive dependencies (rollup via vite, hono via @modelcontextprotocol/sdk). Fixed via
pm audit fix.
447/458 integration tests pass (11 skipped require live dev server).