Skip to content

Commit ae6cdc5

Browse files
committed
fix(security): update hono to 4.11.7 to resolve multiple CVEs
1 parent 2043bc3 commit ae6cdc5

2 files changed

Lines changed: 649 additions & 132 deletions

File tree

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"typescript": "^5.5.3"
2727
},
2828
"dependencies": {
29-
"hono": "4.11.4",
3029
"@hookform/resolvers": "^5.2.2",
30+
"@modelcontextprotocol/sdk": "1.25.2",
3131
"@radix-ui/react-avatar": "^1.1.11",
3232
"@radix-ui/react-checkbox": "^1.3.3",
3333
"@radix-ui/react-dialog": "^1.1.15",
@@ -49,11 +49,11 @@
4949
"@radix-ui/react-tooltip": "^1.2.8",
5050
"class-variance-authority": "^0.7.1",
5151
"clsx": "^2.1.1",
52+
"hono": "4.11.7",
5253
"lucide-react": "^0.552.0",
5354
"react-hook-form": "^7.66.1",
5455
"tailwind-merge": "^2.6.0",
5556
"tailwindcss-animate": "^1.0.7",
56-
"zod": "^4.1.13",
57-
"@modelcontextprotocol/sdk": "1.25.2"
57+
"zod": "^4.1.13"
5858
}
5959
}

0 commit comments

Comments
 (0)