Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions FORJAMIE.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ See also: `~/.codex/instructions/Learnings.md`

## Recent changes

### 2026-06-19

- **Web Vite security bump**: updated the web app Vite devDependency to 7.3.5 and refreshed `pnpm-lock.yaml` so frozen pnpm installs resolve the patched Vite version instead of retaining the previous 7.3.2 lockfile snapshot.

### 2026-05-07

- **Hono security override completion**: tightened the root pnpm override from `hono@<4.12.7` to `hono@<4.12.16` and regenerated `pnpm-lock.yaml` so `@modelcontextprotocol/sdk@1.26.0` and `@hono/node-server@1.19.11` resolve Hono through `4.12.16`, closing the MCP runtime path left open by the direct Dependabot bump.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
"playwright": "1.58.2",
"playwright-core": "1.58.2",
"vite": "7.3.2",
"vite": "7.3.5",
"convict@<=6.2.4": ">=6.2.5",
"brace-expansion@>=2.0.0 <2.0.3": ">=2.0.3",
"brace-expansion@>=4.0.0 <5.0.5": ">=5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion platforms/web/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@vitejs/plugin-react": "5.1.3",
"tailwindcss": "4.1.18",
"tsx": "^4.7.0",
"vite": "7.3.2"
"vite": "7.3.5"
Comment thread
jscraik marked this conversation as resolved.
Comment thread
jscraik marked this conversation as resolved.
}
}
Loading
Loading